On Thu, Jun 16, 2011 at 11:01:22PM +0800, Asias He wrote: > On 06/16/2011 10:28 PM, Michael S. Tsirkin wrote: > > On Wed, Jun 15, 2011 at 06:53:34PM +0300, Pekka Enberg wrote: > >> Hi all, > >> > >> We’re proud to announce the second version of the Native Linux KVM tool! We’re > >> now officially aiming for merging to mainline in 3.1. > >> > >> Highlights: > >> > >> - Experimental GUI support using SDL and VNC > >> > >> - SMP support. tools/kvm/ now has a highly scalable, largely lockless driver > >> interface and the individual drivers are using finegrained locks. > >> > >> - TAP-based virtio networking > > > > Wanted to ask for a while: would it make sense to use vhost-net? > > Or maybe use that exclusively? > > Less hypervisor code to support would help the focus. > > > > Sure. We are planning to use vhost-net. Just out of time right now, we > are currently working on simple user model network support which allows > plain user to use network without root privilege. Yes, qemu does this by implementing NAT and the TCP stack in userspace. What always made me unhappy about this solution is that we have a perfectly fine NAT and TCP in kernel, we just lack APIs to make an unpriveledged user make use of it the way we want. I hope you can avoid this duplication. Another question is whether you want to implement a dhcp server. -- 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