]> git.proxmox.com Git - mirror_qemu.git/commit - softmmu/vl.c
vl: Print error when using incorrect backend for debugcon
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 11 Oct 2018 17:12:54 +0000 (19:12 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Fri, 19 Oct 2018 12:40:15 +0000 (14:40 +0200)
commitd7ecf712382486ef0d79fe335f5abb333b44d279
treefba22db70e4b98e376731aa5d395f6aaf9debe6f
parent4c9ab1e693c46f3db9c1e7c0e4251ba37bff5e39
vl: Print error when using incorrect backend for debugcon

When using an incorrect backend for the debugcon, QEMU exits silently
without any error indication, which is confusing.
Add a message that the character backend is invalid.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20181011171254.32428-1-philmd@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
vl.c