- 3cfafd3 meson: fix condition for io_uring stubs by Paolo Bonzini · 3 years, 7 months ago
- 5111eda modules: use modinfo for qemu opts load by Gerd Hoffmann · 3 years, 7 months ago
- 5f50be9 async: the main AioContext is only "current" if under the BQL by Paolo Bonzini · 3 years, 8 months ago
- caff255 tpm: Return QMP error when TPM is disabled in build by Philippe Mathieu-Daudé · 3 years, 8 months ago
- e542b71 sysemu: Make TPM structures inaccessible if CONFIG_TPM is not defined by Stefan Berger · 3 years, 8 months ago
- 11fb99e i386: Eliminate all TPM related code if CONFIG_TPM is not set by Stefan Berger · 3 years, 8 months ago
- f9dc72d Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210527-pull-request' into staging by Peter Maydell · 3 years, 8 months ago
- 62c0ac5 Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into staging by Peter Maydell · 3 years, 8 months ago
- 5752519 virtio-gpu: Add helpers to create and destroy dmabuf objects by Vivek Kasireddy · 3 years, 8 months ago
- 9192a40 stubs: Add stubs for udmabuf helpers by Vivek Kasireddy · 3 years, 8 months ago
- feece4d cpu: Move CPUClass::vmsd to SysemuCPUOps by Philippe Mathieu-Daudé · 3 years, 9 months ago
- 632a887 qemu-config: load modules when instantiating option groups by Paolo Bonzini · 3 years, 9 months ago
- e4f3ede Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210505-pull-request' into staging by Peter Maydell · 3 years, 9 months ago
- 9c3c834 hw/usb: Do not build USB subsystem if not required by Philippe Mathieu-Daudé · 3 years, 9 months ago
- 4c386f8 Do not include sysemu/sysemu.h if it's not really necessary by Thomas Huth · 3 years, 10 months ago
- e015029 yank: Always link full yank code by Lukas Straub · 3 years, 10 months ago
- 1a92d6d yank: Remove dependency on qiochannel by Lukas Straub · 3 years, 10 months ago
- b1eee9b qemuutil: remove qemu_set_fd_handler duplicate symbol by Paolo Bonzini · 3 years, 11 months ago
- 6b5fe13 semihosting: Move include/hw/semihosting/ -> include/semihosting/ by Philippe Mathieu-Daudé · 3 years, 11 months ago
- 366a85e replay: fix icount request when replaying clock access by Pavel Dovgalyuk · 4 years ago
- 9b45a02 qapi/meson: Restrict qdev code to system-mode emulation by Philippe Mathieu-Daudé · 4 years ago
- 228e3ec Fix build with new yank feature by adding stubs by Lukas Straub · 4 years ago
- 5a1ee60 chardev: do not use machine_init_done by Paolo Bonzini · 4 years, 2 months ago
- 164dafd remove preconfig state by Paolo Bonzini · 4 years, 3 months ago
- b430b51 util/vfio-helpers.c: Use ram_block_discard_disable() in qemu_vfio_open_pci() by David Hildenbrand · 4 years, 2 months ago
- d67ef04 stubs/xen-hw-stub: drop xenstore_store_pv_console_info stub by Alex Bennée · 4 years, 3 months ago
- a95e039 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 4 years, 3 months ago
- cbc20bf block: move block exports to libblockdev by Stefan Hajnoczi · 4 years, 4 months ago
- 9b1c911 replay: do not build if TCG is not available by Claudio Fontana · 4 years, 4 months ago
- e69ee45 monitor: Make current monitor a per-coroutine property by Kevin Wolf · 4 years, 4 months ago
- 41725fa qmp: Call monitor_set_cur() only in qmp_dispatch() by Kevin Wolf · 4 years, 4 months ago
- 947e474 monitor: Use getter/setter functions for cur_mon by Kevin Wolf · 4 years, 4 months ago
- cda3825 gdbstub: add reverse continue support in replay mode by Pavel Dovgalyuk · 4 years, 4 months ago
- fda8458 gdbstub: add reverse step support in replay mode by Pavel Dovgalyuk · 4 years, 4 months ago
- b39847a migration: introduce icount field for snapshots by Pavel Dovgalyuk · 4 years, 4 months ago
- 430065d cpus: prepare new CpusAccel cpu accelerator interface by Claudio Fontana · 4 years, 6 months ago
- 8191d36 icount: rename functions to be consistent with the module name by Claudio Fontana · 4 years, 5 months ago
- 740b175 cpu-timers, icount: new modules by Claudio Fontana · 4 years, 5 months ago
- c834596 hw/xen: Split x86-specific declaration from generic hardware ones by Philippe Mathieu-Daudé · 4 years, 5 months ago
- 71f364b stubs: Split accelerator / hardware related stubs by Philippe Mathieu-Daudé · 4 years, 5 months ago
- f68c014 qapi: Restrict query-uuid command to machine code by Philippe Mathieu-Daudé · 4 years, 5 months ago
- db0f08d qapi: Restrict query-vm-generation-id command to machine code by Philippe Mathieu-Daudé · 4 years, 5 months ago
- 60efffa monitor: simplify functions for getting a dup'd fdset entry by Daniel P. Berrangé · 4 years, 5 months ago
- 8c27876 stubs: Move qemu_fd_register stub to util/main-loop.c by Thomas Huth · 4 years, 5 months ago
- b0476d6 stubs: Move qemu_timer_notify_cb() and remove qemu_notify_event() stub by Thomas Huth · 4 years, 5 months ago
- 1538d76 stubs/cmos: Use correct include by Philippe Mathieu-Daudé · 4 years, 6 months ago
- a81df1b libqemuutil, qapi, trace: convert to meson by Paolo Bonzini · 4 years, 5 months ago
- d64072c0 Revert "tpm: Clean up error reporting in tpm_init_tpmdev()" by Markus Armbruster · 4 years, 6 months ago
- 3d7cad3 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pull-request' into staging by Peter Maydell · 4 years, 7 months ago
- be99a9a trivial: Respect alphabetical order of .o files in Makefile.objs by Christophe de Dinechin · 4 years, 7 months ago
- 3af87d9 stubs: add pci_create_simple by Gerd Hoffmann · 4 years, 7 months ago
- 89aa165 stubs: add isa_create_simple by Gerd Hoffmann · 4 years, 7 months ago
- 2055dbc acpi: move aml builder code for floppy device by Gerd Hoffmann · 4 years, 7 months ago
- 234b749 stubs: move Xen stubs to accel/ by Paolo Bonzini · 4 years, 8 months ago
- da278d5 accel: Move Xen accelerator code under accel/xen/ by Philippe Mathieu-Daudé · 4 years, 9 months ago
- ca27b5e qom/object: Move Object typedef to 'qemu/typedefs.h' by Philippe Mathieu-Daudé · 4 years, 9 months ago
- 95722b2 stubs: Restrict ui/win32-kbd-hook to system-mode by Philippe Mathieu-Daudé · 4 years, 8 months ago
- dc70f80 stubs/Makefile: Reduce the user-mode object list by Philippe Mathieu-Daudé · 4 years, 8 months ago
- ad5a591 Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200520-pull-request' into staging by Peter Maydell · 4 years, 8 months ago
- 2df9f57 ui/win32-kbd-hook: handle AltGr in a hook procedure by Volker Rümelin · 4 years, 9 months ago
- 2fc979c Revert "hw/display/ramfb: initialize fw-config space with xres/ yres" by Gerd Hoffmann · 4 years, 9 months ago
- 8e9119a hmp: Fail gracefully if chardev is already in use by Kevin Wolf · 5 years ago
- f27a9bb qmp: Fail gracefully if chardev is already in use by Kevin Wolf · 5 years ago
- 6ede81d stubs: Update monitor stubs for qemu-storage-daemon by Kevin Wolf · 5 years ago
- 5964ed5 stubs: Add arch_type by Kevin Wolf · 5 years ago
- 06a47ef stubs: add stubs for io_uring interface by Aarushi Mehta · 5 years ago
- 93062e2 migration: Change SaveStateEntry.instance_id into uint32_t by Peter Xu · 5 years ago
- b952544 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 5 years ago
- 8de702c semihosting: add qemu_semihosting_console_inc for SYS_READC by Keith Packard · 5 years ago
- 878ec29 replay: record and replay random number sources by Pavel Dovgalyuk · 5 years ago
- 3cad405 vmstate: replace DeviceState with VMStateIf by Marc-André Lureau · 5 years ago
- e0c0965 acpi: move PC stubs out of stubs/ by Paolo Bonzini · 5 years ago
- 0fd61a2 hw/pci-host/piix: Move i440FX declarations to hw/pci-host/i440fx.h by Philippe Mathieu-Daudé · 6 years ago
- e4ec5ad replay: add BH oneshot event for block layer by Pavel Dovgalyuk · 5 years ago
- 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 5 years ago
- d5938f2 Clean up inclusion of sysemu/sysemu.h by Markus Armbruster · 5 years ago
- fbfc29e monitor: Replace monitor_init() with monitor_init_{hmp, qmp}() by Kevin Wolf · 6 years ago
- 854f63d monitor: Fix return type of monitor_fdset_dup_fd_find by Yury Kotov · 6 years ago
- a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
- 4e7f903 semihosting: enable chardev backed output for console by Alex Bennée · 6 years ago
- 16932bb semihosting: introduce CONFIG_SEMIHOSTING by Alex Bennée · 6 years ago
- f79081b4 hw/display/ramfb: initialize fw-config space with xres/ yres by Hou Qiming · 6 years ago
- b15c0f7 hw/nvram/fw_cfg: Add fw_cfg_arch_key_name() by Philippe Mathieu-Daudé · 6 years ago
- 637de4d qemu-print: New qemu_printf(), qemu_vprintf() etc. by Markus Armbruster · 6 years ago
- 679cb8e monitor error: Make printf()-like functions return a value by Markus Armbruster · 6 years ago
- 754cb9c exec: Change RAMBlockIterFunc definition by Yury Kotov · 6 years ago
- 25a9d6c qapi: make query-cpu-definitions depend on specific targets by Marc-André Lureau · 6 years ago
- 96f75b5 qapi: make query-cpu-model-expansion depend on s390 or x86 by Marc-André Lureau · 6 years ago
- 0e2f453 qapi: make s390 commands depend on TARGET_S390X by Marc-André Lureau · 6 years ago
- 5d75648 qapi: Generate QAPIEvent stuff into separate files by Markus Armbruster · 6 years ago
- 1ab67b9 slirp: replace global polling with per-instance & notifier by Marc-André Lureau · 6 years ago
- 848c709 slirp: replace qemu_set_nonblock() by Marc-André Lureau · 6 years ago
- a952910 qapi: Eliminate indirection through qmp_event_get_func_emit() by Markus Armbruster · 6 years ago
- 51c1c13 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 6 years ago
- ac6dd31 acpi: build TPM Physical Presence interface by Stefan Berger · 6 years ago
- e05ae1d net: do not depend on slirp internals by Marc-André Lureau · 6 years ago
- 13399aa Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into staging by Peter Maydell · 6 years ago
- d10e05f tpm: Clean up error reporting in tpm_init_tpmdev() by Markus Armbruster · 6 years ago
- 74c0b81 replay: pass raw icount value to replay_save_clock by Paolo Bonzini · 6 years ago
- 7f623d0 stubs: add ramfb by Gerd Hoffmann · 6 years ago