Re: [Qemu-devel] [PATCH] qemu: whitelist kvm pv eoi feature

2012-05-13 Thread Michael S. Tsirkin
On Sun, May 13, 2012 at 03:02:58PM +0300, Michael S. Tsirkin wrote: > On Fri, May 11, 2012 at 06:47:43AM -0600, Eric Blake wrote: > > [adding libvirt, dropping kernel] > > > > On 05/11/2012 01:43 AM, Michael S. Tsirkin wrote: > > > Whitelist kvm pv eoi feature. The feature is enabled > > > with -c

Re: [Qemu-devel] [PATCH] qemu: whitelist kvm pv eoi feature

2012-05-13 Thread Michael S. Tsirkin
On Fri, May 11, 2012 at 06:47:43AM -0600, Eric Blake wrote: > [adding libvirt, dropping kernel] > > On 05/11/2012 01:43 AM, Michael S. Tsirkin wrote: > > Whitelist kvm pv eoi feature. The feature is enabled > > with -cpu kvm64. To disable: -cpu kvm64,-kvm_eoi. > > > > Signed-off-by: Michael S. Ts

Re: [Qemu-devel] [PATCH] qemu: whitelist kvm pv eoi feature

2012-05-11 Thread Eric Blake
[adding libvirt, dropping kernel] On 05/11/2012 01:43 AM, Michael S. Tsirkin wrote: > Whitelist kvm pv eoi feature. The feature is enabled > with -cpu kvm64. To disable: -cpu kvm64,-kvm_eoi. > > Signed-off-by: Michael S. Tsirkin > --- > > Sending a copy to kernel list as this is needed > to tes

[Qemu-devel] [PATCH] qemu: whitelist kvm pv eoi feature

2012-05-11 Thread Michael S. Tsirkin
Whitelist kvm pv eoi feature. The feature is enabled with -cpu kvm64. To disable: -cpu kvm64,-kvm_eoi. Signed-off-by: Michael S. Tsirkin --- Sending a copy to kernel list as this is needed to test the pv eoi feature recently submitted. target-i386/cpuid.c |2 +- 1 files changed, 1 insertio