git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
cirrus: fix off-by-one in cirrus_bitblt_rop_bkwd_transp_*_16
[qemu.git]
/
tests
/
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
#endif