pmbootstrap/pmb/parse
Minecrell 66fdb74b5b
qemu: Make QEMU audio backend configurable (!1859)
At the moment we assume that everyone running QEMU is either using
ALSA, or has the ALSA PulseAudio plugin configured on the host system.
(Since we run QEMU outside of the chroot at the moment, configuration
files are read from the host system instead of the chroot...)

Other distributions have much wider support for PulseAudio,
so not everyone will actually have the ALSA PulseAudio plugin configured.
In that case, it is better to use QEMU's PulseAudio backend since that
does not require any configuration. It also lets us drop the alsa-lib
fork, since that was only needed for loading the ALSA PulseAudio plugin.

In general, it seems difficult to detect which audio backend the user
wants to run (if any). Selecting the wrong one results in ugly warnings
when running QEMU. So let's not assume any by default, and add a
--audio option instead which accepts one of QEMU's audio backends
(alsa, pa or sdl).
2020-01-20 00:53:52 +03:00
..
__init__.py Change copyright to 2020 2020-01-06 02:43:00 +01:00
_apkbuild.py pmb/parse/_apkbuild: Fix locating kernel subpackages with "-" in name (!1857) 2020-01-19 19:36:11 +03:00
apkindex.py Change copyright to 2020 2020-01-06 02:43:00 +01:00
arch.py Change copyright to 2020 2020-01-06 02:43:00 +01:00
arguments.py qemu: Make QEMU audio backend configurable (!1859) 2020-01-20 00:53:52 +03:00
binfmt_info.py Change copyright to 2020 2020-01-06 02:43:00 +01:00
bootimg.py Change copyright to 2020 2020-01-06 02:43:00 +01:00
depends.py Change copyright to 2020 2020-01-06 02:43:00 +01:00
deviceinfo.py Change copyright to 2020 2020-01-06 02:43:00 +01:00
kconfig.py Change copyright to 2020 2020-01-06 02:43:00 +01:00
version.py Change copyright to 2020 2020-01-06 02:43:00 +01:00