aboutsummaryrefslogtreecommitdiff
path: root/hw/core
AgeCommit message (Expand)Author
2024-10-18block: Adjust check_block_size() signatureMarkus Armbruster
2024-10-15include: Move QemuLockCnt APIs to their own headerPeter Maydell
2024-10-15hw/clock: Expose 'qtest-clock-period' QOM property for QTestsInès Varhol
2024-10-01hw: fix memory leak in IRQState allocationMatheus Tavares Bernardino
2024-09-26Merge tag 'mem-2024-09-24' of https://github.com/davidhildenbrand/qemu into s...Peter Maydell
2024-09-24reset: Use ResetType for qemu_devices_reset() and MachineClass::reset()Juraj Marcin
2024-09-20license: Update deprecated SPDX tag GPL-2.0+ to GPL-2.0-or-laterPhilippe Mathieu-Daudé
2024-09-20hw/sysbus: Remove unused sysbus_mmio_unmapDr. David Alan Gilbert
2024-09-13hw/core: replace assert(0) with g_assert_not_reached()Pierrick Bouvier
2024-09-13hw/core/resettable: Remove transitional_function machineryPeter Maydell
2024-09-13hw/core/qdev: Simplify legacy_reset handlingPeter Maydell
2024-09-13hw: Remove device_phases_reset()Peter Maydell
2024-09-13hw: Rename DeviceClass::reset field to legacy_resetPeter Maydell
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell
2024-09-13hw: Define new device_class_set_legacy_reset()Peter Maydell
2024-09-13hw: Remove device_class_set_parent_reset()Peter Maydell
2024-09-12Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2024-09-11hw: Move declaration of IRQState to header and add init functionBALATON Zoltan
2024-09-10Merge tag 'pull-qapi-2024-09-10' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2024-09-10qapi/machine: Rename CpuS390* to S390Cpu*, and drop 'prefix'Markus Armbruster
2024-09-10qapi/machine: Drop temporary 'prefix'Markus Armbruster
2024-09-09migration: Introduce 'qatzip' compression methodBryan Zhang
2024-09-05platform-bus: fix refcount leakGao Shiyuan
2024-09-05hw: add compat machines for 9.2Cornelia Huck
2024-08-12hw/core/ptimer: fix timer zero period condition for freq > 1GHzJianzhou Yue
2024-07-24Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson
2024-07-22gdbstub: Add helper function to unregister GDB register spaceSalil Mehta
2024-07-22smbios: make memory device size configurable per MachineIgor Mammedov
2024-07-22hw: Fix crash that happens when introspecting scsi-block on older machine typesThomas Huth
2024-07-17Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-07-16loader: remove load_image_gzipped function as its not used anywhereAni Sinha
2024-07-16hw/core/loader: allow loading larger ROMsGregor Haas
2024-07-16cpu: Free queued CPU workAkihiko Odaki
2024-07-05hw/sd/sdcard: Use spec v3.01 by defaultPhilippe Mathieu-Daudé
2024-07-05accel/tcg: Move qemu_plugin_vcpu_init__async() to plugins/Philippe Mathieu-Daudé
2024-07-05plugins: Free CPUPluginState before destroying vCPU statePhilippe Mathieu-Daudé
2024-07-05hw/core: ensure kernel_end never gets used undefinedAlex Bennée
2024-07-01virtio-pci: implement No_Soft_Reset bitJiqian Chen
2024-06-30hw/core/loader: gunzip(): fix memory leak on error pathVladimir Sementsov-Ogievskiy
2024-06-30cpu: fix memleak of 'halt_cond' and 'thread'Matheus Tavares Bernardino
2024-06-19hw/intc: Introduce x-query-interrupt-controllers QMP commandPhilippe Mathieu-Daudé
2024-06-17Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-06-14migration/multifd: add uadk compression frameworkShameer Kolothum
2024-06-14migration/multifd: add qpl compression methodYuan Liu
2024-06-10scsi-disk: Fix crash for VM configured with USB CDROM after live migrationHyman Huang
2024-06-08machine, hostmem: improve error messages for unsupported featuresPaolo Bonzini
2024-06-08machine: default -M mem-merge to off is QEMU_MADV_MERGEABLE is not availablePaolo Bonzini
2024-06-05Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-06-05machine: allow early use of machine_require_guest_memfdPaolo Bonzini
2024-06-05virtio-blk: remove SCSI passthrough functionalityPaolo Bonzini