diff options
author | 2021-01-12 11:43:13 -0500 | |
---|---|---|
committer | 2021-03-15 04:42:30 -0400 | |
commit | 193015adf40d0465c240d4e9a7b6e4b84b531f8b (patch) | |
tree | 52c0569fdbe12c8bda09b3ec2470e07610ceca3f /arch/x86/kvm/svm/nested.c | |
parent | KVM: nSVM: Track the physical cpu of the vmcb vmrun through the vmcb (diff) | |
download | linux-dev-193015adf40d0465c240d4e9a7b6e4b84b531f8b.tar.xz linux-dev-193015adf40d0465c240d4e9a7b6e4b84b531f8b.zip |
KVM: nSVM: Track the ASID generation of the vmcb vmrun through the vmcb
This patch moves the asid_generation from the vcpu to the vmcb
in order to track the ASID generation that was active the last
time the vmcb was run. If sd->asid_generation changes between
two runs, the old ASID is invalid and must be changed.
Suggested-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Cathy Avery <cavery@redhat.com>
Message-Id: <20210112164313.4204-3-cavery@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm/svm/nested.c')
0 files changed, 0 insertions, 0 deletions