From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56876) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aK32q-0000Fc-Ka for qemu-devel@nongnu.org; Fri, 15 Jan 2016 07:00:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aK32p-0002xT-NU for qemu-devel@nongnu.org; Fri, 15 Jan 2016 06:59:56 -0500 From: David Gibson Date: Fri, 15 Jan 2016 23:00:34 +1100 Message-Id: <1452859244-9500-1-git-send-email-david@gibson.dropbear.id.au> Subject: [Qemu-devel] [PATCH 00/10] Cleanups to error reporting on ppc and spapr (v2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: armbru@redhat.com Cc: aik@ozlabs.ru, David Gibson , qemu-ppc@nongnu.org, mdroth@linux.vnet.ibm.com, qemu-devel@nongnu.org Here's a new 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 v2: * Assorted minor tweaks based on review David Gibson (10): ppc: Cleanup error handling in ppc_set_compat() pseries: Cleanup error handling of spapr_cpu_init() pseries: Clean up hash page table allocation error handling pseries: Clean up error handling in spapr_validate_node_memory() pseries: Cleanup error handling in spapr_vga_init() pseries: Improve error handling in find_unknown_sysbus_device() 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 | 144 ++++++++++++++++++++++++++------------------ 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, 100 insertions(+), 81 deletions(-) -- 2.5.0