commit | 8626c120baefe68d22a22d6af9a7eed0b50bee90 | [log] [tgz] |
---|---|---|
author | Sean Christopherson <seanjc@google.com> | Tue Jun 22 10:57:08 2021 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jun 24 18:00:40 2021 -0400 |
tree | baee9510863acbd751fb1e16833c1f402831dccc | |
parent | cd6767c334b628cf566db56c778e67f7e6ae2845 [diff] |
KVM: x86/mmu: Use MMU's role_regs, not vCPU state, to compute mmu_role Use the provided role_regs to calculate the mmu_role instead of pulling bits from current vCPU state. For some flows, e.g. nested TDP, the vCPU state may not be correct (or relevant). Cc: Maxim Levitsky <mlevitsk@redhat.com> Signed-off-by: Sean Christopherson <seanjc@google.com> Message-Id: <20210622175739.3610207-24-seanjc@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>