From: Christian Melki <christian.melki@t2data.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] qemu: Version bump. 6.1.0 -> 6.2.0
Date: Sun, 6 Feb 2022 00:07:17 +0100 [thread overview]
Message-ID: <20220205230718.2518022-4-christian.melki@t2data.com> (raw)
In-Reply-To: <20220205230718.2518022-1-christian.melki@t2data.com>
https://wiki.qemu.org/ChangeLog/6.2
* Add options to enable/disable audio support for alsa/pa.
* Move patchset, applies.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
...symlinks-for-security_model-mapped-f.patch | 0
.../0002-let-ninja-use-the-jobserver.patch | 4 ++--
patches/{qemu-6.1.0 => qemu-6.2.0}/series | 0
rules/qemu.in | 22 +++++++++++++++----
rules/qemu.make | 9 ++++----
5 files changed, 24 insertions(+), 11 deletions(-)
rename patches/{qemu-6.1.0 => qemu-6.2.0}/0001-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch (100%)
rename patches/{qemu-6.1.0 => qemu-6.2.0}/0002-let-ninja-use-the-jobserver.patch (89%)
rename patches/{qemu-6.1.0 => qemu-6.2.0}/series (100%)
diff --git a/patches/qemu-6.1.0/0001-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch b/patches/qemu-6.2.0/0001-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
similarity index 100%
rename from patches/qemu-6.1.0/0001-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
rename to patches/qemu-6.2.0/0001-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
diff --git a/patches/qemu-6.1.0/0002-let-ninja-use-the-jobserver.patch b/patches/qemu-6.2.0/0002-let-ninja-use-the-jobserver.patch
similarity index 89%
rename from patches/qemu-6.1.0/0002-let-ninja-use-the-jobserver.patch
rename to patches/qemu-6.2.0/0002-let-ninja-use-the-jobserver.patch
index 0de2e99f3..5df864c39 100644
--- a/patches/qemu-6.1.0/0002-let-ninja-use-the-jobserver.patch
+++ b/patches/qemu-6.2.0/0002-let-ninja-use-the-jobserver.patch
@@ -11,10 +11,10 @@ Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
-index 401c623a65f8..36a0557d2aa8 100644
+index 74c5b46d38b5..4b3e390e8947 100644
--- a/Makefile
+++ b/Makefile
-@@ -136,7 +136,7 @@ MAKE.k = $(findstring k,$(firstword $(filter-out --%,$(MAKEFLAGS))))
+@@ -142,7 +142,7 @@ MAKE.k = $(findstring k,$(firstword $(filter-out --%,$(MAKEFLAGS))))
MAKE.q = $(findstring q,$(firstword $(filter-out --%,$(MAKEFLAGS))))
MAKE.nq = $(if $(word 2, $(MAKE.n) $(MAKE.q)),nq)
NINJAFLAGS = $(if $V,-v) $(if $(MAKE.n), -n) $(if $(MAKE.k), -k0) \
diff --git a/patches/qemu-6.1.0/series b/patches/qemu-6.2.0/series
similarity index 100%
rename from patches/qemu-6.1.0/series
rename to patches/qemu-6.2.0/series
diff --git a/rules/qemu.in b/rules/qemu.in
index b14dd53d4..eb689a188 100644
--- a/rules/qemu.in
+++ b/rules/qemu.in
@@ -10,10 +10,12 @@ menuconfig QEMU
select GLIB
select LIBCAP_NG
select ZLIB
- select SDL2 if QEMU_SDL
- select GTK if QEMU_GTK
- select LIBUSB if QEMU_SYS
- select PIXMAN if QEMU_SYS
+ select SDL2 if QEMU_SDL
+ select GTK if QEMU_GTK
+ select LIBUSB if QEMU_SYS
+ select PIXMAN if QEMU_SYS
+ select PULSEAUDIO if QEMU_PULSEAUDIO
+ select ALSA_LIB if QEMU_ALSA
help
QEMU is a generic and open source machine emulator and
virtualizer.
@@ -41,6 +43,18 @@ config QEMU_GTK
help
Say y to build with GTK support.
+config QEMU_PULSEAUDIO
+ bool
+ prompt "Enable pulseaudio output support."
+ help
+ Say y to build with pa support.
+
+config QEMU_ALSA
+ bool
+ prompt "Enable alsa audio output support."
+ help
+ Say y to build with alsa support.
+
config QEMU_TOOLS
bool
prompt "Enable tools"
diff --git a/rules/qemu.make b/rules/qemu.make
index 756633a0b..6d117b44d 100644
--- a/rules/qemu.make
+++ b/rules/qemu.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_QEMU) += qemu
#
# Paths and names
#
-QEMU_VERSION := 6.1.0
-QEMU_MD5 := 47f776c276a24f42108ba512a2aa3013
+QEMU_VERSION := 6.2.0
+QEMU_MD5 := a077669ce58b6ee07ec355e54aad25be
QEMU := qemu-$(QEMU_VERSION)
QEMU_SUFFIX := tar.xz
QEMU_URL := https://download.qemu.org/$(QEMU).$(QEMU_SUFFIX)
@@ -52,7 +52,8 @@ QEMU_CONF_OPT := \
--disable-strip \
--disable-werror \
--enable-stack-protector \
- --audio-drv-list= \
+ --$(call ptx/endis, PTXCONF_QEMU_ALSA)-alsa \
+ --$(call ptx/endis, PTXCONF_QEMU_PULSEAUDIO)-pa \
--block-drv-rw-whitelist= \
--block-drv-ro-whitelist= \
--enable-trace-backends=nop \
@@ -143,8 +144,6 @@ QEMU_CONF_OPT := \
--disable-libssh \
--disable-numa \
--disable-libxml2 \
- --disable-tcmalloc \
- --disable-jemalloc \
--enable-replication \
--disable-opengl \
--disable-virglrenderer \
--
2.30.2
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
next prev parent reply other threads:[~2022-02-05 23:09 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-05 23:07 [ptxdist] [PATCH] zstd: Version bump. 1.5.1 -> 1.5.2 Christian Melki
2022-02-05 23:07 ` [ptxdist] [PATCH] util-linux-ng: Version bump 2.37.2 -> 2.37.3 Christian Melki
2022-02-14 12:43 ` [ptxdist] [APPLIED] " Michael Olbrich
2022-02-05 23:07 ` [ptxdist] [PATCH] screen: Version bump. 4.8.0 -> 4.9.0 Christian Melki
2022-02-14 12:43 ` [ptxdist] [APPLIED] " Michael Olbrich
2022-02-05 23:07 ` Christian Melki [this message]
2022-02-05 23:07 ` [ptxdist] [PATCH] pulseaudio: Version bump. 13.0 -> 1.5.0 Christian Melki
2022-02-07 5:56 ` Bruno Thomsen
2022-02-07 7:54 ` Michael Olbrich
2022-02-07 8:05 ` Christian Melki
2022-02-07 10:30 ` Christian Melki
2022-02-07 12:02 ` Michael Olbrich
2022-02-14 12:43 ` [ptxdist] [APPLIED] zstd: Version bump. 1.5.1 -> 1.5.2 Michael Olbrich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220205230718.2518022-4-christian.melki@t2data.com \
--to=christian.melki@t2data.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox