* [ptxdist] [PATCH 1/2] qemu: Version bump. 10.1.3 -> 10.2.0
@ 2025-12-27 10:43 Christian Melki
2025-12-27 10:43 ` [ptxdist] [PATCH 2/2] host-qemu: Follow target qemu bump " Christian Melki
2026-01-15 15:12 ` [ptxdist] [APPLIED] qemu: Version bump. " Michael Olbrich
0 siblings, 2 replies; 4+ messages in thread
From: Christian Melki @ 2025-12-27 10:43 UTC (permalink / raw)
To: ptxdist
https://wiki.qemu.org/ChangeLog/10.2
* Disable mshv for now (hyper-v).
* Move patchset, applies cleanly.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
...pfs-allow-real-symlinks-for-security_model-mapped-f.patch | 0
patches/{qemu-10.1.3 => qemu-10.2.0}/series | 0
rules/qemu.make | 5 +++--
3 files changed, 3 insertions(+), 2 deletions(-)
rename patches/{qemu-10.1.3 => qemu-10.2.0}/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch (100%)
rename patches/{qemu-10.1.3 => qemu-10.2.0}/series (100%)
diff --git a/patches/qemu-10.1.3/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch b/patches/qemu-10.2.0/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
similarity index 100%
rename from patches/qemu-10.1.3/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
rename to patches/qemu-10.2.0/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
diff --git a/patches/qemu-10.1.3/series b/patches/qemu-10.2.0/series
similarity index 100%
rename from patches/qemu-10.1.3/series
rename to patches/qemu-10.2.0/series
diff --git a/rules/qemu.make b/rules/qemu.make
index db8404e14..84578cff8 100644
--- a/rules/qemu.make
+++ b/rules/qemu.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_QEMU) += qemu
#
# Paths and names
#
-QEMU_VERSION := 10.1.3
-QEMU_MD5 := ea3f6241bc4802ddeace111eb2b8a2c1
+QEMU_VERSION := 10.2.0
+QEMU_MD5 := 931c0b9ed2ef58bb7c53bb143f4c24f3
QEMU := qemu-$(QEMU_VERSION)
QEMU_SUFFIX := tar.xz
QEMU_URL := https://download.qemu.org/$(QEMU).$(QEMU_SUFFIX)
@@ -147,6 +147,7 @@ QEMU_CONF_OPT := \
--enable-membarrier \
--disable-modules \
--disable-mpath \
+ --disable-mshv \
--enable-multiprocess \
--disable-netmap \
--disable-nettle \
--
2.43.0
^ permalink raw reply [flat|nested] 4+ messages in thread* [ptxdist] [PATCH 2/2] host-qemu: Follow target qemu bump 10.1.3 -> 10.2.0
2025-12-27 10:43 [ptxdist] [PATCH 1/2] qemu: Version bump. 10.1.3 -> 10.2.0 Christian Melki
@ 2025-12-27 10:43 ` Christian Melki
2026-01-15 15:12 ` [ptxdist] [APPLIED] " Michael Olbrich
2026-01-15 15:12 ` [ptxdist] [APPLIED] qemu: Version bump. " Michael Olbrich
1 sibling, 1 reply; 4+ messages in thread
From: Christian Melki @ 2025-12-27 10:43 UTC (permalink / raw)
To: ptxdist
* Adjust build options.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
rules/host-qemu.make | 1 +
1 file changed, 1 insertion(+)
diff --git a/rules/host-qemu.make b/rules/host-qemu.make
index 694ced721..f7a9cd749 100644
--- a/rules/host-qemu.make
+++ b/rules/host-qemu.make
@@ -138,6 +138,7 @@ HOST_QEMU_CONF_OPT := \
--enable-malloc-trim \
--enable-membarrier \
--disable-mpath \
+ --disable-mshv \
--enable-multiprocess \
--disable-netmap \
--disable-nettle \
--
2.43.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [APPLIED] host-qemu: Follow target qemu bump 10.1.3 -> 10.2.0
2025-12-27 10:43 ` [ptxdist] [PATCH 2/2] host-qemu: Follow target qemu bump " Christian Melki
@ 2026-01-15 15:12 ` Michael Olbrich
0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2026-01-15 15:12 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as edd40eeceb2b3298867fd6974addfde55bf47a16.
Michael
[sent from post-receive hook]
On Thu, 15 Jan 2026 16:12:10 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> * Adjust build options.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20251227104318.2313091-2-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/host-qemu.make b/rules/host-qemu.make
> index 694ced72172c..f7a9cd7492c8 100644
> --- a/rules/host-qemu.make
> +++ b/rules/host-qemu.make
> @@ -138,6 +138,7 @@ HOST_QEMU_CONF_OPT := \
> --enable-malloc-trim \
> --enable-membarrier \
> --disable-mpath \
> + --disable-mshv \
> --enable-multiprocess \
> --disable-netmap \
> --disable-nettle \
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [APPLIED] qemu: Version bump. 10.1.3 -> 10.2.0
2025-12-27 10:43 [ptxdist] [PATCH 1/2] qemu: Version bump. 10.1.3 -> 10.2.0 Christian Melki
2025-12-27 10:43 ` [ptxdist] [PATCH 2/2] host-qemu: Follow target qemu bump " Christian Melki
@ 2026-01-15 15:12 ` Michael Olbrich
1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2026-01-15 15:12 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as 5a97341c6cb74b047a7c3f07c91829ad8bd381c8.
Michael
[sent from post-receive hook]
On Thu, 15 Jan 2026 16:12:10 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> https://wiki.qemu.org/ChangeLog/10.2
>
> * Disable mshv for now (hyper-v).
>
> * Move patchset, applies cleanly.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20251227104318.2313091-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/patches/qemu-10.1.3/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch b/patches/qemu-10.2.0/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
> similarity index 100%
> rename from patches/qemu-10.1.3/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
> rename to patches/qemu-10.2.0/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
> diff --git a/patches/qemu-10.1.3/series b/patches/qemu-10.2.0/series
> similarity index 100%
> rename from patches/qemu-10.1.3/series
> rename to patches/qemu-10.2.0/series
> diff --git a/rules/qemu.make b/rules/qemu.make
> index db8404e146aa..84578cff8fe4 100644
> --- a/rules/qemu.make
> +++ b/rules/qemu.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_QEMU) += qemu
> #
> # Paths and names
> #
> -QEMU_VERSION := 10.1.3
> -QEMU_MD5 := ea3f6241bc4802ddeace111eb2b8a2c1
> +QEMU_VERSION := 10.2.0
> +QEMU_MD5 := 931c0b9ed2ef58bb7c53bb143f4c24f3
> QEMU := qemu-$(QEMU_VERSION)
> QEMU_SUFFIX := tar.xz
> QEMU_URL := https://download.qemu.org/$(QEMU).$(QEMU_SUFFIX)
> @@ -147,6 +147,7 @@ QEMU_CONF_OPT := \
> --enable-membarrier \
> --disable-modules \
> --disable-mpath \
> + --disable-mshv \
> --enable-multiprocess \
> --disable-netmap \
> --disable-nettle \
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-01-15 15:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-27 10:43 [ptxdist] [PATCH 1/2] qemu: Version bump. 10.1.3 -> 10.2.0 Christian Melki
2025-12-27 10:43 ` [ptxdist] [PATCH 2/2] host-qemu: Follow target qemu bump " Christian Melki
2026-01-15 15:12 ` [ptxdist] [APPLIED] " Michael Olbrich
2026-01-15 15:12 ` [ptxdist] [APPLIED] qemu: Version bump. " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox