On Mon, Aug 17, 2009 at 10:14:56AM -0400, Gregory Haskins wrote: > Case in point: Take an upstream kernel and you can modprobe the > vbus-pcibridge in and virtio devices will work over that transport > unmodified. > > See http://lkml.org/lkml/2009/8/6/244 for details. The modprobe you are talking about would need to be done in guest kernel, correct? > OTOH, Michael's patch is purely targeted at improving virtio-net on kvm, > and its likewise constrained by various limitations of that decision > (such as its reliance of the PCI model, and the kvm memory scheme). vhost is actually not related to PCI in any way. It simply leaves all setup for userspace to do. And the memory scheme was intentionally separated from kvm so that it can easily support e.g. lguest. -- MST -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html