aboutsummaryrefslogtreecommitdiff
path: root/hw/core
AgeCommit message (Expand)Author
2024-11-09eif: cope with huge section sizesPaolo Bonzini
2024-11-07eif: cope with huge section offsetsPaolo Bonzini
2024-11-06Merge tag 'for-upstream-rust' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2024-11-06Merge tag 'hw-misc-20241105' of https://github.com/philmd/qemu into stagingPeter Maydell
2024-11-05hw/core: Add a helper to check the cache topology levelZhao Liu
2024-11-05hw/core: Check smp cache topology support for machineZhao Liu
2024-11-05qapi/qom: Define cache enumeration and properties for machineZhao Liu
2024-11-05hw/core/machine: Add missing 'units.h' and 'error-report.h' headersPhilippe Mathieu-Daudé
2024-11-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2024-11-05qdev: make properties array "const"Paolo Bonzini
2024-11-05Merge tag 'pull-ppc-for-9.2-1-20241104' of https://gitlab.com/npiggin/qemu in...Peter Maydell
2024-11-04pcie: enable Extended tag field supportMarcin Juszkiewicz
2024-11-04ppc/spapr: remove deprecated machine pseries-2.3Harsh Prateek Bora
2024-11-04ppc/spapr: remove deprecated machine pseries-2.2Harsh Prateek Bora
2024-11-04ppc/spapr: remove deprecated machine pseries-2.1Harsh Prateek Bora
2024-10-31core/machine: Make create_default_memdev machine a virtual methodDorjoy Chowdhury
2024-10-31hw/core: Add Enclave Image Format (EIF) related helpersDorjoy Chowdhury
2024-10-31qom: let object_new use a module if the type is not presentPaolo Bonzini
2024-10-31qom: use object_new_with_class when possiblePaolo Bonzini
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