From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Christian Melki <christian.melki@t2data.com>
Subject: Re: [ptxdist] [APPLIED] qemu: Version bump. 9.2.3 -> 10.0.0
Date: Wed, 14 May 2025 08:08:07 +0200 [thread overview]
Message-ID: <20250514060807.502015-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20250428180834.2750193-1-christian.melki@t2data.com>
Thanks, applied as b121fef032225c310d2dae4471a0e94626ef110f.
Michael
[sent from post-receive hook]
On Wed, 14 May 2025 08:08:07 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Nothing overly exiting for the average qemu user,
> in spite of the large even release number.
>
> https://wiki.qemu.org/ChangeLog/10.0
>
> * Rearrange and fix a bunch of options. Hopefully a little bit clearer delta.
>
> * Forward patchset. Applies cleanly.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20250428180834.2750193-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/patches/qemu-9.2.3/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch b/patches/qemu-10.0.0/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
> similarity index 100%
> rename from patches/qemu-9.2.3/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
> rename to patches/qemu-10.0.0/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
> diff --git a/patches/qemu-9.2.3/series b/patches/qemu-10.0.0/series
> similarity index 100%
> rename from patches/qemu-9.2.3/series
> rename to patches/qemu-10.0.0/series
> diff --git a/rules/qemu.make b/rules/qemu.make
> index 666690298ddb..4979363e8814 100644
> --- a/rules/qemu.make
> +++ b/rules/qemu.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_QEMU) += qemu
> #
> # Paths and names
> #
> -QEMU_VERSION := 9.2.3
> -QEMU_MD5 := 9cfba589eb897edc7f7dda6e8d503afe
> +QEMU_VERSION := 10.0.0
> +QEMU_MD5 := 0616ad4c49210ae33ca7aeb5091cb4e0
> QEMU := qemu-$(QEMU_VERSION)
> QEMU_SUFFIX := tar.xz
> QEMU_URL := https://download.qemu.org/$(QEMU).$(QEMU_SUFFIX)
> @@ -51,28 +51,38 @@ QEMU_CONF_OPT := \
> --cross-prefix=$(CROSS_COMPILE) \
> --ninja=ninja \
> --disable-download \
> - --disable-tsan \
> - --disable-werror \
> - --enable-stack-protector \
> --with-coroutine=auto \
> - --disable-plugins \
> --disable-containers \
> --audio-drv-list=$(subst $(space),$(comma),$(strip $(QEMU_AUDIO_DRIVER-y))) \
> --block-drv-ro-whitelist= \
> --block-drv-rw-whitelist= \
> --enable-coroutine-pool \
> + --disable-debug-info \
> + --disable-qom-cast-debug \
> + --disable-asan \
> + --disable-block-drv-whitelist-in-tools \
> --disable-cfi \
> + --disable-cfi-debug \
> + --disable-debug-graph-lock \
> --disable-debug-mutex \
> + --disable-debug-remap \
> + --disable-debug-stack-usage \
> + --disable-debug-tcg \
> --enable-fdt=system \
> --disable-fuzzing \
> + --disable-gcov \
> --disable-lto \
> --disable-module-upgrades \
> - --disable-qom-cast-debug \
> --disable-rng-none \
> + --disable-safe-stack \
> + --disable-strict-rust-lints \
> --disable-strip \
> --disable-tcg-interpreter \
> --enable-trace-backends=nop \
> + --disable-tsan \
> + --disable-ubsan \
> --tls-priority=NORMAL \
> + --disable-af-xdp \
> --$(call ptx/endis, PTXCONF_QEMU_ALSA)-alsa \
> --enable-attr \
> --disable-auth-pam \
> @@ -130,6 +140,7 @@ QEMU_CONF_OPT := \
> --disable-lzo \
> --enable-malloc-trim \
> --enable-membarrier \
> + --disable-modules \
> --disable-mpath \
> --enable-multiprocess \
> --disable-netmap \
> @@ -142,7 +153,9 @@ QEMU_CONF_OPT := \
> --disable-parallels \
> --$(call ptx/endis, PTXCONF_QEMU_PIPEWIRE)-pipewire \
> --$(call ptx/endis, PTXCONF_QEMU_PIXMAN)-pixman \
> + --disable-plugins \
> --disable-png \
> + --disable-pvg \
> --disable-qatzip \
> --disable-qcow1 \
> --disable-qed \
> @@ -165,6 +178,7 @@ QEMU_CONF_OPT := \
> --disable-sparse \
> --disable-spice \
> --disable-spice-protocol \
> + --enable-stack-protector \
> --enable-tcg \
> --$(call ptx/endis, PTXCONF_QEMU_TOOLS)-tools \
> --disable-tpm \
> @@ -192,6 +206,7 @@ QEMU_CONF_OPT := \
> --disable-vpc \
> --disable-vte \
> --disable-vvfat \
> + --disable-werror \
> --disable-whpx \
> --disable-xen \
> --disable-xen-pci-passthrough \
> @@ -201,11 +216,7 @@ QEMU_CONF_OPT := \
> --disable-user \
> --$(call ptx/endis, PTXCONF_QEMU_USR)-linux-user \
> --disable-bsd-user \
> - --enable-pie \
> - --disable-modules \
> - --disable-debug-tcg \
> - --disable-debug-info \
> - --disable-safe-stack
> + --enable-pie
>
> ifdef PTXCONF_QEMU_PULSEAUDIO
> QEMU_LDFLAGS := \
prev parent reply other threads:[~2025-05-14 6:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-28 18:08 [ptxdist] [PATCH] " Christian Melki
2025-05-14 6:08 ` Michael Olbrich [this message]
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=20250514060807.502015-1-m.olbrich@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=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