diff options
author | Michal Privoznik <michal.privoznik@gmail.com> | 2023-05-30 10:52:00 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-04 02:05:47 +0100 |
commit | 27b1e2d7ca67da5e21653f7c0876180ffc4faade (patch) | |
tree | a17c85039642c4e907aa5d0ec7e30804ea38e85b /app-emulation/qemu/metadata.xml | |
parent | cargo.eclass: correct gitlab archive endpoint (diff) | |
download | gentoo-27b1e2d7ca67da5e21653f7c0876180ffc4faade.tar.gz gentoo-27b1e2d7ca67da5e21653f7c0876180ffc4faade.tar.bz2 gentoo-27b1e2d7ca67da5e21653f7c0876180ffc4faade.zip |
app-emulation/qemu: update live ebuild
Couple of things:
1) Upstream removed checking of $make (commit
v8.0.0-1332-gb17bbf835c) , rendering our qemu-8.0.0-make.patch
useless. Just stop applying it.
2) Subprojects are moved under subprojects/ gradually
(v8.0.0-1330-g58e48b2e72 for dtc, v8.0.0-1331-gc53648abba for
keycodemapdb). Update corresponding paths in the ebuild.
3) QEMU gained native pipewire support (v8.0.0-403-gc2d3d1c294).
Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31225
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/qemu/metadata.xml')
-rw-r--r-- | app-emulation/qemu/metadata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/qemu/metadata.xml b/app-emulation/qemu/metadata.xml index 55860ffa1847..93729e025ff6 100644 --- a/app-emulation/qemu/metadata.xml +++ b/app-emulation/qemu/metadata.xml @@ -35,6 +35,7 @@ <flag name="pin-upstream-blobs">Pin the versions of BIOS firmware to the version included in the upstream release. This is needed to sanely support migration/suspend/resume/snapshotting/etc... of instances. When the blobs are different, random corruption/bugs/crashes/etc... may be observed.</flag> + <flag name="pipewire">Enable pipewire output for sound emulation</flag> <flag name="plugins">Enable qemu plugin API via shared library loading.</flag> <flag name="pulseaudio">Enable pulseaudio output for sound emulation</flag> <flag name="rbd">Enable rados block device backend support, see https://docs.ceph.com/en/mimic/rbd/qemu-rbd/</flag> |