repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
accel/tcg: Record mmio bytes during translation
[qemu/kevin.git]
/
tests
/
qtest
/
libqos
/
libqos-pc.h
blob
a2e4209a4932fdec8e1be94d5418ffca6823f2dd
1
#ifndef LIBQOS_PC_H
2
#define LIBQOS_PC_H
3
4
#include
"libqos.h"
5
6
QOSState
*
qtest_pc_vboot
(
const char
*
cmdline_fmt
,
va_list
ap
)
7
G_GNUC_PRINTF
(
1
,
0
);
8
QOSState
*
qtest_pc_boot
(
const char
*
cmdline_fmt
, ...)
9
G_GNUC_PRINTF
(
1
,
2
);
10
void
qtest_pc_shutdown
(
QOSState
*
qs
);
11
12
#endif