index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
vfio-helpers.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-2
/
+2
2021-09-07
util/vfio-helpers: Let qemu_vfio_do_mapping() propagate Error
Philippe Mathieu-Daudé
1
-4
/
+4
2021-09-07
util/vfio-helpers: Simplify qemu_vfio_dma_map() returning directly
Philippe Mathieu-Daudé
1
-13
/
+10
2021-09-07
util/vfio-helpers: Use error_setg in qemu_vfio_find_[fixed/temp]_iova
Philippe Mathieu-Daudé
1
-10
/
+14
2021-09-07
util/vfio-helpers: Extract qemu_vfio_water_mark_reached()
Philippe Mathieu-Daudé
1
-1
/
+16
2021-09-07
util/vfio-helpers: Pass Error handle to qemu_vfio_dma_map()
Philippe Mathieu-Daudé
1
-4
/
+6
2021-09-07
util/vfio-helpers: Remove unreachable code in qemu_vfio_dma_map()
Philippe Mathieu-Daudé
1
-4
/
+0
2021-09-07
util/vfio-helpers: Replace qemu_mutex_lock() calls with QEMU_LOCK_GUARD
Philippe Mathieu-Daudé
1
-6
/
+3
2021-09-07
util/vfio-helpers: Let qemu_vfio_verify_mappings() use error_report()
Philippe Mathieu-Daudé
1
-2
/
+2
2021-05-13
numa: Teach ram block notifiers about resizeable ram blocks
David Hildenbrand
1
-8
/
+8
2021-05-13
util: vfio-helpers: Factor out and fix processing of existing ram blocks
David Hildenbrand
1
-21
/
+8
2020-11-23
Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...
Peter Maydell
1
-17
/
+26
2020-11-16
util/vfio-helpers.c: Use ram_block_discard_disable() in qemu_vfio_open_pci()
David Hildenbrand
1
-0
/
+14
2020-11-03
util/vfio-helpers: Assert offset is aligned to page size
Philippe Mathieu-Daudé
1
-0
/
+1
2020-11-03
util/vfio-helpers: Convert vfio_dump_mapping to trace events
Philippe Mathieu-Daudé
1
-15
/
+4
2020-11-03
util/vfio-helpers: Improve DMA trace events
Philippe Mathieu-Daudé
1
-1
/
+2
2020-11-03
util/vfio-helpers: Trace where BARs are mapped
Philippe Mathieu-Daudé
1
-0
/
+2
2020-11-03
util/vfio-helpers: Trace PCI BAR region info
Philippe Mathieu-Daudé
1
-0
/
+8
2020-11-03
util/vfio-helpers: Trace PCI I/O config accesses
Philippe Mathieu-Daudé
1
-0
/
+8
2020-11-03
util/vfio-helpers: Improve reporting unsupported IOMMU type
Philippe Mathieu-Daudé
1
-1
/
+1
2020-10-05
util/vfio-helpers: Rework the IOVA allocator to avoid IOVA reserved regions
Eric Auger
1
-4
/
+53
2020-10-05
util/vfio-helpers: Collect IOVA reserved regions
Eric Auger
1
-2
/
+70
2020-10-05
util/vfio-helpers: Pass page protections to qemu_vfio_pci_map_bar()
Philippe Mathieu-Daudé
1
-2
/
+2
2020-09-01
util/vfio-helpers: Fix typo in description
Philippe Mathieu-Daudé
1
-2
/
+2
2020-05-04
lockable: replaced locks with lock guard macros where appropriate
Daniel Brodsky
1
-3
/
+2
2020-02-18
Report stringified errno in VFIO related errors
Michal Privoznik
1
-3
/
+3
2019-10-26
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang
1
-6
/
+6
2019-08-16
Include qemu/queue.h slightly less
Markus Armbruster
1
-1
/
+0
2019-03-06
exec: Change RAMBlockIterFunc definition
Yury Kotov
1
-3
/
+3
2018-12-11
util: vfio-helpers: use ARRAY_SIZE in qemu_vfio_init_pci()
Li Qiang
1
-1
/
+1
2018-11-27
vfio-helpers: Fix qemu_vfio_open_pci() crash
Markus Armbruster
1
-1
/
+1
2018-05-20
replace functions which are only available in glib-2.24
Olaf Hering
1
-4
/
+2
2018-03-01
block/nvme: fix Coverity reports
Paolo Bonzini
1
-1
/
+1
2018-02-08
util: Introduce vfio helpers
Fam Zheng
1
-0
/
+727