summary refs log tree commit diff stats
path: root/hw/vfio/spapr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfio/spapr: Introduce a sPAPR VFIOIOMMU QOM interfaceCédric Le Goater2024-01-051-15/+24
* vfio/spapr: Extend VFIOIOMMUOps with a release handlerCédric Le Goater2024-01-051-16/+19
* vfio/spapr: Move hostwin_list into spapr containerZhenzhong Duan2023-12-191-16/+20
* vfio/spapr: Move prereg_listener into spapr containerZhenzhong Duan2023-12-191-8/+16
* vfio/spapr: switch to spapr IOMMU BE add/del_section_windowZhenzhong Duan2023-12-191-5/+14
* vfio/spapr: Introduce spapr backend and target interfaceZhenzhong Duan2023-12-191-0/+14
* vfio/container: Move listener to base containerEric Auger2023-12-191-5/+6
* vfio/container: Move pgsizes and dma_max_mappings to base containerEric Auger2023-12-191-4/+6
* vfio/common: Move vfio_host_win_add/del into spapr.cZhenzhong Duan2023-11-061-0/+83
* vfio/spapr: Make vfio_spapr_create/remove_window staticZhenzhong Duan2023-11-061-24/+24
* vfio/container: Move spapr specific init/deinit into spapr.cZhenzhong Duan2023-11-061-1/+80
* vfio/container: Move vfio_container_add/del_section_window into spapr.cZhenzhong Duan2023-11-061-0/+90
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-4/+4
* memory: Name all the memory listenersPeter Xu2021-09-301-0/+1
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* vfio/spapr: Fix page size calculationAlexey Kardashevskiy2020-04-071-3/+3
* core: replace getpagesize() with qemu_real_host_page_sizeWei Yang2019-10-261-3/+4
* vfio: Turn the container error into an Error handleEric Auger2019-10-041-1/+3
* exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()David Hildenbrand2019-04-251-1/+1
* vfio/spapr: Rename local systempagesize variableAlexey Kardashevskiy2019-03-121-3/+3
* vfio/spapr: Fix indirect levels calculationAlexey Kardashevskiy2019-03-121-10/+33
* vfio/spapr: Allow backing bigger guest IOMMU pages with smaller physical pagesAlexey Kardashevskiy2018-08-211-1/+20
* vfio, spapr: Fix levels calculationAlexey Kardashevskiy2017-09-151-1/+1
* memory/iommu: QOM'fy IOMMU MemoryRegionAlexey Kardashevskiy2017-07-141-1/+2
* memory: Replace skip_dump flag with "ram_device"Alex Williamson2016-10-311-1/+1
* vfio/spapr: Remove stale ioctl() callDavid Gibson2016-07-181-1/+0
* vfio/spapr: Create DMA window dynamically (SPAPR IOMMU v2)Alexey Kardashevskiy2016-07-051-0/+71
* vfio: spapr: Add DMA memory preregistering (SPAPR IOMMU v2)Alexey Kardashevskiy2016-07-051-0/+139