aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-config.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-01trace: add "-trace events" argument to control initial stateLluís1-0/+3
2011-09-01trace: avoid conditional code compilation during option parsingLluís1-4/+0
2011-09-01trace: [configure] rename CONFIG_*_TRACE into CONFIG_TRACE_*Lluís1-2/+2
2011-08-23block: add cache=directsync parameter to -driveStefan Hajnoczi1-1/+2
2011-07-29showing a splash picture when startwayne1-0/+27
2011-07-23Generalize -machine command line optionJan Kiszka1-0/+5
2011-07-19qemu-config: Document -drive optionsLuiz Capitulino1-0/+6
2011-06-06qemu-config: comment spell fixGerd Hoffmann1-3/+3
2011-06-06spice: add SASL supportMarc-André Lureau1-0/+3
2011-06-06spice: add option for disabling copy paste supportHans de Goede1-0/+3
2011-05-08Introduce -machine command option.Anthony PERARD1-0/+14
2011-04-15Remove unused sysemu.h include directivesBlue Swirl1-1/+0
2011-01-24spice: add chardev (v5)Alon Levy1-0/+6
2010-12-11Add bootindex for option roms.Gleb Natapov1-0/+17
2010-10-08spice: add misc config optionsGerd Hoffmann1-0/+9
2010-10-08spice: add config options for the listening addressGerd Hoffmann1-0/+9
2010-10-08spice: add config options for channel security.Gerd Hoffmann1-0/+6
2010-10-08spice: make compression configurable.Yonit Halperin1-0/+9
2010-10-08spice: tls supportGerd Hoffmann1-0/+24
2010-10-05Merge remote branch 'spice/submit.6' into stagingAnthony Liguori1-0/+18
2010-10-01Add option to turn on JSON pretty printing in monitorDaniel P. Berrange1-0/+3
2010-09-21spice: core bitsGerd Hoffmann1-0/+18
2010-09-09trace: Add trace file name command-line optionPrerna Saxena1-0/+18
2010-09-04Fix repeated typo: was "end if list" instead of "end of list"Jes Sorensen1-6/+6
2010-08-22QemuOpts: make most qemu_*_opts staticGerd Hoffmann1-13/+9
2010-08-22QemuOpts: allow new option groups be registered at runtime.Gerd Hoffmann1-1/+17
2010-08-19rtc: Remove TARGET_I386 from qemu-config.c, enables driftfixAmit Shah1-2/+0
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