]> git.proxmox.com Git - mirror_qemu.git/commit
char: Deprecate backend aliases 'tty' and 'parport'
authorKevin Wolf <kwolf@redhat.com>
Thu, 11 Mar 2021 16:42:52 +0000 (17:42 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 19 Mar 2021 09:18:06 +0000 (10:18 +0100)
commit5965243641d797b2270082c5a4eab49cb81fc8f0
treef7bb814ffbd1b4de1e709d13efa3197585bb5662
parent1254bd3977b30b3af74bb1f6641fe02d0bf5caf8
char: Deprecate backend aliases 'tty' and 'parport'

QAPI doesn't know the aliases 'tty' and 'parport' and there is no
reason to prefer them to the real names of the backends 'serial' and
'parallel'.

Since warnings are not allowed in 'make check' output, we can't test
the deprecated alias any more. Remove it from test-char.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <20210311164253.338723-3-kwolf@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
chardev/char.c
docs/system/deprecated.rst
tests/unit/test-char.c