summary refs log tree commit diff stats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | vfio: move vfio-cpr.hSteve Sistare2025-06-051-0/+18
| * | vfio: vfio_find_ram_discard_listenerSteve Sistare2025-06-051-0/+3
| * | vfio/iommufd: Save vendor specific device infoZhenzhong Duan2025-06-051-0/+15
| * | vfio/iommufd: Add properties and handlers to TYPE_HOST_IOMMU_DEVICE_IOMMUFDZhenzhong Duan2025-06-051-0/+50
| * | backends/iommufd: Add a helper to invalidate user-managed HWPTZhenzhong Duan2025-06-051-0/+4
| * | vfio/container: pass MemoryRegion to DMA operationsJohn Levon2025-06-051-4/+5
| * | vfio: return mr from vfio_get_xlat_addrSteve Sistare2025-06-051-10/+9
| * | vfio: add more VFIOIOMMUClass docsJohn Levon2025-06-051-3/+72
| |/
* | block: mark bdrv_drained_begin() and friends as GRAPH_UNLOCKEDFiona Ebner2025-06-042-3/+3
* | block: move drain outside of quorum_del_child()Fiona Ebner2025-06-041-0/+7
* | block: move drain outside of quorum_add_child()Fiona Ebner2025-06-041-0/+7
* | block: move drain outside of bdrv_root_attach_child()Fiona Ebner2025-06-041-0/+2
* | block: move drain outside of bdrv_try_change_aio_context()Fiona Ebner2025-06-041-2/+6
* | block: move drain outside of bdrv_change_aio_context() and mark GRAPH_RDLOCKFiona Ebner2025-06-041-0/+12
* | block: mark bdrv_child_change_aio_context() GRAPH_RDLOCKFiona Ebner2025-06-041-3/+4
* | block: mark change_aio_ctx() callback and instances as GRAPH_RDLOCK(_PTR)Fiona Ebner2025-06-041-3/+3
|/
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2025-06-026-2/+359
|\
| * vdpa: move iova_tree allocation to net_vhost_vdpa_initEugenio Pérez2025-06-021-1/+15
| * vdpa: add listener_registeredEugenio Pérez2025-06-021-0/+6
| * vhost: Don't set vring call if guest notifier is unusedHuaitong Han2025-06-021-0/+1
| * pci: Add a PCI-level API for PRICLEMENT MATHIEU--DRIF2025-06-011-0/+130
| * pci: Add a pci-level API for ATSCLEMENT MATHIEU--DRIF2025-06-011-0/+126
| * pci: Add a pci-level initialization function for IOMMU notifiersCLEMENT MATHIEU--DRIF2025-06-011-0/+33
| * memory: Store user data pointer in the IOMMU notifiersCLEMENT MATHIEU--DRIF2025-06-011-0/+1
| * pci: Add an API to get IOMMU's min page size and virtual address widthCLEMENT MATHIEU--DRIF2025-06-011-0/+26
| * pci: Cache the bus mastering status in the deviceCLEMENT MATHIEU--DRIF2025-06-011-0/+1
| * pcie: Helper functions to check to check if PRI is enabledCLEMENT MATHIEU--DRIF2025-06-011-0/+1
| * pcie: Add a helper to declare the PRI capability for a pcie deviceCLEMENT MATHIEU--DRIF2025-06-012-1/+7
| * pcie: Helper function to check if ATS is enabledCLEMENT MATHIEU--DRIF2025-06-011-0/+1
| * pcie: Helper functions to check if PASID is enabledCLEMENT MATHIEU--DRIF2025-06-011-0/+2
| * pcie: Add helper to declare PASID capability for a pcie deviceCLEMENT MATHIEU--DRIF2025-06-012-1/+10
* | Merge tag 'pull-target-arm-20250530-2' of https://git.linaro.org/people/pmayd...Stefan Hajnoczi2025-05-302-19/+4
|\ \
| * | hw/block: Drop unused nand.cPeter Maydell2025-05-291-18/+0
| * | hw/arm: Add GMAC devices to NPCM8XX SoCHao Wu2025-05-291-1/+4
| |/
* | Merge tag 'pull-request-2025-05-30' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2025-05-306-40/+1
|\ \
| * | hw/core/machine: Remove hw_compat_2_5[] arrayPhilippe Mathieu-Daudé2025-05-301-3/+0
| * | hw/nvram/fw_cfg: Remove legacy FW_CFG_ORDER_OVERRIDEPhilippe Mathieu-Daudé2025-05-303-14/+1
| * | hw/i386/x86: Remove X86MachineClass::save_tsc_khz fieldPhilippe Mathieu-Daudé2025-05-301-5/+0
| * | hw/i386/pc: Remove deprecated pc-q35-2.5 and pc-i440fx-2.5 machinesPhilippe Mathieu-Daudé2025-05-301-3/+0
| * | hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_DISABLE_PCIE definitionPhilippe Mathieu-Daudé2025-05-301-4/+0
| * | hw/virtio/virtio-pci: Remove VIRTIO_PCI_FLAG_MIGRATE_EXTRA definitionPhilippe Mathieu-Daudé2025-05-301-4/+0
| * | hw/core/machine: Remove hw_compat_2_4[] arrayPhilippe Mathieu-Daudé2025-05-301-3/+0
| * | hw/i386/pc: Remove pc_compat_2_4[] arrayPhilippe Mathieu-Daudé2025-05-301-3/+0
| * | hw/i386/pc: Remove PCMachineClass::broken_reserved_end fieldPhilippe Mathieu-Daudé2025-05-301-1/+0
| |/
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2025-05-303-0/+233
|\ \
| * | headers: Add definitions from UEFI spec for volumes, resources, etc...Xiaoyao Li2025-05-281-0/+187
| * | i386/tdx: Track mem_ptr for each firmware entry of TDVFXiaoyao Li2025-05-281-0/+7
| * | i386/tdvf: Introduce function to parse TDVF metadataIsaku Yamahata2025-05-281-0/+38
| * | kvm: Introduce kvm_arch_pre_create_vcpu()Xiaoyao Li2025-05-281-0/+1
* | | io: Add helper for setting socket send buffer sizeNir Soffer2025-05-291-0/+13
| |/ |/|