M. Mohan Kumar
|
f02b77c9bf
qemu: Add opt_set_bool functionality
|
14 years ago |
Anthony Liguori
|
7267c0947d
Use glib memory allocation and free functions
|
14 years ago |
Stefan Hajnoczi
|
0e72e753c2
qemu-option: Fix parse_option_parameters() documentation typo
|
14 years ago |
Stefan Hajnoczi
|
898c257ba8
qemu-option: Don't reinvent append_option_parameters()
|
14 years ago |
Markus Armbruster
|
94ac726842
error: New qemu_opts_loc_restore()
|
15 years ago |
Markus Armbruster
|
bb67ab0290
qemu-option: New qemu_opts_reset()
|
15 years ago |
Markus Armbruster
|
b560a9ab9b
qemu-option: Reject anti-social IDs
|
15 years ago |
Kevin Wolf
|
bd69fe8448
qemu-option: Fix uninitialized value in append_option_parameter
|
15 years ago |
MORITA Kazutaka
|
b50cbabc1b
add support for protocol driver create_options
|
15 years ago |
Jan Kiszka
|
d510c5cf34
Fix tiny leak in qemu_opts_parse
|
15 years ago |
Markus Armbruster
|
db716e9c16
error: Convert qemu_opts_validate() to QError
|
15 years ago |
Markus Armbruster
|
c64f27d4f4
error: Convert qemu_opts_set() to QError
|
15 years ago |
Markus Armbruster
|
975b63a4ee
error: Convert qemu_opts_create() to QError
|
15 years ago |
Blue Swirl
|
d35215f808
Fix OpenBSD linker warning
|
15 years ago |
Markus Armbruster
|
8212c64f0e
qemu-option: Move the implied first name into QemuOptsList
|
15 years ago |
Markus Armbruster
|
01e7f18869
qemu-option: Functions to convert to/from QDict
|
15 years ago |
Markus Armbruster
|
827b08139c
error: Infrastructure to track locations for error reporting
|
15 years ago |
Blue Swirl
|
238431a9d8
Allow const QemuOptDesc
|
15 years ago |
Markus Armbruster
|
4a2594ddd3
qemu-option: Make qemu_opts_foreach() accumulate return values
|
15 years ago |
Gerd Hoffmann
|
d318ff9900
QemuOpts: allow larger option values.
|
15 years ago |
Jan Kiszka
|
b09417b9bc
qemu-opts: Release id on deletion
|
15 years ago |
Mark McLoughlin
|
dc9ca4ba27
Never overwrite a QemuOpt
|
16 years ago |
Mark McLoughlin
|
5dc519ef92
Add qemu_opts_validate() for post parsing validation
|
16 years ago |
Mark McLoughlin
|
2cfa571f79
Make qemu_opts_parse() handle empty strings
|
16 years ago |
Mark McLoughlin
|
a676968b7f
Remove bogus error message from qemu_opts_set()
|
16 years ago |
Juan Quintela
|
1f5c1775cd
qemu-option: rename bool -> boolean
|
16 years ago |
Mark McLoughlin
|
3df04ac3c6
Fix coding style issue
|
16 years ago |
Blue Swirl
|
72cf2d4f0e
Fix sys-queue.h conflict for good
|
16 years ago |
Gerd Hoffmann
|
96729cbd29
QemuOpts: split option parser into two functions.
|
16 years ago |
Jean-Christophe DUBOIS
|
d4c3fddd1f
mv from strdup to qemu_strdup in qemu-option.c
|
16 years ago |