qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/12] use LOG_GUEST_ERROR in more ARM devices
@ 2012-10-25 12:57 Peter Maydell
  2012-10-25 12:57 ` [Qemu-devel] [PATCH 01/12] hw/pl050: Use LOG_GUEST_ERROR Peter Maydell
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Peter Maydell @ 2012-10-25 12:57 UTC (permalink / raw)
  To: qemu-devel; +Cc: patches

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

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

end of thread, other threads:[~2012-10-25 13:23 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-25 12:57 [Qemu-devel] [PATCH 00/12] use LOG_GUEST_ERROR in more ARM devices Peter Maydell
2012-10-25 12:57 ` [Qemu-devel] [PATCH 01/12] hw/pl050: Use LOG_GUEST_ERROR Peter Maydell
2012-10-25 12:57 ` [Qemu-devel] [PATCH 02/12] hw/pl061: " Peter Maydell
2012-10-25 12:57 ` [Qemu-devel] [PATCH 03/12] hw/pl080: Use LOG_GUEST_ERROR and LOG_UNIMP Peter Maydell
2012-10-25 13:19   ` malc
2012-10-25 13:23     ` Peter Maydell
2012-10-25 12:57 ` [Qemu-devel] [PATCH 04/12] hw/pl110: Use LOG_GUEST_ERROR rather than hw_error() Peter Maydell
2012-10-25 12:57 ` [Qemu-devel] [PATCH 05/12] hw/pl190: Use LOG_UNIMP " Peter Maydell
2012-10-25 12:57 ` [Qemu-devel] [PATCH 06/12] hw/arm11mpcore: Use LOG_GUEST_ERROR " Peter Maydell
2012-10-25 12:57 ` [Qemu-devel] [PATCH 07/12] hw/arm_gic: Use LOG_GUEST_ERROR Peter Maydell
2012-10-25 12:57 ` [Qemu-devel] [PATCH 08/12] hw/arm_timer: Use LOG_GUEST_ERROR and LOG_UNIMP Peter Maydell
2012-10-25 12:57 ` [Qemu-devel] [PATCH 09/12] hw/armv7m_nvic: " Peter Maydell
2012-10-25 12:57 ` [Qemu-devel] [PATCH 10/12] hw/arm_sysctl: Use LOG_GUEST_ERROR Peter Maydell
2012-10-25 12:57 ` [Qemu-devel] [PATCH 11/12] hw/arm_l2x0: " Peter Maydell
2012-10-25 12:57 ` [Qemu-devel] [PATCH 12/12] hw/versatile_i2c: " Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).