aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-22docs: Document composable SR-IOV deviceAkihiko Odaki3-0/+38
2024-07-22virtio-net: Implement SR-IOV VFAkihiko Odaki1-0/+1
2024-07-22virtio-pci: Implement SR-IOV PFAkihiko Odaki2-5/+16
2024-07-22pcie_sriov: Allow user to create SR-IOV deviceAkihiko Odaki4-83/+293
2024-07-22pcie_sriov: Check PCI Express for SR-IOV PFAkihiko Odaki1-0/+5
2024-07-22pcie_sriov: Ensure PF and VF are mutually exclusiveAkihiko Odaki1-0/+5
2024-07-22hw/pci: Fix SR-IOV VF number calculationAkihiko Odaki1-1/+5
2024-07-21contrib/vhost-user-blk: fix overflowing expressionStefano Garzarella1-1/+1
2024-07-21virtio: Add VIRTIO_F_IN_ORDER property definitionJonah Palmer1-1/+3
2024-07-21vhost,vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bitsJonah Palmer7-0/+8
2024-07-21virtio: virtqueue_ordered_flush - VIRTIO_F_IN_ORDER supportJonah Palmer1-1/+70
2024-07-21virtio: virtqueue_ordered_fill - VIRTIO_F_IN_ORDER supportJonah Palmer1-1/+43
2024-07-21virtio: virtqueue_pop - VIRTIO_F_IN_ORDER supportJonah Palmer1-1/+15
2024-07-21virtio: Add bool to VirtQueueElementJonah Palmer1-0/+2
2024-07-21intel_iommu: make type matchClément Mathieu--Drif1-1/+1
2024-07-21intel_iommu: fix type of the mask field in VTDIOTLBPageInvInfoClément Mathieu--Drif1-1/+1
2024-07-21intel_iommu: move VTD_FRCD_PV and VTD_FRCD_PP declarationsClément Mathieu--Drif1-2/+2
2024-07-21intel_iommu: fix FRCD construction macroClément Mathieu--Drif1-1/+1
2024-07-21virtio-snd: check for invalid param shift operandsManos Pitsidianakis1-2/+4
2024-07-21virtio-snd: add max size bounds check in input cbManos Pitsidianakis1-1/+6
2024-07-21MAINTAINERS: Add myself as a VT-d reviewerYi Liu1-0/+1
2024-07-21hw/cxl: Support firmware updatesDavidlohr Bueso2-5/+215
2024-07-21hw/cxl/cxl-mailbox-utils: Add device DDR5 ECS control featureShiju Jose3-0/+109
2024-07-21hw/cxl/cxl-mailbox-utils: Add device patrol scrub control featureShiju Jose3-5/+107
2024-07-21hw/cxl/cxl-mailbox-utils: Add support for feature commands (8.2.9.6)Shiju Jose2-0/+268
2024-07-21cxl/mailbox: move mailbox effect definitions to a headerGregory Price2-19/+33
2024-07-21hw/cxl: Add get scan media results cmd supportDavidlohr Bueso2-0/+86
2024-07-21hw/cxl/events: discard all event records during sanitationHyeonggon Yoo3-0/+15
2024-07-21hw/cxl/mbox: replace sanitize_running() with cxl_dev_media_disabled()Hyeonggon Yoo3-19/+24
2024-07-21hw/cxl: Add get scan media capabilities cmd supportDavidlohr Bueso3-9/+233
2024-07-21hw/cxl/cxl-host: Fix segmentation fault when getting cxl-fmw propertyZhao Liu1-1/+2
2024-07-21hw/cxl: Check for multiple mappings of memory backends.Jonathan Cameron1-0/+15
2024-07-21hw/cxl/cxl-mailbox-utils: remove unneeded mailbox output payload space zeroingFan Ni1-7/+0
2024-07-21MAINTAINERS: add Stefano Garzarella as vhost/vhost-user reviewerStefano Garzarella1-0/+1
2024-07-21hw/virtio/virtio-crypto: Fix op_code assignment in virtio_crypto_create_asym_...Zheyu Ma1-1/+1
2024-07-19Merge tag 'pull-loongarch-20240719' of https://gitlab.com/gaosong/qemu into s...Richard Henderson7-6/+193
2024-07-19hw/loongarch: Modify flash block size to 256KXianglai Li1-1/+1
2024-07-19hw/loongarch: Remove unimplemented extioi INT_encode modeSong Gao1-1/+0
2024-07-19target/loongarch/gdbstub: Add vector registers supportSong Gao5-4/+192
2024-07-19Merge tag 'pull-target-arm-20240718' of https://git.linaro.org/people/pmaydel...Richard Henderson16-245/+846
2024-07-18hvf: arm: Do not advance PC when raising an exceptionAkihiko Odaki1-0/+1
2024-07-18tests/arm-cpu-features: Do not assume PMU availabilityAkihiko Odaki1-5/+8
2024-07-18tests/tcg/aarch64: Add test cases for SME FMOPA (widening)Daniyal Khan4-2/+185
2024-07-18target/arm: Use FPST_F16 for SME FMOPA (widening)Richard Henderson1-4/+8
2024-07-18target/arm: Use float_status copy in sme_fmopa_sDaniyal Khan1-1/+1
2024-07-18hw/arm/smmu: Refactor SMMU OASMostafa Saleh3-23/+32
2024-07-18hw/arm/smmuv3: Support and advertise nestingMostafa Saleh1-9/+26
2024-07-18hw/arm/smmuv3: Handle translation faults according to SMMUPTWEventInfoMostafa Saleh1-7/+8
2024-07-18hw/arm/smmuv3: Support nested SMMUs in smmuv3_notify_iova()Mostafa Saleh2-15/+26
2024-07-18hw/arm/smmu: Support nesting in the rest of commandsMostafa Saleh4-3/+46