From patchwork Mon Jul 15 15:46:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Cornelia Huck X-Patchwork-Id: 259102 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 0B5692C00BA for ; Tue, 16 Jul 2013 01:47:24 +1000 (EST) Received: from localhost ([::1]:49097 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uykzg-0002q7-Ty for incoming@patchwork.ozlabs.org; Mon, 15 Jul 2013 11:47:20 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UykzM-0002oL-8H for qemu-devel@nongnu.org; Mon, 15 Jul 2013 11:47:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UykzK-0005tY-TC for qemu-devel@nongnu.org; Mon, 15 Jul 2013 11:47:00 -0400 Received: from e06smtp11.uk.ibm.com ([195.75.94.107]:37042) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UykzK-0005s5-JI for qemu-devel@nongnu.org; Mon, 15 Jul 2013 11:46:58 -0400 Received: from /spool/local by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 15 Jul 2013 16:41:07 +0100 Received: from d06dlp02.portsmouth.uk.ibm.com (9.149.20.14) by e06smtp11.uk.ibm.com (192.168.101.141) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Mon, 15 Jul 2013 16:41:05 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 402262190019 for ; Mon, 15 Jul 2013 16:50:50 +0100 (BST) Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by b06cxnps4076.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r6FFkeG653215354 for ; Mon, 15 Jul 2013 15:46:40 GMT Received: from d06av09.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r6FFkopM032621 for ; Mon, 15 Jul 2013 09:46:51 -0600 Received: from gondolin.boeblingen.de.ibm.com (dyn-9-152-224-218.boeblingen.de.ibm.com [9.152.224.218]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id r6FFkoCV032616; Mon, 15 Jul 2013 09:46:50 -0600 From: Cornelia Huck To: qemu-devel Date: Mon, 15 Jul 2013 17:46:46 +0200 Message-Id: <1373903207-27085-1-git-send-email-cornelia.huck@de.ibm.com> X-Mailer: git-send-email 1.7.9.5 X-TM-AS-MML: No X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13071515-5024-0000-0000-00000697E16B X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 195.75.94.107 Cc: Blue Swirl , Cornelia Huck , Anthony Liguori , =?UTF-8?q?Aur=C3=A9lien=20Jarno?= Subject: [Qemu-devel] [PULL] virtio-ccw: dataplane enablement X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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) ---------------------------------------------------------------- Dominik Dingel (1): virtio-ccw: Enable x-data-plane for virtio-ccw-blk hw/s390x/virtio-ccw.c | 3 +++ 1 file changed, 3 insertions(+) Acked-by: Stefan Hajnoczi