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 <[email protected]> --- ...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
