From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932364Ab3BSILV (ORCPT ); Tue, 19 Feb 2013 03:11:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:4363 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932111Ab3BSILT (ORCPT ); Tue, 19 Feb 2013 03:11:19 -0500 Date: Tue, 19 Feb 2013 10:11:13 +0200 From: "Michael S. Tsirkin" To: Rusty Russell Cc: virtualization@lists.linux-foundation.org, sjur.brandeland@stericsson.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/5] vringh Message-ID: <20130219081113.GA4095@redhat.com> References: <1361226573-12481-1-git-send-email-rusty@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1361226573-12481-1-git-send-email-rusty@rustcorp.com.au> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 19, 2013 at 08:59:27AM +1030, Rusty Russell wrote: > This introduces vringh, which are generic accessors for virtio rings (host side). > There's a host-side implementation in vhost, but it assumes that the rings are > in userspace, and is tied to the vhost implementation. I have patches to adapt > it to use vringh, but I'm pushing this in the next merge window for Sjur, who has > CAIF patches which need it. > > This also includes a test program in tools/virtio. There's a fixup patch for > the current tools, since they didn't compile for me. MST? > > Review and comments welcome! > Rusty. Will review, thanks. Okay so the plan is to merge this changeset for 3.9 and rework vhost for 3.10? -- MST