Thanks, applied as 828ff821440ef20005db05de42b864afd6d93337. Michael
[sent from post-receive hook] On Thu, 12 Sep 2024 14:12:22 +0200, Christian Melki <[email protected]> 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 <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > 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 \
