From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44157) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRN0f-0006FA-OF for qemu-devel@nongnu.org; Thu, 25 Oct 2012 08:58:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TRN0Z-0005Ih-Of for qemu-devel@nongnu.org; Thu, 25 Oct 2012 08:58:05 -0400 Received: from 38.0.169.217.in-addr.arpa ([217.169.0.38]:40618 helo=mnementh.archaic.org.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRN0Z-0005Ds-IH for qemu-devel@nongnu.org; Thu, 25 Oct 2012 08:57:59 -0400 From: Peter Maydell Date: Thu, 25 Oct 2012 13:57:35 +0100 Message-Id: <1351169867-5466-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 00/12] use LOG_GUEST_ERROR in more ARM devices List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: patches@linaro.org Another batch of a dozen random ARM devices updated to use LOG_GUEST_ERROR and LOG_UNIMP rather than hw_error(). [Some hw_error() uses remain in these devices, for cases which are diagnosing genuine qemu bugs or bad device property values.] Since this isn't a particularly urgent cleanup I left it at a dozen patches to avoid code reviewer fatigue; More may follow next time I want an easy task :-) Peter Maydell (12): hw/pl050: Use LOG_GUEST_ERROR hw/pl061: Use LOG_GUEST_ERROR hw/pl080: Use LOG_GUEST_ERROR and LOG_UNIMP hw/pl110: Use LOG_GUEST_ERROR rather than hw_error() hw/pl190: Use LOG_UNIMP rather than hw_error() hw/arm11mpcore: Use LOG_GUEST_ERROR rather than hw_error() hw/arm_gic: Use LOG_GUEST_ERROR hw/arm_timer: Use LOG_GUEST_ERROR and LOG_UNIMP hw/armv7m_nvic: Use LOG_GUEST_ERROR and LOG_UNIMP hw/arm_sysctl: Use LOG_GUEST_ERROR hw/arm_l2x0: Use LOG_GUEST_ERROR hw/versatile_i2c: Use LOG_GUEST_ERROR hw/arm11mpcore.c | 7 +++++-- hw/arm_gic.c | 12 ++++++++---- hw/arm_l2x0.c | 6 ++++-- hw/arm_sysctl.c | 8 ++++++-- hw/arm_timer.c | 19 +++++++++++++------ hw/armv7m_nvic.c | 31 +++++++++++++++++++------------ hw/pl050.c | 6 ++++-- hw/pl061.c | 6 ++++-- hw/pl080.c | 11 +++++++---- hw/pl110.c | 6 ++++-- hw/pl190.c | 2 +- hw/versatile_i2c.c | 6 ++++-- 12 files changed, 79 insertions(+), 41 deletions(-) -- 1.7.9.5