commit | 9780d51dc2af1c02bed9687822ba0d6df955c302 | [log] [tgz] |
---|---|---|
author | Babu Moger <babu.moger@amd.com> | Fri Sep 11 14:28:20 2020 -0500 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Sep 28 07:57:14 2020 -0400 |
tree | ad858472943944e0891f3d33502217c9522eb8fd | |
parent | 30abaa88382ce078cfc2ecebb61d9e0540fef24d [diff] |
KVM: SVM: Modify intercept_exceptions to generic intercepts Modify intercept_exceptions to generic intercepts in vmcb_control_area. Use the generic vmcb_set_intercept, vmcb_clr_intercept and vmcb_is_intercept to set/clear/test the intercept_exceptions bits. Signed-off-by: Babu Moger <babu.moger@amd.com> Reviewed-by: Jim Mattson <jmattson@google.com> Message-Id: <159985250037.11252.1361972528657052410.stgit@bmoger-ubuntu> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>