Thanks, applied as 5a97341c6cb74b047a7c3f07c91829ad8bd381c8. Michael
[sent from post-receive hook] On Thu, 15 Jan 2026 16:12:10 +0100, Christian Melki <[email protected]> wrote: > https://wiki.qemu.org/ChangeLog/10.2 > > * Disable mshv for now (hyper-v). > > * Move patchset, applies cleanly. > > Signed-off-by: Christian Melki <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > 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 db8404e146aa..84578cff8fe4 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 \
