aboutsummaryrefslogtreecommitdiff
path: root/util/vfio-helpers.c
AgeCommit message (Expand)Author
2020-11-23Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell
2020-11-16util/vfio-helpers.c: Use ram_block_discard_disable() in qemu_vfio_open_pci()David Hildenbrand
2020-11-03util/vfio-helpers: Assert offset is aligned to page sizePhilippe Mathieu-Daudé
2020-11-03util/vfio-helpers: Convert vfio_dump_mapping to trace eventsPhilippe Mathieu-Daudé
2020-11-03util/vfio-helpers: Improve DMA trace eventsPhilippe Mathieu-Daudé
2020-11-03util/vfio-helpers: Trace where BARs are mappedPhilippe Mathieu-Daudé
2020-11-03util/vfio-helpers: Trace PCI BAR region infoPhilippe Mathieu-Daudé
2020-11-03util/vfio-helpers: Trace PCI I/O config accessesPhilippe Mathieu-Daudé
2020-11-03util/vfio-helpers: Improve reporting unsupported IOMMU typePhilippe Mathieu-Daudé
2020-10-05util/vfio-helpers: Rework the IOVA allocator to avoid IOVA reserved regionsEric Auger
2020-10-05util/vfio-helpers: Collect IOVA reserved regionsEric Auger
2020-10-05util/vfio-helpers: Pass page protections to qemu_vfio_pci_map_bar()Philippe Mathieu-Daudé
2020-09-01util/vfio-helpers: Fix typo in descriptionPhilippe Mathieu-Daudé
2020-05-04lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky
2020-02-18Report stringified errno in VFIO related errorsMichal Privoznik
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster
2019-03-06exec: Change RAMBlockIterFunc definitionYury Kotov
2018-12-11util: vfio-helpers: use ARRAY_SIZE in qemu_vfio_init_pci()Li Qiang
2018-11-27vfio-helpers: Fix qemu_vfio_open_pci() crashMarkus Armbruster
2018-05-20replace functions which are only available in glib-2.24Olaf Hering
2018-03-01block/nvme: fix Coverity reportsPaolo Bonzini
2018-02-08util: Introduce vfio helpersFam Zheng