Age | Commit message (Expand) | Author |
2017-05-19 | Merge remote-tracking branch 'kraxel/tags/pull-audio-20170519-1' into staging | Stefan Hajnoczi |
2017-05-19 | audio: Rename hw/audio/audio.h to hw/audio/soundhw.h | Eduardo Habkost |
2017-05-19 | audio: Rename audio_init() to soundhw_init() | Eduardo Habkost |
2017-05-19 | audio: Move arch_init audio code to hw/audio/soundhw.c | Eduardo Habkost |
2017-05-19 | ui: egl-headless requires dmabuf support | Gerd Hoffmann |
2017-05-17 | migration: Pass Error ** argument to {save,load}_vmstate | Juan Quintela |
2017-05-15 | Merge remote-tracking branch 'kraxel/tags/pull-ui-20170512-1' into staging | Stefan Hajnoczi |
2017-05-15 | Merge remote-tracking branch 'ehabkost/tags/x86-and-machine-pull-request' int... | Stefan Hajnoczi |
2017-05-12 | opengl: add egl-headless display | Gerd Hoffmann |
2017-05-11 | machine: call machine init from wrapper | Igor Mammedov |
2017-05-11 | numa: remove no longer need numa_post_machine_init() | Igor Mammedov |
2017-05-11 | numa: move source of default CPUs to NUMA node mapping into boards | Igor Mammedov |
2017-05-10 | Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into staging | Stefan Hajnoczi |
2017-05-10 | virtfs: allow a device id to be specified in the -virtfs option | Chris Webb |
2017-05-08 | Merge remote-tracking branch 'bonzini/tags/for-upstream' into staging | Stefan Hajnoczi |
2017-05-05 | Merge remote-tracking branch 'elmarco/tags/chr-tests-pull-request' into staging | Stefan Hajnoczi |
2017-05-05 | Fix the -accel parameter and the documentation for 'hax' | Thomas Huth |
2017-05-05 | vl: deprecate the "-hdachs" option | Thomas Huth |
2017-05-04 | vl: add todo note about root container cleanup | Marc-André Lureau |
2017-04-27 | Issue a deprecation warning if the user specifies the "-hdachs" option. | Thomas Huth |
2017-04-21 | xen: use libxendevice model to restrict operations | Paul Durrant |
2017-03-14 | main-loop: remove now unnecessary optimization | Paolo Bonzini |
2017-03-09 | vl/cpus: be smarter with icount and MTTCG | Alex Bennée |
2017-03-07 | block: Initial implementation of -blockdev | Markus Armbruster |
2017-03-05 | qmp: Dumb down how we run QMP command registration | Markus Armbruster |
2017-03-03 | vl: disable default cdrom when using explicitely scsi-hd | Hervé Poussineau |
2017-03-03 | qapi: flatten GuestPanicInformation union | Anton Nefedov |
2017-02-25 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-240217-1' into ... | Peter Maydell |
2017-02-24 | tcg: add options for enabling MTTCG | KONRAD Frederic |
2017-02-22 | machine: replace query_hotpluggable_cpus() callback with has_hotpluggable_cpu... | Igor Mammedov |
2017-02-21 | hw: Deprecate -drive if=scsi with non-onboard HBAs | Markus Armbruster |
2017-02-21 | hw/scsi: Concentrate -drive if=scsi auto-create in one place | Markus Armbruster |
2017-02-16 | vl: log available guest crash information | Anton Nefedov |
2017-02-16 | report guest crash information in GUEST_PANICKED event | Anton Nefedov |
2017-02-16 | vl: Move the cpu_synchronize_all_post_init() after generic devices initializa... | Dou Liyang |
2017-02-16 | move vm_start to cpus.c | Claudio Imbrenda |
2017-01-31 | trace: switch to modular code generation for sub-directories | Daniel P. Berrange |
2017-01-27 | chardev: qom-ify | Marc-André Lureau |
2017-01-27 | char: rename CharDriverState Chardev | Marc-André Lureau |
2017-01-27 | block/iscsi: statically link qemu_iscsi_opts | Peter Lieven |
2017-01-27 | replay: save/load initial state | Pavel Dovgalyuk |
2017-01-24 | migration: Add a new option to enable only-migratable | Ashijeet Acharya |
2017-01-23 | arch_init: Remove unnecessary default_config_files table | Eduardo Habkost |
2017-01-23 | vl: Ensure the numa_post_machine_init func in the appropriate location | Dou Liyang |
2017-01-19 | Plumb the HAXM-based hardware acceleration support | Vincent Palatin |
2017-01-16 | acpi: filter based on CONFIG_ACPI_X86 rather than TARGET | Paolo Bonzini |
2017-01-16 | hw: move reset handlers from vl.c to hw/core | Paolo Bonzini |
2017-01-16 | smbios: filter based on CONFIG_SMBIOS rather than TARGET | Leif Lindholm |
2017-01-12 | numa: make -numa parser dynamically allocate CPUs masks | Igor Mammedov |
2017-01-06 | record/replay: add network support | Pavel Dovgalyuk |