From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rusty Russell Subject: Re: [PATCHv3] virtio-spec: 64 bit features, used/avail event, fixes Date: Thu, 02 Jun 2011 11:19:35 +0930 Message-ID: <87ei3dxas0.fsf@rustcorp.com.au> References: <20110601102548.GA11013@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: habanero@linux.vnet.ibm.com, Shirley Ma , Krishna Kumar2 , kvm@vger.kernel.org, steved@us.ibm.com, Tom Lendacky , borntraeger@de.ibm.com, avi@redhat.com, bryanv@daemoninthecloset.org To: "Michael S. Tsirkin" , virtualization@lists.linux-foundation.org Return-path: Received: from ozlabs.org ([203.10.76.45]:45582 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753444Ab1FBB54 (ORCPT ); Wed, 1 Jun 2011 21:57:56 -0400 In-Reply-To: <20110601102548.GA11013@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, 1 Jun 2011 13:25:48 +0300, "Michael S. Tsirkin" wrote: > Add an option to modify the notificatin > hand-off in virtio to be basically like Xen: > each side published an index, the other side only triggers > an event when it crosses that index value > (Xen event indexes start at 1, ours start at 0 for > backward-compatiblity, but that's minor). > > Since we've run out of bits in the 32 bit field, > I added another 32 bit and bit 31 enables that. OK. I've applied this, and published it as the 0.9 draft. Thanks! Rusty.