Sign in
qemu
/
qemu
/
d32c76b3add2cb5216ae6931ef06632b802a6f68
/
.
/
tests
/
libqos
/
libqos-pc.h
blob: 316857d32fcce779ad2867a44fef9f7a7e5cf397 [
file
] [
log
] [
blame
]
#ifndef
__libqos_pc_h
#define
__libqos_pc_h
#include
"libqos/libqos.h"
QOSState
*
qtest_pc_boot
(
const
char
*
cmdline_fmt
,
...);
void
qtest_pc_shutdown
(
QOSState
*
qs
);
#endif