repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
qcow2: refactor decompress_buffer
[qemu/ar7.git]
/
tests
/
libqos
/
libqos-spapr.h
blob
dcb5c43ad37dd69b7316192a02e9ff11b591a33e
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