profiles/.../sdk/package.use: add qemu SLIRP

This change adds the "slirp" use flag to qemu (SDK only), enabling
qemu's user networking. This fixes a bug where qemu is unable to start
the Flatcar qemu image:

$ ./flatcar_production_qemu.sh
qemu-system-x86_64: Parameter 'type' expects a netdev backend type

The issue has been discussed on the qemu mailing list:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg786275.html

Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
This commit is contained in:
Thilo Fromm 2021-08-27 17:12:11 +02:00
parent 0596e6ec94
commit f7049b250e

View File

@ -11,7 +11,7 @@ app-crypt/gnupg smartcard usb
# for qemu
app-arch/bzip2 static-libs
app-emulation/qemu static-user -jpeg
app-emulation/qemu static-user slirp -jpeg
dev-libs/glib static-libs
dev-libs/libaio static-libs
dev-libs/libpcre static-libs