You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Markus Armbruster
5217f1887a
error: Use error_reportf_err() where appropriate
Replace
error_report("...: %s", ..., error_get_pretty(err));
by
error_reportf_err(err, "...: ", ...);
One of the replaced messages lacked a colon. Add it.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200505101908.6207-6-armbru@redhat.com>
6 years ago
..
Makefile.objs
buildsys: Move brlapi libs to per object
9 years ago
baum.c
Include qemu/main-loop.h less
7 years ago
char-console.c
Include qemu/module.h where needed, drop it from qemu-common.h
7 years ago
char-fd.c
Include qemu-common.h exactly where needed
7 years ago
char-fe.c
char: update the mux handlers in class callback
7 years ago
char-file.c
Include qemu/module.h where needed, drop it from qemu-common.h
7 years ago
char-io.c
chardev: use a child source for qio input source
8 years ago
char-mux.c
chardev: Use QEMUChrEvent enum in IOEventHandler typedef
6 years ago
char-null.c
Include qemu/module.h where needed, drop it from qemu-common.h
7 years ago
char-parallel.c
Include qemu/module.h where needed, drop it from qemu-common.h
7 years ago
char-pipe.c
chardev: Improve error report by calling error_setg_win32()
6 years ago
char-pty.c
Include qemu-common.h exactly where needed
7 years ago
char-ringbuf.c
Include qemu/module.h where needed, drop it from qemu-common.h
7 years ago
char-serial.c
chardev: Add macOS to list of OSes that support -chardev serial
6 years ago
char-socket.c
error: Use error_reportf_err() where appropriate
6 years ago
char-stdio.c
Include qemu/module.h where needed, drop it from qemu-common.h
7 years ago
char-udp.c
Include qemu/module.h where needed, drop it from qemu-common.h
7 years ago
char-win-stdio.c
Include qemu/main-loop.h less
7 years ago
char-win.c
chardev: Improve error report by calling error_setg_win32()
6 years ago
char.c
qemu-sockets: add abstract UNIX domain socket support
6 years ago
msmouse.c
Include qemu/module.h where needed, drop it from qemu-common.h
7 years ago
spice.c
qemu/queue.h: add QLIST_SAFE_REMOVE()
6 years ago
testdev.c
Include qemu/module.h where needed, drop it from qemu-common.h
7 years ago
trace-events
trace-events: Shorten file names in comments
7 years ago
wctablet.c
Include qemu/module.h where needed, drop it from qemu-common.h
7 years ago