Displaying 20 results from an estimated 400 matches similar to: "[PATCH] vmx assist moved to a new address"
2005 May 27
0
[PATCH] ioemu: enable Cirrus VGA emulation
At some point the Cirrus VGA driver was commented out. Probably
for debugging. The patch below adds it back in. It works just fine.
Signed-Off-By: Leendert van Doorn <leendert@watson.ibm.com>
diff -ru xeno-unstable.orig/tools/ioemu/hw/pc.c xeno-unstable.mine/tools/ioemu/hw/pc.c
--- xeno-unstable.orig/tools/ioemu/hw/pc.c 2005-05-25 07:48:57.000000000 -0400
+++
2005 Nov 03
0
[PATCH] vmx-platform-vmread.patch
Simplified vmx_platform.c by removing obsolete code and redundant vmread''s.
Signed-Off-By: Leendert van Doorn <leendert@watson.ibm.com>
diff -r 9cdfcecf4968 xen/arch/x86/vmx_platform.c
--- a/xen/arch/x86/vmx_platform.c Wed Nov 2 16:29:32 2005
+++ b/xen/arch/x86/vmx_platform.c Wed Nov 2 21:12:02 2005
@@ -366,20 +366,15 @@
return DECODE_success;
}
-static int
2007 May 29
0
CFP: Virtualization Workshop at SYSTOR 2007
[we apologize if you receive multiple copies of this announcement]
The Storage and Systems Department at IBM''s Haifa Research Lab (HRL),
in collaboration with the Technion - Israel Institute of Technology,
cordially invite you to a full-day workshop on the subject of
virtualization within the SYSTOR 2007 conference. SYSTOR 2007 is the
first high-quality refereed systems and storage
2007 May 29
0
CFP: Virtualization Workshop at SYSTOR 2007
[we apologize if you receive multiple copies of this announcement]
The Storage and Systems Department at IBM''s Haifa Research Lab (HRL),
in collaboration with the Technion - Israel Institute of Technology,
cordially invite you to a full-day workshop on the subject of
virtualization within the SYSTOR 2007 conference. SYSTOR 2007 is the
first high-quality refereed systems and storage
2005 Apr 02
1
[PATCH] VMX support for MMIO/PIO in VM8086 mode
Memory mapped and port I/O is currently broken under VMX when the
partition is running in VM8086 mode. The reason is that the instruction
decoding support uses 32-bit opcode/address decodes rather 16-bit
decodes. This patch fixes that. In addition, the patch adds support for
the "stos" instruction decoding because this is a frequently used way
to clear MMIO areas such as the screen.
As
2006 Jul 26
5
[Fwd: stack overflow "cause" found]
Xen is compiled with no -O gcc option, meaning no optimization, and the
compiler does the safest thing imaginable. This means that if a
function, say vmx_world_save(), calls the same inline a bazillion times,
the stack will have one block of local variables for each invocation of
that function!
Xen really should not be doing this. We could either uninline some of
these functions, or try gcc -O2
2004 Feb 08
2
xeno-1.2.bk compilation question?
The system is Mandrake-9.1 Linux wih gcc-3.2.2.
I am trying to compile xenolinux-2.4.24 (with vanilla sources from
ftp.kernel.org for linux-2.4.24). The steps of
mkbuildtree
ARCH=xeno make menuconfig
ARCH=xeno make dep
produce no errors, but
ARCH=xeno make bzImage
results in following error messages.
Any pointers will be appreciated.
-ishwar
---
gcc -D__KERNEL__
2003 Nov 10
0
Xeno-HOWTO
I''ve just finished Xeno-HOWTO which contains a detailed
list of instructions on how to setting up Xen and XenoLinux,
from downloading Bitkeeper, compilation of Xen, XenoLinux,
tools to configuration, start and stop of new domains.
A complete version has just been pushed in xeno.bk and
xeno-1.1.bk in our Laboratory. A partital version is already
available in
2006 Apr 01
1
routing in xen 3.0: icmp gets routed, but tcp/ip only partially
Hello folks,
I have this really strange routing problem that no amount of
googling and experimenting has been able to solve. Then again,
I''m new to Xen and "advanced" networking, so I could be missing
something very basic.
Summary: an unprivileged domU with PCI frontend for a NIC
is used as a router; icmp gets routed, but tcp/ip only
partially. I''m using a
2006 Feb 10
0
(no subject)
Leendert, when I''m reading the vmxassist code, I think we need this
patch, can you take a look for me?
Thanks
-Xin
diff -r 47013962e411 tools/firmware/vmxassist/setup.c
--- a/tools/firmware/vmxassist/setup.c Fri Feb 10 02:23:36 2006
+++ b/tools/firmware/vmxassist/setup.c Fri Feb 10 15:28:17 2006
@@ -363,7 +363,7 @@
initialize_real_mode = 1;
cr0 = get_cr0();
-#ifndef
2006 Apr 02
4
routing in xen 3.0 domU: icmp gets routed, but tcp/ip only partially
Hello folks,
I have a really strange routing problem that no amount of
googling and experimenting has been able to solve. Then
again, I''m new to Xen and "advanced" networking, so I could
be missing something very basic.
Summary: an unprivileged domU with PCI frontend for a NIC
is used as a router; icmp gets routed, but tcp/ip only
partially. I''m using a xen-unstable
2003 Dec 09
2
modules and hypercall
Hello,
I''m trying to write a module to play with hypercall. So I wrote the following
module:
-------------------------xvifgetinfo.c----------------
/*
* xvifgetinfo.c
*
* The routines in this file are used to get information about virtual
* network interface provide by Xen.
*
*/
#include <linux/module.h>
#include <linux/init.h>
#include <linux/kernel.h>
2005 May 13
0
RE: RE: [Xen-ia64-devel] Paravirtualized xenlinux/ia64available
BTW, the xenlinux-2.6.11.bk''s version is:
ChangeSet@1.2085, 2005-05-12 11:10:24-06:00, djm@kirby.fc.hp.com
More work on hyperprivops
Signed-off-by: Dan Magenheimer <dan.magenheimer@hp.com>
Thanks,
Kevin
>-----Original Message-----
>From: xen-devel-bounces@lists.xensource.com
>[mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Tian, Kevin
>Sent: Friday,
2005 May 13
0
RE: [Xen-ia64-devel] Paravirtualized xenlinux/ia64 available
Yes, like real Linux/ia64, it is not possible to run the
same Xenlinux bits both on ski and on real hardware.
A different configuration and build is required. The
config difference is the same as it was with the
privified xenlinux... I think you did that successfully
before (with privified xenlinux) so give that config
file a try and if it doesn''t work, let me know.
BTW, I think I know
2003 Dec 07
3
unclean file system
Hey everyone,
Thanks for the quick help resonses once again,
We got some mail saying that RAM disks were not the way to go. So we
re-installed, made several partitions to use, and rebuilt xen. However,
we''re still having trouble mounting partitions when xeno-linux boots.
We give a physical grant of one of our newly made paritions (/dev/hda14 in
particular) to the domain. But when
2004 Aug 10
0
dmesg output for mount cdrom problem
The mount /dev/hdc /mnt problem still exists for me.
Regards Robin.
Here''s the dmesg of Xen:
__ __ _ ____
\ \/ /___ _ __ / | |___ \
\ // _ \ ''_ \ | | __) |
/ \ __/ | | | | |_ / __/
/_/\_\___|_| |_| |_(_)_____|
http://www.cl.cam.ac.uk/netos/xen
University of Cambridge Computer Laboratory
Xen version 1.2
2006 Jul 17
1
:create paramaters don''t get through (scoped_acces plugin)
Hi all,
I''m wrestling with the scoped acces plugin to generate object access
controll, but the :create params don''t seem to get through. :find works
great. This is the code
around_filter ScopedAccess::Filter.new(Service, :service_filter)
layout "settings"
protected
def service_filter
{
:find => {:conditions => ["business_id =
2006 Jan 13
2
newbie: access model inside a model
Hi everybody,
I''ve started to learn Ruby on Rails with the two books, of course I''m
experimenting outside
the examples in the book and walking against some things I didn''t learn
yet. so here''s the question:
Is it possible to access one model from within another? Actually I have
a Many to Many relationship
between tables and I''m trying to realize
2006 Feb 15
3
UserEngine testing
Hi Everybody,
I''m playing around with the engines created by James Adam and I bumped
into the following.
I would like the rake bootstrap command to use the testing database and
I just know there''s
an easy way to do so.
I could have just copied the dev db''s to the test db''s but I think I''m
missing something fundamental here.
Hints are very welcome.
2005 May 16
6
x86_64 build broken?
I am not able to build the latest x86_64 xen-unstable on SLES9 SP1
x86_64. Here is the build output. Am I doing anything wrong here?
Aravindh
gcc -DPIC -m64 -Wall -Werror -O3 -fno-strict-aliasing -I
../../tools/libxutil -I. -Wp,-MD,.xc_ptrace.opic.d -fPIC -c -o
xc_ptrace.opic xc_ptrace.c
In file included from /usr/include/asm/sigcontext.h:4,
from