Re: [Qemu-devel] [PATCH] vl: Print error when using incorrect backend for debugcon

2018-10-18 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > 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é Queued, thanks!

Re: [Qemu-devel] [PATCH] vl: Print error when using incorrect backend for debugcon

2018-10-18 Thread Philippe Mathieu-Daudé
Cc'ing qemu-trivial@ On 11/10/2018 23:48, Marc-André Lureau wrote: > On Thu, Oct 11, 2018 at 9:13 PM Philippe Mathieu-Daudé > wrote: >> >> When using an incorrect backend for the debugcon, QEMU exits silently >> without any error indication, which is confusing. >> Add a message that the character

Re: [Qemu-devel] [PATCH] vl: Print error when using incorrect backend for debugcon

2018-10-11 Thread Marc-André Lureau
On Thu, Oct 11, 2018 at 9:13 PM Philippe Mathieu-Daudé wrote: > > 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é Reviewed-by

[Qemu-devel] [PATCH] vl: Print error when using incorrect backend for debugcon

2018-10-11 Thread Philippe Mathieu-Daudé
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é --- vl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/vl.c b/vl.c index 4e25c7