libqos-pc.h 237 字节
Newer Older
J
John Snow 已提交
1 2 3 4 5
#ifndef __libqos_pc_h
#define __libqos_pc_h

#include "libqos/libqos.h"

6
QOSState *qtest_pc_vboot(const char *cmdline_fmt, va_list ap);
J
John Snow 已提交
7 8 9 10
QOSState *qtest_pc_boot(const char *cmdline_fmt, ...);
void qtest_pc_shutdown(QOSState *qs);

#endif