From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8uoo-0000uv-DC for qemu-devel@nongnu.org; Tue, 04 Sep 2012 11:13:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T8uog-0002xL-Md for qemu-devel@nongnu.org; Tue, 04 Sep 2012 11:13:34 -0400 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:47455) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8uog-0002wN-Ei for qemu-devel@nongnu.org; Tue, 04 Sep 2012 11:13:26 -0400 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 4 Sep 2012 16:13:24 +0100 Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by b06cxnps4075.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q84FDETV34013216 for ; Tue, 4 Sep 2012 15:13:14 GMT Received: from d06av09.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q84FDJSF014245 for ; Tue, 4 Sep 2012 09:13:19 -0600 Date: Tue, 4 Sep 2012 17:13:17 +0200 From: Cornelia Huck Message-ID: <20120904171317.53d6836f@BR9GNB5Z> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [RFC v2] s390: virtual channel subsystem and new virtio transport. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: KVM , linux-s390 , qemu-devel Cc: Carsten Otte , Anthony Liguori , Rusty Russell , Sebastian Ott , Marcelo Tosatti , Heiko Carstens , Alexander Graf , Christian Borntraeger , Avi Kivity , Martin Schwidefsky Hi, I have incorporated the feedback I received to my first RFC for virtio-ccw (http://marc.info/?l=kvm&m=134435141402140&w=2) and will post the updates shortly. Patches will again be sorted into kernel host and guest, qemu, and virtio spec. Feedback is still welcome. Cornelia