]> Git Repo - qemu.git/commit
char: Skip CLI aliases in query-chardev-backends
authorKevin Wolf <[email protected]>
Thu, 11 Mar 2021 16:42:51 +0000 (17:42 +0100)
committerKevin Wolf <[email protected]>
Fri, 19 Mar 2021 09:17:14 +0000 (10:17 +0100)
commit1254bd3977b30b3af74bb1f6641fe02d0bf5caf8
treed12cce0f3524cca299084024a441d4730023a2b2
parentddf6dae7e34271332fbc04921d0c91ab6a009b5a
char: Skip CLI aliases in query-chardev-backends

The aliases "tty" and "parport" are only valid on the command line, QMP
commands like chardev-add don't know them. query-chardev-backends should
describe QMP and therefore not include them in the list of available
backends.

Signed-off-by: Kevin Wolf <[email protected]>
Acked-by: Paolo Bonzini <[email protected]>
Message-Id: <20210311164253[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
chardev/char.c
This page took 0.025309 seconds and 4 git commands to generate.