From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Gregory Haskins" Subject: Re: [PATCH v3 3/6] vbus: add a "vbus-proxy" bus model for vbus_driver objects Date: Wed, 19 Aug 2009 05:40:37 -0600 Message-ID: <4A8BAC750200005A00052A83@sinclair.provo.novell.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> <4A8AA9BD.2070909@gmail.com> <4A8AB076.6080906@redhat.com> <4A8ACE1F.6020402@gmail.com> <20090818165139.GC19846@redhat.com> <4A8B8F4E.80207@gmail.com> <4A8B9241.20300@redhat.com> <4A8B66280200005A00052A54@sinclair.provo.novell.com> <4A8BA635.9010902@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8BIT Cc: "Anthony Liguori" , "Ingo Molnar" , "Gregory Haskins" , , "Michael S. Tsirkin" , , , To: "Avi Kivity" Return-path: In-Reply-To: <4A8BA635.9010902@redhat.com> Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org >>> On 8/19/2009 at 3:13 AM, in message <4A8BA635.9010902@redhat.com>, Avi Kivity wrote: > On 08/19/2009 09:40 AM, Gregory Haskins wrote: >> >> >>>> So if I whip up a virtio-net backend for vbus with a PCI compliant >>>> connector, you are happy? >>>> >>>> >>> This doesn't improve virtio-net in any way. >>> >> Any why not? (Did you notice I said "PCI compliant", i.e. over virtio-pci) >> > > Because virtio-net will have gained nothing that it didn't have before. ?? *) ABI is virtio-pci compatible, as you like *) fast-path is in-kernel, as we all like *) model is in vbus so it would work in all environments that vbus supports. > > > > >>> virtio already supports this model; see lguest and s390. Transporting >>> virtio over vbus and vbus over something else doesn't gain anything over >>> directly transporting virtio over that something else. >>> >> This is not what I am advocating. >> >> > > What are you advocating? As far as I can tell your virtio-vbus > connector plus the vbus-kvm connector is just that. I wouldn't classify it anything like that, no. Its just virtio over vbus. -Greg