On 09/03/2015 19:17, Markus Armbruster wrote: > Applies cleanly on master now, and passes make check with my "[PATCH > RFC 1/1] qtest: Add generic PCI device test" applied on top. > > v2: > - Rebase: PATCH 01 loses the spapr_vscsi.c hunk, because commit > 28b07e7 converted it to realize(). Commit message updated. PATCH > 03 commit message updated to current error messages. R-bys > retained, hope that's okay. > > 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/usb/dev-storage.c | 7 +++++-- > include/hw/qdev-properties.h | 4 ++-- > 11 files changed, 47 insertions(+), 65 deletions(-) >
Applied, thanks. Paolo