From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHrVg-0005yA-Mi for qemu-devel@nongnu.org; Tue, 19 Mar 2013 04:03:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHrVf-0003Zs-Ce for qemu-devel@nongnu.org; Tue, 19 Mar 2013 04:03:04 -0400 Received: from e06smtp13.uk.ibm.com ([195.75.94.109]:58085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHrVf-0003ZN-4I for qemu-devel@nongnu.org; Tue, 19 Mar 2013 04:03:03 -0400 Received: from /spool/local by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 19 Mar 2013 08:00:50 -0000 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 2E57A1B0805D for ; Tue, 19 Mar 2013 08:02:58 +0000 (GMT) Received: from d06av12.portsmouth.uk.ibm.com (d06av12.portsmouth.uk.ibm.com [9.149.37.247]) by b06cxnps4074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r2J82ml255247000 for ; Tue, 19 Mar 2013 08:02:48 GMT Received: from d06av12.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av12.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r2J82uIl011831 for ; Tue, 19 Mar 2013 02:02:57 -0600 Date: Tue, 19 Mar 2013 09:02:54 +0100 From: Cornelia Huck Message-ID: <20130319090254.67774785@gondolin> In-Reply-To: <1363622682-13996-1-git-send-email-cornelia.huck@de.ibm.com> References: <1363622682-13996-1-git-send-email-cornelia.huck@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 0/2] virtio-ccw patches 2013-03-18 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Cc: Blue Swirl , Anthony Liguori , =?UTF-8?B?QXVyw6lsaWVu?= Jarno On Mon, 18 Mar 2013 17:04:40 +0100 Cornelia Huck wrote: Hm, skip this. This clashes with the virtio-blk refactoring. > The following changes since commit 225dc991b03f0f034aa348f5cf499de9d0979107: > > s390: Fix cpu refactoring fallout. (2013-03-17 20:01:31 +0000) > > are available in the git repository at: > > git://github.com/cohuck/qemu virtio-ccw-upstr > > for you to fetch changes up to 06964ad5dfff4ea3f8536be4730a8b501113e3c1: > > s390-virtio, virtio-ccw: Add config_wce for virtio-blk. (2013-03-18 13:06:09 +0100) > > ---------------------------------------------------------------- > Cornelia Huck (2): > virtio-ccw: Add missing blk chs properties. > s390-virtio, virtio-ccw: Add config_wce for virtio-blk. > > hw/s390x/s390-virtio-bus.c | 1 + > hw/s390x/virtio-ccw.c | 2 ++ > 2 files changed, 3 insertions(+) >