From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn4Jg-0005Sh-Ju for qemu-devel@nongnu.org; Fri, 16 Oct 2015 08:41:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zn4Jf-00069a-On for qemu-devel@nongnu.org; Fri, 16 Oct 2015 08:41:00 -0400 Sender: Paolo Bonzini References: <1444991154-79217-1-git-send-email-cornelia.huck@de.ibm.com> From: Paolo Bonzini Message-ID: <5620F054.7010109@redhat.com> Date: Fri, 16 Oct 2015 14:40:52 +0200 MIME-Version: 1.0 In-Reply-To: <1444991154-79217-1-git-send-email-cornelia.huck@de.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/3] virtio-blk: no scsi-passthrough by default List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck , qemu-devel@nongnu.org Cc: kwolf@redhat.com, qemu-block@nongnu.org, mst@redhat.com, jasowang@redhat.com, agraf@suse.de, borntraeger@de.ibm.com, stefanha@redhat.com On 16/10/2015 12:25, Cornelia Huck wrote: > Lightly tested on s390x. > > Changes v1->v2: > - have the s390x compat hander include HW_COMPAT > - prepare the pseries 2.4 compat handler > - switch compat property at virtio-blk-device instead of the > transport level > > Cornelia Huck (3): > s390x: include HW_COMPAT_* props > ppc/spapr: add 2.4 compat props > virtio-blk: switch off scsi-passthrough by default > > hw/block/virtio-blk.c | 2 +- > hw/ppc/spapr.c | 9 +++++++++ > hw/s390x/s390-virtio-ccw.c | 2 ++ > include/hw/compat.h | 6 +++++- > 4 files changed, 17 insertions(+), 2 deletions(-) > Thanks! It all looks good. Paolo