Comment 6 for bug 1213797

Revision history for this message
chao zhou (chao-zhou) wrote :

The bug has been fixed by the following commit:

commit df67696e97d3edd0cb1683bf2eb3b3236bd9a5ed
Author: Liu Jinsong <email address hidden>
Date: Mon Aug 19 09:33:30 2013 +0800

    kvm: x86: fix setting IA32_FEATURE_CONTROL with nested VMX disabled

    This patch is to fix the bug https://bugs.launchpad.net/qemu-kvm/+bug/120762

    IA32_FEATURE_CONTROL is pointless if not expose VMX or SMX bits to
    cpuid.1.ecx of vcpu. Current qemu-kvm will error return when kvm_put_msrs
    or kvm_get_msrs.

    Signed-off-by: Liu Jinsong <email address hidden>
    Signed-off-by: Paolo Bonzini <email address hidden>