aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-option.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-21Allow const QemuOptDescBlue Swirl1-3/+3
2010-02-03qemu-option: Make qemu_opts_foreach() accumulate return valuesMarkus Armbruster1-1/+1
2009-12-12QemuOpts: allow larger option values.Gerd Hoffmann1-2/+2
2009-12-03qemu-opts: Release id on deletionJan Kiszka1-1/+2
2009-10-06Never overwrite a QemuOptMark McLoughlin1-28/+23
2009-10-06Add qemu_opts_validate() for post parsing validationMark McLoughlin1-0/+33
2009-10-06Make qemu_opts_parse() handle empty stringsMark McLoughlin1-3/+1
2009-10-06Remove bogus error message from qemu_opts_set()Mark McLoughlin1-2/+0
2009-09-26qemu-option: rename bool -> booleanJuan Quintela1-3/+3
2009-09-25Fix coding style issueMark McLoughlin1-3/+3
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-14/+14
2009-09-11QemuOpts: split option parser into two functions.Gerd Hoffmann1-17/+29
2009-09-09mv from strdup to qemu_strdup in qemu-option.cJean-Christophe DUBOIS1-3/+3
2009-08-10QemuOpts: qemu_opts_parse: fix id= parsingGerd Hoffmann1-1/+6
2009-08-10QemuOpts: add some functionsGerd Hoffmann1-0/+19
2009-07-30qemu-option: fix parse_option_number().Gerd Hoffmann1-0/+1
2009-07-27QemuOpts: framework for storing and parsing options.Gerd Hoffmann1-0/+314
2009-07-27qemu-option: factor out parse_option_sizeGerd Hoffmann1-26/+36
2009-07-27qemu-option: factor out parse_option_boolGerd Hoffmann1-12/+22
2009-07-27move parser functions from vl.c to qemu-option.cGerd Hoffmann1-0/+64
2009-06-06qemu-img: Print available options with -o ?Kevin Wolf1-0/+13
2009-05-22Create qemu-option.hKevin Wolf1-0/+349