Empty merge of Android 24Q2 Release (ab/11526283) to aosp-main-future

Bug: 337098550
Merged-In: I44901f535536113f0ca3ce1a2df0a6e8c8abae0b
Change-Id: Ia809af46839ce497005a2bb0da98b608737b146d
diff --git a/wmediumd/inc/usfstl/vhostproto.h b/wmediumd/inc/usfstl/vhostproto.h
index 28756fa..8e7b2ac 100644
--- a/wmediumd/inc/usfstl/vhostproto.h
+++ b/wmediumd/inc/usfstl/vhostproto.h
@@ -110,11 +110,11 @@
 #define VHOST_USER_SET_SLAVE_REQ_FD		21
 #define VHOST_USER_GET_CONFIG			24
 #define VHOST_USER_VRING_KICK			35
-#define VHOST_USER_GET_SHARED_MEMORY_REGIONS	41
-#define VHOST_USER_SLEEP			42
-#define VHOST_USER_WAKE				43
-#define VHOST_USER_SNAPSHOT			44
-#define VHOST_USER_RESTORE			45
+#define VHOST_USER_SLEEP			1000
+#define VHOST_USER_WAKE				1001
+#define VHOST_USER_SNAPSHOT			1002
+#define VHOST_USER_RESTORE			1003
+#define VHOST_USER_GET_SHARED_MEMORY_REGIONS	1004
 
 #define VHOST_USER_SLAVE_CONFIG_CHANGE_MSG	 2
 #define VHOST_USER_SLAVE_VRING_CALL		 4