summary refs log tree commit diff stats
path: root/hw/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* target/arm: Default to 1GHz cntfrq for 'max' and new CPUsPeter Maydell2024-04-301-1/+3
* hw/core/clock: allow clock_propagate on child clocksRaphael Poggi2024-04-301-1/+0
* exec: Declare target_words_bigendian() in 'exec/tswap.h'Philippe Mathieu-Daudé2024-04-262-2/+2
* Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into stagingRichard Henderson2024-04-255-10/+80
|\
| * hw/core: Support module-id in numa configurationZhao Liu2024-04-251-0/+16
| * hw/core: Introduce module-id as the topology subindexZhao Liu2024-04-251-0/+4
| * hw/core/machine: Support modules in -smpZhao Liu2024-04-252-6/+34
| * hw/core/machine: Introduce the module as a CPU topology levelZhao Liu2024-04-252-1/+2
| * hw/elf_ops: Rename elf_ops.h -> elf_ops.h.incPhilippe Mathieu-Daudé2024-04-251-2/+2
| * qmp: add dump machine type compatibility propertiesMaksim Davydov2024-04-251-1/+22
* | reset: Add RESET_TYPE_SNAPSHOT_LOADPeter Maydell2024-04-252-15/+4
* | hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-254-6/+6
|/
* Merge tag 'housekeeping-20240424' of https://github.com/philmd/qemu into stagingRichard Henderson2024-04-241-32/+0
|\
| * hw/rdma: Remove deprecated pvrdma device and rdmacm-mux helperPhilippe Mathieu-Daudé2024-04-241-32/+0
* | Merge tag 'pull-error-2024-04-24' of https://repo.or.cz/qemu/armbru into stagingRichard Henderson2024-04-242-4/+3
|\ \
| * | qapi: Inline and remove QERR_PROPERTY_VALUE_BAD definitionPhilippe Mathieu-Daudé2024-04-241-2/+1
| * | qapi: Inline and remove QERR_DEVICE_NO_HOTPLUG definitionPhilippe Mathieu-Daudé2024-04-241-2/+2
| |/
* | HostMem: Add mechanism to opt in kvm guest memfd via MachineStateXiaoyao Li2024-04-231-0/+5
* | hw: Add compat machines for 9.1Paolo Bonzini2024-04-181-0/+3
* | hw/core: Move system emulation files to system_ssPaolo Bonzini2024-04-182-45/+3
|/
* hw/clock: Let clock_set_mul_div() return a boolean valuePhilippe Mathieu-Daudé2024-03-261-1/+7
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2024-03-133-3/+19
|\
| * hw/i386/q35: Set virtio-iommu aw-bits default value to 39Eric Auger2024-03-121-0/+1
| * virtio-iommu: Change the default granule to the host page sizeEric Auger2024-03-121-1/+4
| * hw/acpi: Implement the SRAT GI affinity structureAnkit Agrawal2024-03-121-1/+2
| * pcie: Support PCIe Gen5/Gen6 link speedsLukas Stockner2024-03-121-2/+14
* | Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Peter Maydell2024-03-121-0/+1
|\ \
| * | hw/nvme: add machine compatibility parameter to enable msix exclusive barKlaus Jensen2024-03-121-0/+1
* | | Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2024-03-121-2/+2
|\ \ \
| * | | hw/core: Declare CPUArchId::cpu as CPUState instead of ObjectPhilippe Mathieu-Daudé2024-03-121-2/+2
| | |/ | |/|
* | | Merge tag 'hw-misc-20240312' of https://github.com/philmd/qemu into stagingPeter Maydell2024-03-125-7/+3
|\ \ \ | |_|/ |/| |
| * | hw/core: Cleanup unused included headers in numa.cZhao Liu2024-03-111-2/+0
| * | hw/core: Cleanup unused included header in machine-qmp-cmds.cZhao Liu2024-03-111-1/+0
| * | hw/core: Cleanup unused included headers in cpu-common.cZhao Liu2024-03-111-4/+0
| * | hw/core/qdev-properties-system: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-111-0/+1
| * | hw/core/loader-fit: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-111-0/+2
| |/
* | migration/multifd: Enable multifd zero page checking by default.Hao Xiang2024-03-111-1/+3
* | migration/multifd: Implement zero page transmission on the multifd thread.Hao Xiang2024-03-111-1/+1
* | migration/multifd: Add new migration option zero-page-detection.Hao Xiang2024-03-111-0/+10
|/
* hw/core/machine-smp: Calculate total CPUs once in machine_parse_smp_config()Zhao Liu2024-03-091-4/+4
* hw/core/machine-smp: Deprecate unsupported "parameter=1" SMP configurationsZhao Liu2024-03-091-16/+47
* hw/core/machine-smp: Remove deprecated "parameter=0" SMP configurationsZhao Liu2024-03-091-2/+3
* qdev: Add a granule_mode propertyEric Auger2024-03-091-0/+14
* plugins: create CPUPluginState and migrate plugin_maskAlex Bennée2024-02-281-0/+5
* cpu: call plugin init hook asynchronouslyPierrick Bouvier2024-02-281-2/+7
* gdbstub: Simplify XML lookupAkihiko Odaki2024-02-281-2/+3
* hw/core/machine: Use qemu_register_resettable for sysbus resetPeter Maydell2024-02-271-4/+3
* hw/core/reset: Implement qemu_register_reset via qemu_register_resettablePeter Maydell2024-02-271-33/+106
* hw/core/reset: Add qemu_{register, unregister}_resettable()Peter Maydell2024-02-271-2/+29
* hw/core: Add ResetContainer which holds objects implementing ResettablePeter Maydell2024-02-272-0/+78