qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCHv4 0/8] Cleanups to error reporting on ppc and spapr
@ 2016-01-19  3:39 David Gibson
  2016-01-19  3:39 ` [Qemu-devel] [PATCHv4 1/8] ppc: Cleanup error handling in ppc_set_compat() David Gibson
                   ` (8 more replies)
  0 siblings, 9 replies; 23+ messages in thread
From: David Gibson @ 2016-01-19  3:39 UTC (permalink / raw)
  To: armbru, aik, mdroth; +Cc: lvivier, thuth, qemu-ppc, qemu-devel, David Gibson

Another spin of my patches to clean up a bunch of error reporting in
the pseries machine type and target-ppc code, to better use the error
API.

Once reviewed, I hope to merge this into ppc-for-2.6 shortly.

Changes in v4:
 * Corrected a place I'd accidentally messed up the indenting
 * Dropped the patch changing the htab allocation path and some hunks
   of the migration path cleanups, since they will be obsoleted by
   other things I'm working on
Changes in v3:
 * Adjusted a commit message for accuracy (suggest by Markus)
 * Dropped a patch which relied on a wrong guess about the behaviour
   of foreach_dynamic_sysbus_device().
Changes in v2:
 * Assorted minor tweaks based on review
      
David Gibson (8):
  ppc: Cleanup error handling in ppc_set_compat()
  pseries: Cleanup error handling of spapr_cpu_init()
  pseries: Clean up error handling in spapr_validate_node_memory()
  pseries: Cleanup error handling in spapr_vga_init()
  pseries: Clean up error handling in spapr_rtas_register()
  pseries: Clean up error handling in xics_system_init()
  pseries: Clean up error reporting in ppc_spapr_init()
  pseries: Clean up error reporting in htab migration functions

 hw/ppc/spapr.c              | 103 +++++++++++++++++++++++++-------------------
 hw/ppc/spapr_hcall.c        |  10 ++---
 hw/ppc/spapr_rtas.c         |  12 ++----
 target-ppc/cpu.h            |   2 +-
 target-ppc/translate_init.c |  13 +++---
 5 files changed, 74 insertions(+), 66 deletions(-)

-- 
2.5.0

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

end of thread, other threads:[~2016-01-20  2:33 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-19  3:39 [Qemu-devel] [PATCHv4 0/8] Cleanups to error reporting on ppc and spapr David Gibson
2016-01-19  3:39 ` [Qemu-devel] [PATCHv4 1/8] ppc: Cleanup error handling in ppc_set_compat() David Gibson
2016-01-19  4:30   ` Alexey Kardashevskiy
2016-01-19  3:39 ` [Qemu-devel] [PATCHv4 2/8] pseries: Cleanup error handling of spapr_cpu_init() David Gibson
2016-01-19  4:30   ` Alexey Kardashevskiy
2016-01-19  3:39 ` [Qemu-devel] [PATCHv4 3/8] pseries: Clean up error handling in spapr_validate_node_memory() David Gibson
2016-01-19  4:31   ` Alexey Kardashevskiy
2016-01-19  3:39 ` [Qemu-devel] [PATCHv4 4/8] pseries: Cleanup error handling in spapr_vga_init() David Gibson
2016-01-19  4:31   ` Alexey Kardashevskiy
2016-01-19  3:39 ` [Qemu-devel] [PATCHv4 5/8] pseries: Clean up error handling in spapr_rtas_register() David Gibson
2016-01-19  4:31   ` Alexey Kardashevskiy
2016-01-19  3:39 ` [Qemu-devel] [PATCHv4 6/8] pseries: Clean up error handling in xics_system_init() David Gibson
2016-01-19  4:31   ` Alexey Kardashevskiy
2016-01-19  3:39 ` [Qemu-devel] [PATCHv4 7/8] pseries: Clean up error reporting in ppc_spapr_init() David Gibson
2016-01-19  4:31   ` Alexey Kardashevskiy
2016-01-19  3:39 ` [Qemu-devel] [PATCHv4 8/8] pseries: Clean up error reporting in htab migration functions David Gibson
2016-01-19  4:31   ` Alexey Kardashevskiy
2016-01-19  7:44   ` Markus Armbruster
2016-01-19  8:25     ` David Gibson
2016-01-19 12:21       ` Markus Armbruster
2016-01-20  1:57         ` David Gibson
2016-01-19 12:23 ` [Qemu-devel] [PATCHv4 0/8] Cleanups to error reporting on ppc and spapr Markus Armbruster
2016-01-20  1:59   ` David Gibson

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).