summaryrefslogtreecommitdiff
path: root/stubs
AgeCommit message (Expand)Author
2024-07-03meson: Drop the .fa library suffixPaolo Bonzini
2024-06-24sysemu: add set_virtual_time to accel opsAlex Bennée
2024-06-21monitor: Report errors from monitor_fdset_dup_fd_addFabiano Rosas
2024-06-20monitor: Drop monitor_fdset_dup_fd_find/_remove()Peter Xu
2024-06-08stubs/meson: Fix qemuutil build when --disable-systemZhao Liu
2024-05-03monitor: remove MonitorDef from typedefs.hPaolo Bonzini
2024-04-30stubs: Add missing qga stubsKonstantin Kostiuk
2024-04-18stubs: move monitor_fdsets_cleanup with other fdset stubsPaolo Bonzini
2024-04-18stubs: include stubs only if neededPaolo Bonzini
2024-04-18stubs: split record/replay stubs furtherPaolo Bonzini
2024-04-18colo: move stubs out of stubs/Paolo Bonzini
2024-04-18memory-device: move stubs out of stubs/Paolo Bonzini
2024-04-18ramfb: move stubs out of stubs/Paolo Bonzini
2024-04-18semihosting: move stubs out of stubs/Paolo Bonzini
2024-04-18hw/virtio: move stubs out of stubs/Paolo Bonzini
2024-04-18hw/usb: move stubs out of stubs/Paolo Bonzini
2024-04-18stubs: remove obsolete stubsPaolo Bonzini
2024-04-18hw/core: Move system emulation files to system_ssPaolo Bonzini
2024-03-11migration: privatize colo interfacesSteve Sistare
2024-03-09hw/xen: Remove unnecessary xen_hvm_inject_msi() stubPhilippe Mathieu-Daudé
2024-01-19system/replay: Restrict icount to system emulationPhilippe Mathieu-Daudé
2024-01-19util/async: Only call icount_notify_exit() if icount is enabledPhilippe Mathieu-Daudé
2024-01-19system/cpu-timers: Introduce ICountMode enumeratorPhilippe Mathieu-Daudé
2024-01-19system/cpu-timers: Have icount_configure() return a booleanPhilippe Mathieu-Daudé
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2023-11-01migration: per-mode blockersSteve Sistare
2023-10-20migration: simplify blockersSteve Sistare
2023-10-18Merge tag 'pull-vfio-20231018' of https://github.com/legoater/qemu into stagingStefan Hajnoczi
2023-10-18hw/vfio: add ramfb migration supportMarc-André Lureau
2023-10-18hw/remote: move stub vfu_object_set_bus_irq out of stubs/Paolo Bonzini
2023-10-12memory-device,vhost: Support automatic decision on the number of memslotsDavid Hildenbrand
2023-10-12memory-device,vhost: Support memory devices that dynamically consume memslotsDavid Hildenbrand
2023-10-12stubs: Rename qmp_memory_device.c to memory_device.cDavid Hildenbrand
2023-10-11gdbstub: Introduce GDBFeature structureAkihiko Odaki
2023-10-09Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-10-07semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user()Philippe Mathieu-Daudé
2023-10-06semihosting: Clean up global variable shadowingPhilippe Mathieu-Daudé
2023-08-07stubs/colo.c: spellingMichael Tokarev
2023-07-12pc: Factor out (un)plug handling of virtio-md-pci devicesDavid Hildenbrand
2023-06-07include/hw/xen/xen: Rename xen_piix3_set_irq() to xen_intx_set_irq()Bernhard Beschow
2023-06-01trace: remove code that depends on setting vcpuAlex Bennée
2023-05-18migration: process_incoming_migration_co(): move colo part to coloVladimir Sementsov-Ogievskiy
2023-05-18configure: add --disable-colo-proxy optionVladimir Sementsov-Ogievskiy
2023-05-10build: move COLO under CONFIG_REPLICATIONVladimir Sementsov-Ogievskiy
2023-03-07stubs: split semihosting_get_target from system only stubsAlex Bennée
2023-02-27replay: Extract core API to 'exec/replay-core.h'Philippe Mathieu-Daudé
2023-02-23hw/acpi: Move QMP command to hw/core/Markus Armbruster
2022-12-15async: Register/unregister aiocontext in graph lock listEmanuele Giuseppe Esposito
2022-12-14qapi qdev qom: Elide redundant has_FOO in generated CMarkus Armbruster
2022-11-11qga: Allow building of the guest agent without system emulators or toolsThomas Huth