qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCHv4 0/8] Cleanups to error reporting on ppc and spapr


From: David Gibson
Subject: [Qemu-devel] [PATCHv4 0/8] Cleanups to error reporting on ppc and spapr
Date: Tue, 19 Jan 2016 14:39:11 +1100

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




reply via email to

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