aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-config.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-22virtio-9p: Introduces an option to specify the security model.Venkateswararao Jujjuri (JV)1-0/+6
2010-05-26Add cache=unsafe parameter to -driveAlexander Graf1-1/+1
2010-05-24Fix error handling in qemu_read_config_fileKevin Wolf1-4/+8
2010-05-03virtio-9p: Create a syntactic shortcut for the file-system pass-thruGautham R Shenoy1-0/+22
2010-05-03virtio-9p: Create a commandline option -fsdevGautham R Shenoy1-0/+18
2010-04-23Make qemu-config available for toolsKevin Wolf1-17/+0
2010-04-23qemu-config: Make qemu_config_parse more genericKevin Wolf1-6/+12
2010-04-23qemu-config: qemu_read_config_file() reads the normal config fileKevin Wolf1-0/+15
2010-04-18error: Drop extra messages after qemu_opts_set() and qemu_opts_parse()Markus Armbruster1-1/+0
2010-03-16qemu-option: Rename find_list() to qemu_find_opts() & external linkageMarkus Armbruster1-4/+4
2010-03-16qemu-option: Move the implied first name into QemuOptsListMarkus Armbruster1-0/+5
2010-03-16QemuOpts: Fix qemu_config_parse() to catch file read errorsMarkus Armbruster1-0/+4
2010-03-16error: Track locations in configuration filesMarkus Armbruster1-11/+17
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster1-5/+5
2010-03-16error: Move qemu_error & friends into their own headerMarkus Armbruster1-0/+1
2010-02-22Add cpu model configuration support..john cooper1-0/+49
2009-12-12rework -monitor handling, switch to QemuOptsGerd Hoffmann1-0/+19
2009-12-12qdev: add command line option to set global defaults for properties.Gerd Hoffmann1-0/+56
2009-12-03Introduce rerror option for drivesKevin Wolf1-0/+3
2009-11-09QemuOpts: parse config from file.Gerd Hoffmann1-0/+50
2009-11-09QemuOpts: dump config.Gerd Hoffmann1-0/+39
2009-11-09QemuOpts: add find_list()Gerd Hoffmann1-9/+20
2009-11-09Added readonly flag to -drive commandNaphtali Sprei1-0/+3
2009-10-27Add chardev option to disable signal.Kusanagi Kouichi1-0/+3
2009-10-15net: add -netdev optionMark McLoughlin1-0/+13
2009-10-06Add qemu_net_optsMark McLoughlin1-0/+13
2009-10-06Remove double error message in qemu_option_set()Mark McLoughlin1-2/+0
2009-10-06Register rtc options for -setJan Kiszka1-0/+1
2009-10-05switch qemu-config to qemu_errorGerd Hoffmann1-4/+5
2009-10-05Enable host-clock-based RTCJan Kiszka1-0/+3
2009-10-05Refactor RTC command line switchesJan Kiszka1-0/+17
2009-09-25Fix coding style issueMark McLoughlin1-1/+1
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-3/+3
2009-09-11Allow -serial chardev:<name>Gerd Hoffmann1-0/+3
2009-09-11convert udp chardev to QemuOpts.Gerd Hoffmann1-0/+6
2009-09-11convert vc chardev to QemuOpts.Gerd Hoffmann1-0/+12
2009-09-11convert unix+tcp chardevs to QemuOpts.Gerd Hoffmann1-0/+27
2009-09-11convert file+pipe chardevs to QemuOpts.Gerd Hoffmann1-0/+7
2009-09-11switch chardev to QemuOpts: infrastructure, null deviceGerd Hoffmann1-0/+9
2009-08-27raw-posix: add Linux native AIO supportChristoph Hellwig1-0/+4
2009-08-10QemuOpts: switch over -device.Gerd Hoffmann1-0/+14
2009-08-10QemuOpts: add -set optionGerd Hoffmann1-0/+41
2009-08-10QemuOpts: create qemu-config.hGerd Hoffmann1-0/+73