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>
This commit is contained in:
Michael Roth
2021-12-10 10:46:12 -06:00
committed by Paolo Bonzini
parent 7d9a662ed9
commit 96c1a62855
3 changed files with 60 additions and 49 deletions

View File

@@ -8,5 +8,6 @@
#define SELFTEST_KVM_UTIL_H
#include "kvm_util_base.h"
#include "ucall_common.h"
#endif /* SELFTEST_KVM_UTIL_H */