aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/libqos/libqos-pc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qtest/libqos/libqos-pc.h')
-rw-r--r--tests/qtest/libqos/libqos-pc.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/qtest/libqos/libqos-pc.h b/tests/qtest/libqos/libqos-pc.h
new file mode 100644
index 0000000000..a0e4c45516
--- /dev/null
+++ b/tests/qtest/libqos/libqos-pc.h
@@ -0,0 +1,10 @@
+#ifndef LIBQOS_PC_H
+#define LIBQOS_PC_H
+
+#include "libqos/libqos.h"
+
+QOSState *qtest_pc_vboot(const char *cmdline_fmt, va_list ap);
+QOSState *qtest_pc_boot(const char *cmdline_fmt, ...);
+void qtest_pc_shutdown(QOSState *qs);
+
+#endif