sd/milkymist-memcard: Fix format string
[qemu/armbru.git] / tests / qtest / libqos / libqos-spapr.h
blob49bd72d20b9756e726a1b1907f887dab013d8e1a
1 #ifndef LIBQOS_SPAPR_H
2 #define LIBQOS_SPAPR_H
4 #include "libqos/libqos.h"
6 QOSState *qtest_spapr_vboot(const char *cmdline_fmt, va_list ap);
7 QOSState *qtest_spapr_boot(const char *cmdline_fmt, ...);
8 void qtest_spapr_shutdown(QOSState *qs);
10 /* List of capabilities needed to silence warnings with TCG */
11 #define PSERIES_DEFAULT_CAPABILITIES \
12 "cap-cfpc=broken," \
13 "cap-sbbc=broken," \
14 "cap-ibs=broken," \
15 "cap-ccf-assist=off,"
17 #endif