mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
util: Introduce vfio helpers
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>
This commit is contained in:
parent
a37eaa53f9
commit
418026ca43
4 changed files with 772 additions and 0 deletions
|
@ -46,3 +46,4 @@ util-obj-y += qht.o
|
|||
util-obj-y += range.o
|
||||
util-obj-y += stats64.o
|
||||
util-obj-y += systemd.o
|
||||
util-obj-$(CONFIG_LINUX) += vfio-helpers.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue