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