Thanks, applied as dd2ff313a64f5661d447770448fbf01405899f4a.

Michael

[sent from post-receive hook]

On Thu, 08 Feb 2024 17:03:29 +0100, Christian Melki 
<christian.me...@t2data.com> wrote:
> 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.me...@t2data.com>
> Message-Id: <20240131195612.3120608-1-christian.me...@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbr...@pengutronix.de>
> 
> 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 5ad69ee397f7..f3cab4174a74 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 \

Reply via email to