Re: [ANNOUNCE] kvm-88 release

2009-07-13 Thread John Rousseau
On 07/13/2009 04:32 AM, Avi Kivity wrote: On 07/12/2009 09:43 PM, John Rousseau wrote: Losing -vga std allowed the guest to boot. Attached patch fixes it for me. It does as well for me. Acked-by: John Rousseau jrrouss...@gmail.com Thanks much! -John -- To unsubscribe from this list: send

Re: [ANNOUNCE] kvm-88 release

2009-07-12 Thread John Rousseau
On 07/12/2009 09:31 AM, Avi Kivity wrote: kvm-87 wasn't so hot due to networking not working with rtl8139 and e1000. So kvm-88 fixes that and brings a bunch of new features (resizable sdl windows, multiboot, x2apic, and more). Enjoy. Does anyone have this working with FC11? I installed FC11

Re: [ANNOUNCE] kvm-88 release

2009-07-12 Thread John Rousseau
On 07/12/2009 11:13 AM, Avi Kivity wrote: On 07/12/2009 06:06 PM, John Rousseau wrote: # /usr/local/bin/qemu-system-x86_64 -hda /home/jrr/vista-x86_64.img -m 1536M -net nic,vlan=0,macaddr=52:54:00:12:32:00 -net tap,vlan=0,ifname=tap1 -vga std -full-screen -smp 2 -usb -usbdevice tablet Can you

Re: [PATCH 06/12] kvm: qemu: device-assignment: cleanup irq assignment error messages

2008-11-28 Thread John Rousseau
Mark McLoughlin wrote: Replace perror() usage with sane error message. Signed-off-by: Mark McLoughlin [EMAIL PROTECTED] --- qemu/hw/device-assignment.c |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/qemu/hw/device-assignment.c b/qemu/hw/device-assignment.c index

Re: KVM: MMU: avoid creation of unreachable pages in the shadow

2008-11-28 Thread John Rousseau
Marcelo Tosatti wrote: On Tue, Nov 25, 2008 at 01:27:27PM -0500, John Rousseau wrote: Marcelo Tosatti wrote: It is possible for a shadow page to have a parent link pointing to a freed page. When zapping a high level table, kvm_mmu_page_unlink_children fails to remove the parent_pte link

Re: KVM: MMU: avoid creation of unreachable pages in the shadow

2008-11-25 Thread John Rousseau
Marcelo Tosatti wrote: It is possible for a shadow page to have a parent link pointing to a freed page. When zapping a high level table, kvm_mmu_page_unlink_children fails to remove the parent_pte link. For that to happen, the child must be unreachable via the shadow tree, which can happen in

Re: KVM: MMU: avoid creation of unreachable pages in the shadow

2008-11-25 Thread John Rousseau
Marcelo Tosatti wrote: On Tue, Nov 25, 2008 at 01:27:27PM -0500, John Rousseau wrote: Marcelo Tosatti wrote: It is possible for a shadow page to have a parent link pointing to a freed page. When zapping a high level table, kvm_mmu_page_unlink_children fails to remove the parent_pte link

Re: Latest kvm.git versus Windows Vista?

2008-11-14 Thread John Rousseau
walt wrote: walt wrote: ... So, does anyone have Vista working on recent kvm.git? Yes. I do, but only because I forgot to load the kvm-amd kernel module. I guess that means I'm really running Vista on plain qemu, and not on kvm at all. Is that correct? It appears to be. How slow is it?