summaryrefslogtreecommitdiffstats
path: root/util/Makefile.objs
diff options
context:
space:
mode:
authorFam Zheng2018-01-16 07:08:54 +0100
committerFam Zheng2018-02-08 02:22:03 +0100
commit418026ca43bc2626db092d7558258f9594366f28 (patch)
treeac9cd6057c69d588f076e24704e42719479e9535 /util/Makefile.objs
parentstubs: Add stubs for ram block API (diff)
downloadqemu-418026ca43bc2626db092d7558258f9594366f28.tar.gz
qemu-418026ca43bc2626db092d7558258f9594366f28.tar.xz
qemu-418026ca43bc2626db092d7558258f9594366f28.zip
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>
Diffstat (limited to 'util/Makefile.objs')
-rw-r--r--util/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/Makefile.objs b/util/Makefile.objs
index 2973b0a323..3fb611631f 100644
--- a/util/Makefile.objs
+++ b/util/Makefile.objs
@@ -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