aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-18smbios: get rid of smbios_smp_sockets globalIgor Mammedov3-15/+11
2024-03-18smbios: cleanup smbios_get_tables() from legacy handlingIgor Mammedov2-6/+1
2024-03-18tests: smbios: add test for legacy mode CLI optionsIgor Mammedov2-0/+17
2024-03-18tests: smbios: add test for -smbios type=11 optionIgor Mammedov2-0/+17
2024-03-18tests: smbios: make it possible to write SMBIOS only testIgor Mammedov1-9/+38
2024-03-18docs/specs/pvpanic: mark shutdown event as not implementedThomas Weißschuh1-1/+1
2024-03-18qapi: document PCIe Gen5/Gen6 speeds since 9.0Michael S. Tsirkin1-2/+2
2024-03-18SMBIOS: fix long linesMichael S. Tsirkin1-3/+6
2024-03-13Merge tag 'pull-maintainer-final-130324-1' of https://gitlab.com/stsquad/qemu...Peter Maydell31-52/+149
2024-03-13Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell56-381/+1425
2024-03-13Merge tag 'pull-ppc-for-9.0-2-20240313' of https://gitlab.com/npiggin/qemu in...Peter Maydell28-563/+2883
2024-03-13Merge tag 'tracing-pull-request' of https://gitlab.com/stefanha/qemu into sta...Peter Maydell3-44/+46
2024-03-13gdbstub: Fix double close() of the follow-fork-mode socketIlya Leoshkevich1-2/+1
2024-03-13tests/tcg: Add multiarch test for Xfer:siginfo:read stubGustavo Romero3-1/+49
2024-03-13gdbstub: Add Xfer:siginfo:read stubGustavo Romero3-0/+32
2024-03-13gdbstub: Save target's siginfoGustavo Romero6-9/+34
2024-03-13linux-user: Move tswap_siginfo out of target codeGustavo Romero20-27/+31
2024-03-13gdbstub: Rename back gdb_handlesigGustavo Romero4-19/+8
2024-03-13tests/vm: ensure we build everything by defaultAlex Bennée1-1/+1
2024-03-12docs/specs/pvpanic: document shutdown eventThomas Weißschuh1-0/+2
2024-03-12hw/cxl: Fix missing reserved data in CXL Device DVSECJonathan Cameron1-1/+2
2024-03-12hmat acpi: Fix out of bounds access due to missing use of indirectionJonathan Cameron1-1/+5
2024-03-12hmat acpi: Do not add Memory Proximity Domain Attributes Structure targetting...Jonathan Cameron1-0/+7
2024-03-12qemu-options.hx: Document the virtio-iommu-pci aw-bits optionEric Auger1-0/+3
2024-03-12hw/arm/virt: Set virtio-iommu aw-bits default value to 48Eric Auger1-0/+17
2024-03-12hw/i386/q35: Set virtio-iommu aw-bits default value to 39Eric Auger3-1/+11
2024-03-12virtio-iommu: Add an option to define the input range widthEric Auger2-1/+8
2024-03-12virtio-iommu: Trace domain range limits as unsigned intEric Auger1-1/+1
2024-03-12qemu-options.hx: Document the virtio-iommu-pci granule optionEric Auger1-0/+8
2024-03-12virtio-iommu: Change the default granule to the host page sizeEric Auger2-2/+5
2024-03-12virtio-iommu: Add a granule propertyEric Auger2-3/+27
2024-03-12hw/i386/acpi-build: Add support for SRAT Generic Initiator structuresAnkit Agrawal1-0/+3
2024-03-12hw/acpi: Implement the SRAT GI affinity structureAnkit Agrawal6-2/+109
2024-03-12qom: new object to associate device to NUMA nodeAnkit Agrawal4-0/+111
2024-03-12hw/i386/pc: Inline pc_cmos_init() into pc_cmos_init_late() and remove itBernhard Beschow4-16/+0
2024-03-12hw/i386/pc: Set "normal" boot device order in pc_basic_device_init()Bernhard Beschow1-2/+2
2024-03-12hw/i386/pc: Avoid one use of the current_machine globalBernhard Beschow1-3/+4
2024-03-12hw/i386/pc: Remove "rtc_state" link againBernhard Beschow1-8/+0
2024-03-12Revert "hw/i386/pc: Confine system flash handling to pc_sysfw"Bernhard Beschow4-4/+6
2024-03-12Revert "hw/i386/pc_sysfw: Inline pc_system_flash_create() and remove it"Bernhard Beschow1-2/+13
2024-03-12pc: q35: Bump max_cpus to 4096 vcpusAni Sinha1-1/+2
2024-03-12hw/pci: Always call pcie_sriov_pf_reset()Akihiko Odaki3-6/+1
2024-03-12pcie_sriov: Do not reset NumVFs after disabling VFsAkihiko Odaki1-1/+2
2024-03-12pcie_sriov: Reset SR-IOV extended capabilityAkihiko Odaki4-12/+22
2024-03-12pcie_sriov: Validate NumVFsAkihiko Odaki1-0/+3
2024-03-12hw/nvme: Use pcie_sriov_num_vfs()Akihiko Odaki1-18/+8
2024-03-12Implement SMBIOS type 9 v2.6Felix Wu3-4/+51
2024-03-12Implement base of SMBIOS type 9 descriptor.Felix Wu3-0/+115
2024-03-12hw/intc: Check @errp to handle the error of IOAPICCommonClass.realize()Zhao Liu1-0/+4
2024-03-12hw/vfio/iommufd: Fix missing ERRP_GUARD() in iommufd_cdev_getfd()Zhao Liu1-0/+1