KVM: selftests: x86: sync_regs_test: Get regs structure before modifying it
authorThomas Huth <thuth@redhat.com>
Thu, 8 Feb 2024 20:48:38 +0000 (21:48 +0100)
committerSean Christopherson <seanjc@google.com>
Tue, 27 Feb 2024 02:08:36 +0000 (18:08 -0800)
commit221d65449453846bbf6801d0ecf7dfdf4f413ad9
tree418e6d9f9d60eed612f851d300000e12524f11d0
parente10086285659bb7ecc5819e5c7e47f5bdc02668d
KVM: selftests: x86: sync_regs_test: Get regs structure before modifying it

The regs structure just accidentally contains the right values
from the previous test in the spot where we want to change rbx.
It's cleaner if we properly initialize the structure here before
using it.

Suggested-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Link: https://lore.kernel.org/r/20240208204844.119326-3-thuth@redhat.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/x86_64/sync_regs_test.c