include/qemu/vfio-helpers.h
0 → 100644
+33
−0
+1
−0
+11
−0
util/vfio-helpers.c
0 → 100644
+727
−0
Loading
This is a library to manage the host vfio interface, which could be used to implement userspace device driver code in QEMU such as NVMe or net controllers. Signed-off-by:Fam Zheng <famz@redhat.com> Reviewed-by:
Stefan Hajnoczi <stefanha@redhat.com> Message-Id: <20180116060901.17413-3-famz@redhat.com> Signed-off-by:
Fam Zheng <famz@redhat.com>