qemu-patch-raspberry4/chardev
Markus Armbruster b1b769b0f3 char: Use error_printf() to print help and such
Calling error_report() in a function that takes an Error ** argument
is suspicious.  Convert a few that are actually help and such to
error_printf().

Improves output of -chardev help from

    qemu-system-x86_64: -chardev help: Available chardev backend types:
    serial
    ...

to

    Available chardev backend types:
    serial
    ...

Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: "Marc-André Lureau" <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20181017082702.5581-8-armbru@redhat.com>
2018-10-19 14:51:34 +02:00
..
baum.c
char-console.c
char-fd.c
char-fe.c chardev: unref if underlying chardev has no parent 2018-10-03 14:45:04 +04:00
char-file.c
char-io.c chardev: use a child source for qio input source 2018-10-03 14:45:05 +04:00
char-mux.c
char-null.c
char-parallel.c
char-pipe.c
char-pty.c char: Use error_printf() to print help and such 2018-10-19 14:51:34 +02:00
char-ringbuf.c
char-serial.c serial: Open non-block 2018-07-02 15:41:18 +02:00
char-socket.c chardev: avoid crash if no associated address 2018-10-03 14:45:04 +04:00
char-stdio.c
char-udp.c
char-win-stdio.c
char-win.c
char.c char: Use error_printf() to print help and such 2018-10-19 14:51:34 +02:00
Makefile.objs
msmouse.c
spice.c
testdev.c
trace-events
wctablet.c