Re: WARNING: kernel/smp.c:292 smp_call_function_single [Was: mmotm 2009-11-24-16-47 uploaded]

2009-11-28 Thread Avi Kivity
On 11/27/2009 06:37 PM, Thomas Gleixner wrote: On Fri, 27 Nov 2009, Peter Zijlstra wrote: On Fri, 2009-11-27 at 16:03 +0100, Jiri Slaby wrote: On 11/25/2009 01:47 AM, a...@linux-foundation.org wrote: The mm-of-the-moment snapshot 2009-11-24-16-47 has been uploaded to

[PATCH] KVM: Drop user return notifier when disabling virtualization on a cpu

2009-11-28 Thread Avi Kivity
This way, we don't leave a dangling notifier on cpu hotunplug or module unload. In particular, module unload leaves the notifier pointing into freed memory. Signed-off-by: Avi Kivity --- Please queue for 2.6.33 as well. arch/x86/kvm/x86.c |9 + 1 files changed, 9 insertions(+), 0

[ kvm-Bugs-2905358 ] Doesn't support MS-DOS compatibility FPU mode

2009-11-28 Thread SourceForge.net
Bugs item #2905358, was opened at 2009-11-28 16:37 Message generated for change (Tracker Item Submitted) made by youpi_486 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2905358&group_id=180599 Please note that this message will contain a full copy of th

passthrough of PCIe graphics card to VM

2009-11-28 Thread André Weidemann
Hi, I am trying to pass a PCIe graphics card to a VM. Windows 7 recognizes the card, but can not use it. I can install the drivers under Windows, but after a reboot the device is still not operational. Has anyone here accomplished passing a graphics card to a VM and make it work? I'd really ap

Re: [PATCH 1/2] Adds a test to verify resources inside a VM

2009-11-28 Thread Yolkfull Chow
On Wed, Nov 25, 2009 at 11:35:02AM +0530, sudhir kumar wrote: > This patch adds a test for verifying whether the number of cpus and amount > of memory as seen inside a guest is same as allocated to it on the qemu > command line. Hello Sudhir, Please see embedded comments as below: > > Signed-o