From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9cVG-0008UV-Dn for qemu-devel@nongnu.org; Thu, 06 Sep 2012 09:52:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9cVA-000077-LS for qemu-devel@nongnu.org; Thu, 06 Sep 2012 09:52:18 -0400 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:53410) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9cVA-00006c-D1 for qemu-devel@nongnu.org; Thu, 06 Sep 2012 09:52:12 -0400 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 6 Sep 2012 14:52:08 +0100 Received: from d06av11.portsmouth.uk.ibm.com (d06av11.portsmouth.uk.ibm.com [9.149.37.252]) by b06cxnps3075.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q86Dpiuf50790446 for ; Thu, 6 Sep 2012 13:51:44 GMT Received: from d06av11.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q86Dpnrm004927 for ; Thu, 6 Sep 2012 07:51:50 -0600 Date: Thu, 6 Sep 2012 15:51:47 +0200 From: Cornelia Huck Message-ID: <20120906155147.56e08f10@BR9GNB5Z> In-Reply-To: <87ehmfj38o.fsf@rustcorp.com.au> References: <1346771641-12136-1-git-send-email-cornelia.huck@de.ibm.com> <1346771641-12136-2-git-send-email-cornelia.huck@de.ibm.com> <87ehmfj38o.fsf@rustcorp.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] virtio-spec: Add virtio-ccw spec. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Rusty Russell Cc: linux-s390 , Anthony Liguori , KVM , Carsten Otte , Sebastian Ott , Marcelo Tosatti , Heiko Carstens , qemu-devel , Alexander Graf , Christian Borntraeger , Avi Kivity , Martin Schwidefsky On Thu, 06 Sep 2012 11:56:31 +0930 Rusty Russell wrote: > Cornelia Huck writes: > > > Add specifications for the new s390 specific virtio-ccw transport. > > > > Signed-off-by: Cornelia Huck > > Excellent. I have applied and pushed this revision. Cool. Unfortunately, we just discovered that we probably need to expand the protocol to allow for a configuration-changed marker in addition to the indicator bits. Can we easily amend the spec later on?