From 406d2aa2cc0770526081da00780ed2124cff1654 Mon Sep 17 00:00:00 2001 From: Changpeng Liu Date: Thu, 4 Jan 2018 09:53:34 +0800 Subject: contrib/vhost-user-blk: introduce a vhost-user-blk sample application MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit introduces a vhost-user-blk backend device, it uses UNIX domain socket to communicate with QEMU. The vhost-user-blk sample application should be used with QEMU vhost-user-blk-pci device. To use it, complie with: make vhost-user-blk and start like this: vhost-user-blk -b /dev/sdb -s /path/vhost.socket Signed-off-by: Changpeng Liu Reviewed-by: Marc-André Lureau Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- contrib/vhost-user-blk/Makefile.objs | 1 + 1 file changed, 1 insertion(+) create mode 100644 contrib/vhost-user-blk/Makefile.objs (limited to 'contrib/vhost-user-blk/Makefile.objs') diff --git a/contrib/vhost-user-blk/Makefile.objs b/contrib/vhost-user-blk/Makefile.objs new file mode 100644 index 0000000000..72e2cdc3ad --- /dev/null +++ b/contrib/vhost-user-blk/Makefile.objs @@ -0,0 +1 @@ +vhost-user-blk-obj-y = vhost-user-blk.o -- cgit v1.2.3