Re: [Qemu-devel] [PATCHv2] qemu: enable PV EOI for qemu 1.3

2012-10-18 Thread Michael S. Tsirkin
On Thu, Oct 18, 2012 at 04:13:38PM +0200, Andreas Färber wrote: > Am 18.10.2012 00:15, schrieb Michael S. Tsirkin: > > Enable KVM PV EOI by default. You can still disable it with > > -kvm_pv_eoi cpu flag. To avoid breaking cross-version migration, > > enable only for qemu 1.3 (or in the future, new

Re: [Qemu-devel] [PATCHv2] qemu: enable PV EOI for qemu 1.3

2012-10-18 Thread Andreas Färber
Am 18.10.2012 00:15, schrieb Michael S. Tsirkin: > Enable KVM PV EOI by default. You can still disable it with > -kvm_pv_eoi cpu flag. To avoid breaking cross-version migration, > enable only for qemu 1.3 (or in the future, newer) machine type. > > Signed-off-by: Michael S. Tsirkin > --- > > Cha

[Qemu-devel] [PATCHv2] qemu: enable PV EOI for qemu 1.3

2012-10-17 Thread Michael S. Tsirkin
Enable KVM PV EOI by default. You can still disable it with -kvm_pv_eoi cpu flag. To avoid breaking cross-version migration, enable only for qemu 1.3 (or in the future, newer) machine type. Signed-off-by: Michael S. Tsirkin --- Changes from v1: Address comments by Eduardo: use includ