From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxFeS-0007sD-Qo for qemu-devel@nongnu.org; Thu, 11 Jul 2013 08:07:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UxFeP-00028V-2X for qemu-devel@nongnu.org; Thu, 11 Jul 2013 08:07:11 -0400 Received: from e06smtp10.uk.ibm.com ([195.75.94.106]:49882) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxFeO-00023Q-Pf for qemu-devel@nongnu.org; Thu, 11 Jul 2013 08:07:08 -0400 Received: from /spool/local by e06smtp10.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 11 Jul 2013 13:04:30 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id C38261B0806B for ; Thu, 11 Jul 2013 13:07:03 +0100 (BST) Received: from d06av11.portsmouth.uk.ibm.com (d06av11.portsmouth.uk.ibm.com [9.149.37.252]) by b06cxnps4076.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r6BC6qUV44564512 for ; Thu, 11 Jul 2013 12:06:52 GMT Received: from d06av11.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r6BC72qR016700 for ; Thu, 11 Jul 2013 06:07:02 -0600 From: Cornelia Huck Date: Thu, 11 Jul 2013 14:07:00 +0200 Message-Id: <1373544421-14462-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [PATCH] virtio-ccw patch queue as of 2013/07/11 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Hi, as we have notifiers for virtio-ccw now, we can enable dataplane for virtio-blk. (This patch has been running in our internal testing for some time now and just has been redone to fit on upstream qemu.) Patch is available at git://github.com/cohuck/qemu virtio-ccw-upstr 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