Is there a simple way to get a bridged network for the qemu guest? From what I have read this should work:
qemu-system-x86_64 -machine pc VirtualBox\ VMs/debian/debian.vdi -boot c -enable-kvm -m 1024 -nic tap qemu-system-x86_64: could not configure /dev/net/tun: Operation not permitted
Other things I have tried allow me to start the machine but there is no networking.
I have tried both wired and wireless on the host (and in fact at the moment I have both, I am not sure how that works).
I normally use virtual box but it doesn't seem to work with kernel 5, which I am using to get around a problem with suspend on kernel 4. :/ I am running VirtualBox on a 5.3.0 kernel in Ubuntu19.10. Works no problem (vb6.1.2 downloaded from virtualbox.org site). I think there are some complications here, as I have obtained kernel 5 from Tumbleweed, though I am on Leap, in order to check whether it fixes
ldb@braha.nl wrote: the suspend problem. But I would like to find out how to get qemu working.