Re: [kvm-devel] external module sched_in event

2007-12-25 Thread Avi Kivity
Andrea Arcangeli wrote: On Sun, Dec 23, 2007 at 07:37:40PM +0200, Avi Kivity wrote: The sched_in notifier needs to enable interrupts (but it must disable preemption to avoid recursion). Ok this update fixes the smp_call_function deadlock. I was able to boot a 4-way guest on a

[kvm-devel] [ kvm-Bugs-1858122 ] vm exit 0x9 in QEMU-KVM but OK in QEMU

2007-12-25 Thread SourceForge.net
Bugs item #1858122, was opened at 2007-12-25 21:44 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=893831aid=1858122group_id=180599 Please note that this message will contain a full copy of

[kvm-devel] Thinkpad T61p and VT

2007-12-25 Thread Tanner Xero Ezell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have a new Thinkpad and I am wanting to use the virtualization technology. vmx is present in /proc/cpuinfo and i have enabled it in the BIOS (most recent bios available from lenovo). I cannot load kvm-intel, dmesg reports [ 1252.245357] kvm:

Re: [kvm-devel] virtio_net and SMP guests

2007-12-25 Thread Rusty Russell
On Tuesday 25 December 2007 23:22:37 Dor Laor wrote: btw: I checked your Linux tree and found it a bit old, there was no tx coalescing timer, it's probably good for 2.6.24. Do you plan to post patchset for 25 windows? Thanks, Dor Hmm, should be updated now. Will be pushing all these virtio

Re: [kvm-devel] README: How to run kvm guests on IA64

2007-12-25 Thread Akio Takebe
Hi, Run guests with the command : /usr/local/bin/qemu-system-ia64 -hda your.img -m 512 If you have any question, please feel free to contact me! Can I use the guest image of Xen? Or do I need to clean-install Linux or Windows on KVM guest? Best Regards, Akio Takebe

Re: [kvm-devel] README: How to run kvm guests on IA64

2007-12-25 Thread Zhang, Xiantao
Akio Takebe wrote: Hi, Run guests with the command : /usr/local/bin/qemu-system-ia64 -hda your.img -m 512 If you have any question, please feel free to contact me! Can I use the guest image of Xen? Or do I need to clean-install Linux or Windows on KVM guest? Sure, you can use xen's hvm

Re: [kvm-devel] README: How to run kvm guests on IA64

2007-12-25 Thread Zhang, Xiantao
Akio Takebe wrote: Hi, Run guests with the command : /usr/local/bin/qemu-system-ia64 -hda your.img -m 512 If you have any question, please feel free to contact me! Can I use the guest image of Xen? Or do I need to clean-install Linux or Windows on KVM guest? Hi, Akio Thank you for your

[kvm-devel] [PATCH] external module: remove define for MAX_IO_APICS

2007-12-25 Thread Carlo Marcelo Arenas Belon
This reverts commit a2c1905ff7c6faf9253d4185952a5b85036114f7. It was made obsolete by 3f5daaafad51a2b75171c2a93a28cc55ce205cae and would redefine MAX_IO_APIC to a smaller value in amd64 that the one used by asm/apicdef.h for non SMP kernels 2.6.21 Signed-off-by: Carlo Marcelo Arenas Belon