Age | Commit message (Expand) | Author |
2013-12-23 | fix -boot strict regressed in commit 6ef4716 | Amos Kong |
2013-12-23 | vl: make boot_strict variable static (not used outside vl.c) | Michael Tokarev |
2013-12-16 | qemu_opts_parse(): always check return value | Laszlo Ersek |
2013-12-10 | qtest: split configuration of qtest accelerator and chardev | Paolo Bonzini |
2013-12-10 | hw: Pass QEMUMachine to its init() method | Markus Armbruster |
2013-12-07 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori |
2013-12-07 | Merge remote-tracking branch 'kraxel/tags/pull-seabios-31b8b4e-1' into staging | Anthony Liguori |
2013-12-02 | add firmware to machine options | Gerd Hoffmann |
2013-11-30 | util: Use qemu_getauxval in linux qemu_cache_utils_init | Richard Henderson |
2013-11-30 | osdep: Create qemu_getauxval and qemu_init_auxval | Richard Henderson |
2013-11-25 | qemu: mempath: prefault pages manually (v4) | Marcelo Tosatti |
2013-11-19 | Merge remote-tracking branch 'mjt/trivial-patches' into staging | Anthony Liguori |
2013-11-14 | qmp: access the local QemuOptsLists for drive option | Amos Kong |
2013-11-13 | vl: fix build when configured with no graphic support | Antony Pavlov |
2013-11-04 | vl: allow "cont" from panicked state | Paolo Bonzini |
2013-10-31 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori |
2013-10-17 | spice: fix multihead support | Gerd Hoffmann |
2013-10-14 | loader: allow adding ROMs in done callbacks | Michael S. Tsirkin |
2013-10-05 | vl: Clean up unnecessary boot_order complications | Markus Armbruster |
2013-09-30 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori |
2013-09-28 | smbios: Make multiple -smbios type= accumulate sanely | Markus Armbruster |
2013-09-28 | smbios: Convert to QemuOpts | Markus Armbruster |
2013-09-25 | qemu: Adjust qemu wakeup | Liu, Jinsong |
2013-09-10 | Remove dev-bluetooth.c dependency from vl.c | Miroslav Rezanina |
2013-09-10 | Preparation for usb-bt-dongle conditional build | Miroslav Rezanina |
2013-09-03 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori |
2013-08-28 | hw: Clean up bogus default boot order | Markus Armbruster |
2013-08-26 | Merge remote-tracking branch 'stefanha/block' into staging | Anthony Liguori |
2013-08-22 | aio / timers: Convert rtc_clock to be a QEMUClockType | Alex Bligh |
2013-08-22 | aio / timers: Remove alarm timers | Alex Bligh |
2013-08-20 | Convert stderr message calling error_get_pretty() to error_report() | Seiji Aguchi |
2013-07-30 | spice: fix display initialization | Gerd Hoffmann |
2013-07-10 | add timestamp to error_report() | Seiji Aguchi |
2013-07-09 | vl: Tighten parsing of -machine option phandle_start | Markus Armbruster |
2013-07-09 | Simplify -machine option queries with qemu_get_machine_opts() | Markus Armbruster |
2013-07-09 | Fix -machine options accel, kernel_irqchip, kvm_shadow_mem | Markus Armbruster |
2013-07-09 | vl: New qemu_get_machine_opts() | Markus Armbruster |
2013-06-28 | vl: convert -smp to qemu_opts_parse() | Michael Tokarev |
2013-06-21 | vl: reformat SDL ifdeffery a bit | Michael Tokarev |
2013-06-19 | vl: Rename *boot_devices to *boot_order, for consistency | Markus Armbruster |
2013-06-19 | vl: Fix -boot order and once regressions, and related bugs | Markus Armbruster |
2013-06-19 | vl: Clean up parsing of -boot option argument | Markus Armbruster |
2013-06-16 | vl: always define no_frame | Michael Tokarev |
2013-06-11 | Unbreak -no-quit for GTK, validate SDL options | Peter Wu |
2013-06-11 | gtk: implement -full-screen | Peter Wu |
2013-06-10 | gdbstub: let the debugger resume from guest panicked state | Paolo Bonzini |
2013-06-03 | main_loop: do not set nonblocking if xen_enabled() | Stefano Stabellini |
2013-05-23 | monitor: allow to disable the default monitor | Luiz Capitulino |
2013-05-20 | vl: new runstate transition: RUN_STATE_GUEST_PANICKED -> RUN_STATE_FINISH_MIG... | Hu Tao |
2013-05-12 | clean unnecessary code: don't check g_strdup arg for NULL | Dong Xu Wang |