diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-04-14 14:55:24 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-04-14 14:55:25 +0100 |
commit | 3e7cac31d6079b1642321bd8bab8ca8e0f431929 (patch) | |
tree | fbdc0821d33ddcc1190deffc67222c98dca22fae /docs | |
parent | 33e570288985611345c7d6e073a4b258c97573a8 (diff) | |
parent | 01310e2aa7ad87f101d56feb8c06898084c9b542 (diff) | |
download | qemu-3e7cac31d6079b1642321bd8bab8ca8e0f431929.tar.gz qemu-3e7cac31d6079b1642321bd8bab8ca8e0f431929.tar.bz2 qemu-3e7cac31d6079b1642321bd8bab8ca8e0f431929.zip |
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
tpm, vhost, virtio: fixes for 2.6
Minor fixes all over the place.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
# gpg: Signature made Thu 14 Apr 2016 14:45:55 BST using RSA key ID D28D5469
# gpg: Good signature from "Michael S. Tsirkin <mst@kernel.org>"
# gpg: aka "Michael S. Tsirkin <mst@redhat.com>"
* remotes/mst/tags/for_upstream:
hw/virtio/balloon: Replace TARGET_PAGE_SIZE with BALLOON_PAGE_SIZE
tpm: Fix write to file descriptor function
tpm: acpi: remove IRQ from TPM's CRS to make Windows not see conflict
pc: acpi: tpm: add missing MMIO resource to PCI0._CRS
specs/vhost-user: spelling fix
specs/vhost-user: improve VHOST_SET_VRING_NUM documentation
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/specs/vhost-user.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/specs/vhost-user.txt b/docs/specs/vhost-user.txt index 0312d40af0..777c49cfe6 100644 --- a/docs/specs/vhost-user.txt +++ b/docs/specs/vhost-user.txt @@ -364,7 +364,7 @@ Message types Equivalent ioctl: VHOST_SET_VRING_NUM Master payload: vring state description - Sets the number of vrings for this owner. + Set the size of the queue. * VHOST_USER_SET_VRING_ADDR @@ -438,7 +438,7 @@ Message types Slave payload: u64 Query how many queues the backend supports. This request should be - sent only when VHOST_USER_PROTOCOL_F_MQ is set in quried protocol + sent only when VHOST_USER_PROTOCOL_F_MQ is set in queried protocol features by VHOST_USER_GET_PROTOCOL_FEATURES. * VHOST_USER_SET_VRING_ENABLE |