chardev/char.c: fix "abstract device type" error message
commit4ad87cd4b2254197b7ac12e3da824854e6a90f8f
authorMichael Tokarev <mjt@tls.msk.ru>
Wed, 3 Jan 2024 11:37:39 +0000 (3 14:37 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 5 Jan 2024 19:28:54 +0000 (5 22:28 +0300)
tree3a537d9c9d5a22e3cbee87b2403e5d13668b7527
parent5cb0e7abe1635cb82e0033260dac2b910d142f8c
chardev/char.c: fix "abstract device type" error message

Current error message:

 qemu-system-x86_64: -chardev spice,id=foo: Parameter 'driver' expects an abstract device type

while in fact the meaning is in reverse, -chardev expects
a non-abstract device type.

Fixes: 777357d758d9 ("chardev: qom-ify" 2016-12-07)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
chardev/char.c