* [PATCH] libvhost-user: Add new VhostUserRequest ID.
@ 2023-05-25 15:44 Li Zebin
0 siblings, 0 replies; only message in thread
From: Li Zebin @ 2023-05-25 15:44 UTC (permalink / raw)
To: qemu-devel; +Cc: mst, Li Zebin
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-05-25 16:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-25 15:44 [PATCH] libvhost-user: Add new VhostUserRequest ID Li Zebin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).