diff options
author | Stefan Hajnoczi | 2017-12-14 21:22:19 +0100 |
---|---|---|
committer | Michael S. Tsirkin | 2017-12-22 00:42:03 +0100 |
commit | 7722b1a78aa0c87f645516b6693baa9767891837 (patch) | |
tree | 2d17851008cf86777c88ebad94256f79bf6ef553 /docs/interop | |
parent | hw/pci-host/xilinx: QOM'ify the AXI-PCIe host bridge (diff) | |
download | qemu-7722b1a78aa0c87f645516b6693baa9767891837.tar.gz qemu-7722b1a78aa0c87f645516b6693baa9767891837.tar.xz qemu-7722b1a78aa0c87f645516b6693baa9767891837.zip |
vhost-user: fix indentation in protocol specification
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'docs/interop')
-rw-r--r-- | docs/interop/vhost-user.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/interop/vhost-user.txt b/docs/interop/vhost-user.txt index 954771d0d8..fd8ac56562 100644 --- a/docs/interop/vhost-user.txt +++ b/docs/interop/vhost-user.txt @@ -53,8 +53,8 @@ Depending on the request type, payload can be: * A vring state description --------------- - | index | num | - --------------- + | index | num | + --------------- Index: a 32-bit index Num: a 32-bit number |