| Commit message (Expand) | Author | Age | Files | Lines |
* | semihosting: Move include/hw/semihosting/ -> include/semihosting/ | Philippe Mathieu-Daudé | 2021-03-10 | 1 | -1/+1 |
* | replay: fix icount request when replaying clock access | Pavel Dovgalyuk | 2021-02-16 | 1 | -1/+1 |
* | qapi/meson: Restrict qdev code to system-mode emulation | Philippe Mathieu-Daudé | 2021-02-08 | 2 | -0/+25 |
* | Fix build with new yank feature by adding stubs | Lukas Straub | 2021-01-18 | 2 | -0/+30 |
* | chardev: do not use machine_init_done | Paolo Bonzini | 2020-12-15 | 2 | -9/+0 |
* | remove preconfig state | Paolo Bonzini | 2020-12-15 | 2 | -0/+8 |
* | util/vfio-helpers.c: Use ram_block_discard_disable() in qemu_vfio_open_pci() | David Hildenbrand | 2020-11-16 | 1 | -0/+6 |
* | stubs/xen-hw-stub: drop xenstore_store_pv_console_info stub | Alex Bennée | 2020-11-16 | 1 | -4/+0 |
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2020-10-26 | 4 | -88/+86 |
|\ |
|
| * | replay: do not build if TCG is not available | Claudio Fontana | 2020-10-22 | 4 | -88/+86 |
* | | block: move block exports to libblockdev | Stefan Hajnoczi | 2020-10-23 | 2 | -0/+8 |
|/ |
|
* | monitor: Make current monitor a per-coroutine property | Kevin Wolf | 2020-10-09 | 1 | -1/+1 |
* | qmp: Call monitor_set_cur() only in qmp_dispatch() | Kevin Wolf | 2020-10-09 | 1 | -0/+5 |
* | monitor: Use getter/setter functions for cur_mon | Kevin Wolf | 2020-10-09 | 1 | -1/+4 |
* | gdbstub: add reverse continue support in replay mode | Pavel Dovgalyuk | 2020-10-06 | 1 | -0/+5 |
* | gdbstub: add reverse step support in replay mode | Pavel Dovgalyuk | 2020-10-06 | 1 | -0/+5 |
* | migration: introduce icount field for snapshots | Pavel Dovgalyuk | 2020-10-06 | 1 | -0/+5 |
* | cpus: prepare new CpusAccel cpu accelerator interface | Claudio Fontana | 2020-10-05 | 3 | -0/+19 |
* | icount: rename functions to be consistent with the module name | Claudio Fontana | 2020-10-05 | 1 | -8/+8 |
* | cpu-timers, icount: new modules | Claudio Fontana | 2020-10-05 | 7 | -27/+55 |
* | hw/xen: Split x86-specific declaration from generic hardware ones | Philippe Mathieu-Daudé | 2020-09-30 | 1 | -0/+1 |
* | stubs: Split accelerator / hardware related stubs | Philippe Mathieu-Daudé | 2020-09-30 | 2 | -0/+50 |
* | qapi: Restrict query-uuid command to machine code | Philippe Mathieu-Daudé | 2020-09-29 | 1 | -1/+1 |
* | qapi: Restrict query-vm-generation-id command to machine code | Philippe Mathieu-Daudé | 2020-09-29 | 1 | -1/+1 |
* | monitor: simplify functions for getting a dup'd fdset entry | Daniel P. Berrangé | 2020-09-16 | 1 | -6/+2 |
* | stubs: Move qemu_fd_register stub to util/main-loop.c | Thomas Huth | 2020-09-07 | 2 | -7/+0 |
* | stubs: Move qemu_timer_notify_cb() and remove qemu_notify_event() stub | Thomas Huth | 2020-09-07 | 4 | -12/+9 |
* | stubs/cmos: Use correct include | Philippe Mathieu-Daudé | 2020-09-01 | 1 | -1/+1 |
* | libqemuutil, qapi, trace: convert to meson | Paolo Bonzini | 2020-08-21 | 2 | -56/+50 |
* | Revert "tpm: Clean up error reporting in tpm_init_tpmdev()" | Markus Armbruster | 2020-07-24 | 1 | -1/+2 |
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul... | Peter Maydell | 2020-07-09 | 1 | -1/+1 |
|\ |
|
| * | trivial: Respect alphabetical order of .o files in Makefile.objs | Christophe de Dinechin | 2020-07-07 | 1 | -1/+1 |
* | | stubs: add pci_create_simple | Gerd Hoffmann | 2020-07-06 | 2 | -0/+8 |
* | | stubs: add isa_create_simple | Gerd Hoffmann | 2020-07-06 | 2 | -0/+8 |
|/ |
|
* | acpi: move aml builder code for floppy device | Gerd Hoffmann | 2020-06-24 | 2 | -0/+8 |
* | stubs: move Xen stubs to accel/ | Paolo Bonzini | 2020-06-12 | 3 | -68/+0 |
* | accel: Move Xen accelerator code under accel/xen/ | Philippe Mathieu-Daudé | 2020-06-10 | 1 | -9/+0 |
* | qom/object: Move Object typedef to 'qemu/typedefs.h' | Philippe Mathieu-Daudé | 2020-06-10 | 1 | -1/+0 |
* | stubs: Restrict ui/win32-kbd-hook to system-mode | Philippe Mathieu-Daudé | 2020-06-05 | 1 | -1/+1 |
* | stubs/Makefile: Reduce the user-mode object list | Philippe Mathieu-Daudé | 2020-06-05 | 1 | -21/+29 |
* | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200520-pull-request' i... | Peter Maydell | 2020-05-21 | 2 | -0/+19 |
|\ |
|
| * | ui/win32-kbd-hook: handle AltGr in a hook procedure | Volker Rümelin | 2020-05-19 | 2 | -0/+19 |
* | | Revert "hw/display/ramfb: initialize fw-config space with xres/ yres" | Gerd Hoffmann | 2020-05-18 | 1 | -1/+1 |
|/ |
|
* | hmp: Fail gracefully if chardev is already in use | Kevin Wolf | 2020-03-06 | 1 | -1/+1 |
* | qmp: Fail gracefully if chardev is already in use | Kevin Wolf | 2020-03-06 | 1 | -1/+1 |
* | stubs: Update monitor stubs for qemu-storage-daemon | Kevin Wolf | 2020-03-06 | 3 | -13/+24 |
* | stubs: Add arch_type | Kevin Wolf | 2020-03-06 | 2 | -0/+5 |
* | stubs: add stubs for io_uring interface | Aarushi Mehta | 2020-01-30 | 2 | -0/+33 |
* | migration: Change SaveStateEntry.instance_id into uint32_t | Peter Xu | 2020-01-20 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2020-01-10 | 1 | -0/+9 |
|\ |
|