2016-09-13 14:52:44 +02:00
|
|
|
#ifndef LIBQOS_SPAPR_H
|
|
|
|
#define LIBQOS_SPAPR_H
|
|
|
|
|
2020-08-04 20:00:40 +02:00
|
|
|
#include "libqos.h"
|
2016-09-13 14:52:44 +02:00
|
|
|
|
2022-12-19 08:02:04 -05:00
|
|
|
QOSState *qtest_spapr_vboot(const char *cmdline_fmt, va_list ap)
|
|
|
|
G_GNUC_PRINTF(1, 0);
|
|
|
|
QOSState *qtest_spapr_boot(const char *cmdline_fmt, ...)
|
|
|
|
G_GNUC_PRINTF(1, 2);
|
2016-09-13 14:52:44 +02:00
|
|
|
void qtest_spapr_shutdown(QOSState *qs);
|
|
|
|
|
|
|
|
#endif
|