From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH v3 3/6] vbus: add a "vbus-proxy" bus model for vbus_driver objects Date: Tue, 18 Aug 2009 11:54:09 +0300 Message-ID: <20090818085409.GB13878@redhat.com> References: <20090814154125.26116.70709.stgit@dev.haskins.net> <20090814154308.26116.46980.stgit@dev.haskins.net> <20090815103243.GA26749@elte.hu> <4A870964.9090408@codemonkey.ws> <4A8965E0.8050608@gmail.com> <4A89FF08.30509@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Gregory Haskins , Ingo Molnar , Gregory Haskins , kvm@vger.kernel.org, Avi Kivity , alacrityvm-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, netdev@vger.kernel.org To: Anthony Liguori Return-path: Content-Disposition: inline In-Reply-To: <4A89FF08.30509@codemonkey.ws> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Mon, Aug 17, 2009 at 08:08:24PM -0500, Anthony Liguori wrote: > In particular, I think it would be a big win to avoid knowledge of slots in > the kernel by doing ring translation in userspace. vhost supports this BTW: just don't call the memory table ioctl. In-kernel translation is simple, as well, though. -- MST