summaryrefslogtreecommitdiffstats
path: root/docs/specs
diff options
context:
space:
mode:
authorMichael S. Tsirkin2014-06-29 16:58:48 +0200
committerMichael S. Tsirkin2014-06-29 18:39:41 +0200
commita628fc8dae4c4a9a70f020ab65018a6e085a2088 (patch)
tree58b8706d5575d647fc952229aa8c8396e78d370d /docs/specs
parentvhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE message (diff)
downloadqemu-a628fc8dae4c4a9a70f020ab65018a6e085a2088.tar.gz
qemu-a628fc8dae4c4a9a70f020ab65018a6e085a2088.tar.xz
qemu-a628fc8dae4c4a9a70f020ab65018a6e085a2088.zip
vhost-user: typo fixups
Fix typo in field name. Strip two consequitive empty lines. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'docs/specs')
-rw-r--r--docs/specs/vhost-user.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/specs/vhost-user.txt b/docs/specs/vhost-user.txt
index 6abb6977ff..650bb18186 100644
--- a/docs/specs/vhost-user.txt
+++ b/docs/specs/vhost-user.txt
@@ -85,8 +85,7 @@ Depending on the request type, payload can be:
Guest address: a 64-bit guest address of the region
Size: a 64-bit size
User address: a 64-bit user address
- mmmap offset: 64-bit offset where region starts in the mapped memory
-
+ mmap offset: 64-bit offset where region starts in the mapped memory
In QEMU the vhost-user message is implemented with the following struct: