aboutsummaryrefslogtreecommitdiff
path: root/hw/core
AgeCommit message (Expand)AuthorFilesLines
2024-03-26hw/clock: Let clock_set_mul_div() return a boolean valuePhilippe Mathieu-Daudé1-1/+7
2024-03-13Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell3-3/+19
2024-03-12hw/i386/q35: Set virtio-iommu aw-bits default value to 39Eric Auger1-0/+1
2024-03-12virtio-iommu: Change the default granule to the host page sizeEric Auger1-1/+4
2024-03-12hw/acpi: Implement the SRAT GI affinity structureAnkit Agrawal1-1/+2
2024-03-12pcie: Support PCIe Gen5/Gen6 link speedsLukas Stockner1-2/+14
2024-03-12Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Peter Maydell1-0/+1
2024-03-12Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-2/+2
2024-03-12hw/nvme: add machine compatibility parameter to enable msix exclusive barKlaus Jensen1-0/+1
2024-03-12Merge tag 'hw-misc-20240312' of https://github.com/philmd/qemu into stagingPeter Maydell5-7/+3
2024-03-12hw/core: Declare CPUArchId::cpu as CPUState instead of ObjectPhilippe Mathieu-Daudé1-2/+2
2024-03-11hw/core: Cleanup unused included headers in numa.cZhao Liu1-2/+0
2024-03-11hw/core: Cleanup unused included header in machine-qmp-cmds.cZhao Liu1-1/+0
2024-03-11hw/core: Cleanup unused included headers in cpu-common.cZhao Liu1-4/+0
2024-03-11hw/core/qdev-properties-system: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+1
2024-03-11hw/core/loader-fit: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu1-0/+2
2024-03-11migration/multifd: Enable multifd zero page checking by default.Hao Xiang1-1/+3
2024-03-11migration/multifd: Implement zero page transmission on the multifd thread.Hao Xiang1-1/+1
2024-03-11migration/multifd: Add new migration option zero-page-detection.Hao Xiang1-0/+10
2024-03-09hw/core/machine-smp: Calculate total CPUs once in machine_parse_smp_config()Zhao Liu1-4/+4
2024-03-09hw/core/machine-smp: Deprecate unsupported "parameter=1" SMP configurationsZhao Liu1-16/+47
2024-03-09hw/core/machine-smp: Remove deprecated "parameter=0" SMP configurationsZhao Liu1-2/+3
2024-03-09qdev: Add a granule_mode propertyEric Auger1-0/+14
2024-02-28plugins: create CPUPluginState and migrate plugin_maskAlex Bennée1-0/+5
2024-02-28cpu: call plugin init hook asynchronouslyPierrick Bouvier1-2/+7
2024-02-28gdbstub: Simplify XML lookupAkihiko Odaki1-2/+3
2024-02-27hw/core/machine: Use qemu_register_resettable for sysbus resetPeter Maydell1-4/+3
2024-02-27hw/core/reset: Implement qemu_register_reset via qemu_register_resettablePeter Maydell1-33/+106
2024-02-27hw/core/reset: Add qemu_{register, unregister}_resettable()Peter Maydell1-2/+29
2024-02-27hw/core: Add ResetContainer which holds objects implementing ResettablePeter Maydell2-0/+78
2024-02-26hw/sysbus: Remove now unused sysbus_address_space()Philippe Mathieu-Daudé1-5/+0
2024-02-22hw/sysbus: Inline and remove sysbus_add_io()Philippe Mathieu-Daudé1-6/+0
2024-02-02hw/core: Remove transitional infrastructure from BusClassPeter Maydell1-67/+0
2024-01-31Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingPeter Maydell1-0/+8
2024-01-30hw/core/qdev.c: add qdev_get_human_name()Manos Pitsidianakis1-0/+8
2024-01-29accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich1-1/+1
2024-01-19hw/core/cpu: Rename cpu_class_init() to include 'common'Philippe Mathieu-Daudé1-2/+2
2024-01-12numa: Skip invalidation of cluster and NUMA node boundary for qtestGavin Shan1-1/+1
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi1-3/+3
2024-01-05machine: Print CPU model name instead of CPU typeGavin Shan1-5/+9
2024-01-05machine: Improve is_cpu_type_supported()Gavin Shan1-6/+14
2024-01-05machine: Introduce helper is_cpu_type_supported()Gavin Shan1-38/+46
2024-01-05machine: Use error handling when CPU type is checkedGavin Shan1-6/+7
2024-01-05hw/core: Add machine_class_default_cpu_type()Philippe Mathieu-Daudé1-0/+8
2024-01-05cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()Philippe Mathieu-Daudé1-3/+5
2023-12-29hw/core: Constify VMStateRichard Henderson3-7/+7
2023-12-21qdev: add IOThreadVirtQueueMappingList property typeStefan Hajnoczi1-0/+46
2023-12-21qdev-properties: alias all object class propertiesStefan Hajnoczi1-8/+10
2023-12-21block: remove AioContext lockingStefan Hajnoczi1-9/+0
2023-12-20hw: Add compat machines for 9.0Cornelia Huck1-0/+3