From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uym1W-0000d5-Qk for qemu-devel@nongnu.org; Mon, 15 Jul 2013 12:53:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uym1T-0007NN-Lh for qemu-devel@nongnu.org; Mon, 15 Jul 2013 12:53:18 -0400 Received: from e39.co.us.ibm.com ([32.97.110.160]:36566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uym1T-0007NH-F9 for qemu-devel@nongnu.org; Mon, 15 Jul 2013 12:53:15 -0400 Received: from /spool/local by e39.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 15 Jul 2013 10:53:14 -0600 Received: from d01relay06.pok.ibm.com (d01relay06.pok.ibm.com [9.56.227.116]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id 6562138C8054 for ; Mon, 15 Jul 2013 12:53:05 -0400 (EDT) Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay06.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r6FGr64o27459710 for ; Mon, 15 Jul 2013 12:53:06 -0400 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r6FGqitu009750 for ; Mon, 15 Jul 2013 12:52:45 -0400 From: Anthony Liguori In-Reply-To: <1373903207-27085-1-git-send-email-cornelia.huck@de.ibm.com> References: <1373903207-27085-1-git-send-email-cornelia.huck@de.ibm.com> Date: Mon, 15 Jul 2013 11:52:38 -0500 Message-ID: <874nbvsr3d.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL] virtio-ccw: dataplane enablement List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck , qemu-devel Cc: Blue Swirl , Stefan Hajnoczi , =?utf-8?Q?Aur=C3=A9lien?= Jarno , Paolo Bonzini Cornelia Huck writes: > The following changes since commit c3cb8e77804313e1be99b5f28a34a346736707a5: > > ioport: remove LITTLE_ENDIAN mark for portio (2013-07-12 14:37:47 -0500) > > are available in the git repository at: > > git://github.com/cohuck/qemu virtio-ccw-upstr > > for you to fetch changes up to bf72d89f0a8fb27a6bfde1a689690fd577227762: > > virtio-ccw: Enable x-data-plane for virtio-ccw-blk (2013-07-15 > 17:39:04 +0200) This is v1? This was just posted on Thursday? That's a bit too quick for a pull request. I've seen no review from Stefan or Paolo and I would think that given the work that's been done already, it would be counterproductive to enable x-data-plane for another backend. Paolo/Stefan, what do you guys think? Regards, Anthony Liguori > > ---------------------------------------------------------------- > Dominik Dingel (1): > virtio-ccw: Enable x-data-plane for virtio-ccw-blk > > hw/s390x/virtio-ccw.c | 3 +++ > 1 file changed, 3 insertions(+) > > -- > 1.7.9.5