- 5e2ac51 add timestamp to error_report() by Seiji Aguchi · 12 years ago
- c1b71b0 vl: Tighten parsing of -machine option phandle_start by Markus Armbruster · 12 years ago
- 2ff3de6 Simplify -machine option queries with qemu_get_machine_opts() by Markus Armbruster · 12 years ago
- 36ad0e9 Fix -machine options accel, kernel_irqchip, kvm_shadow_mem by Markus Armbruster · 12 years ago
- 7f9d6e5 vl: New qemu_get_machine_opts() by Markus Armbruster · 12 years ago
- 12b7f57 vl: convert -smp to qemu_opts_parse() by Michael Tokarev · 12 years ago
- 24f6ff8 vl: reformat SDL ifdeffery a bit by Michael Tokarev · 12 years ago
- 083b79c vl: Rename *boot_devices to *boot_order, for consistency by Markus Armbruster · 12 years ago
- 8281abd vl: Fix -boot order and once regressions, and related bugs by Markus Armbruster · 12 years ago
- 6ef4716 vl: Clean up parsing of -boot option argument by Markus Armbruster · 12 years ago
- a107709 vl: always define no_frame by Michael Tokarev · 12 years ago
- 047d4e1 Unbreak -no-quit for GTK, validate SDL options by Peter Wu · 12 years ago
- 787ba4f gtk: implement -full-screen by Peter Wu · 12 years ago
- bc7d0e6 gdbstub: let the debugger resume from guest panicked state by Paolo Bonzini · 12 years ago
- a7d4207 main_loop: do not set nonblocking if xen_enabled() by Stefano Stabellini · 12 years ago
- 70e098a monitor: allow to disable the default monitor by Luiz Capitulino · 12 years ago
- fd2a2e1 vl: new runstate transition: RUN_STATE_GUEST_PANICKED -> RUN_STATE_FINISH_MIGRATE by Hu Tao · 12 years ago
- 7f303ad clean unnecessary code: don't check g_strdup arg for NULL by Dong Xu Wang · 12 years ago
- e7bdf65 Drop redundant resume_all_vcpus() from main() by Jan Kiszka · 13 years ago
- 13eed94 cpu: Call cpu_synchronize_post_init() from DeviceClass::realize() by Igor Mammedov · 12 years ago
- ede085b add a new runstate: RUN_STATE_GUEST_PANICKED by Hu Tao · 12 years ago
- b3e6d59 audio: enable PCI audio cards for all PCI-enabled targets by Paolo Bonzini · 12 years ago
- ffa48cf audio: remove HAS_AUDIO by Paolo Bonzini · 12 years ago
- 7dc5af5 Common: Add quick access to first boot device by Dominik Dingel · 12 years ago
- bb71623 Move TPM passthrough specific command line options to backend structure by Stefan Berger · 12 years ago
- 888a6bc Add option to mlock qemu and guest memory by Satoru Moriya · 12 years ago
- 98a9ad9 console: move gui_update+gui_setup_refresh from vl.c into console.c by Gerd Hoffmann · 12 years ago
- 64840c6 console: displaystate init revamp by Gerd Hoffmann · 12 years ago
- 4ceb193 Merge remote-tracking branch 'bonzini/hw-dirs' into staging by Anthony Liguori · 12 years ago
- a907cf5 Allow qtest to be used together with a virtual CPU by Edgar E. Iglesias · 12 years ago
- dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
- bdee56f tpm: reorganize headers and split hardware part by Paolo Bonzini · 12 years ago
- 315f9e1 Revert "New QMP command query-cpu-max and HMP command cpu_max" by Michal Novotny · 12 years ago
- c72e768 New cpu-max field in query-machines QMP command output by Michal Novotny · 12 years ago
- 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
- 0c764a9 acpi_table_add(): accept QemuOpts and parse it with OptsVisitor by Laszlo Ersek · 12 years ago
- 4d8b3c6 strip some whitespace by Laszlo Ersek · 12 years ago
- 456d606 qemu-char: Call fe_claim / fe_release when not using qdev chr properties by Hans de Goede · 12 years ago
- 4690579 append the terminating '\0' to bootorder string by Amos Kong · 12 years ago
- fde245c Merge remote-tracking branch 'stefanha/block' into staging by Anthony Liguori · 12 years ago
- 7e86600 vl: add runstate_set tracepoint by Kazuya Saito · 12 years ago
- 142c6b1 vl.c: call bdrv_init_with_whitelist() before cmdline parsing by Peter Lieven · 12 years ago
- 4d70043 New QMP command query-cpu-max and HMP command cpu_max by Michal Novotny · 12 years ago
- c8a6ae8 add a boot option to do strict boot by Amos Kong · 12 years ago
- 7c20b4a console: fix displaychangelisteners interface by Gerd Hoffmann · 12 years ago
- 4524051 Add search path support for qemu data files. by Gerd Hoffmann · 12 years ago
- 92dcc23 Add support for cancelling of a TPM command by Stefan Berger · 12 years ago
- d1a0cf7 Support for TPM command line options by Stefan Berger · 12 years ago
- 6e72a00 Merge remote-tracking branch 'bonzini/hw-dirs' into staging by Anthony Liguori · 12 years ago
- 08744c9 qemu-char: move baum registration to baum.c by Anthony Liguori · 12 years ago
- b4a42f8 hw: move qdev-monitor.o to toplevel directory by Paolo Bonzini · 12 years ago
- 159b6e9 hw: move char backends to backends/ by Paolo Bonzini · 12 years ago
- 80f4d9f vl.c: allow for repeated -sd arguments by Peter Crosthwaite · 12 years ago
- f963e4d gtk ui: unbreak spice by Gerd Hoffmann · 12 years ago
- 1554642 gtk: make default UI (v5) by Anthony Liguori · 12 years ago
- 1a3973b usb-host: remove usb_host_device_close by Gerd Hoffmann · 12 years ago
- b946bff cpus.c: Drop unnecessary set_cpu_log() by Peter Maydell · 12 years ago
- 9a7e542 qemu-log: Unify {cpu_set,set_cpu}_log_filename as qemu_set_log_filename by Peter Maydell · 12 years ago
- 49295eb vl: Exit unsuccessfully on option argument syntax error by Markus Armbruster · 12 years ago
- cfdd162 vl: Drop redundant "parse error" reports by Markus Armbruster · 12 years ago
- c881e20 vl.c: validate -numa "cpus" parameter properly by Eduardo Habkost · 12 years ago
- 845e5bf vl.c: Extract -numa "cpus" parsing to separate function by Eduardo Habkost · 12 years ago
- 5f13996 vl.c: Use parse_uint_full() for NUMA nodeid by Eduardo Habkost · 12 years ago
- e4ce85b vl.c: numa_add(): Validate nodeid before using it by Eduardo Habkost · 12 years ago
- ca4c6d3 vl.c: Check for NUMA node limit inside numa_add() by Eduardo Habkost · 12 years ago
- 12e53a9 vl.c: Abort on unknown -numa option type by Eduardo Habkost · 12 years ago
- 8f302cb vl.c: Fix off-by-one bug when handling "-numa node" argument by Eduardo Habkost · 12 years ago
- b09995a qdev: drop extra references at creation time by Paolo Bonzini · 12 years ago
- d5286af accel: change {xen, kvm, tcg, qtest}_allowed from int to bool by liguang · 12 years ago
- 217e21b vl: correct error message when fail to init kvm by liguang · 12 years ago
- e3c66d9 vl: skip init accelerator if it's not available by liguang · 12 years ago
- 2e78849 sclpconsole: Don't instantiate sclpconsole with -nodefaults by Christian Borntraeger · 12 years ago
- 3ef669e s390: Add default support for SCLP console by Alexander Graf · 12 years ago
- d09acb9 fw_cfg: Splash image loader can overrun a stack variable, fix by Markus Armbruster · 12 years ago
- 0e7a759 vl: Use size_t for sizes in get_boot_devices_list() by Markus Armbruster · 12 years ago
- 84f2d0e HMP: add QDict to info callback handler by Wenchao Xia · 12 years ago
- bd2d80b chardev: add error reporting for qemu_chr_new_from_opts by Gerd Hoffmann · 12 years ago
- e4ada29 Make default boot order machine specific by Avik Sil · 12 years ago
- 4d45457 qemu-option: move standard option definitions out of qemu-config.c by Paolo Bonzini · 12 years ago
- fedf2de Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 12 years ago
- eb7ff6f Replace remaining gmtime, localtime by gmtime_r, localtime_r by Stefan Weil · 12 years ago
- f30dbae net: clean up network at qemu process termination by Amos Kong · 12 years ago
- ab51b1d disallow -daemonize usage of stdio (curses display, -nographic, -serial stdio etc) by Michael Tokarev · 12 years ago
- 927d487 softmmu: move remaining include files to include/ subdirectories by Paolo Bonzini · 12 years ago
- 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
- 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
- caf71f8 migration: move include files to include/migration/ by Paolo Bonzini · 12 years ago
- 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
- 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
- 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
- 28ecbae ui: move files to ui/ and include/ui/ by Paolo Bonzini · 12 years ago
- 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
- 76cad71 build: kill libdis, move disassemblers to disas/ by Paolo Bonzini · 12 years ago
- e478b44 use qemu_opts_create_nofail by Dong Xu Wang · 12 years ago
- 3c42ea6 block: simplify default_drive by Christian Borntraeger · 12 years ago
- 2d0d283 Support default block interfaces per QEMUMachine by Christian Borntraeger · 12 years ago
- fa5358c vl.c: Fix broken -usb option by Peter Maydell · 12 years ago
- 68d98d3 vl: add -object option to create QOM objects from the command line by Anthony Liguori · 13 years ago
- ef84755 Merge branch 'trivial-patches' of git://github.com/stefanha/qemu by Blue Swirl · 12 years ago
- 49cf572 vl: delay thread initialization after daemonization by Paolo Bonzini · 12 years ago