Age | Commit message (Expand) | Author | Files | Lines |
2010-05-26 | Add cache=unsafe parameter to -drive | Alexander Graf | 1 | -1/+1 |
2010-05-24 | Fix error handling in qemu_read_config_file | Kevin Wolf | 1 | -4/+8 |
2010-05-03 | virtio-9p: Create a syntactic shortcut for the file-system pass-thru | Gautham R Shenoy | 1 | -0/+22 |
2010-05-03 | virtio-9p: Create a commandline option -fsdev | Gautham R Shenoy | 1 | -0/+18 |
2010-04-23 | Make qemu-config available for tools | Kevin Wolf | 1 | -17/+0 |
2010-04-23 | qemu-config: Make qemu_config_parse more generic | Kevin Wolf | 1 | -6/+12 |
2010-04-23 | qemu-config: qemu_read_config_file() reads the normal config file | Kevin Wolf | 1 | -0/+15 |
2010-04-18 | error: Drop extra messages after qemu_opts_set() and qemu_opts_parse() | Markus Armbruster | 1 | -1/+0 |
2010-03-16 | qemu-option: Rename find_list() to qemu_find_opts() & external linkage | Markus Armbruster | 1 | -4/+4 |
2010-03-16 | qemu-option: Move the implied first name into QemuOptsList | Markus Armbruster | 1 | -0/+5 |
2010-03-16 | QemuOpts: Fix qemu_config_parse() to catch file read errors | Markus Armbruster | 1 | -0/+4 |
2010-03-16 | error: Track locations in configuration files | Markus Armbruster | 1 | -11/+17 |
2010-03-16 | error: Replace qemu_error() by error_report() | Markus Armbruster | 1 | -5/+5 |
2010-03-16 | error: Move qemu_error & friends into their own header | Markus Armbruster | 1 | -0/+1 |
2010-02-22 | Add cpu model configuration support.. | john cooper | 1 | -0/+49 |
2009-12-12 | rework -monitor handling, switch to QemuOpts | Gerd Hoffmann | 1 | -0/+19 |
2009-12-12 | qdev: add command line option to set global defaults for properties. | Gerd Hoffmann | 1 | -0/+56 |
2009-12-03 | Introduce rerror option for drives | Kevin Wolf | 1 | -0/+3 |
2009-11-09 | QemuOpts: parse config from file. | Gerd Hoffmann | 1 | -0/+50 |
2009-11-09 | QemuOpts: dump config. | Gerd Hoffmann | 1 | -0/+39 |
2009-11-09 | QemuOpts: add find_list() | Gerd Hoffmann | 1 | -9/+20 |
2009-11-09 | Added readonly flag to -drive command | Naphtali Sprei | 1 | -0/+3 |
2009-10-27 | Add chardev option to disable signal. | Kusanagi Kouichi | 1 | -0/+3 |
2009-10-15 | net: add -netdev option | Mark McLoughlin | 1 | -0/+13 |
2009-10-06 | Add qemu_net_opts | Mark McLoughlin | 1 | -0/+13 |
2009-10-06 | Remove double error message in qemu_option_set() | Mark McLoughlin | 1 | -2/+0 |
2009-10-06 | Register rtc options for -set | Jan Kiszka | 1 | -0/+1 |
2009-10-05 | switch qemu-config to qemu_error | Gerd Hoffmann | 1 | -4/+5 |
2009-10-05 | Enable host-clock-based RTC | Jan Kiszka | 1 | -0/+3 |
2009-10-05 | Refactor RTC command line switches | Jan Kiszka | 1 | -0/+17 |
2009-09-25 | Fix coding style issue | Mark McLoughlin | 1 | -1/+1 |
2009-09-12 | Fix sys-queue.h conflict for good | Blue Swirl | 1 | -3/+3 |
2009-09-11 | Allow -serial chardev:<name> | Gerd Hoffmann | 1 | -0/+3 |
2009-09-11 | convert udp chardev to QemuOpts. | Gerd Hoffmann | 1 | -0/+6 |
2009-09-11 | convert vc chardev to QemuOpts. | Gerd Hoffmann | 1 | -0/+12 |
2009-09-11 | convert unix+tcp chardevs to QemuOpts. | Gerd Hoffmann | 1 | -0/+27 |
2009-09-11 | convert file+pipe chardevs to QemuOpts. | Gerd Hoffmann | 1 | -0/+7 |
2009-09-11 | switch chardev to QemuOpts: infrastructure, null device | Gerd Hoffmann | 1 | -0/+9 |
2009-08-27 | raw-posix: add Linux native AIO support | Christoph Hellwig | 1 | -0/+4 |
2009-08-10 | QemuOpts: switch over -device. | Gerd Hoffmann | 1 | -0/+14 |
2009-08-10 | QemuOpts: add -set option | Gerd Hoffmann | 1 | -0/+41 |
2009-08-10 | QemuOpts: create qemu-config.h | Gerd Hoffmann | 1 | -0/+73 |