From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54422) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHjVX-0008HF-Ud for qemu-devel@nongnu.org; Wed, 04 May 2011 17:21:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHjVW-0001hY-SO for qemu-devel@nongnu.org; Wed, 04 May 2011 17:21:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13420) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHjVW-0001hL-Bi for qemu-devel@nongnu.org; Wed, 04 May 2011 17:21:18 -0400 Date: Thu, 5 May 2011 00:20:01 +0300 From: "Michael S. Tsirkin" Message-ID: <20110504212001.GA21421@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 0/3] virtio-net: 64 bit features, event index List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Krishna Kumar , Carsten Otte , lguest@lists.ozlabs.org, Shirley Ma , kvm@vger.kernel.org, linux-s390@vger.kernel.org, habanero@linux.vnet.ibm.com, Rusty Russell , Heiko Carstens , virtualization@lists.linux-foundation.org, steved@us.ibm.com, Christian Borntraeger , Tom Lendacky , Martin Schwidefsky , linux390@de.ibm.com On Thu, May 05, 2011 at 12:01:48AM +0300, Michael S. Tsirkin wrote: > OK, here's a patch that implements the virtio spec update that I > sent earlier. It supercedes the PUBLISH_USED_IDX patches > I sent out earlier. Sorry, forgot to mention this is on top of qemu-kvm d16e0f0 . Copy is here: git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu-kvm.git virtio-net-event-idx-v1 Relevant kernel bits are here: git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-net-next-event-idx-v1 -- MST