commit | ca3f257ae570c37d3da30a524a2f61ce602c6c99 | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Mon Dec 16 12:55:46 2013 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Dec 18 10:27:09 2013 +0100 |
tree | 476d6c425876853432eaaa18dd8ef555b8f9fcbc | |
parent | 9357d93952143b178fa9d1f5095b8f273b01a1f1 [diff] |
KVM: nVMX: Support direct APIC access from L2 It's a pathological case, but still a valid one: If L1 disables APIC virtualization and also allows L2 to directly write to the APIC page, we have to forcibly enable APIC virtualization while in L2 if the in-kernel APIC is in use. This allows to run the direct interrupt test case in the vmx unit test without x2APIC. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>