Age | Commit message (Expand) | Author |
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 |
2013-05-02 | Drop redundant resume_all_vcpus() from main() | Jan Kiszka |
2013-05-01 | cpu: Call cpu_synchronize_post_init() from DeviceClass::realize() | Igor Mammedov |
2013-04-30 | add a new runstate: RUN_STATE_GUEST_PANICKED | Hu Tao |
2013-04-29 | audio: enable PCI audio cards for all PCI-enabled targets | Paolo Bonzini |
2013-04-29 | audio: remove HAS_AUDIO | Paolo Bonzini |
2013-04-26 | Common: Add quick access to first boot device | Dominik Dingel |
2013-04-23 | Move TPM passthrough specific command line options to backend structure | Stefan Berger |
2013-04-22 | Add option to mlock qemu and guest memory | Satoru Moriya |
2013-04-16 | console: move gui_update+gui_setup_refresh from vl.c into console.c | Gerd Hoffmann |
2013-04-16 | console: displaystate init revamp | Gerd Hoffmann |
2013-04-15 | Merge remote-tracking branch 'bonzini/hw-dirs' into staging | Anthony Liguori |
2013-04-15 | Allow qtest to be used together with a virtual CPU | Edgar E. Iglesias |
2013-04-15 | sysemu: avoid proliferation of include/ subdirectories | Paolo Bonzini |
2013-04-15 | tpm: reorganize headers and split hardware part | Paolo Bonzini |
2013-04-12 | Revert "New QMP command query-cpu-max and HMP command cpu_max" | Michal Novotny |
2013-04-12 | New cpu-max field in query-machines QMP command output | Michal Novotny |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini |
2013-04-04 | acpi_table_add(): accept QemuOpts and parse it with OptsVisitor | Laszlo Ersek |
2013-04-04 | strip some whitespace | Laszlo Ersek |
2013-04-04 | qemu-char: Call fe_claim / fe_release when not using qdev chr properties | Hans de Goede |
2013-04-02 | append the terminating '\0' to bootorder string | Amos Kong |
2013-03-28 | Merge remote-tracking branch 'stefanha/block' into staging | Anthony Liguori |
2013-03-28 | vl: add runstate_set tracepoint | Kazuya Saito |
2013-03-28 | vl.c: call bdrv_init_with_whitelist() before cmdline parsing | Peter Lieven |
2013-03-25 | New QMP command query-cpu-max and HMP command cpu_max | Michal Novotny |
2013-03-19 | add a boot option to do strict boot | Amos Kong |
2013-03-18 | console: fix displaychangelisteners interface | Gerd Hoffmann |
2013-03-12 | Add search path support for qemu data files. | Gerd Hoffmann |
2013-03-12 | Add support for cancelling of a TPM command | Stefan Berger |
2013-03-12 | Support for TPM command line options | Stefan Berger |
2013-03-10 | Merge remote-tracking branch 'bonzini/hw-dirs' into staging | Anthony Liguori |