diff options
author | 2014-04-21 15:20:14 -0400 | |
---|---|---|
committer | 2014-04-28 11:14:51 +0200 | |
commit | fe2b201b3be91575857227da7ef21f661bc460b1 (patch) | |
tree | dd1d04f0273b4cdc23d3882395e31e0d2ed4c4c2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | kvm: Use pci_enable_msix_exact() instead of pci_enable_msix() (diff) | |
download | linux-dev-fe2b201b3be91575857227da7ef21f661bc460b1.tar.xz linux-dev-fe2b201b3be91575857227da7ef21f661bc460b1.zip |
KVM: x86: Check for host supported fields in shadow vmcs
We track shadow vmcs fields through two static lists,
one for read only and another for r/w fields. However, with
addition of new vmcs fields, not all fields may be supported on
all hosts. If so, copy_vmcs12_to_shadow() trying to vmwrite on
unsupported hosts will result in a vmwrite error. For example, commit
36be0b9deb23161 introduced GUEST_BNDCFGS, which is not supported
by all processors. Filter out host unsupported fields before
letting guests use shadow vmcs
Signed-off-by: Bandan Das <bsd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions