[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [PATCH] small virtio-serial fix
nr_ports does not exist in the spec.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
content.tex | 3 +--
1 file changed, 1 insertion(+), 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.
--
1.9.3
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]