]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit17191a73632ce840136edf2639a0f51196cc0597
tree0e2a40241dee22be104b147e9757592a113d79f1
parent592224642681a51f03ffd129b5fd06c139ac313e
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]