summary refs log tree commit diff stats
path: root/hw/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* hw/sysbus: Remove now unused sysbus_address_space()Philippe Mathieu-Daudé2024-02-261-5/+0
* hw/sysbus: Inline and remove sysbus_add_io()Philippe Mathieu-Daudé2024-02-221-6/+0
* hw/core: Remove transitional infrastructure from BusClassPeter Maydell2024-02-021-67/+0
* Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell2024-01-311-0/+8
|\
| * hw/core/qdev.c: add qdev_get_human_name()Manos Pitsidianakis2024-01-301-0/+8
* | accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich2024-01-291-1/+1
|/
* hw/core/cpu: Rename cpu_class_init() to include 'common'Philippe Mathieu-Daudé2024-01-191-2/+2
* numa: Skip invalidation of cluster and NUMA node boundary for qtestGavin Shan2024-01-121-1/+1
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-081-3/+3
* machine: Print CPU model name instead of CPU typeGavin Shan2024-01-051-5/+9
* machine: Improve is_cpu_type_supported()Gavin Shan2024-01-051-6/+14
* machine: Introduce helper is_cpu_type_supported()Gavin Shan2024-01-051-38/+46
* machine: Use error handling when CPU type is checkedGavin Shan2024-01-051-6/+7
* hw/core: Add machine_class_default_cpu_type()Philippe Mathieu-Daudé2024-01-051-0/+8
* cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()Philippe Mathieu-Daudé2024-01-051-3/+5
* hw/core: Constify VMStateRichard Henderson2023-12-293-7/+7
* qdev: add IOThreadVirtQueueMappingList property typeStefan Hajnoczi2023-12-211-0/+46
* qdev-properties: alias all object class propertiesStefan Hajnoczi2023-12-211-8/+10
* block: remove AioContext lockingStefan Hajnoczi2023-12-211-9/+0
* hw: Add compat machines for 9.0Cornelia Huck2023-12-201-0/+3