diff options
| author | Xie Yongji | 2019-02-28 09:53:52 +0100 |
|---|---|---|
| committer | Michael S. Tsirkin | 2019-03-13 03:31:21 +0100 |
| commit | 5f9ff1eff38ab341fb38ce32d4ae95e33f878781 (patch) | |
| tree | 1aca880bfac9408c4136b052eaca939ac2f659e6 /Makefile | |
| parent | libvhost-user: Introduce vu_queue_map_desc() (diff) | |
| download | qemu-5f9ff1eff38ab341fb38ce32d4ae95e33f878781.tar.gz qemu-5f9ff1eff38ab341fb38ce32d4ae95e33f878781.tar.xz qemu-5f9ff1eff38ab341fb38ce32d4ae95e33f878781.zip | |
libvhost-user: Support tracking inflight I/O in shared memory
This patch adds support for VHOST_USER_GET_INFLIGHT_FD and
VHOST_USER_SET_INFLIGHT_FD message to set/get shared buffer
to/from qemu. Then backend can track inflight I/O in this buffer.
Signed-off-by: Xie Yongji <xieyongji@baidu.com>
Signed-off-by: Zhang Yu <zhangyu31@baidu.com>
Message-Id: <20190228085355.9614-5-xieyongji@baidu.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -497,7 +497,7 @@ Makefile: $(version-obj-y) # Build libraries libqemuutil.a: $(util-obj-y) $(trace-obj-y) $(stub-obj-y) -libvhost-user.a: $(libvhost-user-obj-y) +libvhost-user.a: $(libvhost-user-obj-y) $(util-obj-y) $(stub-obj-y) ###################################################################### |
