qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/6] error: Clean up after recent changes


From: Markus Armbruster
Subject: [Qemu-devel] [PATCH v2 0/6] error: Clean up after recent changes
Date: Mon, 22 Mar 2010 10:28:59 +0100

Cleaner integration of location tracking with qemu-tool.c.  Move
qerror_report() where it belongs.

v2: Remove an assertion that unreachable code can't be reached, at
Blue Swirl's request.  Rebased.

Markus Armbruster (6):
  error: Trim includes after "Move qemu_error & friends..."
  error: Trim includes in qerror.c
  error: Trim includes after "Infrastructure to track locations..."
  error: Make use of error_set_progname() optional
  error: Link qemu-img, qemu-nbd, qemu-io with qemu-error.o
  error: Move qerror_report() from qemu-error.[ch] to qerror.[ch]

 Makefile             |    6 +++---
 hw/qdev-properties.c |    1 +
 monitor.c            |    2 --
 monitor.h            |    1 -
 qemu-error.c         |   20 +-------------------
 qemu-error.h         |    6 ------
 qemu-tool.c          |   49 +++++++++++++++----------------------------------
 qerror.c             |   22 ++++++++++++++++++++--
 qerror.h             |    5 +++++
 sysemu.h             |    2 --
 10 files changed, 45 insertions(+), 69 deletions(-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]