]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: selftests: Fix kvm_vm_free() in cr4_cpuid_sync and vmx_tsc_adjust tests
authorThomas Huth <thuth@redhat.com>
Thu, 26 Aug 2021 07:49:28 +0000 (09:49 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 30 Sep 2021 08:27:08 +0000 (04:27 -0400)
commite517287261b9178f197359f401f277f4cd8e84c7
treef1c3f55a5216a79c1048a032496f0fa7ce66e5a9
parent1ced165f02e45095877c1ba877f70a0171e09448
KVM: selftests: Fix kvm_vm_free() in cr4_cpuid_sync and vmx_tsc_adjust tests

The kvm_vm_free() statement here is currently dead code, since the loop
in front of it can only be left with the "goto done" that jumps right
after the kvm_vm_free(). Fix it by swapping the locations of the "done"
label and the kvm_vm_free().

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210826074928.240942-1-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/x86_64/cr4_cpuid_sync_test.c
tools/testing/selftests/kvm/x86_64/vmx_tsc_adjust_test.c