projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fd74b8
)
vhost-user: typo fixups
author
Michael S. Tsirkin
<mst@redhat.com>
Sun, 29 Jun 2014 14:58:48 +0000
(17:58 +0300)
committer
Michael S. Tsirkin
<mst@redhat.com>
Sun, 29 Jun 2014 16:39:41 +0000
(19:39 +0300)
Fix typo in field name.
Strip two consequitive empty lines.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
docs/specs/vhost-user.txt
patch
|
blob
|
history
diff --git
a/docs/specs/vhost-user.txt
b/docs/specs/vhost-user.txt
index 6abb6977ff32fd70d7f0979ed1fbaef176382eae..650bb18186c86bdb03780f0af67ea3ad0d7aa969 100644
(file)
--- 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: