mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] qemu: Version bump. 8.1.4 -> 8.2.1
@ 2024-01-31 19:56 Christian Melki
  2024-01-31 19:56 ` [ptxdist] [PATCH] host-qemu: Follow target qemu Christian Melki
  2024-02-08 16:03 ` [ptxdist] [APPLIED] qemu: Version bump. 8.1.4 -> 8.2.1 Michael Olbrich
  0 siblings, 2 replies; 5+ messages in thread
From: Christian Melki @ 2024-01-31 19:56 UTC (permalink / raw)
  To: ptxdist

Notable changes, kernel 4.4+, deprecated HAX.
I think qemu could use an options cleaning pass at some point.
https://wiki.qemu.org/ChangeLog/8.2

* Remove hax option.

* Forward patchset. Applies cleanly.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 ...pfs-allow-real-symlinks-for-security_model-mapped-f.patch | 0
 .../0101-let-ninja-use-the-jobserver.patch                   | 0
 patches/{qemu-8.1.4 => qemu-8.2.1}/series                    | 0
 rules/qemu.make                                              | 5 ++---
 4 files changed, 2 insertions(+), 3 deletions(-)
 rename patches/{qemu-8.1.4 => qemu-8.2.1}/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch (100%)
 rename patches/{qemu-8.1.4 => qemu-8.2.1}/0101-let-ninja-use-the-jobserver.patch (100%)
 rename patches/{qemu-8.1.4 => qemu-8.2.1}/series (100%)

diff --git a/patches/qemu-8.1.4/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch b/patches/qemu-8.2.1/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
similarity index 100%
rename from patches/qemu-8.1.4/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
rename to patches/qemu-8.2.1/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
diff --git a/patches/qemu-8.1.4/0101-let-ninja-use-the-jobserver.patch b/patches/qemu-8.2.1/0101-let-ninja-use-the-jobserver.patch
similarity index 100%
rename from patches/qemu-8.1.4/0101-let-ninja-use-the-jobserver.patch
rename to patches/qemu-8.2.1/0101-let-ninja-use-the-jobserver.patch
diff --git a/patches/qemu-8.1.4/series b/patches/qemu-8.2.1/series
similarity index 100%
rename from patches/qemu-8.1.4/series
rename to patches/qemu-8.2.1/series
diff --git a/rules/qemu.make b/rules/qemu.make
index 5ad69ee39..f3cab4174 100644
--- a/rules/qemu.make
+++ b/rules/qemu.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_QEMU) += qemu
 #
 # Paths and names
 #
-QEMU_VERSION	:= 8.1.4
-QEMU_MD5	:= d5cf54ace6aabd619e89df301aed66e2
+QEMU_VERSION	:= 8.2.1
+QEMU_MD5	:= bda54248d773be2599df66f8995f10e1
 QEMU		:= qemu-$(QEMU_VERSION)
 QEMU_SUFFIX	:= tar.xz
 QEMU_URL	:= https://download.qemu.org/$(QEMU).$(QEMU_SUFFIX)
@@ -105,7 +105,6 @@ QEMU_CONF_OPT	:= \
 	--$(call ptx/endis, PTXCONF_QEMU_GTK)-gtk-clipboard \
 	--disable-guest-agent \
 	--disable-guest-agent-msi \
-	--disable-hax \
 	--disable-hvf \
 	--enable-iconv \
 	--disable-jack \
-- 
2.34.1




^ permalink raw reply	[flat|nested] 5+ messages in thread
* [ptxdist] [PATCH 2/2] host-qemu: Follow target qemu.
@ 2023-04-20 19:06 Christian Melki
  2023-05-02  7:05 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 5+ messages in thread
From: Christian Melki @ 2023-04-20 19:06 UTC (permalink / raw)
  To: ptxdist

* Remove deprecated configuration option.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/host-qemu.make | 1 -
 1 file changed, 1 deletion(-)

diff --git a/rules/host-qemu.make b/rules/host-qemu.make
index c4d08b351..2a89e1154 100644
--- a/rules/host-qemu.make
+++ b/rules/host-qemu.make
@@ -133,7 +133,6 @@ HOST_QEMU_CONF_OPT	:= \
 	--disable-libvduse \
 	--disable-virglrenderer \
 	--$(call ptx/endis, PTXCONF_HOST_QEMU_SYS)-virtfs \
-	--disable-virtiofsd \
 	--disable-vnc \
 	--disable-vnc-jpeg \
 	--disable-vnc-sasl \
-- 
2.34.1




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-02-08 16:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-31 19:56 [ptxdist] [PATCH] qemu: Version bump. 8.1.4 -> 8.2.1 Christian Melki
2024-01-31 19:56 ` [ptxdist] [PATCH] host-qemu: Follow target qemu Christian Melki
2024-02-08 16:03   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-02-08 16:03 ` [ptxdist] [APPLIED] qemu: Version bump. 8.1.4 -> 8.2.1 Michael Olbrich
  -- strict thread matches above, loose matches on Subject: below --
2023-04-20 19:06 [ptxdist] [PATCH 2/2] host-qemu: Follow target qemu Christian Melki
2023-05-02  7:05 ` [ptxdist] [APPLIED] " Michael Olbrich

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