diff options
| author | Sean Christopherson <[email protected]> | 2019-12-18 13:54:48 -0800 |
|---|---|---|
| committer | Paolo Bonzini <[email protected]> | 2020-01-24 09:18:52 +0100 |
| commit | 16be9ddea268ad841457a59109963fff8c9de38d (patch) | |
| tree | 3386603054fc484b7daed3e2459f86e377303c0e /scripts/gdb/linux/modules.py | |
| parent | cb10bf9194f4d2c5d830eddca861f7ca0fecdbb4 (diff) | |
KVM: x86: Free wbinvd_dirty_mask if vCPU creation fails
Free the vCPU's wbinvd_dirty_mask if vCPU creation fails after
kvm_arch_vcpu_init(), e.g. when installing the vCPU's file descriptor.
Do the freeing by calling kvm_arch_vcpu_free() instead of open coding
the freeing. This adds a likely superfluous, but ultimately harmless,
call to kvmclock_reset(), which only clears vcpu->arch.pv_time_enabled.
Using kvm_arch_vcpu_free() allows for additional cleanup in the future.
Fixes: f5f48ee15c2ee ("KVM: VMX: Execute WBINVD to keep data consistency with assigned devices")
Cc: [email protected]
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