rumpkernel / rumprun-packages

Ready-made packages of software for running on the Rumprun unikernel
Other
202 stars 80 forks source link

Does rumprun only support Tun/Tap? #148

Open sjtugjy opened 6 years ago

sjtugjy commented 6 years ago

I want to configure the KVM guest with virtio (vhost enabled) as follows: -netdev tap,id=hn0,vhost=on -device virtio-net-pci,netdev=hn0,id=nic0

But the VM's network cannot work. Even if I disable 'vhost', the netowrk still cannot work.