From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIE5X-0005gE-Jk for qemu-devel@nongnu.org; Wed, 20 Mar 2013 04:09:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIE5V-00046J-Vg for qemu-devel@nongnu.org; Wed, 20 Mar 2013 04:09:35 -0400 Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:55678) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIE5V-000467-M0 for qemu-devel@nongnu.org; Wed, 20 Mar 2013 04:09:33 -0400 Received: from /spool/local by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 20 Mar 2013 08:07:26 -0000 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id F3C15219005A for ; Wed, 20 Mar 2013 08:11:11 +0000 (GMT) Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by b06cxnps3074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r2K89IUG20971734 for ; Wed, 20 Mar 2013 08:09:19 GMT Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r2K89RiD015694 for ; Wed, 20 Mar 2013 02:09:27 -0600 Date: Wed, 20 Mar 2013 09:09:23 +0100 From: Cornelia Huck Message-ID: <20130320090923.59cfabdc@gondolin> In-Reply-To: <51496D41.9060409@greensocs.com> References: <1363765425-5746-1-git-send-email-cornelia.huck@de.ibm.com> <51496D41.9060409@greensocs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/3] virtio-ccw queue as of 2013/03/20 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: KONRAD =?UTF-8?B?RnLDqWTDqXJpYw==?= Cc: qemu-devel , Alexander Graf On Wed, 20 Mar 2013 09:03:13 +0100 KONRAD Fr=C3=A9d=C3=A9ric wrote: > On 20/03/2013 08:43, Cornelia Huck wrote: > > Hi, > > > > here are again my patches adding missing virtio-blk properties > > for the s390 transports, this time rebased on top of the virtio-blk > > refactoring. > > > > The third patch is new, bringing s390-virtio and virtio-ccw in line > > with virtio-pci. > > > > Alex, again I'd like an ack from you (for the new patch) so I can > > take this through my tree. > > > > Cornelia Huck (3): > > virtio-ccw: Add missing blk chs properties. > > s390-virtio, virtio-ccw: Add config_wce for virtio-blk. > > virtio-ccw, s390-virtio: Use generic virtio-blk macro. > > > > hw/s390x/s390-virtio-bus.c | 7 +------ > > hw/s390x/virtio-ccw.c | 6 +----- > > 2 files changed, 2 insertions(+), 11 deletions(-) > > > Can I be CC'ed when this goes in? Sure. >=20 > Thanks, > Fred >=20