diff options
| author | Babu Moger <babu.moger@amd.com> | 2020-09-11 14:28:42 -0500 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-09-28 07:57:12 -0400 |
| commit | a90c1ed9f11dbc3d37664a8561e50e3f3695c539 (patch) | |
| tree | a2935036fee92749f63c72b0676f958f7d6eb162 /arch/x86/kvm/svm/nested.c | |
| parent | KVM: SVM: refactor exit labels in svm_create_vcpu (diff) | |
| download | linux-a90c1ed9f11dbc3d37664a8561e50e3f3695c539.tar.gz linux-a90c1ed9f11dbc3d37664a8561e50e3f3695c539.zip | |
KVM: nSVM: Remove unused field
host_intercept_exceptions is not used anywhere. Clean it up.
Signed-off-by: Babu Moger <babu.moger@amd.com>
Reviewed-by: Jim Mattson <jmattson@google.com>
Message-Id: <159985252277.11252.8819848322175521354.stgit@bmoger-ubuntu>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm/svm/nested.c')
| -rw-r--r-- | arch/x86/kvm/svm/nested.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kvm/svm/nested.c b/arch/x86/kvm/svm/nested.c index e73bdd44b24a..c10a9a80022e 100644 --- a/arch/x86/kvm/svm/nested.c +++ b/arch/x86/kvm/svm/nested.c @@ -108,8 +108,6 @@ void recalc_intercepts(struct vcpu_svm *svm) h = &svm->nested.hsave->control; g = &svm->nested.ctl; - svm->nested.host_intercept_exceptions = h->intercept_exceptions; - c->intercept_cr = h->intercept_cr; c->intercept_dr = h->intercept_dr; c->intercept_exceptions = h->intercept_exceptions; |
