Skip to content

Commit 82c92b2

Browse files
committed
hosttools: update to qemu 10.0.0
Signed-off-by: Anas Nashif <[email protected]>
1 parent 3093eef commit 82c92b2

16 files changed

+30
-13212
lines changed

meta-zephyr-sdk/recipes-devtools/qemu/files/0001-qemu-Add-addition-environment-space-to-boot-loader-q.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 930b75aeade33690cec4bf748a954401da2be782 Mon Sep 17 00:00:00 2001
1+
From 41b238e15df84a4181a2b39cfbcc52a08f9fdbba Mon Sep 17 00:00:00 2001
22
From: Jason Wessel <[email protected]>
33
Date: Fri, 28 Mar 2014 17:42:43 +0800
44
Subject: [PATCH] qemu: Add addition environment space to boot loader
@@ -18,10 +18,10 @@ Signed-off-by: Roy Li <[email protected]>
1818
1 file changed, 1 insertion(+), 1 deletion(-)
1919

2020
diff --git a/hw/mips/malta.c b/hw/mips/malta.c
21-
index 664a2ae0a..5124b158a 100644
21+
index 8e9cea70b..2268a8b61 100644
2222
--- a/hw/mips/malta.c
2323
+++ b/hw/mips/malta.c
24-
@@ -64,7 +64,7 @@
24+
@@ -65,7 +65,7 @@
2525
#define ENVP_PADDR 0x2000
2626
#define ENVP_VADDR cpu_mips_phys_to_kseg0(NULL, ENVP_PADDR)
2727
#define ENVP_NB_ENTRIES 16

meta-zephyr-sdk/recipes-devtools/qemu/files/0001-sched_attr-Do-not-define-for-glibc-2.41.patch

Lines changed: 0 additions & 45 deletions
This file was deleted.

meta-zephyr-sdk/recipes-devtools/qemu/files/0001-target-xtensa-add-translation-for-wsr.mpucfg.patch

Lines changed: 0 additions & 36 deletions
This file was deleted.

meta-zephyr-sdk/recipes-devtools/qemu/files/0002-apic-fixup-fallthrough-to-PIC.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 1ba58dbd2dce4e6ccaf3be3ad5c9ecc22565313f Mon Sep 17 00:00:00 2001
1+
From 70697264fc5aa9679c5f1cdcb590252254c44983 Mon Sep 17 00:00:00 2001
22
From: Mark Asselstine <[email protected]>
33
Date: Tue, 26 Feb 2013 11:43:28 -0500
44
Subject: [PATCH] apic: fixup fallthrough to PIC
@@ -29,10 +29,10 @@ Signed-off-by: He Zhe <[email protected]>
2929
1 file changed, 1 insertion(+), 1 deletion(-)
3030

3131
diff --git a/hw/intc/apic.c b/hw/intc/apic.c
32-
index 4186c57b3..43cd805a9 100644
32+
index d18c1dbf2..45dde1fc5 100644
3333
--- a/hw/intc/apic.c
3434
+++ b/hw/intc/apic.c
35-
@@ -759,7 +759,7 @@ int apic_accept_pic_intr(DeviceState *dev)
35+
@@ -758,7 +758,7 @@ int apic_accept_pic_intr(DeviceState *dev)
3636
APICCommonState *s = APIC(dev);
3737
uint32_t lvt0;
3838

0 commit comments

Comments
 (0)