commit | 830bd71f2c0684b530970d0aea792a12c0cbcdd2 | [log] [tgz] |
---|---|---|
author | Babu Moger <babu.moger@amd.com> | Fri Sep 11 14:28:50 2020 -0500 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Sep 28 07:57:15 2020 -0400 |
tree | a78c1bbbe0e43afa3abcbf0bf4b0cdaea9bf5e72 | |
parent | 4c44e8d6c19330e48a87103184f840ffe5a423cd [diff] |
KVM: SVM: Remove set_cr_intercept, clr_cr_intercept and is_cr_intercept Remove set_cr_intercept, clr_cr_intercept and is_cr_intercept. Instead call generic svm_set_intercept, svm_clr_intercept an dsvm_is_intercep tfor all cr intercepts. Signed-off-by: Babu Moger <babu.moger@amd.com> Reviewed-by: Jim Mattson <jmattson@google.com> Message-Id: <159985253016.11252.16945893859439811480.stgit@bmoger-ubuntu> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>