]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qtest/libqos/libqos-spapr.h
net: Track netdevs in NetClientState rather than QemuOpt
[mirror_qemu.git] / tests / qtest / libqos / libqos-spapr.h
1 #ifndef LIBQOS_SPAPR_H
2 #define LIBQOS_SPAPR_H
3
4 #include "libqos/libqos.h"
5
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);
9
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," \
16 "cap-fwnmi-mce=off"
17
18 #endif