This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
qemu
Watch
1
Star
0
Fork
0
You've already forked qemu
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d9259178fe
qemu
/
contrib
/
vhost-user-blk
/
Makefile.objs
2 lines
40 B
Makefile
Raw
Normal View
History
Unescape
Escape
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>
2018-01-04 04:53:34 +03:00
vhost-user-blk-obj-y
=
vhost-user-blk.o
Reference in New Issue
Copy Permalink