aboutsummaryrefslogtreecommitdiff
path: root/qemu-config.c
AgeCommit message (Expand)Author
2010-12-11Add bootindex for option roms.Gleb Natapov
2010-10-08spice: add misc config optionsGerd Hoffmann
2010-10-08spice: add config options for the listening addressGerd Hoffmann
2010-10-08spice: add config options for channel security.Gerd Hoffmann
2010-10-08spice: make compression configurable.Yonit Halperin
2010-10-08spice: tls supportGerd Hoffmann
2010-10-05Merge remote branch 'spice/submit.6' into stagingAnthony Liguori
2010-10-01Add option to turn on JSON pretty printing in monitorDaniel P. Berrange
2010-09-21spice: core bitsGerd Hoffmann
2010-09-09trace: Add trace file name command-line optionPrerna Saxena
2010-09-04Fix repeated typo: was "end if list" instead of "end of list"Jes Sorensen
2010-08-22QemuOpts: make most qemu_*_opts staticGerd Hoffmann
2010-08-22QemuOpts: allow new option groups be registered at runtime.Gerd Hoffmann
2010-08-19rtc: Remove TARGET_I386 from qemu-config.c, enables driftfixAmit Shah
2010-06-22virtio-9p: Introduces an option to specify the security model.Venkateswararao Jujjuri (JV)
2010-05-26Add cache=unsafe parameter to -driveAlexander Graf
2010-05-24Fix error handling in qemu_read_config_fileKevin Wolf
2010-05-03virtio-9p: Create a syntactic shortcut for the file-system pass-thruGautham R Shenoy
2010-05-03virtio-9p: Create a commandline option -fsdevGautham R Shenoy
2010-04-23Make qemu-config available for toolsKevin Wolf
2010-04-23qemu-config: Make qemu_config_parse more genericKevin Wolf
2010-04-23qemu-config: qemu_read_config_file() reads the normal config fileKevin Wolf
2010-04-18error: Drop extra messages after qemu_opts_set() and qemu_opts_parse()Markus Armbruster
2010-03-16qemu-option: Rename find_list() to qemu_find_opts() & external linkageMarkus Armbruster
2010-03-16qemu-option: Move the implied first name into QemuOptsListMarkus Armbruster
2010-03-16QemuOpts: Fix qemu_config_parse() to catch file read errorsMarkus Armbruster
2010-03-16error: Track locations in configuration filesMarkus Armbruster
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster
2010-03-16error: Move qemu_error & friends into their own headerMarkus Armbruster
2010-02-22Add cpu model configuration support..john cooper
2009-12-12rework -monitor handling, switch to QemuOptsGerd Hoffmann
2009-12-12qdev: add command line option to set global defaults for properties.Gerd Hoffmann
2009-12-03Introduce rerror option for drivesKevin Wolf
2009-11-09QemuOpts: parse config from file.Gerd Hoffmann
2009-11-09QemuOpts: dump config.Gerd Hoffmann
2009-11-09QemuOpts: add find_list()Gerd Hoffmann
2009-11-09Added readonly flag to -drive commandNaphtali Sprei
2009-10-27Add chardev option to disable signal.Kusanagi Kouichi
2009-10-15net: add -netdev optionMark McLoughlin
2009-10-06Add qemu_net_optsMark McLoughlin
2009-10-06Remove double error message in qemu_option_set()Mark McLoughlin
2009-10-06Register rtc options for -setJan Kiszka
2009-10-05switch qemu-config to qemu_errorGerd Hoffmann
2009-10-05Enable host-clock-based RTCJan Kiszka
2009-10-05Refactor RTC command line switchesJan Kiszka
2009-09-25Fix coding style issueMark McLoughlin
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-09-11Allow -serial chardev:<name>Gerd Hoffmann
2009-09-11convert udp chardev to QemuOpts.Gerd Hoffmann
2009-09-11convert vc chardev to QemuOpts.Gerd Hoffmann