commit | 690908104e39d37947f89d76388c876ce4ec5fda | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Apr 15 15:16:17 2019 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Apr 16 10:59:07 2019 +0200 |
tree | c36cb58746423288987bdc08715c2c4fe4314ee0 | |
parent | cfd32acf7875d9dd83f82e1940098e88abeea439 [diff] |
KVM: nVMX: allow tests to use bad virtual-APIC page address As mentioned in the comment, there are some special cases where we can simply clear the TPR shadow bit from the CPU-based execution controls in the vmcs02. Handle them so that we can remove some XFAILs from vmx.flat. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>