diff options
author | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-06-16 11:51:13 +0000 |
---|---|---|
committer | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-06-16 11:51:13 +0000 |
commit | 185283a9a5e82e9ed71c22c1456c76f436be3ac7 (patch) | |
tree | 80ace0013069fe519391166b3197535c2e3ff3b4 | |
parent | 5d5206bd9c04f71209730d7a2af3e69ce5e2ed43 (diff) |
small virtio-serial fix
nr_ports does not exist in the spec.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Rusty Russell <rusty@au1.ibm.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@382 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
-rw-r--r-- | content.tex | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content.tex b/content.tex index 19f1c32..9670976 100644 --- a/content.tex +++ b/content.tex @@ -3974,8 +3974,7 @@ only exist if VIRTIO_CONSOLE_F_MULTIPORT is set. are valid. \item[VIRTIO_CONSOLE_F_MULTIPORT (1)] Device has support for multiple - ports; \field{nr_ports} and \field{max_nr_ports} are - valid and control virtqueues will be used. + ports; \field{max_nr_ports} is valid and control virtqueues will be used. \item[VIRTIO_CONSOLE_F_EMERG_WRITE (2)] Device has support for emergency write. Configuration field emerg_wr is valid. |