repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Allow -serial chardev:<name>
[qemu.git]
/
qemu-config.h
blob
13b0f19304f6885cb699e4c741867bd561ea99b7
1
#ifndef QEMU_CONFIG_H
2
#define QEMU_CONFIG_H
3
4
extern
QemuOptsList qemu_drive_opts
;
5
extern
QemuOptsList qemu_chardev_opts
;
6
extern
QemuOptsList qemu_device_opts
;
7
8
int
qemu_set_option
(
const char
*
str
);
9
10
#endif
/* QEMU_CONFIG_H */