[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 for non SMP kernels > 2.6.21 Signed-off-by: Carlo Marcelo Arenas Belon <[EMAIL PROTECTED]

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

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

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] 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 vir

Re: [kvm-devel] Thinkpad T61p and VT

2007-12-25 Thread Tanner "Xero" Ezell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thank you very much Dor, solved my problem! Dor Laor wrote: > Tanner "Xero" Ezell wrote: >> > 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 re

Re: [kvm-devel] Thinkpad T61p and VT

2007-12-25 Thread Dor Laor
Tanner "Xero" Ezell wrote: -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 repo

[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: disab

[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=detail&atid=893831&aid=1858122&group_id=180599 Please note that this message will contain a full copy

[kvm-devel] [RFC] Expose host cpuid to guest: userspace patch

2007-12-25 Thread Dan Kenigsberg
The first little patch (already swallowed by qemu-devel) corrects the cpuid_level exposed for various cpu models, and lets us change it. The main attached patch is the userspace part of cpuid support. Please comment if you find something that is not to your liking. Regards, Dan. diff --git a/

Re: [kvm-devel] virtio_net and SMP guests

2007-12-25 Thread Dor Laor
Rusty Russell wrote: > On Monday 24 December 2007 10:19:19 Dor Laor wrote: > >> Rusty Russell wrote: >> Looks good to me. The only thing is the naming.. Maybe one can find >> better name than [dis|en]able_cb since >> it is more like disable interrupts than disable_cb and enable_cb is more >> lik

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