From: Markus Armbruster <armbru@redhat.com>
To: qemu-devel@nongnu.org
Cc: pbonzini@redhat.com, peter.crosthwaite@xilinx.com, hare@suse.de
Subject: [Qemu-devel] [PATCH v2 0/4] scsi: Error reporting cleanups, realize()
Date: Mon, 9 Mar 2015 19:17:24 +0100 [thread overview]
Message-ID: <1425925048-15482-1-git-send-email-armbru@redhat.com> (raw)
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(-)
--
1.9.3
next reply other threads:[~2015-03-09 18:17 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-09 18:17 Markus Armbruster [this message]
2015-03-09 18:17 ` [Qemu-devel] [PATCH v2 1/4] scsi: Clean up duplicated error in legacy if=scsi code Markus Armbruster
2015-03-09 18:17 ` [Qemu-devel] [PATCH v2 2/4] hw: Propagate errors through qdev_prop_set_drive() Markus Armbruster
2015-03-09 18:17 ` [Qemu-devel] [PATCH v2 3/4] scsi: Improve error reporting for invalid drive property Markus Armbruster
2015-03-09 18:17 ` [Qemu-devel] [PATCH v2 4/4] scsi: Convert remaining PCI HBAs to realize() Markus Armbruster
2015-03-09 19:22 ` [Qemu-devel] [PATCH v2 0/4] scsi: Error reporting cleanups, realize() Paolo Bonzini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1425925048-15482-1-git-send-email-armbru@redhat.com \
--to=armbru@redhat.com \
--cc=hare@suse.de \
--cc=pbonzini@redhat.com \
--cc=peter.crosthwaite@xilinx.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).