All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] error: Misc cleanups and improvements
@ 2014-03-11 23:15 Cole Robinson
  2014-03-11 23:15 ` [Qemu-devel] [PATCH 1/6] slirp: Remove default_mon usage Cole Robinson
                   ` (5 more replies)
  0 siblings, 6 replies; 24+ messages in thread
From: Cole Robinson @ 2014-03-11 23:15 UTC (permalink / raw)
  To: qemu-devel; +Cc: Cole Robinson, Markus Armbruster, Luiz Capitulino

Minor error API cleanups, and one error reporting improvement when
connected to qmp (patch #6)

Cole Robinson (6):
  slirp: Remove default_mon usage
  vnc: Remove default_mon usage
  error: Privatize error_print_loc
  monitor: Remove unused monitor_print_filename
  error: Remove redundant error_printf_unless_qmp
  error: Print error_report() to stderr if using qmp

 hw/usb/bus.c                |  2 +-
 hw/usb/hcd-ehci.c           |  4 ++--
 include/monitor/monitor.h   |  1 -
 include/qemu/error-report.h |  2 --
 monitor.c                   | 27 ---------------------------
 slirp/misc.c                | 13 ++-----------
 slirp/slirp.c               |  8 ++++----
 slirp/slirp.h               |  2 --
 stubs/Makefile.objs         |  1 -
 stubs/mon-print-filename.c  |  6 ------
 ui/vnc.c                    |  4 ++--
 util/qemu-error.c           | 15 ++-------------
 util/qemu-option.c          |  7 -------
 13 files changed, 13 insertions(+), 79 deletions(-)
 delete mode 100644 stubs/mon-print-filename.c

-- 
1.8.5.3

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2014-03-26 13:46 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-11 23:15 [Qemu-devel] [PATCH 0/6] error: Misc cleanups and improvements Cole Robinson
2014-03-11 23:15 ` [Qemu-devel] [PATCH 1/6] slirp: Remove default_mon usage Cole Robinson
2014-03-12  7:22   ` Jan Kiszka
2014-03-12 13:06     ` Luiz Capitulino
2014-03-22 18:27     ` Andreas Färber
2014-03-22 21:36       ` Cole Robinson
2014-03-12  8:13   ` Markus Armbruster
2014-03-12 13:22     ` Cole Robinson
2014-03-12 14:45       ` Markus Armbruster
2014-03-11 23:15 ` [Qemu-devel] [PATCH 2/6] vnc: " Cole Robinson
2014-03-12  7:35   ` Gerd Hoffmann
2014-03-22 20:14     ` Andreas Färber
2014-03-11 23:15 ` [Qemu-devel] [PATCH 3/6] error: Privatize error_print_loc Cole Robinson
2014-03-22 20:04   ` Andreas Färber
2014-03-11 23:15 ` [Qemu-devel] [PATCH 4/6] monitor: Remove unused monitor_print_filename Cole Robinson
2014-03-22 20:06   ` Andreas Färber
2014-03-22 21:44     ` Cole Robinson
2014-03-24 13:09     ` Luiz Capitulino
2014-03-24 13:46       ` Andreas Färber
2014-03-26 13:46         ` Markus Armbruster
2014-03-11 23:15 ` [Qemu-devel] [PATCH 5/6] error: Remove redundant error_printf_unless_qmp Cole Robinson
2014-03-12  8:56   ` Markus Armbruster
2014-03-21 23:41     ` Cole Robinson
2014-03-11 23:15 ` [Qemu-devel] [PATCH 6/6] error: Print error_report() to stderr if using qmp Cole Robinson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.