[PATCH] libvhost-user: Add new VhostUserRequest ID.

Li Zebin posted 1 patch 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230525154442.16497-1-cutelizebin@gmail.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>
subprojects/libvhost-user/libvhost-user.c | 2 ++
1 file changed, 2 insertions(+)
[PATCH] libvhost-user: Add new VhostUserRequest ID.
Posted by Li Zebin 11 months ago
Signed-off-by: Li Zebin <cutelizebin@gmail.com>
---
 subprojects/libvhost-user/libvhost-user.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/subprojects/libvhost-user/libvhost-user.c b/subprojects/libvhost-user/libvhost-user.c
index 8fb61e2df2..725de6fba2 100644
--- a/subprojects/libvhost-user/libvhost-user.c
+++ b/subprojects/libvhost-user/libvhost-user.c
@@ -161,6 +161,8 @@ vu_request_to_string(unsigned int req)
         REQ(VHOST_USER_GET_MAX_MEM_SLOTS),
         REQ(VHOST_USER_ADD_MEM_REG),
         REQ(VHOST_USER_REM_MEM_REG),
+        REQ(VHOST_USER_SET_STATUS),
+        REQ(VHOST_USER_GET_STATUS),
         REQ(VHOST_USER_MAX),
     };
 #undef REQ
-- 
2.25.1