similarity index 100%
rename from meta/recipes-devtools/qemu/qemu-native_11.1.0.bb
rename to meta/recipes-devtools/qemu/qemu-native_11.1.1.bb
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu-system-native_11.1.0.bb
rename to meta/recipes-devtools/qemu/qemu-system-native_11.1.1.bb
@@ -40,7 +40,7 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \
UPSTREAM_CHECK_URI = "https://www.qemu.org"
UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar"
-SRC_URI[sha256sum] = "6ee1d1a61f68212476b27108c26da5f449dc09b626d42f8279ba0dc2e08fa858"
+SRC_URI[sha256sum] = "079ffbff8a7111bbc89022107cbabf3bbfd614d5fc9d7cc675991196aca12482"
CVE_STATUS[CVE-2007-0998] = "not-applicable-config: The VNC server can expose host files uder some circumstances. We don't enable it by default."
@@ -1,4 +1,4 @@
-From 4c030fef6b75bfc9aed21099b12648f13f7626a6 Mon Sep 17 00:00:00 2001
+From ca9e6e8ae50494507e03b0823011f8db694d3936 Mon Sep 17 00:00:00 2001
From: Jason Wessel <jason.wessel@windriver.com>
Date: Fri, 28 Mar 2014 17:42:43 +0800
Subject: [PATCH] qemu: Add addition environment space to boot loader
@@ -18,10 +18,10 @@ Signed-off-by: Roy Li <rongqing.li@windriver.com>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/mips/malta.c b/hw/mips/malta.c
-index 812ff64d8..daf929943 100644
+index 38c71f66f..59ab5eb3a 100644
--- a/hw/mips/malta.c
+++ b/hw/mips/malta.c
-@@ -66,7 +66,7 @@
+@@ -65,7 +65,7 @@
#define ENVP_PADDR 0x2000
#define ENVP_VADDR cpu_mips_phys_to_kseg0(NULL, ENVP_PADDR)
#define ENVP_NB_ENTRIES 16
@@ -1,4 +1,4 @@
-From 0a029de8c4c31507cae542b5413491283569467c Mon Sep 17 00:00:00 2001
+From 51d9d8afd2c84bb1c9aac7eaa966070465650afa Mon Sep 17 00:00:00 2001
From: Alexander Kanavin <alex@linutronix.de>
Date: Wed, 10 Jun 2026 15:00:26 +0200
Subject: [PATCH] ui/sdl2.c: force-disable SDL_HINT_VIDEO_X11_FORCE_EGL,
@@ -14,10 +14,10 @@ Signed-off-by: Alexander Kanavin <alex@linutronix.de>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/sdl2.c b/ui/sdl2.c
-index eccc5b0e9..ab91eaf25 100644
+index 1c97d23a4..abb19e37f 100644
--- a/ui/sdl2.c
+++ b/ui/sdl2.c
-@@ -874,7 +874,7 @@ static void sdl2_set_hint_x11_force_egl(void)
+@@ -890,7 +890,7 @@ static void sdl2_set_hint_x11_force_egl(void)
* It's always safe to set the hint even if X11 is not used by SDL.
* SDL will work regardless of the hint.
*/
@@ -1,4 +1,4 @@
-From eb7f727c64b09337b39b231be65360134e2065e8 Mon Sep 17 00:00:00 2001
+From a3d17aefb316aa5075b7d18173a0c8b7a5253f7d Mon Sep 17 00:00:00 2001
From: Mark Asselstine <mark.asselstine@windriver.com>
Date: Tue, 26 Feb 2013 11:43:28 -0500
Subject: [PATCH] apic: fixup fallthrough to PIC
@@ -33,10 +33,10 @@ Signed-off-by: Kai Kang <kai.kang@windriver.com>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/intc/apic.c b/hw/intc/apic.c
-index ced7df49b..87f1137c9 100644
+index 74e25c60a..66e5427e9 100644
--- a/hw/intc/apic.c
+++ b/hw/intc/apic.c
-@@ -740,7 +740,7 @@ int apic_accept_pic_intr(APICCommonState *s)
+@@ -741,7 +741,7 @@ int apic_accept_pic_intr(APICCommonState *s)
{
uint32_t lvt0;
@@ -1,4 +1,4 @@
-From 33940327a10cd5dda9d417cceef47fc34e9e269d Mon Sep 17 00:00:00 2001
+From f2cb51b141e139e19eea5d876c84fe269172c83d Mon Sep 17 00:00:00 2001
From: Oleksiy Obitotskyy <oobitots@cisco.com>
Date: Wed, 25 Mar 2020 21:21:35 +0200
Subject: [PATCH] qemu: Do not include file if not exists
@@ -16,7 +16,7 @@ Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
1 file changed, 2 insertions(+)
diff --git a/linux-user/syscall.c b/linux-user/syscall.c
-index 11d3b41df..2c36df57f 100644
+index cfa68dfbd..ab2cecbfb 100644
--- a/linux-user/syscall.c
+++ b/linux-user/syscall.c
@@ -117,7 +117,9 @@
@@ -1,4 +1,4 @@
-From 072e2a2a97e0376e56d975c984db3f8584022849 Mon Sep 17 00:00:00 2001
+From ffae8a8f936fdf7091406e5dcbbaea35a72a931d Mon Sep 17 00:00:00 2001
From: Richard Purdie <richard.purdie@linuxfoundation.org>
Date: Fri, 8 Jan 2021 17:27:06 +0000
Subject: [PATCH] qemu: Add some user space mmap tweaks to address musl 32 bit
@@ -22,10 +22,10 @@ Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
1 file changed, 5 insertions(+)
diff --git a/linux-user/mmap.c b/linux-user/mmap.c
-index b635b6a21..a5a617516 100644
+index cc0c2ee6c..5afd41319 100644
--- a/linux-user/mmap.c
+++ b/linux-user/mmap.c
-@@ -1113,6 +1113,11 @@ abi_long target_mremap(abi_ulong old_addr, abi_ulong old_size,
+@@ -1114,6 +1114,11 @@ abi_long target_mremap(abi_ulong old_addr, abi_ulong old_size,
int prot;
void *host_addr;
@@ -1,4 +1,4 @@
-From 2267fcad1416f1ceef88ab052f9d69efe26f7d58 Mon Sep 17 00:00:00 2001
+From 1089a784b43080391368d0691399a0fe53cb704c Mon Sep 17 00:00:00 2001
From: Richard Purdie <richard.purdie@linuxfoundation.org>
Date: Mon, 1 Mar 2021 13:00:47 +0000
Subject: [PATCH] qemu: Determinism fixes
@@ -1,4 +1,4 @@
-From 8342d13939436afab61bf231574e116686484d1c Mon Sep 17 00:00:00 2001
+From c7472b944d0b86157eb464bcfe931a51a3cbbdd6 Mon Sep 17 00:00:00 2001
From: Changqing Li <changqing.li@windriver.com>
Date: Thu, 14 Jan 2021 06:33:04 +0000
Subject: [PATCH] tests/meson.build: use relative path to refer to files
@@ -21,7 +21,7 @@ Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/unit/meson.build b/tests/unit/meson.build
-index dc3fb954c0..914845b221 100644
+index dc3fb954c..914845b22 100644
--- a/tests/unit/meson.build
+++ b/tests/unit/meson.build
@@ -127,17 +127,17 @@ endif
@@ -45,6 +45,3 @@ index dc3fb954c0..914845b221 100644
'test-vmstate': [migration, io],
'test-yank': ['socket-helpers.c', qom, io, chardev],
'test-ram-discard-manager': [
-2.55.0
-
@@ -1,4 +1,4 @@
-From 02ad3d36cfd395d05609540e23048e171da779ba Mon Sep 17 00:00:00 2001
+From 771d39b8871eb120cc0ff14fd413f22f29166d9e Mon Sep 17 00:00:00 2001
From: Khem Raj <raj.khem@gmail.com>
Date: Mon, 21 Mar 2022 10:09:38 -0700
Subject: [PATCH] Define MAP_SYNC and MAP_SHARED_VALIDATE on needed linux
@@ -1,4 +1,4 @@
-From ef9ea8e83468ce974079964a5104df170beba85b Mon Sep 17 00:00:00 2001
+From 44085938163d0c2472fac9af1aa53bba55572aac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Hundeb=C3=B8ll?= <martin@geanix.com>
Date: Wed, 22 May 2024 14:02:55 +0200
Subject: [PATCH] configure: lookup meson exutable from PATH
@@ -13,10 +13,10 @@ Signed-off-by: Kai Kang <kai.kang@windriver.com>
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/configure b/configure
-index eea903067..217af781f 100755
+index 6ddfe4b53..13cb19ee5 100755
--- a/configure
+++ b/configure
-@@ -981,10 +981,7 @@ get_pwd() {
+@@ -967,10 +967,7 @@ get_pwd() {
fi
}
@@ -1,4 +1,4 @@
-From d62f78fea47f4b32fd0f48c46253f161cf305547 Mon Sep 17 00:00:00 2001
+From 5c1e4efe14f9e73388aa97b6265b9f13fcc63182 Mon Sep 17 00:00:00 2001
From: Richard Purdie <richard.purdie@linuxfoundation.org>
Date: Wed, 22 May 2024 13:58:23 +0200
Subject: [PATCH] qemu: Ensure pip and the python venv aren't used for meson
@@ -29,10 +29,10 @@ Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
-index 217af781f..cf8666337 100755
+index 13cb19ee5..b354aa9b1 100755
--- a/configure
+++ b/configure
-@@ -951,14 +951,14 @@ python="$(command -v "$python")"
+@@ -937,14 +937,14 @@ python="$(command -v "$python")"
echo "python determined to be '$python'"
echo "python version: $($python --version)"
similarity index 100%
rename from meta/recipes-devtools/qemu/qemu_11.1.0.bb
rename to meta/recipes-devtools/qemu/qemu_11.1.1.bb
- CompareLog: https://gitlab.com/qemu-project/qemu/-/compare/v11.1.0...v11.1.1 - Refresh patches to apply on the new version Signed-off-by: Jaipaul Cheernam <jaipaul.cheernam@est.tech> --- .../qemu/{qemu-native_11.1.0.bb => qemu-native_11.1.1.bb} | 0 ...ystem-native_11.1.0.bb => qemu-system-native_11.1.1.bb} | 0 meta/recipes-devtools/qemu/qemu.inc | 2 +- ...u-Add-addition-environment-space-to-boot-loader-q.patch | 6 +++--- ...sdl2.c-force-disable-SDL_HINT_VIDEO_X11_FORCE_EGL.patch | 6 +++--- .../qemu/qemu/0002-apic-fixup-fallthrough-to-PIC.patch | 6 +++--- .../qemu/0004-qemu-Do-not-include-file-if-not-exists.patch | 4 ++-- ...u-Add-some-user-space-mmap-tweaks-to-address-musl.patch | 6 +++--- .../qemu/qemu/0006-qemu-Determinism-fixes.patch | 2 +- ...ts-meson.build-use-relative-path-to-refer-to-file.patch | 7 ++----- ...ine-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch | 2 +- .../0010-configure-lookup-meson-exutable-from-PATH.patch | 6 +++--- ...u-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch | 6 +++--- .../qemu/{qemu_11.1.0.bb => qemu_11.1.1.bb} | 0 14 files changed, 25 insertions(+), 28 deletions(-) rename meta/recipes-devtools/qemu/{qemu-native_11.1.0.bb => qemu-native_11.1.1.bb} (100%) rename meta/recipes-devtools/qemu/{qemu-system-native_11.1.0.bb => qemu-system-native_11.1.1.bb} (100%) rename meta/recipes-devtools/qemu/{qemu_11.1.0.bb => qemu_11.1.1.bb} (100%)