diff options
15 files changed, 22 insertions, 68 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-native_9.2.0.bb b/meta/recipes-devtools/qemu/qemu-native_9.2.3.bb index 26fa84c180..26fa84c180 100644 --- a/meta/recipes-devtools/qemu/qemu-native_9.2.0.bb +++ b/meta/recipes-devtools/qemu/qemu-native_9.2.3.bb | |||
diff --git a/meta/recipes-devtools/qemu/qemu-system-native_9.2.0.bb b/meta/recipes-devtools/qemu/qemu-system-native_9.2.3.bb index e7bbe5d291..e7bbe5d291 100644 --- a/meta/recipes-devtools/qemu/qemu-system-native_9.2.0.bb +++ b/meta/recipes-devtools/qemu/qemu-system-native_9.2.3.bb | |||
diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index 53f48375e4..b38cac7481 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
| @@ -31,7 +31,6 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \ | |||
| 31 | file://0008-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch \ | 31 | file://0008-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch \ |
| 32 | file://0010-configure-lookup-meson-exutable-from-PATH.patch \ | 32 | file://0010-configure-lookup-meson-exutable-from-PATH.patch \ |
| 33 | file://0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch \ | 33 | file://0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch \ |
| 34 | file://0001-sched_attr-Do-not-define-for-glibc-2.41.patch \ | ||
| 35 | file://qemu-guest-agent.init \ | 34 | file://qemu-guest-agent.init \ |
| 36 | file://qemu-guest-agent.udev \ | 35 | file://qemu-guest-agent.udev \ |
| 37 | " | 36 | " |
| @@ -39,7 +38,7 @@ SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \ | |||
| 39 | UPSTREAM_CHECK_URI = "https://www.qemu.org" | 38 | UPSTREAM_CHECK_URI = "https://www.qemu.org" |
| 40 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" | 39 | UPSTREAM_CHECK_REGEX = "qemu-(?P<pver>\d+(\.\d+)+)\.tar" |
| 41 | 40 | ||
| 42 | SRC_URI[sha256sum] = "f859f0bc65e1f533d040bbe8c92bcfecee5af2c921a6687c652fb44d089bd894" | 41 | SRC_URI[sha256sum] = "baed494270c361bf69816acc84512e3efed71c7a23f76691642b80bc3de7693e" |
| 43 | 42 | ||
| 44 | 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." | 43 | 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." |
| 45 | 44 | ||
diff --git a/meta/recipes-devtools/qemu/qemu/0001-qemu-Add-addition-environment-space-to-boot-loader-q.patch b/meta/recipes-devtools/qemu/qemu/0001-qemu-Add-addition-environment-space-to-boot-loader-q.patch index 5e21855c50..7ca79b0e0b 100644 --- a/meta/recipes-devtools/qemu/qemu/0001-qemu-Add-addition-environment-space-to-boot-loader-q.patch +++ b/meta/recipes-devtools/qemu/qemu/0001-qemu-Add-addition-environment-space-to-boot-loader-q.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 930b75aeade33690cec4bf748a954401da2be782 Mon Sep 17 00:00:00 2001 | 1 | From 29dce25c090792e360a1c1ff081af25d63d7df29 Mon Sep 17 00:00:00 2001 |
| 2 | From: Jason Wessel <jason.wessel@windriver.com> | 2 | From: Jason Wessel <jason.wessel@windriver.com> |
| 3 | Date: Fri, 28 Mar 2014 17:42:43 +0800 | 3 | Date: Fri, 28 Mar 2014 17:42:43 +0800 |
| 4 | Subject: [PATCH] qemu: Add addition environment space to boot loader | 4 | Subject: [PATCH] qemu: Add addition environment space to boot loader |
| @@ -18,7 +18,7 @@ Signed-off-by: Roy Li <rongqing.li@windriver.com> | |||
| 18 | 1 file changed, 1 insertion(+), 1 deletion(-) | 18 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 19 | 19 | ||
| 20 | diff --git a/hw/mips/malta.c b/hw/mips/malta.c | 20 | diff --git a/hw/mips/malta.c b/hw/mips/malta.c |
| 21 | index 664a2ae0a..5124b158a 100644 | 21 | index 198da5ba3..736bf0999 100644 |
| 22 | --- a/hw/mips/malta.c | 22 | --- a/hw/mips/malta.c |
| 23 | +++ b/hw/mips/malta.c | 23 | +++ b/hw/mips/malta.c |
| 24 | @@ -64,7 +64,7 @@ | 24 | @@ -64,7 +64,7 @@ |
diff --git a/meta/recipes-devtools/qemu/qemu/0001-sched_attr-Do-not-define-for-glibc-2.41.patch b/meta/recipes-devtools/qemu/qemu/0001-sched_attr-Do-not-define-for-glibc-2.41.patch deleted file mode 100644 index 1233a07ff9..0000000000 --- a/meta/recipes-devtools/qemu/qemu/0001-sched_attr-Do-not-define-for-glibc-2.41.patch +++ /dev/null | |||
| @@ -1,45 +0,0 @@ | |||
| 1 | From 7030c0cd98de9e6c42e69be314204727ae335912 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Thu, 10 Oct 2024 22:40:32 -0700 | ||
| 4 | Subject: [PATCH] sched_attr: Do not define for glibc >= 2.41 | ||
| 5 | |||
| 6 | glibc 2.41+ has added [1] definitions for sched_setattr and sched_getattr functions | ||
| 7 | and struct sched_attr. Therefore, it needs to be checked for here as well before | ||
| 8 | defining sched_attr | ||
| 9 | |||
| 10 | Define sched_attr conditionally on SCHED_ATTR_SIZE_VER0 | ||
| 11 | |||
| 12 | Fixes builds with glibc/trunk | ||
| 13 | |||
| 14 | [1] https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=21571ca0d70302909cf72707b2a7736cf12190a0;hp=298bc488fdc047da37482f4003023cb9adef78f8 | ||
| 15 | |||
| 16 | Upstream-Status: Submitted [https://patchwork.ozlabs.org/project/qemu-devel/patch/20241011193140.1047648-1-raj.khem@gmail.com/] | ||
| 17 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 18 | Cc: Laurent Vivier <laurent@vivier.eu> | ||
| 19 | Cc: Paolo Bonzini <pbonzini@redhat.com> | ||
| 20 | --- | ||
| 21 | linux-user/syscall.c | 4 +++- | ||
| 22 | 1 file changed, 3 insertions(+), 1 deletion(-) | ||
| 23 | |||
| 24 | diff --git a/linux-user/syscall.c b/linux-user/syscall.c | ||
| 25 | index 27aa59594..b2c45b4c4 100644 | ||
| 26 | --- a/linux-user/syscall.c | ||
| 27 | +++ b/linux-user/syscall.c | ||
| 28 | @@ -361,7 +361,8 @@ _syscall3(int, sys_sched_getaffinity, pid_t, pid, unsigned int, len, | ||
| 29 | #define __NR_sys_sched_setaffinity __NR_sched_setaffinity | ||
| 30 | _syscall3(int, sys_sched_setaffinity, pid_t, pid, unsigned int, len, | ||
| 31 | unsigned long *, user_mask_ptr); | ||
| 32 | -/* sched_attr is not defined in glibc */ | ||
| 33 | +/* sched_attr is not defined in glibc < 2.41 */ | ||
| 34 | +#ifndef SCHED_ATTR_SIZE_VER0 | ||
| 35 | struct sched_attr { | ||
| 36 | uint32_t size; | ||
| 37 | uint32_t sched_policy; | ||
| 38 | @@ -374,6 +375,7 @@ struct sched_attr { | ||
| 39 | uint32_t sched_util_min; | ||
| 40 | uint32_t sched_util_max; | ||
| 41 | }; | ||
| 42 | +#endif | ||
| 43 | #define __NR_sys_sched_getattr __NR_sched_getattr | ||
| 44 | _syscall4(int, sys_sched_getattr, pid_t, pid, struct sched_attr *, attr, | ||
| 45 | unsigned int, size, unsigned int, flags); | ||
diff --git a/meta/recipes-devtools/qemu/qemu/0002-apic-fixup-fallthrough-to-PIC.patch b/meta/recipes-devtools/qemu/qemu/0002-apic-fixup-fallthrough-to-PIC.patch index bcb0d0c0da..292c542442 100644 --- a/meta/recipes-devtools/qemu/qemu/0002-apic-fixup-fallthrough-to-PIC.patch +++ b/meta/recipes-devtools/qemu/qemu/0002-apic-fixup-fallthrough-to-PIC.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 1ba58dbd2dce4e6ccaf3be3ad5c9ecc22565313f Mon Sep 17 00:00:00 2001 | 1 | From e069c66ccf29fb13ef5938b68f5362737b64d638 Mon Sep 17 00:00:00 2001 |
| 2 | From: Mark Asselstine <mark.asselstine@windriver.com> | 2 | From: Mark Asselstine <mark.asselstine@windriver.com> |
| 3 | Date: Tue, 26 Feb 2013 11:43:28 -0500 | 3 | Date: Tue, 26 Feb 2013 11:43:28 -0500 |
| 4 | Subject: [PATCH] apic: fixup fallthrough to PIC | 4 | Subject: [PATCH] apic: fixup fallthrough to PIC |
diff --git a/meta/recipes-devtools/qemu/qemu/0004-qemu-Do-not-include-file-if-not-exists.patch b/meta/recipes-devtools/qemu/qemu/0004-qemu-Do-not-include-file-if-not-exists.patch index 2b4f2b17ca..ecfddfc0e1 100644 --- a/meta/recipes-devtools/qemu/qemu/0004-qemu-Do-not-include-file-if-not-exists.patch +++ b/meta/recipes-devtools/qemu/qemu/0004-qemu-Do-not-include-file-if-not-exists.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 081c1e4ee93b22ec00136db45c36650427213c09 Mon Sep 17 00:00:00 2001 | 1 | From 24e16b32dd0a4136ac30f8e2d48e266892814de6 Mon Sep 17 00:00:00 2001 |
| 2 | From: Oleksiy Obitotskyy <oobitots@cisco.com> | 2 | From: Oleksiy Obitotskyy <oobitots@cisco.com> |
| 3 | Date: Wed, 25 Mar 2020 21:21:35 +0200 | 3 | Date: Wed, 25 Mar 2020 21:21:35 +0200 |
| 4 | Subject: [PATCH] qemu: Do not include file if not exists | 4 | Subject: [PATCH] qemu: Do not include file if not exists |
| @@ -16,10 +16,10 @@ Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> | |||
| 16 | 1 file changed, 2 insertions(+) | 16 | 1 file changed, 2 insertions(+) |
| 17 | 17 | ||
| 18 | diff --git a/linux-user/syscall.c b/linux-user/syscall.c | 18 | diff --git a/linux-user/syscall.c b/linux-user/syscall.c |
| 19 | index 9d5415674..22df46859 100644 | 19 | index 549e39e19..439c7beb0 100644 |
| 20 | --- a/linux-user/syscall.c | 20 | --- a/linux-user/syscall.c |
| 21 | +++ b/linux-user/syscall.c | 21 | +++ b/linux-user/syscall.c |
| 22 | @@ -117,7 +117,9 @@ | 22 | @@ -116,7 +116,9 @@ |
| 23 | #include <linux/blkpg.h> | 23 | #include <linux/blkpg.h> |
| 24 | #include <netpacket/packet.h> | 24 | #include <netpacket/packet.h> |
| 25 | #include <linux/netlink.h> | 25 | #include <linux/netlink.h> |
diff --git a/meta/recipes-devtools/qemu/qemu/0005-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch b/meta/recipes-devtools/qemu/qemu/0005-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch index 26ddf5e597..0e22a4fd86 100644 --- a/meta/recipes-devtools/qemu/qemu/0005-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch +++ b/meta/recipes-devtools/qemu/qemu/0005-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 76efeccfd73a76834ac1c75d3c94de1899085714 Mon Sep 17 00:00:00 2001 | 1 | From ef7497674b2d41cffcb90f36bfe145c4951a03ba Mon Sep 17 00:00:00 2001 |
| 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> | 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> |
| 3 | Date: Fri, 8 Jan 2021 17:27:06 +0000 | 3 | Date: Fri, 8 Jan 2021 17:27:06 +0000 |
| 4 | Subject: [PATCH] qemu: Add some user space mmap tweaks to address musl 32 bit | 4 | Subject: [PATCH] qemu: Add some user space mmap tweaks to address musl 32 bit |
diff --git a/meta/recipes-devtools/qemu/qemu/0006-qemu-Determinism-fixes.patch b/meta/recipes-devtools/qemu/qemu/0006-qemu-Determinism-fixes.patch index 059257bce0..33de959fa4 100644 --- a/meta/recipes-devtools/qemu/qemu/0006-qemu-Determinism-fixes.patch +++ b/meta/recipes-devtools/qemu/qemu/0006-qemu-Determinism-fixes.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 09e8fac984cea71867c0b7a05b0dd8f7025bd25a Mon Sep 17 00:00:00 2001 | 1 | From b0862cf4fecc11a181bc8c6602c7d09812148249 Mon Sep 17 00:00:00 2001 |
| 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> | 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> |
| 3 | Date: Mon, 1 Mar 2021 13:00:47 +0000 | 3 | Date: Mon, 1 Mar 2021 13:00:47 +0000 |
| 4 | Subject: [PATCH] qemu: Determinism fixes | 4 | Subject: [PATCH] qemu: Determinism fixes |
diff --git a/meta/recipes-devtools/qemu/qemu/0007-tests-meson.build-use-relative-path-to-refer-to-file.patch b/meta/recipes-devtools/qemu/qemu/0007-tests-meson.build-use-relative-path-to-refer-to-file.patch index cd919048f4..335d50be46 100644 --- a/meta/recipes-devtools/qemu/qemu/0007-tests-meson.build-use-relative-path-to-refer-to-file.patch +++ b/meta/recipes-devtools/qemu/qemu/0007-tests-meson.build-use-relative-path-to-refer-to-file.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 1a574aa22c9b3700af7e5c0901abef59c72bb874 Mon Sep 17 00:00:00 2001 | 1 | From 7bce3a9379b09dfa7d24a377a9f7f1c6a2f8bdde Mon Sep 17 00:00:00 2001 |
| 2 | From: Changqing Li <changqing.li@windriver.com> | 2 | From: Changqing Li <changqing.li@windriver.com> |
| 3 | Date: Thu, 14 Jan 2021 06:33:04 +0000 | 3 | Date: Thu, 14 Jan 2021 06:33:04 +0000 |
| 4 | Subject: [PATCH] tests/meson.build: use relative path to refer to files | 4 | Subject: [PATCH] tests/meson.build: use relative path to refer to files |
| @@ -17,10 +17,10 @@ Signed-off-by: Changqing Li <changqing.li@windriver.com> | |||
| 17 | 1 file changed, 3 insertions(+), 3 deletions(-) | 17 | 1 file changed, 3 insertions(+), 3 deletions(-) |
| 18 | 18 | ||
| 19 | diff --git a/tests/unit/meson.build b/tests/unit/meson.build | 19 | diff --git a/tests/unit/meson.build b/tests/unit/meson.build |
| 20 | index 490ab8182..d19ee5606 100644 | 20 | index d5248ae51..2c581f055 100644 |
| 21 | --- a/tests/unit/meson.build | 21 | --- a/tests/unit/meson.build |
| 22 | +++ b/tests/unit/meson.build | 22 | +++ b/tests/unit/meson.build |
| 23 | @@ -128,17 +128,17 @@ endif | 23 | @@ -127,17 +127,17 @@ endif |
| 24 | 24 | ||
| 25 | if have_system | 25 | if have_system |
| 26 | tests += { | 26 | tests += { |
diff --git a/meta/recipes-devtools/qemu/qemu/0008-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch b/meta/recipes-devtools/qemu/qemu/0008-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch index 7bbd96df84..3f81154dbf 100644 --- a/meta/recipes-devtools/qemu/qemu/0008-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch +++ b/meta/recipes-devtools/qemu/qemu/0008-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 06b5b26a0a1f7687576d90066e492cf2665fff1d Mon Sep 17 00:00:00 2001 | 1 | From 2c2fde4042578ee29714a6421c33e00c4301d744 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Mon, 21 Mar 2022 10:09:38 -0700 | 3 | Date: Mon, 21 Mar 2022 10:09:38 -0700 |
| 4 | Subject: [PATCH] Define MAP_SYNC and MAP_SHARED_VALIDATE on needed linux | 4 | Subject: [PATCH] Define MAP_SYNC and MAP_SHARED_VALIDATE on needed linux |
diff --git a/meta/recipes-devtools/qemu/qemu/0010-configure-lookup-meson-exutable-from-PATH.patch b/meta/recipes-devtools/qemu/qemu/0010-configure-lookup-meson-exutable-from-PATH.patch index f20851bff0..4a777dee52 100644 --- a/meta/recipes-devtools/qemu/qemu/0010-configure-lookup-meson-exutable-from-PATH.patch +++ b/meta/recipes-devtools/qemu/qemu/0010-configure-lookup-meson-exutable-from-PATH.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 2e9642b9001df523628ab2cacbbbf2b208c49437 Mon Sep 17 00:00:00 2001 | 1 | From b3435faf13837f487231a01c2dca45a260ae323c Mon Sep 17 00:00:00 2001 |
| 2 | From: =?UTF-8?q?Martin=20Hundeb=C3=B8ll?= <martin@geanix.com> | 2 | From: =?UTF-8?q?Martin=20Hundeb=C3=B8ll?= <martin@geanix.com> |
| 3 | Date: Wed, 22 May 2024 14:02:55 +0200 | 3 | Date: Wed, 22 May 2024 14:02:55 +0200 |
| 4 | Subject: [PATCH] configure: lookup meson exutable from PATH | 4 | Subject: [PATCH] configure: lookup meson exutable from PATH |
| @@ -9,10 +9,10 @@ Upstream-Status: Inappropriate [workaround, would need a real fix for upstream] | |||
| 9 | 1 file changed, 1 insertion(+), 6 deletions(-) | 9 | 1 file changed, 1 insertion(+), 6 deletions(-) |
| 10 | 10 | ||
| 11 | diff --git a/configure b/configure | 11 | diff --git a/configure b/configure |
| 12 | index d08b71f14..af0bd2c66 100755 | 12 | index 18336376b..2b014b97c 100755 |
| 13 | --- a/configure | 13 | --- a/configure |
| 14 | +++ b/configure | 14 | +++ b/configure |
| 15 | @@ -958,12 +958,7 @@ mkvenv="$python ${source_path}/python/scripts/mkvenv.py" | 15 | @@ -1002,12 +1002,7 @@ mkvenv="$python ${source_path}/python/scripts/mkvenv.py" |
| 16 | $mkvenv ensuregroup --dir "${source_path}/python/wheels" \ | 16 | $mkvenv ensuregroup --dir "${source_path}/python/wheels" \ |
| 17 | ${source_path}/pythondeps.toml meson || exit 1 | 17 | ${source_path}/pythondeps.toml meson || exit 1 |
| 18 | 18 | ||
diff --git a/meta/recipes-devtools/qemu/qemu/0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch b/meta/recipes-devtools/qemu/qemu/0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch index 4adb2e5fa5..f949206717 100644 --- a/meta/recipes-devtools/qemu/qemu/0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch +++ b/meta/recipes-devtools/qemu/qemu/0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 68a13afd6606c2aaf1f0debd325d7314aaa61411 Mon Sep 17 00:00:00 2001 | 1 | From 81b55a014b2e5f0863a5a3fd584168c9d4ce9eb8 Mon Sep 17 00:00:00 2001 |
| 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> | 2 | From: Richard Purdie <richard.purdie@linuxfoundation.org> |
| 3 | Date: Wed, 22 May 2024 13:58:23 +0200 | 3 | Date: Wed, 22 May 2024 13:58:23 +0200 |
| 4 | Subject: [PATCH] qemu: Ensure pip and the python venv aren't used for meson | 4 | 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> | |||
| 29 | 1 file changed, 2 insertions(+), 2 deletions(-) | 29 | 1 file changed, 2 insertions(+), 2 deletions(-) |
| 30 | 30 | ||
| 31 | diff --git a/configure b/configure | 31 | diff --git a/configure b/configure |
| 32 | index af0bd2c66..88dab6a95 100755 | 32 | index 2b014b97c..45dc8b146 100755 |
| 33 | --- a/configure | 33 | --- a/configure |
| 34 | +++ b/configure | 34 | +++ b/configure |
| 35 | @@ -944,14 +944,14 @@ python="$(command -v "$python")" | 35 | @@ -988,14 +988,14 @@ python="$(command -v "$python")" |
| 36 | echo "python determined to be '$python'" | 36 | echo "python determined to be '$python'" |
| 37 | echo "python version: $($python --version)" | 37 | echo "python version: $($python --version)" |
| 38 | 38 | ||
diff --git a/meta/recipes-devtools/qemu/qemu/fix-strerrorname_np.patch b/meta/recipes-devtools/qemu/qemu/fix-strerrorname_np.patch index b57c481183..ca667692b0 100644 --- a/meta/recipes-devtools/qemu/qemu/fix-strerrorname_np.patch +++ b/meta/recipes-devtools/qemu/qemu/fix-strerrorname_np.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 9de5de85fa917af58e7bc9cdd88f8f7ef8da2ca9 Mon Sep 17 00:00:00 2001 | 1 | From 6e5a6d44950c48957f3906294b8efd6a76b91576 Mon Sep 17 00:00:00 2001 |
| 2 | From: Natanael Copa <ncopa@alpinelinux.org> | 2 | From: Natanael Copa <ncopa@alpinelinux.org> |
| 3 | Date: Wed, 18 Sep 2024 16:19:37 -0700 | 3 | Date: Wed, 18 Sep 2024 16:19:37 -0700 |
| 4 | Subject: [PATCH] target/riscv/kvm: do not use non-portable strerrorname_np() | 4 | Subject: [PATCH] target/riscv/kvm: do not use non-portable strerrorname_np() |
| @@ -20,10 +20,10 @@ Signed-off-by: Natanael Copa <ncopa@alpinelinux.org> | |||
| 20 | 1 file changed, 1 insertion(+), 2 deletions(-) | 20 | 1 file changed, 1 insertion(+), 2 deletions(-) |
| 21 | 21 | ||
| 22 | diff --git a/target/riscv/kvm/kvm-cpu.c b/target/riscv/kvm/kvm-cpu.c | 22 | diff --git a/target/riscv/kvm/kvm-cpu.c b/target/riscv/kvm/kvm-cpu.c |
| 23 | index f6e3156b8..fad9eb21c 100644 | 23 | index c53ca1f76..3c67129ef 100644 |
| 24 | --- a/target/riscv/kvm/kvm-cpu.c | 24 | --- a/target/riscv/kvm/kvm-cpu.c |
| 25 | +++ b/target/riscv/kvm/kvm-cpu.c | 25 | +++ b/target/riscv/kvm/kvm-cpu.c |
| 26 | @@ -1859,8 +1859,7 @@ static bool kvm_cpu_realize(CPUState *cs, Error **errp) | 26 | @@ -1870,8 +1870,7 @@ static bool kvm_cpu_realize(CPUState *cs, Error **errp) |
| 27 | if (riscv_has_ext(&cpu->env, RVV)) { | 27 | if (riscv_has_ext(&cpu->env, RVV)) { |
| 28 | ret = prctl(PR_RISCV_V_SET_CONTROL, PR_RISCV_V_VSTATE_CTRL_ON); | 28 | ret = prctl(PR_RISCV_V_SET_CONTROL, PR_RISCV_V_VSTATE_CTRL_ON); |
| 29 | if (ret) { | 29 | if (ret) { |
diff --git a/meta/recipes-devtools/qemu/qemu_9.2.0.bb b/meta/recipes-devtools/qemu/qemu_9.2.3.bb index dc1352232e..dc1352232e 100644 --- a/meta/recipes-devtools/qemu/qemu_9.2.0.bb +++ b/meta/recipes-devtools/qemu/qemu_9.2.3.bb | |||
