qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Li Zebin
Subject: [PATCH] libvhost-user: Add new VhostUserRequest ID.
Date: Thu, 25 May 2023 23:44:42 +0800

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]