summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* headers: Add pvpanic.hzhenwei pi2022-03-062-1/+11
* pci-bridge/xio3130_downstream: Fix error handlingJonathan Cameron2022-03-061-1/+1
* pci-bridge/xio3130_upstream: Fix error handlingJonathan Cameron2022-03-061-1/+1
* pcie: Add 1.2 version token for the Power Management CapabilityŁukasz Gieryk2022-03-061-0/+1
* pcie: Add a helper to the SR/IOV APIŁukasz Gieryk2022-03-062-1/+15
* pcie: Add some SR/IOV API documentation in docs/pcie_sriov.txtKnut Omang2022-03-061-0/+115
* pcie: Add support for Single Root I/O Virtualization (SR/IOV)Knut Omang2022-03-069-26/+470
* virtio-net: Unlimit tx queue size if peer is vdpaEugenio Pérez2022-03-061-5/+8
* hw/pci-bridge/pxb: Fix missing swizzleJonathan Cameron2022-03-061-0/+6
* hw/i386/pc_piix: Mark the machine types from version 1.4 to 1.7 as deprecatedThomas Huth2022-03-062-0/+9
* tests/qtest/virtio-iommu-test: Check bypass configJean-Philippe Brucker2022-03-061-0/+2
* virtio-iommu: Support bypass domainJean-Philippe Brucker2022-03-061-5/+34
* virtio-iommu: Default to bypass during bootJean-Philippe Brucker2022-03-063-9/+56
* hw/i386: Replace magic number with field length calculationDov Murik2022-03-061-3/+6
* hw/i386: Improve bounds checking in OVMF table parsingDov Murik2022-03-061-1/+8
* intel_iommu: support snoop controlJason Wang2022-03-063-1/+15
* vhost-vdpa: make notifiers _init()/_uninit() symmetricLaurent Vivier2022-03-061-10/+10
* hw/virtio: vdpa: Fix leak of host-notifier memory-regionLaurent Vivier2022-03-061-0/+1
* hw/vhost-user-i2c: Add support for VIRTIO_I2C_F_ZERO_LENGTH_REQUESTViresh Kumar2022-03-042-2/+12
* virtio: fix the condition for iommu_platform not supportedHalil Pasic2022-03-041-5/+7
* vhost-user: fix VirtQ notifier cleanupXueming Li2022-03-042-19/+31
* vhost-user: remove VirtQ notifier restoreXueming Li2022-03-042-19/+1Star
* hw/smbios: add assertion to ensure handles of tables 19 and 32 do not collideAni Sinha2022-03-041-0/+6
* hw/smbios: fix overlapping table handle numbers with large memory vmsAni Sinha2022-03-041-4/+15
* hw/smbios: code cleanup - use macro definitions for table header handlesAni Sinha2022-03-041-12/+26
* hw/acpi/erst: clean up unused IS_UEFI_CPER_RECORD macroAni Sinha2022-03-041-5/+0Star
* docs/acpi/erst: add device id for ACPI ERST device in pci-ids.txtAni Sinha2022-03-041-0/+1
* MAINTAINERS: no need to add my name explicitly as a reviewer for VIOT tablesAni Sinha2022-03-041-1/+0Star
* ACPI ERST: specification for ERST supportEric DeVolder2022-03-042-0/+201
* qom: assert integer does not overflowMichael S. Tsirkin2022-03-041-1/+5
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220302'...Peter Maydell2022-03-0320-193/+737
|\
| * ui/cocoa.m: Remove unnecessary NSAutoreleasePoolsPeter Maydell2022-03-021-6/+0Star
| * ui/cocoa.m: Fix updateUIInfo threading issuesPeter Maydell2022-03-021-3/+22
| * target/arm: Report KVM's actual PSCI version to guest in dtbPeter Maydell2022-03-023-3/+15
| * target/arm: Implement FEAT_LPA2Richard Henderson2022-03-024-15/+112
| * target/arm: Advertise all page sizes for -cpu maxRichard Henderson2022-03-021-0/+4
| * target/arm: Validate tlbi TG matches translation granule in useRichard Henderson2022-03-021-3/+7
| * target/arm: Fix TLBIRange.base for 16k and 64k pagesRichard Henderson2022-03-021-2/+3
| * target/arm: Introduce tlbi_aa64_get_rangeRichard Henderson2022-03-021-34/+24Star
| * target/arm: Extend arm_fi_to_lfsc to level -1Richard Henderson2022-03-021-6/+29
| * target/arm: Implement FEAT_LPARichard Henderson2022-03-024-5/+19
| * target/arm: Implement FEAT_LVARichard Henderson2022-03-025-2/+16
| * target/arm: Prepare DBGBVR and DBGWVR for FEAT_LVARichard Henderson2022-03-021-8/+24
| * target/arm: Honor TCR_ELx.{I}PSRichard Henderson2022-03-022-16/+57
| * target/arm: Use MAKE_64BIT_MASK to compute indexmaskRichard Henderson2022-03-021-2/+2
| * target/arm: Pass outputsize down to check_s2_mmu_setupRichard Henderson2022-03-021-11/+10Star
| * target/arm: Move arm_pamax out of lineRichard Henderson2022-03-022-18/+23
| * target/arm: Fault on invalid TCR_ELx.TxSZRichard Henderson2022-03-022-4/+29
| * target/arm: Set TCR_EL1.TSZ for user-onlyRichard Henderson2022-03-021-1/+2
| * hw/registerfields: Add FIELD_SEX<N> and FIELD_SDP<N>Richard Henderson2022-03-021-1/+47