4 * Copyright IBM, Corp. 2011
9 * This work is licensed under the terms of the GNU GPL, version 2 or later.
10 * See the COPYING file in the top-level directory.
17 #include "qemu-common.h"
18 #include "qapi/error.h"
19 #include "sysemu/qemumachine.h"
21 extern bool qtest_allowed;
23 static inline bool qtest_enabled(void)
28 bool qtest_driver(void);
30 int qtest_init_accel(QEMUMachine *machine);
31 void qtest_init(const char *qtest_chrdev, const char *qtest_log, Error **errp);
33 static inline int qtest_available(void)