Re: [Qemu-devel] [PATCH v2 5/7] make hyperv hypercall and guest os id MSRs migratable.

2014-01-23 Thread Paolo Bonzini
Il 23/01/2014 14:40, Vadim Rozenfeld ha scritto: +if (hyperv_enabled(cpu) && +kvm_check_extension(cs->kvm_state, KVM_CAP_HYPERV) > 0) { c->eax = HYPERV_CPUID_MIN; +has_msr_hv_hypercall = true; The commit message should mention that this is done because the MS docs

[Qemu-devel] [PATCH v2 5/7] make hyperv hypercall and guest os id MSRs migratable.

2014-01-23 Thread Vadim Rozenfeld
Signed-off-by: Vadim Rozenfeld --- target-i386/cpu.h | 2 ++ target-i386/kvm.c | 25 - target-i386/machine.c | 23 +++ 3 files changed, 45 insertions(+), 5 deletions(-) diff --git a/target-i386/cpu.h b/target-i386/cpu.h index 1d94a9d..3bfaf87