Re: [PATCH for-3.6] kvm: fix KVM_GET_MSR for PV EOI

2012-08-27 Thread Marcelo Tosatti
On Mon, Aug 27, 2012 at 05:47:42PM -0300, Marcelo Tosatti wrote: > On Sun, Aug 26, 2012 at 06:00:29PM +0300, Michael S. Tsirkin wrote: > > KVM_GET_MSR was missing support for PV EOI, > > which is needed for migration. > > > > Signed-off-by: Michael S. Tsirkin > > --- > > > > Please consider this

Re: [PATCH for-3.6] kvm: fix KVM_GET_MSR for PV EOI

2012-08-27 Thread Marcelo Tosatti
On Sun, Aug 26, 2012 at 06:00:29PM +0300, Michael S. Tsirkin wrote: > KVM_GET_MSR was missing support for PV EOI, > which is needed for migration. > > Signed-off-by: Michael S. Tsirkin > --- > > Please consider this bugfix patch for 3.6. > Thanks! > > arch/x86/kvm/x86.c | 3 +++ > 1 file chang

[PATCH for-3.6] kvm: fix KVM_GET_MSR for PV EOI

2012-08-26 Thread Michael S. Tsirkin
KVM_GET_MSR was missing support for PV EOI, which is needed for migration. Signed-off-by: Michael S. Tsirkin --- Please consider this bugfix patch for 3.6. Thanks! arch/x86/kvm/x86.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 91a5958..f