mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [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
  0 siblings, 1 reply; 2+ 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] 2+ 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
  0 siblings, 0 replies; 2+ 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] 2+ messages in thread

end of thread, other threads:[~2025-12-27 10:43 UTC | newest]

Thread overview: 2+ 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox