Re: [Qemu-devel] [PATCH-for-4.2 1/1] Only enable the halt poll control MSR if it is supported by the host

2019-07-17 Thread Paolo Bonzini
On 16/07/19 23:44, Mark Kanda wrote: > diff --git a/target/i386/cpu.c b/target/i386/cpu.c > index a8bafdb8b9..dacbf7a9fe 100644 > --- a/target/i386/cpu.c > +++ b/target/i386/cpu.c > @@ -2838,7 +2838,6 @@ static PropValue kvm_default_props[] = { > { "kvm-asyncpf", "on" }, > { "kvm-steal-ti

[Qemu-devel] [PATCH-for-4.2 1/1] Only enable the halt poll control MSR if it is supported by the host

2019-07-16 Thread Mark Kanda
The halt poll control MSR should only be enabled on hosts which support it. Fixes: ("kvm: i386: halt poll control MSR support") Signed-off-by: Mark Kanda --- target/i386/cpu.c | 8 +++- target/i386/kvm.c | 2 -- target/i386/machine.c | 1 - 3 files changed, 7 insertions(+), 4 deleti