diff options
| author | Changpeng Liu | 2018-01-04 02:53:34 +0100 |
|---|---|---|
| committer | Michael S. Tsirkin | 2018-01-18 20:52:37 +0100 |
| commit | 406d2aa2cc0770526081da00780ed2124cff1654 (patch) | |
| tree | a4e177a13f9cad88f287ed2afe2d5682266e96a4 /Makefile.objs | |
| parent | contrib/libvhost-user: enable virtio config space messages (diff) | |
| download | qemu-406d2aa2cc0770526081da00780ed2124cff1654.tar.gz qemu-406d2aa2cc0770526081da00780ed2124cff1654.tar.xz qemu-406d2aa2cc0770526081da00780ed2124cff1654.zip | |
contrib/vhost-user-blk: introduce a vhost-user-blk sample application
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 <changpeng.liu@intel.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'Makefile.objs')
| -rw-r--r-- | Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index c8b1bba593..669d8d684d 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -115,6 +115,7 @@ libvhost-user-obj-y = contrib/libvhost-user/ vhost-user-scsi.o-cflags := $(LIBISCSI_CFLAGS) vhost-user-scsi.o-libs := $(LIBISCSI_LIBS) vhost-user-scsi-obj-y = contrib/vhost-user-scsi/ +vhost-user-blk-obj-y = contrib/vhost-user-blk/ ###################################################################### trace-events-subdirs = |
