OSDN Git Service

kvm: selftests: move ucall declarations into ucall_common.h
authorMichael Roth <michael.roth@amd.com>
Fri, 10 Dec 2021 16:46:12 +0000 (10:46 -0600)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 7 Jan 2022 18:25:33 +0000 (13:25 -0500)
commit96c1a6285568d31a8125c36974a140fccbe548af
tree0e2a40241dee22be104b147e9757592a113d79f1
parent7d9a662ed9f0403e7b94940dceb81552b8edb931
kvm: selftests: move ucall declarations into ucall_common.h

Now that core kvm_util declarations have special home in
kvm_util_base.h, move ucall-related declarations out into a separate
header.

Signed-off-by: Michael Roth <michael.roth@amd.com>
Message-Id: <20211210164620.11636-3-michael.roth@amd.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/include/kvm_util.h
tools/testing/selftests/kvm/include/kvm_util_base.h
tools/testing/selftests/kvm/include/ucall_common.h [new file with mode: 0644]