aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-06pci: show id info when pci BDF conflictZhenzhong Duan1-2/+2
2022-03-06hw/misc/pvpanic: Use standard headers insteadzhenwei pi4-12/+9
2022-03-06headers: Add pvpanic.hzhenwei pi2-1/+11
2022-03-06pci-bridge/xio3130_downstream: Fix error handlingJonathan Cameron1-1/+1
2022-03-06pci-bridge/xio3130_upstream: Fix error handlingJonathan Cameron1-1/+1
2022-03-06pcie: Add 1.2 version token for the Power Management CapabilityŁukasz Gieryk1-0/+1
2022-03-06pcie: Add a helper to the SR/IOV APIŁukasz Gieryk2-1/+15
2022-03-06pcie: Add some SR/IOV API documentation in docs/pcie_sriov.txtKnut Omang1-0/+115
2022-03-06pcie: Add support for Single Root I/O Virtualization (SR/IOV)Knut Omang9-26/+470
2022-03-06virtio-net: Unlimit tx queue size if peer is vdpaEugenio Pérez1-5/+8
2022-03-06hw/pci-bridge/pxb: Fix missing swizzleJonathan Cameron1-0/+6
2022-03-06hw/i386/pc_piix: Mark the machine types from version 1.4 to 1.7 as deprecatedThomas Huth2-0/+9
2022-03-06tests/qtest/virtio-iommu-test: Check bypass configJean-Philippe Brucker1-0/+2
2022-03-06virtio-iommu: Support bypass domainJean-Philippe Brucker1-5/+34
2022-03-06virtio-iommu: Default to bypass during bootJean-Philippe Brucker3-9/+56
2022-03-06hw/i386: Replace magic number with field length calculationDov Murik1-3/+6
2022-03-06hw/i386: Improve bounds checking in OVMF table parsingDov Murik1-1/+8
2022-03-06intel_iommu: support snoop controlJason Wang3-1/+15
2022-03-06vhost-vdpa: make notifiers _init()/_uninit() symmetricLaurent Vivier1-10/+10
2022-03-06hw/virtio: vdpa: Fix leak of host-notifier memory-regionLaurent Vivier1-0/+1
2022-03-04hw/vhost-user-i2c: Add support for VIRTIO_I2C_F_ZERO_LENGTH_REQUESTViresh Kumar2-2/+12
2022-03-04virtio: fix the condition for iommu_platform not supportedHalil Pasic1-5/+7
2022-03-04vhost-user: fix VirtQ notifier cleanupXueming Li2-19/+31
2022-03-04vhost-user: remove VirtQ notifier restoreXueming Li2-19/+1
2022-03-04hw/smbios: add assertion to ensure handles of tables 19 and 32 do not collideAni Sinha1-0/+6
2022-03-04hw/smbios: fix overlapping table handle numbers with large memory vmsAni Sinha1-4/+15
2022-03-04hw/smbios: code cleanup - use macro definitions for table header handlesAni Sinha1-12/+26
2022-03-04hw/acpi/erst: clean up unused IS_UEFI_CPER_RECORD macroAni Sinha1-5/+0
2022-03-04docs/acpi/erst: add device id for ACPI ERST device in pci-ids.txtAni Sinha1-0/+1
2022-03-04MAINTAINERS: no need to add my name explicitly as a reviewer for VIOT tablesAni Sinha1-1/+0
2022-03-04ACPI ERST: specification for ERST supportEric DeVolder2-0/+201
2022-03-04qom: assert integer does not overflowMichael S. Tsirkin1-1/+5
2022-03-03Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220302'...Peter Maydell20-193/+737
2022-03-02Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-migration-202...Peter Maydell22-201/+435
2022-03-02ui/cocoa.m: Remove unnecessary NSAutoreleasePoolsPeter Maydell1-6/+0
2022-03-02ui/cocoa.m: Fix updateUIInfo threading issuesPeter Maydell1-3/+22
2022-03-02target/arm: Report KVM's actual PSCI version to guest in dtbPeter Maydell3-3/+15
2022-03-02target/arm: Implement FEAT_LPA2Richard Henderson4-15/+112
2022-03-02target/arm: Advertise all page sizes for -cpu maxRichard Henderson1-0/+4
2022-03-02target/arm: Validate tlbi TG matches translation granule in useRichard Henderson1-3/+7
2022-03-02target/arm: Fix TLBIRange.base for 16k and 64k pagesRichard Henderson1-2/+3
2022-03-02target/arm: Introduce tlbi_aa64_get_rangeRichard Henderson1-34/+24
2022-03-02target/arm: Extend arm_fi_to_lfsc to level -1Richard Henderson1-6/+29
2022-03-02target/arm: Implement FEAT_LPARichard Henderson4-5/+19
2022-03-02target/arm: Implement FEAT_LVARichard Henderson5-2/+16
2022-03-02target/arm: Prepare DBGBVR and DBGWVR for FEAT_LVARichard Henderson1-8/+24
2022-03-02target/arm: Honor TCR_ELx.{I}PSRichard Henderson2-16/+57
2022-03-02target/arm: Use MAKE_64BIT_MASK to compute indexmaskRichard Henderson1-2/+2
2022-03-02target/arm: Pass outputsize down to check_s2_mmu_setupRichard Henderson1-11/+10
2022-03-02target/arm: Move arm_pamax out of lineRichard Henderson2-18/+23