diff mbox series

[1/2] doc: Clarify serial parameters

Message ID 277c4838-aef4-97aa-e92b-8eb7c0056686@gmx.de
State New
Headers show
Series [1/2] doc: Clarify serial parameters | expand

Commit Message

Axel Heider Aug. 3, 2021, 2:12 p.m. UTC
There is a difference between 'null' and 'none'. Add a sentence to
highlight this, so this does not get mixed up.

Signed-off-by: Axel Heider <axelheider@gmx.de>
---
  qemu-options.hx | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)

--
2.17.1

Comments

Markus Armbruster Sept. 1, 2021, 1:25 p.m. UTC | #1
Marc-André or Paolo?

Axel Heider <axelheider@gmx.de> writes:

> There is a difference between 'null' and 'none'. Add a sentence to
> highlight this, so this does not get mixed up.
>
> Signed-off-by: Axel Heider <axelheider@gmx.de>
> ---
>  qemu-options.hx | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/qemu-options.hx b/qemu-options.hx
> index 83aa59a920..e3f256fa72 100644
> --- a/qemu-options.hx
> +++ b/qemu-options.hx
> @@ -3702,7 +3702,8 @@ SRST
>          [Linux only] Pseudo TTY (a new PTY is automatically allocated)
>
>      ``none``
> -        No device is allocated.
> +        No serial devices are allocated at all. Use ``null`` to disable a
> +        specific serial device.
>
>      ``null``
>          void device
> --
> 2.17.1
diff mbox series

Patch

diff --git a/qemu-options.hx b/qemu-options.hx
index 83aa59a920..e3f256fa72 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -3702,7 +3702,8 @@  SRST
          [Linux only] Pseudo TTY (a new PTY is automatically allocated)

      ``none``
-        No device is allocated.
+        No serial devices are allocated at all. Use ``null`` to disable a
+        specific serial device.

      ``null``
          void device