diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2022-12-16 10:56:53 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-01-06 00:51:02 +0100 |
commit | 6f9f630836df355b9ca3f4641e6b7be71f6af076 (patch) | |
tree | 1f0c2b971a37007b7858d8afd3abdc486e6450e3 /docs/qdev-device-use.txt | |
parent | 8b902e3d2309595567e4957b96e971c4f3ca455e (diff) | |
download | qemu-6f9f630836df355b9ca3f4641e6b7be71f6af076.zip qemu-6f9f630836df355b9ca3f4641e6b7be71f6af076.tar.gz qemu-6f9f630836df355b9ca3f4641e6b7be71f6af076.tar.bz2 |
util: remove support -chardev tty and -chardev parport
These were deprecated in 6.0 and can now be removed.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs/qdev-device-use.txt')
-rw-r--r-- | docs/qdev-device-use.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/qdev-device-use.txt b/docs/qdev-device-use.txt index 2408889..c98c86d 100644 --- a/docs/qdev-device-use.txt +++ b/docs/qdev-device-use.txt @@ -216,11 +216,11 @@ LEGACY-CHARDEV translates to -chardev HOST-OPTS... as follows: * unix:FNAME becomes -chardev socket,path=FNAME -* /dev/parportN becomes -chardev parport,file=/dev/parportN +* /dev/parportN becomes -chardev parallel,file=/dev/parportN * /dev/ppiN likewise -* Any other /dev/FNAME becomes -chardev tty,path=/dev/FNAME +* Any other /dev/FNAME becomes -chardev serial,path=/dev/FNAME * mon:LEGACY-CHARDEV is special: it multiplexes the monitor onto the character device defined by LEGACY-CHARDEV. -chardev provides more |