Hi, I have been trying to get vhost+macvtap to work for me. I run it as /root/qemu-kvm-vhost-net/bin/qemu-system-x86_64 -hda $IMAGE -serial stdio -monitor telnet::4444,server,nowait -vnc :4: -m 3G -net nic,model=virtio,macaddr=$MACADDR,netdev=macvtap0 -netdev tap,id=macvtap0,vhost=on,fd=3 3<> /dev/tap5 in 2.6.35, which worked just fine. On the other hand, with 2.6.36, i don't have working networking. I am using the same image and same macaddress. The qemu is the version from git://git.kernel.org/pub/scm/linux/kernel/git/mst/qemu-kvm.git vhost . Any suggestions will be welcome! Thanks, Dhaval -- 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