* [ptxdist] [PATCH 1/2] qemu: Version bump. 9.0.2 -> 9.1.0
@ 2024-09-09 16:56 Christian Melki
2024-09-09 16:56 ` [ptxdist] [PATCH 2/2] host-qemu: Follow target qemu for 9.1.0 Christian Melki
2024-09-12 12:12 ` [ptxdist] [APPLIED] qemu: Version bump. 9.0.2 -> 9.1.0 Michael Olbrich
0 siblings, 2 replies; 4+ messages in thread
From: Christian Melki @ 2024-09-09 16:56 UTC (permalink / raw)
To: ptxdist
Not any large changes. Mostly ARM and RISC-V by the looks of it.
https://wiki.qemu.org/ChangeLog/9.1
* Forward patchset. Applies cleanly.
* Remove unused options.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
...fs-allow-real-symlinks-for-security_model-mapped-f.patch | 0
patches/{qemu-9.0.2 => qemu-9.1.0}/series | 0
rules/qemu.make | 6 ++----
3 files changed, 2 insertions(+), 4 deletions(-)
rename patches/{qemu-9.0.2 => qemu-9.1.0}/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch (100%)
rename patches/{qemu-9.0.2 => qemu-9.1.0}/series (100%)
diff --git a/patches/qemu-9.0.2/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch b/patches/qemu-9.1.0/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
similarity index 100%
rename from patches/qemu-9.0.2/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
rename to patches/qemu-9.1.0/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
diff --git a/patches/qemu-9.0.2/series b/patches/qemu-9.1.0/series
similarity index 100%
rename from patches/qemu-9.0.2/series
rename to patches/qemu-9.1.0/series
diff --git a/rules/qemu.make b/rules/qemu.make
index 854116b06..43326894b 100644
--- a/rules/qemu.make
+++ b/rules/qemu.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_QEMU) += qemu
#
# Paths and names
#
-QEMU_VERSION := 9.0.2
-QEMU_MD5 := f7f0462262d2571f146c6a8adda33b29
+QEMU_VERSION := 9.1.0
+QEMU_MD5 := 15c2c59ff05377b60184eb4ae124c698
QEMU := qemu-$(QEMU_VERSION)
QEMU_SUFFIX := tar.xz
QEMU_URL := https://download.qemu.org/$(QEMU).$(QEMU_SUFFIX)
@@ -122,7 +122,6 @@ QEMU_CONF_OPT := \
--disable-libvduse \
--disable-linux-aio \
--disable-linux-io-uring \
- --disable-live-block-migration \
--disable-lzfse \
--disable-lzo \
--enable-malloc-trim \
@@ -139,7 +138,6 @@ QEMU_CONF_OPT := \
--$(call ptx/endis, PTXCONF_QEMU_PIPEWIRE)-pipewire \
--disable-parallels \
--disable-png \
- --disable-pvrdma \
--disable-qcow1 \
--disable-qed \
--disable-qga-vss \
--
2.34.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ptxdist] [PATCH 2/2] host-qemu: Follow target qemu for 9.1.0
2024-09-09 16:56 [ptxdist] [PATCH 1/2] qemu: Version bump. 9.0.2 -> 9.1.0 Christian Melki
@ 2024-09-09 16:56 ` Christian Melki
2024-09-12 12:12 ` [ptxdist] [APPLIED] " Michael Olbrich
2024-09-12 12:12 ` [ptxdist] [APPLIED] qemu: Version bump. 9.0.2 -> 9.1.0 Michael Olbrich
1 sibling, 1 reply; 4+ messages in thread
From: Christian Melki @ 2024-09-09 16:56 UTC (permalink / raw)
To: ptxdist
* Remove unused options.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
rules/host-qemu.make | 2 --
1 file changed, 2 deletions(-)
diff --git a/rules/host-qemu.make b/rules/host-qemu.make
index 416855daa..9f52802b1 100644
--- a/rules/host-qemu.make
+++ b/rules/host-qemu.make
@@ -128,7 +128,6 @@ HOST_QEMU_CONF_OPT := \
--disable-libvduse \
--disable-linux-aio \
--disable-linux-io-uring \
- --disable-live-block-migration \
--disable-lzfse \
--disable-lzo \
--enable-malloc-trim \
@@ -145,7 +144,6 @@ HOST_QEMU_CONF_OPT := \
--disable-pipewire \
--disable-parallels \
--disable-png \
- --disable-pvrdma \
--disable-qcow1 \
--disable-qed \
--disable-qga-vss \
--
2.34.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [APPLIED] qemu: Version bump. 9.0.2 -> 9.1.0
2024-09-09 16:56 [ptxdist] [PATCH 1/2] qemu: Version bump. 9.0.2 -> 9.1.0 Christian Melki
2024-09-09 16:56 ` [ptxdist] [PATCH 2/2] host-qemu: Follow target qemu for 9.1.0 Christian Melki
@ 2024-09-12 12:12 ` Michael Olbrich
1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2024-09-12 12:12 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as 828ff821440ef20005db05de42b864afd6d93337.
Michael
[sent from post-receive hook]
On Thu, 12 Sep 2024 14:12:22 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Not any large changes. Mostly ARM and RISC-V by the looks of it.
> https://wiki.qemu.org/ChangeLog/9.1
>
> * Forward patchset. Applies cleanly.
>
> * Remove unused options.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20240909165642.2628039-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/patches/qemu-9.0.2/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch b/patches/qemu-9.1.0/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
> similarity index 100%
> rename from patches/qemu-9.0.2/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
> rename to patches/qemu-9.1.0/0100-9pfs-allow-real-symlinks-for-security_model-mapped-f.patch
> diff --git a/patches/qemu-9.0.2/series b/patches/qemu-9.1.0/series
> similarity index 100%
> rename from patches/qemu-9.0.2/series
> rename to patches/qemu-9.1.0/series
> diff --git a/rules/qemu.make b/rules/qemu.make
> index 854116b06eb0..43326894b731 100644
> --- a/rules/qemu.make
> +++ b/rules/qemu.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_QEMU) += qemu
> #
> # Paths and names
> #
> -QEMU_VERSION := 9.0.2
> -QEMU_MD5 := f7f0462262d2571f146c6a8adda33b29
> +QEMU_VERSION := 9.1.0
> +QEMU_MD5 := 15c2c59ff05377b60184eb4ae124c698
> QEMU := qemu-$(QEMU_VERSION)
> QEMU_SUFFIX := tar.xz
> QEMU_URL := https://download.qemu.org/$(QEMU).$(QEMU_SUFFIX)
> @@ -122,7 +122,6 @@ QEMU_CONF_OPT := \
> --disable-libvduse \
> --disable-linux-aio \
> --disable-linux-io-uring \
> - --disable-live-block-migration \
> --disable-lzfse \
> --disable-lzo \
> --enable-malloc-trim \
> @@ -139,7 +138,6 @@ QEMU_CONF_OPT := \
> --$(call ptx/endis, PTXCONF_QEMU_PIPEWIRE)-pipewire \
> --disable-parallels \
> --disable-png \
> - --disable-pvrdma \
> --disable-qcow1 \
> --disable-qed \
> --disable-qga-vss \
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [APPLIED] host-qemu: Follow target qemu for 9.1.0
2024-09-09 16:56 ` [ptxdist] [PATCH 2/2] host-qemu: Follow target qemu for 9.1.0 Christian Melki
@ 2024-09-12 12:12 ` Michael Olbrich
0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2024-09-12 12:12 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as d73b0de8aedc19aeee40a294607cbbe712d4ebc3.
Michael
[sent from post-receive hook]
On Thu, 12 Sep 2024 14:12:23 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> * Remove unused options.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20240909165642.2628039-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 416855daadb4..9f52802b146c 100644
> --- a/rules/host-qemu.make
> +++ b/rules/host-qemu.make
> @@ -128,7 +128,6 @@ HOST_QEMU_CONF_OPT := \
> --disable-libvduse \
> --disable-linux-aio \
> --disable-linux-io-uring \
> - --disable-live-block-migration \
> --disable-lzfse \
> --disable-lzo \
> --enable-malloc-trim \
> @@ -145,7 +144,6 @@ HOST_QEMU_CONF_OPT := \
> --disable-pipewire \
> --disable-parallels \
> --disable-png \
> - --disable-pvrdma \
> --disable-qcow1 \
> --disable-qed \
> --disable-qga-vss \
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-09-12 12:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-09 16:56 [ptxdist] [PATCH 1/2] qemu: Version bump. 9.0.2 -> 9.1.0 Christian Melki
2024-09-09 16:56 ` [ptxdist] [PATCH 2/2] host-qemu: Follow target qemu for 9.1.0 Christian Melki
2024-09-12 12:12 ` [ptxdist] [APPLIED] " Michael Olbrich
2024-09-12 12:12 ` [ptxdist] [APPLIED] qemu: Version bump. 9.0.2 -> 9.1.0 Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox