aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-19vfio/ccw: Allow the selection of a given iommu backendZhenzhong Duan
2023-12-19vfio/ap: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan
2023-12-19vfio/ap: Allow the selection of a given iommu backendZhenzhong Duan
2023-12-19vfio/platform: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan
2023-12-19vfio/platform: Allow the selection of a given iommu backendZhenzhong Duan
2023-12-19vfio/pci: Make vfio cdev pre-openable by passing a file handleZhenzhong Duan
2023-12-19vfio/pci: Allow the selection of a given iommu backendEric Auger
2023-12-19vfio/iommufd: Enable pci hot reset through iommufd cdev interfaceZhenzhong Duan
2023-12-19vfio/pci: Introduce a vfio pci hot reset interfaceZhenzhong Duan
2023-12-19vfio/pci: Extract out a helper vfio_pci_get_pci_hot_reset_infoZhenzhong Duan
2023-12-19vfio/iommufd: Add support for iova_ranges and pgsizesZhenzhong Duan
2023-12-19vfio/iommufd: Relax assert check for iommufd backendZhenzhong Duan
2023-12-19vfio/iommufd: Implement the iommufd backendYi Liu
2023-12-19vfio/common: return early if space isn't emptyZhenzhong Duan
2023-12-19util/char_dev: Add open_cdev()Yi Liu
2023-12-19backends/iommufd: Introduce the iommufd objectEric Auger
2023-12-19vfio/spapr: Move hostwin_list into spapr containerZhenzhong Duan
2023-12-19vfio/spapr: Move prereg_listener into spapr containerZhenzhong Duan
2023-12-19vfio/spapr: switch to spapr IOMMU BE add/del_section_windowZhenzhong Duan
2023-12-19vfio/spapr: Introduce spapr backend and target interfaceZhenzhong Duan
2023-12-19vfio/container: Implement attach/detach_deviceEric Auger
2023-12-19vfio/container: Move iova_ranges to base containerZhenzhong Duan
2023-12-19vfio/container: Move dirty_pgsizes and max_dirty_bitmap_size to base containerEric Auger
2023-12-19vfio/container: Move listener to base containerEric Auger
2023-12-19vfio/container: Move vrdl_list to base containerZhenzhong Duan
2023-12-19vfio/container: Move pgsizes and dma_max_mappings to base containerEric Auger
2023-12-19vfio/container: Convert functions to base containerEric Auger
2023-12-19vfio/container: Move per container device list in base containerZhenzhong Duan
2023-12-19vfio/container: Switch to IOMMU BE set_dirty_page_tracking/query_dirty_bitmap...Eric Auger
2023-12-19vfio/container: Move space field to base containerEric Auger
2023-12-19vfio/common: Move giommu_list in base containerEric Auger
2023-12-19vfio/common: Introduce vfio_container_init/destroy helperZhenzhong Duan
2023-12-19vfio/container: Switch to dma_map|unmap APIEric Auger
2023-12-19vfio/container: Introduce a empty VFIOIOMMUOpsZhenzhong Duan
2023-12-19vfio: Introduce base object for VFIOContainer and targeted interfaceZhenzhong Duan
2023-12-19Open 9.0 development treeStefan Hajnoczi
2023-12-19Update version for v8.2.0 releasev8.2.0Stefan Hajnoczi
2023-12-12Update version for v8.2.0-rc4 releasev8.2.0-rc4Stefan Hajnoczi
2023-12-12Merge tag 'pull-tcg-20231212' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-12-12tcg: Reduce serial context atomicity earlierRichard Henderson
2023-12-12target/i386: Fix 32-bit wrapping of pc/eip computationRichard Henderson
2023-12-12docs: clean-up the xenpvh documentationAlex Bennée
2023-12-12block: Fix AioContext locking in qmp_block_resize()Kevin Wolf
2023-12-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-12-12xen: fix condition for skipping virtio-mmio definesPaolo Bonzini
2023-12-12meson, xen: fix condition for enabling the Xen acceleratorPaolo Bonzini
2023-12-06Update version for v8.2.0-rc3 releasev8.2.0-rc3Stefan Hajnoczi
2023-12-06i386/sev: Avoid SEV-ES crash due to missing MSR_EFER_LMA bitMichael Roth
2023-12-05Merge tag 'pull-ufs-20231205' of https://gitlab.com/jeuk20.kim/qemu into stagingStefan Hajnoczi
2023-12-05hw/ufs: avoid generating the same ID string for different LU devicesAkinobu Mita