From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOt7k-0002V7-UP for qemu-devel@nongnu.org; Fri, 20 Feb 2015 14:20:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YOt7M-0007hd-Gj for qemu-devel@nongnu.org; Fri, 20 Feb 2015 14:20:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53464) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOt7M-0007eP-9y for qemu-devel@nongnu.org; Fri, 20 Feb 2015 14:20:04 -0500 From: Markus Armbruster Date: Fri, 20 Feb 2015 20:19:56 +0100 Message-Id: <1424460000-2239-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 0/4] scsi: Error reporting cleanups, realize() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, hare@suse.de This series is based on * [PULL 00/96] pci, pc, virtio fixes and cleanups * [PULL 0/8] usb: error handling fixes from Markus, make sysbus ehci arm-only. * [PULL v2 00/11] Clean up around error_get_pretty(), qerror_report_err() * [PATCH 0/2] pci: Bury dead legacy commands pci_add, pci_del * [PATCH] scsi: give device a parent before setting properties Series passes make check with my "[PATCH RFC 1/1] qtest: Add generic PCI device test" applied. Markus Armbruster (4): scsi: Clean up duplicated error in legacy if=scsi code hw: Propagate errors through qdev_prop_set_drive() scsi: Improve error reporting for invalid drive property scsi: Convert remaining PCI HBAs to realize() hw/arm/vexpress.c | 6 +++--- hw/arm/virt.c | 6 +++--- hw/block/pflash_cfi01.c | 4 ++-- hw/block/pflash_cfi02.c | 4 ++-- hw/core/qdev-properties-system.c | 22 ++++++++++------------ hw/scsi/esp-pci.c | 28 +++++++++++----------------- hw/scsi/lsi53c895a.c | 13 +++---------- hw/scsi/megasas.c | 12 +++--------- hw/scsi/scsi-bus.c | 6 +++--- hw/scsi/spapr_vscsi.c | 2 ++ hw/usb/dev-storage.c | 7 +++++-- include/hw/qdev-properties.h | 4 ++-- 12 files changed, 49 insertions(+), 65 deletions(-) -- 1.9.3