#qemu got added to #slackware current today. Didn’t see that one coming at all. Interesting times in the land of slack!
Great to see this in -current!
However, if you try to use user-mode networking (-nic user) for basic VM internet access and port forwarding, you’ll run into:
"network backend 'user' is not compiled into this binary"
It looks like libslirp isn’t included in the build. I had to recompile QEMU with --enable-slirp to get it working.
Hopefully Patrick will consider adding libslirp alongside vde2, dtc, and virglrenderer in the future.