From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8upL-00028k-1U for qemu-devel@nongnu.org; Tue, 04 Sep 2012 11:14:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T8upJ-0003DY-Ic for qemu-devel@nongnu.org; Tue, 04 Sep 2012 11:14:06 -0400 Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:33207) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8upJ-0003DI-9h for qemu-devel@nongnu.org; Tue, 04 Sep 2012 11:14:05 -0400 Received: from /spool/local by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 4 Sep 2012 16:14:04 +0100 Received: from d06av08.portsmouth.uk.ibm.com (d06av08.portsmouth.uk.ibm.com [9.149.37.249]) by b06cxnps4075.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q84FDuXX17891476 for ; Tue, 4 Sep 2012 15:13:56 GMT Received: from d06av08.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av08.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q84FE1j9022469 for ; Tue, 4 Sep 2012 09:14:02 -0600 From: Cornelia Huck Date: Tue, 4 Sep 2012 17:14:00 +0200 Message-Id: <1346771641-12136-1-git-send-email-cornelia.huck@de.ibm.com> Subject: [Qemu-devel] [RFC PATCH v2] Update virtio spec for virtio-ccw. 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, this is the second revision of the virtio-ccw spec. The interface has been improved to support more than 32 feature bits as well as allocating less that the requested queue size and specifying alignment. (Note: I folded the changes with git into my initial spec; I hope LyX can handle this :) Cornelia Huck (1): virtio-spec: Add virtio-ccw spec. virtio-spec.lyx | 534 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 534 insertions(+), 0 deletions(-) -- 1.7.5.4