]> git.proxmox.com Git - mirror_qemu.git/commit
util: Introduce vfio helpers
authorFam Zheng <famz@redhat.com>
Tue, 16 Jan 2018 06:08:54 +0000 (14:08 +0800)
committerFam Zheng <famz@redhat.com>
Thu, 8 Feb 2018 01:22:03 +0000 (09:22 +0800)
commit418026ca43bc2626db092d7558258f9594366f28
treeac9cd6057c69d588f076e24704e42719479e9535
parenta37eaa53f9fefba9dd938371cbe3b5db22d8b787
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>
include/qemu/vfio-helpers.h [new file with mode: 0644]
util/Makefile.objs
util/trace-events
util/vfio-helpers.c [new file with mode: 0644]