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
Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2019-11-04-tag' into staging
[qemu/ar7.git]
/
tests
/
libqos
/
libqos-pc.h
blob
a0e4c45516fbe32a0182347565d0d279673a81d4
1
#ifndef LIBQOS_PC_H
2
#define LIBQOS_PC_H
3
4
#include
"libqos/libqos.h"
5
6
QOSState
*
qtest_pc_vboot
(
const char
*
cmdline_fmt
,
va_list
ap
);
7
QOSState
*
qtest_pc_boot
(
const char
*
cmdline_fmt
, ...);
8
void
qtest_pc_shutdown
(
QOSState
*
qs
);
9
10
#endif