From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zcvd0-0000lr-8b for qemu-devel@nongnu.org; Fri, 18 Sep 2015 09:23:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zcvcv-0001yb-Ht for qemu-devel@nongnu.org; Fri, 18 Sep 2015 09:23:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35903) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zcvcv-0001y1-Bj for qemu-devel@nongnu.org; Fri, 18 Sep 2015 09:22:57 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 05B7B2F90E1 for ; Fri, 18 Sep 2015 13:22:57 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-116-28.ams2.redhat.com [10.36.116.28]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t8IDMsfa028765 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 18 Sep 2015 09:22:56 -0400 From: Markus Armbruster Date: Fri, 18 Sep 2015 15:22:46 +0200 Message-Id: <1442582574-14275-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PULL 0/8] Error reporting patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 16a1b6e97c2a2919fd296db4bea2f9da2ad3cc4d: target-cris: update CPU state save/load to use VMStateDescription (2015-09-17 14:31:38 +0100) are available in the git repository at: git://repo.or.cz/qemu/armbru.git tags/pull-error-2015-09-18 for you to fetch changes up to 0bdaa3a429c6d07cd437b442a1f15f70be1addaa: memory: Fix bad error handling in memory_region_init_ram_ptr() (2015-09-18 14:39:39 +0200) ---------------------------------------------------------------- Error reporting patches ---------------------------------------------------------------- Eric Blake (2): hmp: Allow for error message hints on HMP error: Copy location information in error_copy() Markus Armbruster (5): MAINTAINERS: Add "Error reporting" entry error: New error_fatal Fix bad error handling after memory_region_init_ram() loader: Fix memory_region_init_resizeable_ram() error handling memory: Fix bad error handling in memory_region_init_ram_ptr() Stefan Hajnoczi (1): error: only prepend timestamp on stderr MAINTAINERS | 8 ++++ hw/arm/armv7m.c | 2 +- hw/arm/exynos4210.c | 8 ++-- hw/arm/highbank.c | 2 +- hw/arm/integratorcp.c | 2 +- hw/arm/mainstone.c | 2 +- hw/arm/musicpal.c | 2 +- hw/arm/omap1.c | 2 +- hw/arm/omap2.c | 2 +- hw/arm/omap_sx1.c | 4 +- hw/arm/palm.c | 2 +- hw/arm/pxa2xx.c | 8 ++-- hw/arm/realview.c | 6 +-- hw/arm/spitz.c | 2 +- hw/arm/stellaris.c | 4 +- hw/arm/stm32f205_soc.c | 4 +- hw/arm/tosa.c | 2 +- hw/arm/vexpress.c | 6 +-- hw/arm/xilinx_zynq.c | 2 +- hw/arm/xlnx-zynqmp.c | 2 +- hw/block/onenand.c | 2 +- hw/core/loader.c | 2 +- hw/cris/axis_dev88.c | 2 +- hw/display/cg3.c | 4 +- hw/display/qxl.c | 6 +-- hw/display/sm501.c | 2 +- hw/display/tc6393xb.c | 2 +- hw/display/tcx.c | 4 +- hw/display/vga.c | 2 +- hw/display/vmware_vga.c | 2 +- hw/i386/pc.c | 2 +- hw/i386/pc_sysfw.c | 4 +- hw/input/milkymist-softusb.c | 4 +- hw/m68k/an5206.c | 2 +- hw/m68k/mcf5208.c | 2 +- hw/microblaze/petalogix_ml605_mmu.c | 4 +- hw/microblaze/petalogix_s3adsp1800_mmu.c | 4 +- hw/mips/mips_fulong2e.c | 2 +- hw/mips/mips_jazz.c | 4 +- hw/mips/mips_malta.c | 2 +- hw/mips/mips_mipssim.c | 2 +- hw/mips/mips_r4k.c | 2 +- hw/moxie/moxiesim.c | 4 +- hw/net/milkymist-minimac2.c | 2 +- hw/openrisc/openrisc_sim.c | 2 +- hw/pci-host/prep.c | 2 +- hw/pci/pci.c | 2 +- hw/ppc/mac_newworld.c | 2 +- hw/ppc/mac_oldworld.c | 2 +- hw/ppc/ppc405_boards.c | 7 ++-- hw/ppc/ppc405_uc.c | 2 +- hw/s390x/s390-virtio-ccw.c | 2 +- hw/s390x/sclp.c | 3 +- hw/sh4/r2d.c | 2 +- hw/sh4/shix.c | 6 +-- hw/sparc/leon3.c | 2 +- hw/sparc/sun4m.c | 6 +-- hw/sparc64/sun4u.c | 4 +- hw/tricore/tricore_testboard.c | 18 ++++++--- hw/unicore32/puv3.c | 2 +- hw/xtensa/sim.c | 4 +- hw/xtensa/xtfpga.c | 7 ++-- include/qapi/error.h | 18 +++++++++ memory.c | 2 +- numa.c | 4 +- qdev-monitor.c | 42 +++++++------------ util/error.c | 69 ++++++++++++++++++++++++++------ util/qemu-error.c | 2 +- util/qemu-option.c | 11 ++--- xen-hvm.c | 2 +- 70 files changed, 213 insertions(+), 152 deletions(-) -- 2.4.3