diff options
author | Daniel Marcovitch <danielm@mellanox.com> | 2018-10-31 17:18:36 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2018-11-30 15:24:38 -0500 |
commit | 58b1cd600dd2fa7f2d14bf50af1e7776b683bacf (patch) | |
tree | 8448c89d0e419c5047b4dea160fcef0918026b67 | |
parent | 09245d6f7d1edcbef06b6c1faff61b487ebcc4c3 (diff) | |
download | virtio-spec-58b1cd600dd2fa7f2d14bf50af1e7776b683bacf.tar.gz |
queue_size: renamed "hypervisor" to "device"
fixed to be consistent with the device/driver terminology in other surrounding descriptions
Signed-off-by: Daniel Marcovitch <danielm@mellanox.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Fixes: https://github.com/oasis-tcs/virtio-spec/issues/24
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r-- | content.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content.tex b/content.tex index 0b72e94..b101d1b 100644 --- a/content.tex +++ b/content.tex @@ -794,7 +794,7 @@ struct virtio_pci_common_cfg { \item[\field{queue_size}] Queue Size. On reset, specifies the maximum queue size supported by - the hypervisor. This can be modified by driver to reduce memory requirements. + the device. This can be modified by the driver to reduce memory requirements. A 0 means the queue is unavailable. \item[\field{queue_msix_vector}] |