index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
vfio
/
spapr.c
Age
Commit message (
Expand
)
Author
2024-06-24
vfio/container: Change VFIOContainerBase to use QOM
Cédric Le Goater
2024-05-16
vfio: Make VFIOIOMMUClass::add_window() and its wrapper return bool
Zhenzhong Duan
2024-05-16
vfio: Make VFIOIOMMUClass::setup() return bool
Zhenzhong Duan
2024-01-05
vfio/spapr: Introduce a sPAPR VFIOIOMMU QOM interface
Cédric Le Goater
2024-01-05
vfio/spapr: Extend VFIOIOMMUOps with a release handler
Cédric Le Goater
2023-12-19
vfio/spapr: Move hostwin_list into spapr container
Zhenzhong Duan
2023-12-19
vfio/spapr: Move prereg_listener into spapr container
Zhenzhong Duan
2023-12-19
vfio/spapr: switch to spapr IOMMU BE add/del_section_window
Zhenzhong Duan
2023-12-19
vfio/spapr: Introduce spapr backend and target interface
Zhenzhong Duan
2023-12-19
vfio/container: Move listener to base container
Eric Auger
2023-12-19
vfio/container: Move pgsizes and dma_max_mappings to base container
Eric Auger
2023-11-06
vfio/common: Move vfio_host_win_add/del into spapr.c
Zhenzhong Duan
2023-11-06
vfio/spapr: Make vfio_spapr_create/remove_window static
Zhenzhong Duan
2023-11-06
vfio/container: Move spapr specific init/deinit into spapr.c
Zhenzhong Duan
2023-11-06
vfio/container: Move vfio_container_add/del_section_window into spapr.c
Zhenzhong Duan
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2021-09-30
memory: Name all the memory listeners
Peter Xu
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2020-04-07
vfio/spapr: Fix page size calculation
Alexey Kardashevskiy
2019-10-26
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang
2019-10-04
vfio: Turn the container error into an Error handle
Eric Auger
2019-04-25
exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()
David Hildenbrand
2019-03-12
vfio/spapr: Rename local systempagesize variable
Alexey Kardashevskiy
2019-03-12
vfio/spapr: Fix indirect levels calculation
Alexey Kardashevskiy
2018-08-21
vfio/spapr: Allow backing bigger guest IOMMU pages with smaller physical pages
Alexey Kardashevskiy
2017-09-15
vfio, spapr: Fix levels calculation
Alexey Kardashevskiy
2017-07-14
memory/iommu: QOM'fy IOMMU MemoryRegion
Alexey Kardashevskiy
2016-10-31
memory: Replace skip_dump flag with "ram_device"
Alex Williamson
2016-07-18
vfio/spapr: Remove stale ioctl() call
David Gibson
2016-07-05
vfio/spapr: Create DMA window dynamically (SPAPR IOMMU v2)
Alexey Kardashevskiy
2016-07-05
vfio: spapr: Add DMA memory preregistering (SPAPR IOMMU v2)
Alexey Kardashevskiy