diff options
| author | Sean Christopherson <[email protected]> | 2019-12-18 13:55:05 -0800 |
|---|---|---|
| committer | Paolo Bonzini <[email protected]> | 2020-01-24 09:19:04 +0100 |
| commit | 9d979c7e6ff43ca3200ffcb74f57415fd633a2da (patch) | |
| tree | eccf2698eca972da3b29338de53c59d0e4c16671 /scripts/gdb/linux/modules.py | |
| parent | 4b8fff780b07570993a966475b7500b6964cd91e (diff) | |
KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction path
x86 does not load its MMU until KVM_RUN, which cannot be invoked until
after vCPU creation succeeds. Given that kvm_arch_vcpu_destroy() is
called if and only if vCPU creation fails, it is impossible for the MMU
to be loaded.
Note, the bogus kvm_mmu_unload() call was added during an unrelated
refactoring of vCPU allocation, i.e. was presumably added as an
opportunstic "fix" for a perceived leak.
Fixes: fb3f0f51d92d1 ("KVM: Dynamically allocate vcpus")
Signed-off-by: Sean Christopherson <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions