commit | 696dfd95ba9838327a7013e5988ff3ba60dcc8c8 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed May 07 11:20:54 2014 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed May 07 13:46:02 2014 +0200 |
tree | 9728efc0e17d90dda636b3d451d4c2fdbc07f19c | |
parent | 89ca3b881987f5a4be4c5dbaa7f0df12bbdde2fd [diff] |
KVM: vmx: disable APIC virtualization in nested guests While running a nested guest, we should disable APIC virtualization controls (virtualized APIC register accesses, virtual interrupt delivery and posted interrupts), because we do not expose them to the nested guest. Reported-by: Hu Yaohui <loki2441@gmail.com> Suggested-by: Abel Gordon <abel@stratoscale.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>