Age | Commit message (Expand) | Author | Files | Lines |
2013-03-18 | console: fix displaychangelisteners interface | Gerd Hoffmann | 1 | -3/+3 |
2013-03-12 | Add search path support for qemu data files. | Gerd Hoffmann | 1 | -13/+23 |
2013-03-12 | Add support for cancelling of a TPM command | Stefan Berger | 1 | -0/+5 |
2013-03-12 | Support for TPM command line options | Stefan Berger | 1 | -0/+37 |
2013-03-10 | Merge remote-tracking branch 'bonzini/hw-dirs' into staging | Anthony Liguori | 1 | -0/+1 |
2013-03-08 | qemu-char: move baum registration to baum.c | Anthony Liguori | 1 | -1/+0 |
2013-03-01 | hw: move qdev-monitor.o to toplevel directory | Paolo Bonzini | 1 | -0/+1 |
2013-03-01 | hw: move char backends to backends/ | Paolo Bonzini | 1 | -1/+1 |
2013-02-28 | vl.c: allow for repeated -sd arguments | Peter Crosthwaite | 1 | -1/+1 |
2013-02-26 | gtk ui: unbreak spice | Gerd Hoffmann | 1 | -3/+1 |
2013-02-21 | gtk: make default UI (v5) | Anthony Liguori | 1 | -14/+34 |
2013-02-19 | usb-host: remove usb_host_device_close | Gerd Hoffmann | 1 | -2/+3 |
2013-02-16 | cpus.c: Drop unnecessary set_cpu_log() | Peter Maydell | 1 | -1/+8 |
2013-02-16 | qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename | Peter Maydell | 1 | -1/+1 |
2013-02-11 | vl: Exit unsuccessfully on option argument syntax error | Markus Armbruster | 1 | -4/+12 |
2013-02-11 | vl: Drop redundant "parse error" reports | Markus Armbruster | 1 | -4/+0 |
2013-02-04 | vl.c: validate -numa "cpus" parameter properly | Eduardo Habkost | 1 | -5/+27 |
2013-02-04 | vl.c: Extract -numa "cpus" parsing to separate function | Eduardo Habkost | 1 | -18/+23 |
2013-02-04 | vl.c: Use parse_uint_full() for NUMA nodeid | Eduardo Habkost | 1 | -1/+4 |
2013-02-04 | vl.c: numa_add(): Validate nodeid before using it | Eduardo Habkost | 1 | -1/+6 |
2013-02-04 | vl.c: Check for NUMA node limit inside numa_add() | Eduardo Habkost | 1 | -4/+6 |
2013-02-04 | vl.c: Abort on unknown -numa option type | Eduardo Habkost | 1 | -0/+3 |
2013-02-04 | vl.c: Fix off-by-one bug when handling "-numa node" argument | Eduardo Habkost | 1 | -1/+4 |
2013-02-01 | qdev: drop extra references at creation time | Paolo Bonzini | 1 | -0/+1 |
2013-02-01 | accel: change {xen, kvm, tcg, qtest}_allowed from int to bool | liguang | 1 | -6/+6 |
2013-02-01 | vl: correct error message when fail to init kvm | liguang | 1 | -5/+7 |
2013-02-01 | vl: skip init accelerator if it's not available | liguang | 1 | -8/+8 |
2013-01-29 | sclpconsole: Don't instantiate sclpconsole with -nodefaults | Christian Borntraeger | 1 | -0/+1 |
2013-01-29 | s390: Add default support for SCLP console | Alexander Graf | 1 | -0/+51 |
2013-01-26 | fw_cfg: Splash image loader can overrun a stack variable, fix | Markus Armbruster | 1 | -1/+1 |
2013-01-19 | vl: Use size_t for sizes in get_boot_devices_list() | Markus Armbruster | 1 | -3/+3 |
2013-01-17 | HMP: add QDict to info callback handler | Wenchao Xia | 1 | -1/+1 |
2013-01-16 | chardev: add error reporting for qemu_chr_new_from_opts | Gerd Hoffmann | 1 | -3/+6 |
2013-01-15 | Make default boot order machine specific | Avik Sil | 1 | -2/+4 |
2013-01-12 | qemu-option: move standard option definitions out of qemu-config.c | Paolo Bonzini | 1 | -0/+205 |
2013-01-11 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori | 1 | -6/+3 |
2013-01-11 | Replace remaining gmtime, localtime by gmtime_r, localtime_r | Stefan Weil | 1 | -6/+3 |
2013-01-07 | net: clean up network at qemu process termination | Amos Kong | 1 | -1/+3 |
2013-01-02 | disallow -daemonize usage of stdio (curses display, -nographic, -serial stdio... | Michael Tokarev | 1 | -3/+25 |
2012-12-19 | softmmu: move remaining include files to include/ subdirectories | Paolo Bonzini | 1 | -2/+2 |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 1 | -8/+8 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 1 | -9/+9 |
2012-12-19 | migration: move include files to include/migration/ | Paolo Bonzini | 1 | -2/+2 |
2012-12-19 | monitor: move include files to include/monitor/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | qapi: move include files to include/qobject/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | ui: move files to ui/ and include/ui/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | net: reorganize headers | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | build: kill libdis, move disassemblers to disas/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-11 | use qemu_opts_create_nofail | Dong Xu Wang | 1 | -7/+5 |