KVM: selftests: Remove unnecessary register shuffling in fix_hypercall_test
authorSean Christopherson <seanjc@google.com>
Wed, 28 Sep 2022 23:36:48 +0000 (23:36 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 30 Sep 2022 10:39:32 +0000 (06:39 -0400)
commit04f2f60befc9af274c1790e626cc79334b1f4489
treeec98f01a932c5383b3303b91cba1d0f775a9f3a8
parent394265079b6c271fdc191ac31b1ebfbee3dd6d63
KVM: selftests: Remove unnecessary register shuffling in fix_hypercall_test

Use input constraints to load RAX and RBX when testing that KVM correctly
does/doesn't patch the "wrong" hypercall.  There's no need to manually
load RAX and RBX, and no reason to clobber them either (KVM is not
supposed to modify anything other than RAX).

Signed-off-by: Sean Christopherson <seanjc@google.com>
Reviewed-by: Oliver Upton <oliver.upton@linux.dev>
Message-Id: <20220928233652.783504-4-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/x86_64/fix_hypercall_test.c