]> git.proxmox.com Git - qemu.git/history - qemu-option.c
Version 1.0.1
[qemu.git] / qemu-option.c
2011-11-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/int12...
2011-11-01 Blue SwirlMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-7...
2011-10-31 M. Mohan Kumarqemu: Add opt_set_bool functionality
2011-08-21 Anthony LiguoriMerge remote-tracking branch 'pmaydell/armhw-for-upstre...
2011-08-21 Blue SwirlMerge branch 'queues/slirp' of git://git.kiszka.org...
2011-08-21 Anthony LiguoriUse glib memory allocation and free functions
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-12-14 Stefan Hajnocziqemu-option: Fix parse_option_parameters() documentatio...
2010-12-14 Stefan Hajnocziqemu-option: Don't reinvent append_option_parameters()
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Markus Armbrustererror: New qemu_opts_loc_restore()
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-02 Markus Armbrusterqemu-option: New qemu_opts_reset()
2010-06-14 Markus Armbrusterqemu-option: Reject anti-social IDs
2010-06-14 Kevin Wolfqemu-option: Fix uninitialized value in append_option_p...
2010-06-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-28 MORITA Kazutakaadd support for protocol driver create_options
2010-05-03 Jan KiszkaFix tiny leak in qemu_opts_parse
2010-04-18 Markus Armbrustererror: Convert qemu_opts_validate() to QError
2010-04-18 Markus Armbrustererror: Convert qemu_opts_set() to QError
2010-04-18 Markus Armbrustererror: Convert qemu_opts_create() to QError
2010-03-18 Blue SwirlFix OpenBSD linker warning
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-16 Markus Armbrusterqemu-option: Move the implied first name into QemuOptsList
2010-03-16 Markus Armbrusterqemu-option: Functions to convert to/from QDict
2010-03-16 Markus Armbrustererror: Infrastructure to track locations for error...
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-21 Blue SwirlAllow const QemuOptDesc
2010-02-03 Markus Armbrusterqemu-option: Make qemu_opts_foreach() accumulate return...
2009-12-12 Gerd HoffmannQemuOpts: allow larger option values.
2009-12-03 Jan Kiszkaqemu-opts: Release id on deletion
2009-10-06 Mark McLoughlinNever overwrite a QemuOpt
2009-10-06 Mark McLoughlinAdd qemu_opts_validate() for post parsing validation
2009-10-06 Mark McLoughlinMake qemu_opts_parse() handle empty strings
2009-10-06 Mark McLoughlinRemove bogus error message from qemu_opts_set()
2009-09-26 Juan Quintelaqemu-option: rename bool -> boolean
2009-09-25 Mark McLoughlinFix coding style issue
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
2009-09-11 Gerd HoffmannQemuOpts: split option parser into two functions.
2009-09-09 Jean-Christophe... mv from strdup to qemu_strdup in qemu-option.c
2009-08-10 Gerd HoffmannQemuOpts: qemu_opts_parse: fix id= parsing
2009-08-10 Gerd HoffmannQemuOpts: add some functions
2009-07-30 Gerd Hoffmannqemu-option: fix parse_option_number().
2009-07-27 Gerd HoffmannQemuOpts: framework for storing and parsing options.
2009-07-27 Gerd Hoffmannqemu-option: factor out parse_option_size
2009-07-27 Gerd Hoffmannqemu-option: factor out parse_option_bool
2009-07-27 Gerd Hoffmannmove parser functions from vl.c to qemu-option.c
2009-06-06 Kevin Wolfqemu-img: Print available options with -o ?
2009-05-22 Kevin WolfCreate qemu-option.h