All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] specs/vhost-user.txt: fix name of messages
@ 2015-09-08 20:29 ` marcandre.lureau
  0 siblings, 0 replies; 10+ messages in thread
From: marcandre.lureau @ 2015-09-08 20:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Marc-André Lureau, mst

From: Marc-André Lureau <marcandre.lureau@redhat.com>

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 docs/specs/vhost-user.txt | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/docs/specs/vhost-user.txt b/docs/specs/vhost-user.txt
index 0322bcf..1bc6adb 100644
--- a/docs/specs/vhost-user.txt
+++ b/docs/specs/vhost-user.txt
@@ -112,19 +112,19 @@ The communication consists of master sending message requests and slave sending
 message replies. Most of the requests don't require replies. Here is a list of
 the ones that do:
 
- * VHOST_GET_FEATURES
- * VHOST_GET_PROTOCOL_FEATURES
- * VHOST_GET_VRING_BASE
+ * VHOST_USER_GET_FEATURES
+ * VHOST_USER_GET_PROTOCOL_FEATURES
+ * VHOST_USER_GET_VRING_BASE
 
 There are several messages that the master sends with file descriptors passed
 in the ancillary data:
 
- * VHOST_SET_MEM_TABLE
- * VHOST_SET_LOG_BASE (if VHOST_USER_PROTOCOL_F_LOG_SHMFD)
- * VHOST_SET_LOG_FD
- * VHOST_SET_VRING_KICK
- * VHOST_SET_VRING_CALL
- * VHOST_SET_VRING_ERR
+ * VHOST_USER_SET_MEM_TABLE
+ * VHOST_USER_SET_LOG_BASE (if VHOST_USER_PROTOCOL_F_LOG_SHMFD)
+ * VHOST_USER_SET_LOG_FD
+ * VHOST_USER_SET_VRING_KICK
+ * VHOST_USER_SET_VRING_CALL
+ * VHOST_USER_SET_VRING_ERR
 
 If Master is unable to send the full message or receives a wrong reply it will
 close the connection. An optional reconnection mechanism can be implemented.
-- 
2.4.3



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-09-16 12:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-08 20:29 [Qemu-trivial] [PATCH] specs/vhost-user.txt: fix name of messages marcandre.lureau
2015-09-08 20:29 ` [Qemu-devel] " marcandre.lureau
2015-09-11  7:24 ` [Qemu-trivial] " Michael Tokarev
2015-09-11  7:24   ` [Qemu-devel] " Michael Tokarev
2015-09-16  9:13   ` [Qemu-trivial] " Marc-André Lureau
2015-09-16  9:13     ` Marc-André Lureau
2015-09-16 10:57     ` [Qemu-trivial] " Michael Tokarev
2015-09-16 10:57       ` [Qemu-devel] " Michael Tokarev
2015-09-16 12:13       ` [Qemu-trivial] " Marc-André Lureau
2015-09-16 12:13         ` [Qemu-devel] " Marc-André Lureau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.