1
Nothing too exciting, but does include the last bits of v8.1M support work.
1
Hi; here's a target-arm pullreq to go in before softfreeze.
2
This is actually pretty much entirely bugfixes (since the
3
SEL2 timers we implement here are a missing part of a feature
4
we claim to already implement).
2
5
6
thanks
3
-- PMM
7
-- PMM
4
8
5
The following changes since commit e79de63ab1bd1f6550e7b915e433bec1ad1a870a:
9
The following changes since commit 98c7362b1efe651327385a25874a73e008c6549e:
6
10
7
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210107' into staging (2021-01-07 20:34:05 +0000)
11
Merge tag 'accel-cpus-20250306' of https://github.com/philmd/qemu into staging (2025-03-07 07:39:49 +0800)
8
12
9
are available in the Git repository at:
13
are available in the Git repository at:
10
14
11
https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210108
15
https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20250307
12
16
13
for you to fetch changes up to c9f8511ea8d2b80723af0fea1f716d752c1b5208:
17
for you to fetch changes up to 0ce0739d46983e5e88fa9c149cb305689c9d8c6f:
14
18
15
docs/system: arm: Add sabrelite board description (2021-01-08 15:13:39 +0000)
19
target/rx: Remove TCG_CALL_NO_WG from helpers which write env (2025-03-07 15:03:20 +0000)
16
20
17
----------------------------------------------------------------
21
----------------------------------------------------------------
18
target-arm queue:
22
target-arm queue:
19
* intc/arm_gic: Fix gic_irq_signaling_enabled() for vCPUs
23
* hw/arm/smmu-common: Remove the repeated ttb field
20
* target/arm: Fix MTE0_ACTIVE
24
* hw/gpio: npcm7xx: fixup out-of-bounds access
21
* target/arm: Implement v8.1M and Cortex-M55 model
25
* tests/functional/test_arm_sx1: Check whether the serial console is working
22
* hw/arm/highbank: Drop dead KVM support code
26
* target/arm: Fix minor bugs in generic timer register handling
23
* util/qemu-timer: Make timer_free() imply timer_del()
27
* target/arm: Implement SEL2 physical and virtual timers
24
* various devices: Use ptimer_free() in finalize function
28
* target/arm: Correct STRD, LDRD atomicity and fault behaviour
25
* docs/system: arm: Add sabrelite board description
29
* target/arm: Make dummy debug registers RAZ, not NOP
26
* sabrelite: Minor fixes to allow booting U-Boot
30
* util/qemu-timer.c: Don't warp timer from timerlist_rearm()
31
* include/exec/memop.h: Expand comment for MO_ATOM_SUBALIGN
32
* hw/arm/smmu: Introduce smmu_configs_inv_sid_range() helper
33
* target/rx: Set exception vector base to 0xffffff80
34
* target/rx: Remove TCG_CALL_NO_WG from helpers which write env
27
35
28
----------------------------------------------------------------
36
----------------------------------------------------------------
29
Andrew Jones (1):
37
Alex Bennée (4):
30
hw/arm/virt: Remove virt machine state 'smp_cpus'
38
target/arm: Implement SEL2 physical and virtual timers
39
target/arm: Document the architectural names of our GTIMERs
40
hw/arm: enable secure EL2 timers for virt machine
41
hw/arm: enable secure EL2 timers for sbsa machine
31
42
32
Bin Meng (4):
43
JianChunfu (2):
33
hw/misc: imx6_ccm: Update PMU_MISC0 reset value
44
hw/arm/smmu-common: Remove the repeated ttb field
34
hw/msic: imx6_ccm: Correct register value for silicon type
45
hw/arm/smmu: Introduce smmu_configs_inv_sid_range() helper
35
hw/arm: sabrelite: Connect the Ethernet PHY at address 6
36
docs/system: arm: Add sabrelite board description
37
46
38
Edgar E. Iglesias (1):
47
Keith Packard (2):
39
intc/arm_gic: Fix gic_irq_signaling_enabled() for vCPUs
48
target/rx: Set exception vector base to 0xffffff80
49
target/rx: Remove TCG_CALL_NO_WG from helpers which write env
40
50
41
Gan Qixin (7):
51
Patrick Venture (1):
42
digic-timer: Use ptimer_free() in the finalize function to avoid memleaks
52
hw/gpio: npcm7xx: fixup out-of-bounds access
43
allwinner-a10-pit: Use ptimer_free() in the finalize function to avoid memleaks
44
exynos4210_rtc: Use ptimer_free() in the finalize function to avoid memleaks
45
exynos4210_pwm: Use ptimer_free() in the finalize function to avoid memleaks
46
mss-timer: Use ptimer_free() in the finalize function to avoid memleaks
47
musicpal: Use ptimer_free() in the finalize function to avoid memleaks
48
exynos4210_mct: Use ptimer_free() in the finalize function to avoid memleaks
49
53
50
Peter Maydell (9):
54
Peter Maydell (11):
51
hw/intc/armv7m_nvic: Correct handling of CCR.BFHFNMIGN
55
target/arm: Apply correct timer offset when calculating deadlines
52
target/arm: Correct store of FPSCR value via FPCXT_S
56
target/arm: Don't apply CNTVOFF_EL2 for EL2_VIRT timer
53
target/arm: Implement FPCXT_NS fp system register
57
target/arm: Make CNTPS_* UNDEF from Secure EL1 when Secure EL2 is enabled
54
target/arm: Implement Cortex-M55 model
58
target/arm: Always apply CNTVOFF_EL2 for CNTV_TVAL_EL02 accesses
55
hw/arm/highbank: Drop dead KVM support code
59
target/arm: Refactor handling of timer offset for direct register accesses
56
util/qemu-timer: Make timer_free() imply timer_del()
60
target/arm: Correct LDRD atomicity and fault behaviour
57
scripts/coccinelle: New script to remove unnecessary timer_del() calls
61
target/arm: Correct STRD atomicity
58
Remove superfluous timer_del() calls
62
target/arm: Drop unused address_offset from op_addr_{rr, ri}_post()
59
target/arm: Remove timer_del()/timer_deinit() before timer_free()
63
target/arm: Make dummy debug registers RAZ, not NOP
64
util/qemu-timer.c: Don't warp timer from timerlist_rearm()
65
include/exec/memop.h: Expand comment for MO_ATOM_SUBALIGN
60
66
61
Richard Henderson (1):
67
Thomas Huth (1):
62
target/arm: Fix MTE0_ACTIVE
68
tests/functional/test_arm_sx1: Check whether the serial console is working
63
69
64
docs/system/arm/sabrelite.rst | 119 ++++++++++++++++++++++++++
70
MAINTAINERS | 1 +
65
docs/system/target-arm.rst | 1 +
71
hw/arm/smmu-internal.h | 5 -
66
scripts/coccinelle/timer-del-timer-free.cocci | 18 ++++
72
include/exec/memop.h | 8 +-
67
include/hw/arm/virt.h | 3 +-
73
include/hw/arm/bsa.h | 2 +
68
include/qemu/timer.h | 24 +++---
74
include/hw/arm/smmu-common.h | 7 +-
69
block/iscsi.c | 2 -
75
target/arm/cpu.h | 2 +
70
block/nbd.c | 1 -
76
target/arm/gtimer.h | 14 +-
71
block/qcow2.c | 1 -
77
target/arm/internals.h | 5 +-
72
hw/arm/highbank.c | 14 +--
78
target/rx/helper.h | 34 ++--
73
hw/arm/musicpal.c | 12 +++
79
hw/arm/sbsa-ref.c | 2 +
74
hw/arm/sabrelite.c | 4 +
80
hw/arm/smmu-common.c | 21 +++
75
hw/arm/virt-acpi-build.c | 9 +-
81
hw/arm/smmuv3.c | 19 +--
76
hw/arm/virt.c | 21 +++--
82
hw/arm/virt.c | 2 +
77
hw/block/nvme.c | 2 -
83
hw/gpio/npcm7xx_gpio.c | 3 +-
78
hw/char/serial.c | 2 -
84
target/arm/cpu.c | 4 +
79
hw/char/virtio-serial-bus.c | 2 -
85
target/arm/debug_helper.c | 7 +-
80
hw/ide/core.c | 1 -
86
target/arm/helper.c | 324 ++++++++++++++++++++++++++++++++-------
81
hw/input/hid.c | 1 -
87
target/arm/tcg/op_helper.c | 8 +-
82
hw/intc/apic.c | 1 -
88
target/arm/tcg/translate.c | 147 +++++++++++-------
83
hw/intc/arm_gic.c | 4 +-
89
target/rx/helper.c | 2 +-
84
hw/intc/armv7m_nvic.c | 15 ++++
90
util/qemu-timer.c | 4 -
85
hw/intc/ioapic.c | 1 -
91
hw/arm/trace-events | 3 +-
86
hw/ipmi/ipmi_bmc_extern.c | 1 -
92
tests/functional/test_arm_sx1.py | 7 +-
87
hw/misc/imx6_ccm.c | 4 +-
93
23 files changed, 455 insertions(+), 176 deletions(-)
88
hw/net/e1000.c | 3 -
89
hw/net/e1000e_core.c | 8 --
90
hw/net/pcnet-pci.c | 1 -
91
hw/net/rtl8139.c | 1 -
92
hw/net/spapr_llan.c | 1 -
93
hw/net/virtio-net.c | 2 -
94
hw/rtc/exynos4210_rtc.c | 9 ++
95
hw/s390x/s390-pci-inst.c | 1 -
96
hw/sd/sd.c | 1 -
97
hw/sd/sdhci.c | 2 -
98
hw/timer/allwinner-a10-pit.c | 11 +++
99
hw/timer/digic-timer.c | 8 ++
100
hw/timer/exynos4210_mct.c | 14 +++
101
hw/timer/exynos4210_pwm.c | 11 +++
102
hw/timer/mss-timer.c | 13 +++
103
hw/usb/dev-hub.c | 1 -
104
hw/usb/hcd-ehci.c | 1 -
105
hw/usb/hcd-ohci-pci.c | 1 -
106
hw/usb/hcd-uhci.c | 1 -
107
hw/usb/hcd-xhci.c | 1 -
108
hw/usb/redirect.c | 1 -
109
hw/vfio/display.c | 1 -
110
hw/virtio/vhost-vsock-common.c | 1 -
111
hw/virtio/virtio-balloon.c | 1 -
112
hw/virtio/virtio-rng.c | 1 -
113
hw/watchdog/wdt_diag288.c | 1 -
114
hw/watchdog/wdt_i6300esb.c | 1 -
115
migration/colo.c | 1 -
116
monitor/hmp-cmds.c | 1 -
117
net/announce.c | 1 -
118
net/colo-compare.c | 1 -
119
net/slirp.c | 1 -
120
replay/replay-debugging.c | 1 -
121
target/arm/cpu.c | 2 -
122
target/arm/cpu_tcg.c | 42 +++++++++
123
target/arm/helper.c | 2 +-
124
target/s390x/cpu.c | 2 -
125
ui/console.c | 1 -
126
ui/spice-core.c | 1 -
127
util/throttle.c | 1 -
128
target/arm/translate-vfp.c.inc | 114 ++++++++++++++++++++++--
129
65 files changed, 421 insertions(+), 111 deletions(-)
130
create mode 100644 docs/system/arm/sabrelite.rst
131
create mode 100644 scripts/coccinelle/timer-del-timer-free.cocci
132
94
diff view generated by jsdifflib
1
From: Bin Meng <bin.meng@windriver.com>
1
From: JianChunfu <jansef.jian@hj-micro.com>
2
2
3
This adds the target guide for SABRE Lite board, and documents how
3
SMMUTransCfg->ttb is never used in QEMU, TT base address
4
to boot a Linux kernel and U-Boot bootloader.
4
can be accessed by SMMUTransCfg->tt[i]->ttb.
5
5
6
Signed-off-by: Bin Meng <bin.meng@windriver.com>
6
Signed-off-by: JianChunfu <jansef.jian@hj-micro.com>
7
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
7
Reviewed-by: Eric Auger <eric.auger@redhat.com>
8
Message-id: 20210106063504.10841-5-bmeng.cn@gmail.com
8
Message-id: 20250221031034.69822-1-jansef.jian@hj-micro.com
9
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
9
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
10
---
10
---
11
docs/system/arm/sabrelite.rst | 119 ++++++++++++++++++++++++++++++++++
11
include/hw/arm/smmu-common.h | 1 -
12
docs/system/target-arm.rst | 1 +
12
1 file changed, 1 deletion(-)
13
2 files changed, 120 insertions(+)
14
create mode 100644 docs/system/arm/sabrelite.rst
15
13
16
diff --git a/docs/system/arm/sabrelite.rst b/docs/system/arm/sabrelite.rst
14
diff --git a/include/hw/arm/smmu-common.h b/include/hw/arm/smmu-common.h
17
new file mode 100644
18
index XXXXXXX..XXXXXXX
19
--- /dev/null
20
+++ b/docs/system/arm/sabrelite.rst
21
@@ -XXX,XX +XXX,XX @@
22
+Boundary Devices SABRE Lite (``sabrelite``)
23
+===========================================
24
+
25
+Boundary Devices SABRE Lite i.MX6 Development Board is a low-cost development
26
+platform featuring the powerful Freescale / NXP Semiconductor's i.MX 6 Quad
27
+Applications Processor.
28
+
29
+Supported devices
30
+-----------------
31
+
32
+The SABRE Lite machine supports the following devices:
33
+
34
+ * Up to 4 Cortex A9 cores
35
+ * Generic Interrupt Controller
36
+ * 1 Clock Controller Module
37
+ * 1 System Reset Controller
38
+ * 5 UARTs
39
+ * 2 EPIC timers
40
+ * 1 GPT timer
41
+ * 2 Watchdog timers
42
+ * 1 FEC Ethernet controller
43
+ * 3 I2C controllers
44
+ * 7 GPIO controllers
45
+ * 4 SDHC storage controllers
46
+ * 4 USB 2.0 host controllers
47
+ * 5 ECSPI controllers
48
+ * 1 SST 25VF016B flash
49
+
50
+Please note above list is a complete superset the QEMU SABRE Lite machine can
51
+support. For a normal use case, a device tree blob that represents a real world
52
+SABRE Lite board, only exposes a subset of devices to the guest software.
53
+
54
+Boot options
55
+------------
56
+
57
+The SABRE Lite machine can start using the standard -kernel functionality
58
+for loading a Linux kernel, U-Boot bootloader or ELF executable.
59
+
60
+Running Linux kernel
61
+--------------------
62
+
63
+Linux mainline v5.10 release is tested at the time of writing. To build a Linux
64
+mainline kernel that can be booted by the SABRE Lite machine, simply configure
65
+the kernel using the imx_v6_v7_defconfig configuration:
66
+
67
+.. code-block:: bash
68
+
69
+ $ export ARCH=arm
70
+ $ export CROSS_COMPILE=arm-linux-gnueabihf-
71
+ $ make imx_v6_v7_defconfig
72
+ $ make
73
+
74
+To boot the newly built Linux kernel in QEMU with the SABRE Lite machine, use:
75
+
76
+.. code-block:: bash
77
+
78
+ $ qemu-system-arm -M sabrelite -smp 4 -m 1G \
79
+ -display none -serial null -serial stdio \
80
+ -kernel arch/arm/boot/zImage \
81
+ -dtb arch/arm/boot/dts/imx6q-sabrelite.dtb \
82
+ -initrd /path/to/rootfs.ext4 \
83
+ -append "root=/dev/ram"
84
+
85
+Running U-Boot
86
+--------------
87
+
88
+U-Boot mainline v2020.10 release is tested at the time of writing. To build a
89
+U-Boot mainline bootloader that can be booted by the SABRE Lite machine, use
90
+the mx6qsabrelite_defconfig with similar commands as described above for Linux:
91
+
92
+.. code-block:: bash
93
+
94
+ $ export CROSS_COMPILE=arm-linux-gnueabihf-
95
+ $ make mx6qsabrelite_defconfig
96
+
97
+Note we need to adjust settings by:
98
+
99
+.. code-block:: bash
100
+
101
+ $ make menuconfig
102
+
103
+then manually select the following configuration in U-Boot:
104
+
105
+ Device Tree Control > Provider of DTB for DT Control > Embedded DTB
106
+
107
+To start U-Boot using the SABRE Lite machine, provide the u-boot binary to
108
+the -kernel argument, along with an SD card image with rootfs:
109
+
110
+.. code-block:: bash
111
+
112
+ $ qemu-system-arm -M sabrelite -smp 4 -m 1G \
113
+ -display none -serial null -serial stdio \
114
+ -kernel u-boot
115
+
116
+The following example shows booting Linux kernel from dhcp, and uses the
117
+rootfs on an SD card. This requires some additional command line parameters
118
+for QEMU:
119
+
120
+.. code-block:: none
121
+
122
+ -nic user,tftp=/path/to/kernel/zImage \
123
+ -drive file=sdcard.img,id=rootfs -device sd-card,drive=rootfs
124
+
125
+The directory for the built-in TFTP server should also contain the device tree
126
+blob of the SABRE Lite board. The sample SD card image was populated with the
127
+root file system with one single partition. You may adjust the kernel "root="
128
+boot parameter accordingly.
129
+
130
+After U-Boot boots, type the following commands in the U-Boot command shell to
131
+boot the Linux kernel:
132
+
133
+.. code-block:: none
134
+
135
+ => setenv ethaddr 00:11:22:33:44:55
136
+ => setenv bootfile zImage
137
+ => dhcp
138
+ => tftpboot 14000000 imx6q-sabrelite.dtb
139
+ => setenv bootargs root=/dev/mmcblk3p1
140
+ => bootz 12000000 - 14000000
141
diff --git a/docs/system/target-arm.rst b/docs/system/target-arm.rst
142
index XXXXXXX..XXXXXXX 100644
15
index XXXXXXX..XXXXXXX 100644
143
--- a/docs/system/target-arm.rst
16
--- a/include/hw/arm/smmu-common.h
144
+++ b/docs/system/target-arm.rst
17
+++ b/include/hw/arm/smmu-common.h
145
@@ -XXX,XX +XXX,XX @@ undocumented; you can get a complete list by running
18
@@ -XXX,XX +XXX,XX @@ typedef struct SMMUTransCfg {
146
arm/versatile
19
/* Used by stage-1 only. */
147
arm/vexpress
20
bool aa64; /* arch64 or aarch32 translation table */
148
arm/aspeed
21
bool record_faults; /* record fault events */
149
+ arm/sabrelite
22
- uint64_t ttb; /* TT base address */
150
arm/digic
23
uint8_t oas; /* output address width */
151
arm/musicpal
24
uint8_t tbi; /* Top Byte Ignore */
152
arm/gumstix
25
int asid;
153
--
26
--
154
2.20.1
27
2.43.0
155
156
diff view generated by jsdifflib
1
From: Bin Meng <bin.meng@windriver.com>
1
From: Patrick Venture <venture@google.com>
2
2
3
At present, when booting U-Boot on QEMU sabrelite, we see:
3
The reg isn't validated to be a possible register before
4
it's dereferenced for one case. The mmio space registered
5
for the gpio device is 4KiB but there aren't that many
6
registers in the struct.
4
7
5
Net: Board Net Initialization Failed
8
Cc: qemu-stable@nongnu.org
6
No ethernet found.
9
Fixes: 526dbbe0874 ("hw/gpio: Add GPIO model for Nuvoton NPCM7xx")
7
10
Signed-off-by: Patrick Venture <venture@google.com>
8
U-Boot scans PHY at address 4/5/6/7 (see board_eth_init() in the
11
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
9
U-Boot source: board/boundary/nitrogen6x/nitrogen6x.c). On the real
12
Message-id: 20250226024603.493148-1-venture@google.com
10
board, the Ethernet PHY is at address 6. Adjust this by updating the
11
"fec-phy-num" property of the fsl_imx6 SoC object.
12
13
With this change, U-Boot sees the PHY but complains MAC address:
14
15
Net: using phy at 6
16
FEC [PRIME]
17
Error: FEC address not set.
18
19
This is due to U-Boot tries to read the MAC address from the fuse,
20
which QEMU does not have any valid content filled in. However this
21
does not prevent the Ethernet from working in QEMU. We just need to
22
set up the MAC address later in the U-Boot command shell, by:
23
24
=> setenv ethaddr 00:11:22:33:44:55
25
26
Signed-off-by: Bin Meng <bin.meng@windriver.com>
27
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
28
Message-id: 20210106063504.10841-4-bmeng.cn@gmail.com
29
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
13
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
30
---
14
---
31
hw/arm/sabrelite.c | 4 ++++
15
hw/gpio/npcm7xx_gpio.c | 3 +--
32
1 file changed, 4 insertions(+)
16
1 file changed, 1 insertion(+), 2 deletions(-)
33
17
34
diff --git a/hw/arm/sabrelite.c b/hw/arm/sabrelite.c
18
diff --git a/hw/gpio/npcm7xx_gpio.c b/hw/gpio/npcm7xx_gpio.c
35
index XXXXXXX..XXXXXXX 100644
19
index XXXXXXX..XXXXXXX 100644
36
--- a/hw/arm/sabrelite.c
20
--- a/hw/gpio/npcm7xx_gpio.c
37
+++ b/hw/arm/sabrelite.c
21
+++ b/hw/gpio/npcm7xx_gpio.c
38
@@ -XXX,XX +XXX,XX @@ static void sabrelite_init(MachineState *machine)
22
@@ -XXX,XX +XXX,XX @@ static void npcm7xx_gpio_regs_write(void *opaque, hwaddr addr, uint64_t v,
39
23
return;
40
s = FSL_IMX6(object_new(TYPE_FSL_IMX6));
24
}
41
object_property_add_child(OBJECT(machine), "soc", OBJECT(s));
25
42
+
26
- diff = s->regs[reg] ^ value;
43
+ /* Ethernet PHY address is 6 */
27
-
44
+ object_property_set_int(OBJECT(s), "fec-phy-num", 6, &error_fatal);
28
switch (reg) {
45
+
29
case NPCM7XX_GPIO_TLOCK1:
46
qdev_realize(DEVICE(s), NULL, &error_fatal);
30
case NPCM7XX_GPIO_TLOCK2:
47
31
@@ -XXX,XX +XXX,XX @@ static void npcm7xx_gpio_regs_write(void *opaque, hwaddr addr, uint64_t v,
48
memory_region_add_subregion(get_system_memory(), FSL_IMX6_MMDC_ADDR,
32
case NPCM7XX_GPIO_PU:
33
case NPCM7XX_GPIO_PD:
34
case NPCM7XX_GPIO_IEM:
35
+ diff = s->regs[reg] ^ value;
36
s->regs[reg] = value;
37
npcm7xx_gpio_update_pins(s, diff);
38
break;
49
--
39
--
50
2.20.1
40
2.43.0
51
41
52
42
diff view generated by jsdifflib
1
From: Bin Meng <bin.meng@windriver.com>
1
From: Thomas Huth <thuth@redhat.com>
2
2
3
Currently when U-Boot boots, it prints "??" for i.MX processor:
3
The kernel that is used in the sx1 test prints the usual Linux log
4
onto the serial console, but this test currently ignores it. To
5
make sure that the serial device is working properly, let's check
6
for some strings in the output here.
4
7
5
CPU: Freescale i.MX?? rev1.0 at 792 MHz
8
While we're at it, also add the test to the corresponding section
9
in the MAINTAINERS file.
6
10
7
The register that was used to determine the silicon type is
11
Signed-off-by: Thomas Huth <thuth@redhat.com>
8
undocumented in the latest IMX6DQRM (Rev. 6, 05/2020), but we
12
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
9
can refer to get_cpu_rev() in arch/arm/mach-imx/mx6/soc.c in
13
Message-id: 20250226104833.1176253-1-thuth@redhat.com
10
the U-Boot source codes that USB_ANALOG_DIGPROG is used.
11
12
Update its reset value to indicate i.MX6Q.
13
14
Signed-off-by: Bin Meng <bin.meng@windriver.com>
15
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
16
Message-id: 20210106063504.10841-3-bmeng.cn@gmail.com
17
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
14
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
18
---
15
---
19
hw/misc/imx6_ccm.c | 2 +-
16
MAINTAINERS | 1 +
20
1 file changed, 1 insertion(+), 1 deletion(-)
17
tests/functional/test_arm_sx1.py | 7 ++++---
18
2 files changed, 5 insertions(+), 3 deletions(-)
21
19
22
diff --git a/hw/misc/imx6_ccm.c b/hw/misc/imx6_ccm.c
20
diff --git a/MAINTAINERS b/MAINTAINERS
23
index XXXXXXX..XXXXXXX 100644
21
index XXXXXXX..XXXXXXX 100644
24
--- a/hw/misc/imx6_ccm.c
22
--- a/MAINTAINERS
25
+++ b/hw/misc/imx6_ccm.c
23
+++ b/MAINTAINERS
26
@@ -XXX,XX +XXX,XX @@ static void imx6_ccm_reset(DeviceState *dev)
24
@@ -XXX,XX +XXX,XX @@ S: Maintained
27
s->analog[USB_ANALOG_USB2_VBUS_DETECT] = 0x00000004;
25
F: hw/*/omap*
28
s->analog[USB_ANALOG_USB2_CHRG_DETECT] = 0x00000000;
26
F: include/hw/arm/omap.h
29
s->analog[USB_ANALOG_USB2_MISC] = 0x00000002;
27
F: docs/system/arm/sx1.rst
30
- s->analog[USB_ANALOG_DIGPROG] = 0x00000000;
28
+F: tests/functional/test_arm_sx1.py
31
+ s->analog[USB_ANALOG_DIGPROG] = 0x00630000;
29
32
30
IPack
33
/* all PLLs need to be locked */
31
M: Alberto Garcia <berto@igalia.com>
34
s->analog[CCM_ANALOG_PLL_ARM] |= CCM_ANALOG_PLL_LOCK;
32
diff --git a/tests/functional/test_arm_sx1.py b/tests/functional/test_arm_sx1.py
33
index XXXXXXX..XXXXXXX 100755
34
--- a/tests/functional/test_arm_sx1.py
35
+++ b/tests/functional/test_arm_sx1.py
36
@@ -XXX,XX +XXX,XX @@ def test_arm_sx1_initrd(self):
37
self.vm.add_args('-append', f'kunit.enable=0 rdinit=/sbin/init {self.CONSOLE_ARGS}')
38
self.vm.add_args('-no-reboot')
39
self.launch_kernel(zimage_path,
40
- initrd=initrd_path)
41
+ initrd=initrd_path,
42
+ wait_for='Boot successful')
43
self.vm.wait(timeout=120)
44
45
def test_arm_sx1_sd(self):
46
@@ -XXX,XX +XXX,XX @@ def test_arm_sx1_sd(self):
47
self.vm.add_args('-no-reboot')
48
self.vm.add_args('-snapshot')
49
self.vm.add_args('-drive', f'format=raw,if=sd,file={sd_fs_path}')
50
- self.launch_kernel(zimage_path)
51
+ self.launch_kernel(zimage_path, wait_for='Boot successful')
52
self.vm.wait(timeout=120)
53
54
def test_arm_sx1_flash(self):
55
@@ -XXX,XX +XXX,XX @@ def test_arm_sx1_flash(self):
56
self.vm.add_args('-no-reboot')
57
self.vm.add_args('-snapshot')
58
self.vm.add_args('-drive', f'format=raw,if=pflash,file={flash_path}')
59
- self.launch_kernel(zimage_path)
60
+ self.launch_kernel(zimage_path, wait_for='Boot successful')
61
self.vm.wait(timeout=120)
62
63
if __name__ == '__main__':
35
--
64
--
36
2.20.1
65
2.43.0
37
66
38
67
diff view generated by jsdifflib
1
From: Gan Qixin <ganqixin@huawei.com>
1
When we are calculating timer deadlines, the correct definition of
2
whether or not to apply an offset to the physical count is described
3
in the Arm ARM DDI4087 rev L.a section D12.2.4.1. This is different
4
from when the offset should be applied for a direct read of the
5
counter sysreg.
2
6
3
When running device-introspect-test, a memory leak occurred in the
7
We got this right for the EL1 physical timer and for the EL1 virtual
4
exynos4210_mct_init function, so use ptimer_free() in the finalize function to
8
timer, but got all the rest wrong: they should be using a zero offset
5
avoid it.
9
always.
6
10
7
ASAN shows memory leak stack:
11
Factor the offset calculation out into a function that has a comment
12
documenting exactly which offset it is calculating and which gets the
13
HYP, SEC, and HYPVIRT cases right.
8
14
9
Indirect leak of 96 byte(s) in 1 object(s) allocated from:
15
Cc: qemu-stable@nongnu.org
10
#0 0xffffab97e1f0 in __interceptor_calloc (/lib64/libasan.so.5+0xee1f0)
16
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
11
#1 0xffffab256800 in g_malloc0 (/lib64/libglib-2.0.so.0+0x56800)
17
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
12
#2 0xaaabf555db78 in ptimer_init /qemu/hw/core/ptimer.c:432
18
Message-id: 20250204125009.2281315-2-peter.maydell@linaro.org
13
#3 0xaaabf56b01a0 in exynos4210_mct_init /qemu/hw/timer/exynos4210_mct.c:1505
19
---
14
#4 0xaaabf6339f6c in object_initialize_with_type /qemu/qom/object.c:515
20
target/arm/helper.c | 29 +++++++++++++++++++++++++++--
15
#5 0xaaabf633a1e0 in object_new_with_type /qemu/qom/object.c:729
21
1 file changed, 27 insertions(+), 2 deletions(-)
16
#6 0xaaabf6375e40 in qmp_device_list_properties /qemu/qom/qom-qmp-cmds.c:153
17
#7 0xaaabf653d8ec in qmp_marshal_device_list_properties /qemu/qapi/qapi-commands-qdev.c:59
18
#8 0xaaabf6587d08 in do_qmp_dispatch_bh /qemu/qapi/qmp-dispatch.c:110
19
#9 0xaaabf6552708 in aio_bh_call /qemu/util/async.c:136
20
#10 0xaaabf6552708 in aio_bh_poll /qemu/util/async.c:164
21
#11 0xaaabf655f19c in aio_dispatch /qemu/util/aio-posix.c:381
22
#12 0xaaabf65523f4 in aio_ctx_dispatch /qemu/util/async.c:306
23
22
24
Reported-by: Euler Robot <euler.robot@huawei.com>
23
diff --git a/target/arm/helper.c b/target/arm/helper.c
25
Signed-off-by: Gan Qixin <ganqixin@huawei.com>
26
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
27
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
28
---
29
hw/timer/exynos4210_mct.c | 14 ++++++++++++++
30
1 file changed, 14 insertions(+)
31
32
diff --git a/hw/timer/exynos4210_mct.c b/hw/timer/exynos4210_mct.c
33
index XXXXXXX..XXXXXXX 100644
24
index XXXXXXX..XXXXXXX 100644
34
--- a/hw/timer/exynos4210_mct.c
25
--- a/target/arm/helper.c
35
+++ b/hw/timer/exynos4210_mct.c
26
+++ b/target/arm/helper.c
36
@@ -XXX,XX +XXX,XX @@ static void exynos4210_mct_init(Object *obj)
27
@@ -XXX,XX +XXX,XX @@ static uint64_t gt_phys_cnt_offset(CPUARMState *env)
37
sysbus_init_mmio(dev, &s->iomem);
28
return gt_phys_raw_cnt_offset(env);
38
}
29
}
39
30
40
+static void exynos4210_mct_finalize(Object *obj)
31
+static uint64_t gt_indirect_access_timer_offset(CPUARMState *env, int timeridx)
41
+{
32
+{
42
+ int i;
33
+ /*
43
+ Exynos4210MCTState *s = EXYNOS4210_MCT(obj);
34
+ * Return the timer offset to use for indirect accesses to the timer.
44
+
35
+ * This is the Offset value as defined in D12.2.4.1 "Operation of the
45
+ ptimer_free(s->g_timer.ptimer_frc);
36
+ * CompareValue views of the timers".
46
+
37
+ *
47
+ for (i = 0; i < 2; i++) {
38
+ * The condition here is not always the same as the condition for
48
+ ptimer_free(s->l_timer[i].tick_timer.ptimer_tick);
39
+ * whether to apply an offset register when doing a direct read of
49
+ ptimer_free(s->l_timer[i].ptimer_frc);
40
+ * the counter sysreg; those conditions are described in the
41
+ * access pseudocode for each counter register.
42
+ */
43
+ switch (timeridx) {
44
+ case GTIMER_PHYS:
45
+ return gt_phys_raw_cnt_offset(env);
46
+ case GTIMER_VIRT:
47
+ return env->cp15.cntvoff_el2;
48
+ case GTIMER_HYP:
49
+ case GTIMER_SEC:
50
+ case GTIMER_HYPVIRT:
51
+ return 0;
52
+ default:
53
+ g_assert_not_reached();
50
+ }
54
+ }
51
+}
55
+}
52
+
56
+
53
static void exynos4210_mct_class_init(ObjectClass *klass, void *data)
57
static void gt_recalc_timer(ARMCPU *cpu, int timeridx)
54
{
58
{
55
DeviceClass *dc = DEVICE_CLASS(klass);
59
ARMGenericTimer *gt = &cpu->env.cp15.c14_timer[timeridx];
56
@@ -XXX,XX +XXX,XX @@ static const TypeInfo exynos4210_mct_info = {
60
@@ -XXX,XX +XXX,XX @@ static void gt_recalc_timer(ARMCPU *cpu, int timeridx)
57
.parent = TYPE_SYS_BUS_DEVICE,
61
* Timer enabled: calculate and set current ISTATUS, irq, and
58
.instance_size = sizeof(Exynos4210MCTState),
62
* reset timer to when ISTATUS next has to change
59
.instance_init = exynos4210_mct_init,
63
*/
60
+ .instance_finalize = exynos4210_mct_finalize,
64
- uint64_t offset = timeridx == GTIMER_VIRT ?
61
.class_init = exynos4210_mct_class_init,
65
- cpu->env.cp15.cntvoff_el2 : gt_phys_raw_cnt_offset(&cpu->env);
62
};
66
+ uint64_t offset = gt_indirect_access_timer_offset(&cpu->env, timeridx);
63
67
uint64_t count = gt_get_countervalue(&cpu->env);
68
/* Note that this must be unsigned 64 bit arithmetic: */
69
int istatus = count - offset >= gt->cval;
64
--
70
--
65
2.20.1
71
2.43.0
66
72
67
73
diff view generated by jsdifflib
1
The Arm CPU finalize function uses a sequence of timer_del(), timer_deinit(),
1
The CNTVOFF_EL2 offset register should only be applied for accessses
2
timer_free() to free the timer. The timer_deinit() step in this was always
2
to CNTVCT_EL0 and for the EL1 virtual timer (CNTV_*). We were
3
unnecessary, and now the timer_del() is implied by timer_free(), so we can
3
incorrectly applying it for the EL2 virtual timer (CNTHV_*).
4
collapse this down to simply calling timer_free().
5
4
5
Cc: qemu-stable@nongnu.org
6
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
6
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
7
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
7
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
8
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
8
Message-id: 20250204125009.2281315-3-peter.maydell@linaro.org
9
Message-id: 20201215154107.3255-5-peter.maydell@linaro.org
10
---
9
---
11
target/arm/cpu.c | 2 --
10
target/arm/helper.c | 2 --
12
1 file changed, 2 deletions(-)
11
1 file changed, 2 deletions(-)
13
12
14
diff --git a/target/arm/cpu.c b/target/arm/cpu.c
13
diff --git a/target/arm/helper.c b/target/arm/helper.c
15
index XXXXXXX..XXXXXXX 100644
14
index XXXXXXX..XXXXXXX 100644
16
--- a/target/arm/cpu.c
15
--- a/target/arm/helper.c
17
+++ b/target/arm/cpu.c
16
+++ b/target/arm/helper.c
18
@@ -XXX,XX +XXX,XX @@ static void arm_cpu_finalizefn(Object *obj)
17
@@ -XXX,XX +XXX,XX @@ static uint64_t gt_tval_read(CPUARMState *env, const ARMCPRegInfo *ri,
19
}
18
20
#ifndef CONFIG_USER_ONLY
19
switch (timeridx) {
21
if (cpu->pmu_timer) {
20
case GTIMER_VIRT:
22
- timer_del(cpu->pmu_timer);
21
- case GTIMER_HYPVIRT:
23
- timer_deinit(cpu->pmu_timer);
22
offset = gt_virt_cnt_offset(env);
24
timer_free(cpu->pmu_timer);
23
break;
25
}
24
case GTIMER_PHYS:
26
#endif
25
@@ -XXX,XX +XXX,XX @@ static void gt_tval_write(CPUARMState *env, const ARMCPRegInfo *ri,
26
27
switch (timeridx) {
28
case GTIMER_VIRT:
29
- case GTIMER_HYPVIRT:
30
offset = gt_virt_cnt_offset(env);
31
break;
32
case GTIMER_PHYS:
27
--
33
--
28
2.20.1
34
2.43.0
29
35
30
36
diff view generated by jsdifflib
1
From: Richard Henderson <richard.henderson@linaro.org>
1
When we added Secure EL2 support, we missed that this needs an update
2
to the access code for the EL3 physical timer registers. These are
3
supposed to UNDEF from Secure EL1 when Secure EL2 is enabled.
2
4
3
In 50244cc76abc we updated mte_check_fail to match the ARM
5
(Note for stable backporting: for backports to branches where
4
pseudocode, using the correct EL to select the TCF field.
6
CP_ACCESS_UNDEFINED is not defined, the old name to use instead
5
But we failed to update MTE0_ACTIVE the same way, which led
7
is CP_ACCESS_TRAP_UNCATEGORIZED.)
6
to g_assert_not_reached().
7
8
8
Cc: qemu-stable@nongnu.org
9
Cc: qemu-stable@nongnu.org
9
Buglink: https://bugs.launchpad.net/bugs/1907137
10
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
11
Message-id: 20201221204426.88514-1-richard.henderson@linaro.org
12
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
13
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
10
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
11
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
12
Message-id: 20250204125009.2281315-4-peter.maydell@linaro.org
14
---
13
---
15
target/arm/helper.c | 2 +-
14
target/arm/helper.c | 3 +++
16
1 file changed, 1 insertion(+), 1 deletion(-)
15
1 file changed, 3 insertions(+)
17
16
18
diff --git a/target/arm/helper.c b/target/arm/helper.c
17
diff --git a/target/arm/helper.c b/target/arm/helper.c
19
index XXXXXXX..XXXXXXX 100644
18
index XXXXXXX..XXXXXXX 100644
20
--- a/target/arm/helper.c
19
--- a/target/arm/helper.c
21
+++ b/target/arm/helper.c
20
+++ b/target/arm/helper.c
22
@@ -XXX,XX +XXX,XX @@ static uint32_t rebuild_hflags_a64(CPUARMState *env, int el, int fp_el,
21
@@ -XXX,XX +XXX,XX @@ static CPAccessResult gt_stimer_access(CPUARMState *env,
23
if (FIELD_EX32(flags, TBFLAG_A64, UNPRIV)
22
if (!arm_is_secure(env)) {
24
&& tbid
23
return CP_ACCESS_UNDEFINED;
25
&& !(env->pstate & PSTATE_TCO)
24
}
26
- && (sctlr & SCTLR_TCF0)
25
+ if (arm_is_el2_enabled(env)) {
27
+ && (sctlr & SCTLR_TCF)
26
+ return CP_ACCESS_UNDEFINED;
28
&& allocation_tag_access_enabled(env, 0, sctlr)) {
27
+ }
29
flags = FIELD_DP32(flags, TBFLAG_A64, MTE0_ACTIVE, 1);
28
if (!(env->cp15.scr_el3 & SCR_ST)) {
29
return CP_ACCESS_TRAP_EL3;
30
}
30
}
31
--
31
--
32
2.20.1
32
2.43.0
33
33
34
34
diff view generated by jsdifflib
1
From: Gan Qixin <ganqixin@huawei.com>
1
Currently we handle CNTV_TVAL_EL02 by calling gt_tval_read() for the
2
EL1 virt timer. This is almost correct, but the underlying
3
CNTV_TVAL_EL0 register behaves slightly differently. CNTV_TVAL_EL02
4
always applies the CNTVOFF_EL2 offset; CNTV_TVAL_EL0 doesn't do so if
5
we're at EL2 and HCR_EL2.E2H is 1.
2
6
3
When running device-introspect-test, a memory leak occurred in the
7
We were getting this wrong, because we ended up in
4
mv88w8618_pit_init function, so use ptimer_free() in the finalize function to
8
gt_virt_cnt_offset() and did the E2H check.
5
avoid it.
6
9
7
ASAN shows memory leak stack:
10
Factor out the tval read/write calculation from the selection of the
11
offset, so that we can special case gt_virt_tval_read() and
12
gt_virt_tval_write() to unconditionally pass CNTVOFF_EL2.
8
13
9
Indirect leak of 192 byte(s) in 4 object(s) allocated from:
14
Cc: qemu-stable@nongnu.org
10
#0 0xffffab97e1f0 in __interceptor_calloc (/lib64/libasan.so.5+0xee1f0)
15
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
11
#1 0xffffab256800 in g_malloc0 (/lib64/libglib-2.0.so.0+0x56800)
16
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
12
#2 0xaaabf555db84 in timer_new_full /qemu/include/qemu/timer.h:523
17
Message-id: 20250204125009.2281315-5-peter.maydell@linaro.org
13
#3 0xaaabf555db84 in timer_new /qemu/include/qemu/timer.h:544
18
---
14
#4 0xaaabf555db84 in timer_new_ns /qemu/include/qemu/timer.h:562
19
target/arm/helper.c | 36 +++++++++++++++++++++++++++---------
15
#5 0xaaabf555db84 in ptimer_init /qemu/hw/core/ptimer.c:433
20
1 file changed, 27 insertions(+), 9 deletions(-)
16
#6 0xaaabf5bb2290 in mv88w8618_timer_init /qemu/hw/arm/musicpal.c:862
17
#7 0xaaabf5bb2290 in mv88w8618_pit_init /qemu/hw/arm/musicpal.c:954
18
#8 0xaaabf6339f6c in object_initialize_with_type /qemu/qom/object.c:515
19
#9 0xaaabf633a1e0 in object_new_with_type /qemu/qom/object.c:729
20
#10 0xaaabf6375e40 in qmp_device_list_properties /qemu/qom/qom-qmp-cmds.c:153
21
#11 0xaaabf5a95540 in qdev_device_help /qemu/softmmu/qdev-monitor.c:283
22
#12 0xaaabf5a96940 in qmp_device_add /qemu/softmmu/qdev-monitor.c:801
23
21
24
Reported-by: Euler Robot <euler.robot@huawei.com>
22
diff --git a/target/arm/helper.c b/target/arm/helper.c
25
Signed-off-by: Gan Qixin <ganqixin@huawei.com>
26
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
27
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
28
---
29
hw/arm/musicpal.c | 12 ++++++++++++
30
1 file changed, 12 insertions(+)
31
32
diff --git a/hw/arm/musicpal.c b/hw/arm/musicpal.c
33
index XXXXXXX..XXXXXXX 100644
23
index XXXXXXX..XXXXXXX 100644
34
--- a/hw/arm/musicpal.c
24
--- a/target/arm/helper.c
35
+++ b/hw/arm/musicpal.c
25
+++ b/target/arm/helper.c
36
@@ -XXX,XX +XXX,XX @@ static void mv88w8618_pit_init(Object *obj)
26
@@ -XXX,XX +XXX,XX @@ static void gt_cval_write(CPUARMState *env, const ARMCPRegInfo *ri,
37
sysbus_init_mmio(dev, &s->iomem);
27
gt_recalc_timer(env_archcpu(env), timeridx);
38
}
28
}
39
29
40
+static void mv88w8618_pit_finalize(Object *obj)
30
+static uint64_t do_tval_read(CPUARMState *env, int timeridx, uint64_t offset)
41
+{
31
+{
42
+ SysBusDevice *dev = SYS_BUS_DEVICE(obj);
32
+ return (uint32_t)(env->cp15.c14_timer[timeridx].cval -
43
+ mv88w8618_pit_state *s = MV88W8618_PIT(dev);
33
+ (gt_get_countervalue(env) - offset));
44
+ int i;
45
+
46
+ for (i = 0; i < 4; i++) {
47
+ ptimer_free(s->timer[i].ptimer);
48
+ }
49
+}
34
+}
50
+
35
+
51
static const VMStateDescription mv88w8618_timer_vmsd = {
36
static uint64_t gt_tval_read(CPUARMState *env, const ARMCPRegInfo *ri,
52
.name = "timer",
37
int timeridx)
53
.version_id = 1,
38
{
54
@@ -XXX,XX +XXX,XX @@ static const TypeInfo mv88w8618_pit_info = {
39
@@ -XXX,XX +XXX,XX @@ static uint64_t gt_tval_read(CPUARMState *env, const ARMCPRegInfo *ri,
55
.parent = TYPE_SYS_BUS_DEVICE,
40
break;
56
.instance_size = sizeof(mv88w8618_pit_state),
41
}
57
.instance_init = mv88w8618_pit_init,
42
58
+ .instance_finalize = mv88w8618_pit_finalize,
43
- return (uint32_t)(env->cp15.c14_timer[timeridx].cval -
59
.class_init = mv88w8618_pit_class_init,
44
- (gt_get_countervalue(env) - offset));
60
};
45
+ return do_tval_read(env, timeridx, offset);
61
46
+}
47
+
48
+static void do_tval_write(CPUARMState *env, int timeridx, uint64_t value,
49
+ uint64_t offset)
50
+{
51
+ trace_arm_gt_tval_write(timeridx, value);
52
+ env->cp15.c14_timer[timeridx].cval = gt_get_countervalue(env) - offset +
53
+ sextract64(value, 0, 32);
54
+ gt_recalc_timer(env_archcpu(env), timeridx);
55
}
56
57
static void gt_tval_write(CPUARMState *env, const ARMCPRegInfo *ri,
58
@@ -XXX,XX +XXX,XX @@ static void gt_tval_write(CPUARMState *env, const ARMCPRegInfo *ri,
59
offset = gt_phys_cnt_offset(env);
60
break;
61
}
62
-
63
- trace_arm_gt_tval_write(timeridx, value);
64
- env->cp15.c14_timer[timeridx].cval = gt_get_countervalue(env) - offset +
65
- sextract64(value, 0, 32);
66
- gt_recalc_timer(env_archcpu(env), timeridx);
67
+ do_tval_write(env, timeridx, value, offset);
68
}
69
70
static void gt_ctl_write(CPUARMState *env, const ARMCPRegInfo *ri,
71
@@ -XXX,XX +XXX,XX @@ static void gt_virt_cval_write(CPUARMState *env, const ARMCPRegInfo *ri,
72
73
static uint64_t gt_virt_tval_read(CPUARMState *env, const ARMCPRegInfo *ri)
74
{
75
- return gt_tval_read(env, ri, GTIMER_VIRT);
76
+ /*
77
+ * This is CNTV_TVAL_EL02; unlike the underlying CNTV_TVAL_EL0
78
+ * we always apply CNTVOFF_EL2. Special case that here rather
79
+ * than going into the generic gt_tval_read() and then having
80
+ * to re-detect that it's this register.
81
+ * Note that the accessfn/perms mean we know we're at EL2 or EL3 here.
82
+ */
83
+ return do_tval_read(env, GTIMER_VIRT, env->cp15.cntvoff_el2);
84
}
85
86
static void gt_virt_tval_write(CPUARMState *env, const ARMCPRegInfo *ri,
87
uint64_t value)
88
{
89
- gt_tval_write(env, ri, GTIMER_VIRT, value);
90
+ /* Similarly for writes to CNTV_TVAL_EL02 */
91
+ do_tval_write(env, GTIMER_VIRT, value, env->cp15.cntvoff_el2);
92
}
93
94
static void gt_virt_ctl_write(CPUARMState *env, const ARMCPRegInfo *ri,
62
--
95
--
63
2.20.1
96
2.43.0
64
97
65
98
diff view generated by jsdifflib
1
From: Gan Qixin <ganqixin@huawei.com>
1
When reading or writing the timer registers, sometimes we need to
2
2
apply one of the timer offsets. Specifically, this happens for
3
When running device-introspect-test, a memory leak occurred in the a10_pit_init
3
direct reads of the counter registers CNTPCT_EL0 and CNTVCT_EL0 (and
4
function, so use ptimer_free() in the finalize function to avoid it.
4
their self-synchronized variants CNTVCTSS_EL0 and CNTPCTSS_EL0). It
5
5
also applies for direct reads and writes of the CNT*_TVAL_EL*
6
ASAN shows memory leak stack:
6
registers that provide the 32-bit downcounting view of each timer.
7
7
8
Indirect leak of 288 byte(s) in 6 object(s) allocated from:
8
We currently do this with duplicated code in gt_tval_read() and
9
#0 0xffffab97e1f0 in __interceptor_calloc (/lib64/libasan.so.5+0xee1f0)
9
gt_tval_write() and a special-case in gt_virt_cnt_read() and
10
#1 0xffffab256800 in g_malloc0 (/lib64/libglib-2.0.so.0+0x56800)
10
gt_cnt_read(). Refactor this so that we handle it all in a single
11
#2 0xaaabf555db84 in timer_new_full /qemu/include/qemu/timer.h:523
11
function gt_direct_access_timer_offset(), to parallel how we handle
12
#3 0xaaabf555db84 in timer_new /qemu/include/qemu/timer.h:544
12
the offset for indirect accesses.
13
#4 0xaaabf555db84 in timer_new_ns /qemu/include/qemu/timer.h:562
13
14
#5 0xaaabf555db84 in ptimer_init /qemu/hw/core/ptimer.c:433
14
The call in the WFIT helper previously to gt_virt_cnt_offset() is
15
#6 0xaaabf57415e8 in a10_pit_init /qemu/hw/timer/allwinner-a10-pit.c:278
15
now to gt_direct_access_timer_offset(); this is the correct
16
#7 0xaaabf6339f6c in object_initialize_with_type /qemu/qom/object.c:515
16
behaviour, but it's not immediately obvious that it shouldn't be
17
#8 0xaaabf633ca04 in object_initialize_child_with_propsv /qemu/qom/object.c:564
17
considered an indirect access, so we add an explanatory comment.
18
#9 0xaaabf633cc08 in object_initialize_child_with_props /qemu/qom/object.c:547
18
19
#10 0xaaabf5b94680 in aw_a10_init /qemu/hw/arm/allwinner-a10.c:49
19
This commit should make no behavioural changes.
20
#11 0xaaabf6339f6c in object_initialize_with_type /qemu/qom/object.c:515
20
21
#12 0xaaabf633a1e0 in object_new_with_type /qemu/qom/object.c:729
21
(Cc to stable because the following bugfix commit will
22
22
depend on this one.)
23
Reported-by: Euler Robot <euler.robot@huawei.com>
23
24
Signed-off-by: Gan Qixin <ganqixin@huawei.com>
24
Cc: qemu-stable@nongnu.org
25
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
26
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
25
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
26
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
27
Message-id: 20250204125009.2281315-6-peter.maydell@linaro.org
27
---
28
---
28
hw/timer/allwinner-a10-pit.c | 11 +++++++++++
29
target/arm/internals.h | 5 +-
29
1 file changed, 11 insertions(+)
30
target/arm/helper.c | 103 +++++++++++++++++++------------------
30
31
target/arm/tcg/op_helper.c | 8 ++-
31
diff --git a/hw/timer/allwinner-a10-pit.c b/hw/timer/allwinner-a10-pit.c
32
3 files changed, 62 insertions(+), 54 deletions(-)
33
34
diff --git a/target/arm/internals.h b/target/arm/internals.h
32
index XXXXXXX..XXXXXXX 100644
35
index XXXXXXX..XXXXXXX 100644
33
--- a/hw/timer/allwinner-a10-pit.c
36
--- a/target/arm/internals.h
34
+++ b/hw/timer/allwinner-a10-pit.c
37
+++ b/target/arm/internals.h
35
@@ -XXX,XX +XXX,XX @@ static void a10_pit_init(Object *obj)
38
@@ -XXX,XX +XXX,XX @@ int delete_hw_watchpoint(target_ulong addr, target_ulong len, int type);
39
uint64_t gt_get_countervalue(CPUARMState *env);
40
/*
41
* Return the currently applicable offset between the system counter
42
- * and CNTVCT_EL0 (this will be either 0 or the value of CNTVOFF_EL2).
43
+ * and the counter for the specified timer, as used for direct register
44
+ * accesses.
45
*/
46
-uint64_t gt_virt_cnt_offset(CPUARMState *env);
47
+uint64_t gt_direct_access_timer_offset(CPUARMState *env, int timeridx);
48
49
/*
50
* Return mask of ARMMMUIdxBit values corresponding to an "invalidate
51
diff --git a/target/arm/helper.c b/target/arm/helper.c
52
index XXXXXXX..XXXXXXX 100644
53
--- a/target/arm/helper.c
54
+++ b/target/arm/helper.c
55
@@ -XXX,XX +XXX,XX @@ static uint64_t gt_phys_raw_cnt_offset(CPUARMState *env)
56
return 0;
57
}
58
59
-static uint64_t gt_phys_cnt_offset(CPUARMState *env)
60
-{
61
- if (arm_current_el(env) >= 2) {
62
- return 0;
63
- }
64
- return gt_phys_raw_cnt_offset(env);
65
-}
66
-
67
static uint64_t gt_indirect_access_timer_offset(CPUARMState *env, int timeridx)
68
{
69
/*
70
@@ -XXX,XX +XXX,XX @@ static uint64_t gt_indirect_access_timer_offset(CPUARMState *env, int timeridx)
36
}
71
}
37
}
72
}
38
73
39
+static void a10_pit_finalize(Object *obj)
74
+uint64_t gt_direct_access_timer_offset(CPUARMState *env, int timeridx)
40
+{
75
+{
41
+ AwA10PITState *s = AW_A10_PIT(obj);
76
+ /*
42
+ int i;
77
+ * Return the timer offset to use for direct accesses to the
78
+ * counter registers CNTPCT and CNTVCT, and for direct accesses
79
+ * to the CNT*_TVAL registers.
80
+ *
81
+ * This isn't exactly the same as the indirect-access offset,
82
+ * because here we also care about what EL the register access
83
+ * is being made from.
84
+ *
85
+ * This corresponds to the access pseudocode for the registers.
86
+ */
87
+ uint64_t hcr;
43
+
88
+
44
+ for (i = 0; i < AW_A10_PIT_TIMER_NR; i++) {
89
+ switch (timeridx) {
45
+ ptimer_free(s->timer[i]);
90
+ case GTIMER_PHYS:
91
+ if (arm_current_el(env) >= 2) {
92
+ return 0;
93
+ }
94
+ return gt_phys_raw_cnt_offset(env);
95
+ case GTIMER_VIRT:
96
+ switch (arm_current_el(env)) {
97
+ case 2:
98
+ hcr = arm_hcr_el2_eff(env);
99
+ if (hcr & HCR_E2H) {
100
+ return 0;
101
+ }
102
+ break;
103
+ case 0:
104
+ hcr = arm_hcr_el2_eff(env);
105
+ if ((hcr & (HCR_E2H | HCR_TGE)) == (HCR_E2H | HCR_TGE)) {
106
+ return 0;
107
+ }
108
+ break;
109
+ }
110
+ return env->cp15.cntvoff_el2;
111
+ case GTIMER_HYP:
112
+ case GTIMER_SEC:
113
+ case GTIMER_HYPVIRT:
114
+ return 0;
115
+ default:
116
+ g_assert_not_reached();
46
+ }
117
+ }
47
+}
118
+}
48
+
119
+
49
static void a10_pit_class_init(ObjectClass *klass, void *data)
120
static void gt_recalc_timer(ARMCPU *cpu, int timeridx)
50
{
121
{
51
DeviceClass *dc = DEVICE_CLASS(klass);
122
ARMGenericTimer *gt = &cpu->env.cp15.c14_timer[timeridx];
52
@@ -XXX,XX +XXX,XX @@ static const TypeInfo a10_pit_info = {
123
@@ -XXX,XX +XXX,XX @@ static void gt_timer_reset(CPUARMState *env, const ARMCPRegInfo *ri,
53
.parent = TYPE_SYS_BUS_DEVICE,
124
54
.instance_size = sizeof(AwA10PITState),
125
static uint64_t gt_cnt_read(CPUARMState *env, const ARMCPRegInfo *ri)
55
.instance_init = a10_pit_init,
126
{
56
+ .instance_finalize = a10_pit_finalize,
127
- return gt_get_countervalue(env) - gt_phys_cnt_offset(env);
57
.class_init = a10_pit_class_init,
128
-}
58
};
129
-
130
-uint64_t gt_virt_cnt_offset(CPUARMState *env)
131
-{
132
- uint64_t hcr;
133
-
134
- switch (arm_current_el(env)) {
135
- case 2:
136
- hcr = arm_hcr_el2_eff(env);
137
- if (hcr & HCR_E2H) {
138
- return 0;
139
- }
140
- break;
141
- case 0:
142
- hcr = arm_hcr_el2_eff(env);
143
- if ((hcr & (HCR_E2H | HCR_TGE)) == (HCR_E2H | HCR_TGE)) {
144
- return 0;
145
- }
146
- break;
147
- }
148
-
149
- return env->cp15.cntvoff_el2;
150
+ uint64_t offset = gt_direct_access_timer_offset(env, GTIMER_PHYS);
151
+ return gt_get_countervalue(env) - offset;
152
}
153
154
static uint64_t gt_virt_cnt_read(CPUARMState *env, const ARMCPRegInfo *ri)
155
{
156
- return gt_get_countervalue(env) - gt_virt_cnt_offset(env);
157
+ uint64_t offset = gt_direct_access_timer_offset(env, GTIMER_VIRT);
158
+ return gt_get_countervalue(env) - offset;
159
}
160
161
static void gt_cval_write(CPUARMState *env, const ARMCPRegInfo *ri,
162
@@ -XXX,XX +XXX,XX @@ static uint64_t do_tval_read(CPUARMState *env, int timeridx, uint64_t offset)
163
static uint64_t gt_tval_read(CPUARMState *env, const ARMCPRegInfo *ri,
164
int timeridx)
165
{
166
- uint64_t offset = 0;
167
-
168
- switch (timeridx) {
169
- case GTIMER_VIRT:
170
- offset = gt_virt_cnt_offset(env);
171
- break;
172
- case GTIMER_PHYS:
173
- offset = gt_phys_cnt_offset(env);
174
- break;
175
- }
176
+ uint64_t offset = gt_direct_access_timer_offset(env, timeridx);
177
178
return do_tval_read(env, timeridx, offset);
179
}
180
@@ -XXX,XX +XXX,XX @@ static void gt_tval_write(CPUARMState *env, const ARMCPRegInfo *ri,
181
int timeridx,
182
uint64_t value)
183
{
184
- uint64_t offset = 0;
185
+ uint64_t offset = gt_direct_access_timer_offset(env, timeridx);
186
187
- switch (timeridx) {
188
- case GTIMER_VIRT:
189
- offset = gt_virt_cnt_offset(env);
190
- break;
191
- case GTIMER_PHYS:
192
- offset = gt_phys_cnt_offset(env);
193
- break;
194
- }
195
do_tval_write(env, timeridx, value, offset);
196
}
197
198
diff --git a/target/arm/tcg/op_helper.c b/target/arm/tcg/op_helper.c
199
index XXXXXXX..XXXXXXX 100644
200
--- a/target/arm/tcg/op_helper.c
201
+++ b/target/arm/tcg/op_helper.c
202
@@ -XXX,XX +XXX,XX @@ void HELPER(wfit)(CPUARMState *env, uint64_t timeout)
203
int target_el = check_wfx_trap(env, false, &excp);
204
/* The WFIT should time out when CNTVCT_EL0 >= the specified value. */
205
uint64_t cntval = gt_get_countervalue(env);
206
- uint64_t offset = gt_virt_cnt_offset(env);
207
+ /*
208
+ * We want the value that we would get if we read CNTVCT_EL0 from
209
+ * the current exception level, so the direct_access offset, not
210
+ * the indirect_access one. Compare the pseudocode LocalTimeoutEvent(),
211
+ * which calls VirtualCounterTimer().
212
+ */
213
+ uint64_t offset = gt_direct_access_timer_offset(env, GTIMER_VIRT);
214
uint64_t cntvct = cntval - offset;
215
uint64_t nexttick;
59
216
60
--
217
--
61
2.20.1
218
2.43.0
62
219
63
220
diff view generated by jsdifflib
1
From: Gan Qixin <ganqixin@huawei.com>
1
From: Alex Bennée <alex.bennee@linaro.org>
2
2
3
When running device-introspect-test, a memory leak occurred in the
3
When FEAT_SEL2 was implemented the SEL2 timers were missed. This
4
exynos4210_pwm_init function, so use ptimer_free() in the finalize function to
4
shows up when building the latest Hafnium with SPMC_AT_EL=2. The
5
avoid it.
5
actual implementation utilises the same logic as the rest of the
6
6
timers so all we need to do is:
7
ASAN shows memory leak stack:
7
8
8
- define the timers and their access functions
9
Indirect leak of 240 byte(s) in 5 object(s) allocated from:
9
- conditionally add the correct system registers
10
#0 0xffffab97e1f0 in __interceptor_calloc (/lib64/libasan.so.5+0xee1f0)
10
- create a new accessfn as the rules are subtly different to the
11
#1 0xffffab256800 in g_malloc0 (/lib64/libglib-2.0.so.0+0x56800)
11
existing secure timer
12
#2 0xaaabf555db84 in timer_new_full /qemu/include/qemu/timer.h:523
12
13
#3 0xaaabf555db84 in timer_new /qemu/include/qemu/timer.h:544
13
Fixes: e9152ee91c (target/arm: add ARMv8.4-SEL2 system registers)
14
#4 0xaaabf555db84 in timer_new_ns /qemu/include/qemu/timer.h:562
14
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
15
#5 0xaaabf555db84 in ptimer_init /qemu/hw/core/ptimer.c:433
15
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
16
#6 0xaaabf56a36cc in exynos4210_pwm_init /qemu/hw/timer/exynos4210_pwm.c:401
16
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
17
#7 0xaaabf6339f6c in object_initialize_with_type /qemu/qom/object.c:515
17
Message-id: 20250204125009.2281315-7-peter.maydell@linaro.org
18
#8 0xaaabf633a1e0 in object_new_with_type /qemu/qom/object.c:729
18
Cc: qemu-stable@nongnu.org
19
#9 0xaaabf6375e40 in qmp_device_list_properties /qemu/qom/qom-qmp-cmds.c:153
19
Cc: Andrei Homescu <ahomescu@google.com>
20
#10 0xaaabf653d8ec in qmp_marshal_device_list_properties /qemu/qapi/qapi-commands-qdev.c:59
20
Cc: Arve Hjønnevåg <arve@google.com>
21
#11 0xaaabf6587d08 in do_qmp_dispatch_bh /qemu/qapi/qmp-dispatch.c:110
21
Cc: Rémi Denis-Courmont <remi.denis.courmont@huawei.com>
22
#12 0xaaabf6552708 in aio_bh_call /qemu/util/async.c:136
22
[PMM: CP_ACCESS_TRAP_UNCATEGORIZED -> CP_ACCESS_UNDEFINED;
23
23
offset logic now in gt_{indirect,direct}_access_timer_offset() ]
24
Reported-by: Euler Robot <euler.robot@huawei.com>
25
Signed-off-by: Gan Qixin <ganqixin@huawei.com>
26
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
24
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
27
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
25
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
28
---
26
---
29
hw/timer/exynos4210_pwm.c | 11 +++++++++++
27
include/hw/arm/bsa.h | 2 +
30
1 file changed, 11 insertions(+)
28
target/arm/cpu.h | 2 +
31
29
target/arm/gtimer.h | 4 +-
32
diff --git a/hw/timer/exynos4210_pwm.c b/hw/timer/exynos4210_pwm.c
30
target/arm/cpu.c | 4 ++
33
index XXXXXXX..XXXXXXX 100644
31
target/arm/helper.c | 163 +++++++++++++++++++++++++++++++++++++++++++
34
--- a/hw/timer/exynos4210_pwm.c
32
5 files changed, 174 insertions(+), 1 deletion(-)
35
+++ b/hw/timer/exynos4210_pwm.c
33
36
@@ -XXX,XX +XXX,XX @@ static void exynos4210_pwm_init(Object *obj)
34
diff --git a/include/hw/arm/bsa.h b/include/hw/arm/bsa.h
37
sysbus_init_mmio(dev, &s->iomem);
35
index XXXXXXX..XXXXXXX 100644
36
--- a/include/hw/arm/bsa.h
37
+++ b/include/hw/arm/bsa.h
38
@@ -XXX,XX +XXX,XX @@
39
#define QEMU_ARM_BSA_H
40
41
/* These are architectural INTID values */
42
+#define ARCH_TIMER_S_EL2_VIRT_IRQ 19
43
+#define ARCH_TIMER_S_EL2_IRQ 20
44
#define VIRTUAL_PMU_IRQ 23
45
#define ARCH_GIC_MAINT_IRQ 25
46
#define ARCH_TIMER_NS_EL2_IRQ 26
47
diff --git a/target/arm/cpu.h b/target/arm/cpu.h
48
index XXXXXXX..XXXXXXX 100644
49
--- a/target/arm/cpu.h
50
+++ b/target/arm/cpu.h
51
@@ -XXX,XX +XXX,XX @@ void arm_gt_vtimer_cb(void *opaque);
52
void arm_gt_htimer_cb(void *opaque);
53
void arm_gt_stimer_cb(void *opaque);
54
void arm_gt_hvtimer_cb(void *opaque);
55
+void arm_gt_sel2timer_cb(void *opaque);
56
+void arm_gt_sel2vtimer_cb(void *opaque);
57
58
unsigned int gt_cntfrq_period_ns(ARMCPU *cpu);
59
void gt_rme_post_el_change(ARMCPU *cpu, void *opaque);
60
diff --git a/target/arm/gtimer.h b/target/arm/gtimer.h
61
index XXXXXXX..XXXXXXX 100644
62
--- a/target/arm/gtimer.h
63
+++ b/target/arm/gtimer.h
64
@@ -XXX,XX +XXX,XX @@ enum {
65
GTIMER_HYP = 2,
66
GTIMER_SEC = 3,
67
GTIMER_HYPVIRT = 4,
68
-#define NUM_GTIMERS 5
69
+ GTIMER_S_EL2_PHYS = 5, /* CNTHPS_* ; only if FEAT_SEL2 */
70
+ GTIMER_S_EL2_VIRT = 6, /* CNTHVS_* ; only if FEAT_SEL2 */
71
+#define NUM_GTIMERS 7
72
};
73
74
#endif
75
diff --git a/target/arm/cpu.c b/target/arm/cpu.c
76
index XXXXXXX..XXXXXXX 100644
77
--- a/target/arm/cpu.c
78
+++ b/target/arm/cpu.c
79
@@ -XXX,XX +XXX,XX @@ static void arm_cpu_realizefn(DeviceState *dev, Error **errp)
80
arm_gt_stimer_cb, cpu);
81
cpu->gt_timer[GTIMER_HYPVIRT] = timer_new(QEMU_CLOCK_VIRTUAL, scale,
82
arm_gt_hvtimer_cb, cpu);
83
+ cpu->gt_timer[GTIMER_S_EL2_PHYS] = timer_new(QEMU_CLOCK_VIRTUAL, scale,
84
+ arm_gt_sel2timer_cb, cpu);
85
+ cpu->gt_timer[GTIMER_S_EL2_VIRT] = timer_new(QEMU_CLOCK_VIRTUAL, scale,
86
+ arm_gt_sel2vtimer_cb, cpu);
87
}
88
#endif
89
90
diff --git a/target/arm/helper.c b/target/arm/helper.c
91
index XXXXXXX..XXXXXXX 100644
92
--- a/target/arm/helper.c
93
+++ b/target/arm/helper.c
94
@@ -XXX,XX +XXX,XX @@ static CPAccessResult gt_stimer_access(CPUARMState *env,
95
}
38
}
96
}
39
97
40
+static void exynos4210_pwm_finalize(Object *obj)
98
+static CPAccessResult gt_sel2timer_access(CPUARMState *env,
41
+{
99
+ const ARMCPRegInfo *ri,
42
+ Exynos4210PWMState *s = EXYNOS4210_PWM(obj);
100
+ bool isread)
43
+ int i;
101
+{
44
+
102
+ /*
45
+ for (i = 0; i < EXYNOS4210_PWM_TIMERS_NUM; i++) {
103
+ * The AArch64 register view of the secure EL2 timers are mostly
46
+ ptimer_free(s->timer[i].ptimer);
104
+ * accessible from EL3 and EL2 although can also be trapped to EL2
105
+ * from EL1 depending on nested virt config.
106
+ */
107
+ switch (arm_current_el(env)) {
108
+ case 0: /* UNDEFINED */
109
+ return CP_ACCESS_UNDEFINED;
110
+ case 1:
111
+ if (!arm_is_secure(env)) {
112
+ /* UNDEFINED */
113
+ return CP_ACCESS_UNDEFINED;
114
+ } else if (arm_hcr_el2_eff(env) & HCR_NV) {
115
+ /* Aarch64.SystemAccessTrap(EL2, 0x18) */
116
+ return CP_ACCESS_TRAP_EL2;
117
+ }
118
+ /* UNDEFINED */
119
+ return CP_ACCESS_UNDEFINED;
120
+ case 2:
121
+ if (!arm_is_secure(env)) {
122
+ /* UNDEFINED */
123
+ return CP_ACCESS_UNDEFINED;
124
+ }
125
+ return CP_ACCESS_OK;
126
+ case 3:
127
+ if (env->cp15.scr_el3 & SCR_EEL2) {
128
+ return CP_ACCESS_OK;
129
+ } else {
130
+ return CP_ACCESS_UNDEFINED;
131
+ }
132
+ default:
133
+ g_assert_not_reached();
47
+ }
134
+ }
48
+}
135
+}
49
+
136
+
50
static void exynos4210_pwm_class_init(ObjectClass *klass, void *data)
137
uint64_t gt_get_countervalue(CPUARMState *env)
51
{
138
{
52
DeviceClass *dc = DEVICE_CLASS(klass);
139
ARMCPU *cpu = env_archcpu(env);
53
@@ -XXX,XX +XXX,XX @@ static const TypeInfo exynos4210_pwm_info = {
140
@@ -XXX,XX +XXX,XX @@ static uint64_t gt_indirect_access_timer_offset(CPUARMState *env, int timeridx)
54
.parent = TYPE_SYS_BUS_DEVICE,
141
case GTIMER_HYP:
55
.instance_size = sizeof(Exynos4210PWMState),
142
case GTIMER_SEC:
56
.instance_init = exynos4210_pwm_init,
143
case GTIMER_HYPVIRT:
57
+ .instance_finalize = exynos4210_pwm_finalize,
144
+ case GTIMER_S_EL2_PHYS:
58
.class_init = exynos4210_pwm_class_init,
145
+ case GTIMER_S_EL2_VIRT:
146
return 0;
147
default:
148
g_assert_not_reached();
149
@@ -XXX,XX +XXX,XX @@ uint64_t gt_direct_access_timer_offset(CPUARMState *env, int timeridx)
150
case GTIMER_HYP:
151
case GTIMER_SEC:
152
case GTIMER_HYPVIRT:
153
+ case GTIMER_S_EL2_PHYS:
154
+ case GTIMER_S_EL2_VIRT:
155
return 0;
156
default:
157
g_assert_not_reached();
158
@@ -XXX,XX +XXX,XX @@ static void gt_sec_ctl_write(CPUARMState *env, const ARMCPRegInfo *ri,
159
gt_ctl_write(env, ri, GTIMER_SEC, value);
160
}
161
162
+static void gt_sec_pel2_timer_reset(CPUARMState *env, const ARMCPRegInfo *ri)
163
+{
164
+ gt_timer_reset(env, ri, GTIMER_S_EL2_PHYS);
165
+}
166
+
167
+static void gt_sec_pel2_cval_write(CPUARMState *env, const ARMCPRegInfo *ri,
168
+ uint64_t value)
169
+{
170
+ gt_cval_write(env, ri, GTIMER_S_EL2_PHYS, value);
171
+}
172
+
173
+static uint64_t gt_sec_pel2_tval_read(CPUARMState *env, const ARMCPRegInfo *ri)
174
+{
175
+ return gt_tval_read(env, ri, GTIMER_S_EL2_PHYS);
176
+}
177
+
178
+static void gt_sec_pel2_tval_write(CPUARMState *env, const ARMCPRegInfo *ri,
179
+ uint64_t value)
180
+{
181
+ gt_tval_write(env, ri, GTIMER_S_EL2_PHYS, value);
182
+}
183
+
184
+static void gt_sec_pel2_ctl_write(CPUARMState *env, const ARMCPRegInfo *ri,
185
+ uint64_t value)
186
+{
187
+ gt_ctl_write(env, ri, GTIMER_S_EL2_PHYS, value);
188
+}
189
+
190
+static void gt_sec_vel2_timer_reset(CPUARMState *env, const ARMCPRegInfo *ri)
191
+{
192
+ gt_timer_reset(env, ri, GTIMER_S_EL2_VIRT);
193
+}
194
+
195
+static void gt_sec_vel2_cval_write(CPUARMState *env, const ARMCPRegInfo *ri,
196
+ uint64_t value)
197
+{
198
+ gt_cval_write(env, ri, GTIMER_S_EL2_VIRT, value);
199
+}
200
+
201
+static uint64_t gt_sec_vel2_tval_read(CPUARMState *env, const ARMCPRegInfo *ri)
202
+{
203
+ return gt_tval_read(env, ri, GTIMER_S_EL2_VIRT);
204
+}
205
+
206
+static void gt_sec_vel2_tval_write(CPUARMState *env, const ARMCPRegInfo *ri,
207
+ uint64_t value)
208
+{
209
+ gt_tval_write(env, ri, GTIMER_S_EL2_VIRT, value);
210
+}
211
+
212
+static void gt_sec_vel2_ctl_write(CPUARMState *env, const ARMCPRegInfo *ri,
213
+ uint64_t value)
214
+{
215
+ gt_ctl_write(env, ri, GTIMER_S_EL2_VIRT, value);
216
+}
217
+
218
static void gt_hv_timer_reset(CPUARMState *env, const ARMCPRegInfo *ri)
219
{
220
gt_timer_reset(env, ri, GTIMER_HYPVIRT);
221
@@ -XXX,XX +XXX,XX @@ void arm_gt_stimer_cb(void *opaque)
222
gt_recalc_timer(cpu, GTIMER_SEC);
223
}
224
225
+void arm_gt_sel2timer_cb(void *opaque)
226
+{
227
+ ARMCPU *cpu = opaque;
228
+
229
+ gt_recalc_timer(cpu, GTIMER_S_EL2_PHYS);
230
+}
231
+
232
+void arm_gt_sel2vtimer_cb(void *opaque)
233
+{
234
+ ARMCPU *cpu = opaque;
235
+
236
+ gt_recalc_timer(cpu, GTIMER_S_EL2_VIRT);
237
+}
238
+
239
void arm_gt_hvtimer_cb(void *opaque)
240
{
241
ARMCPU *cpu = opaque;
242
@@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo el2_sec_cp_reginfo[] = {
243
.access = PL2_RW, .accessfn = sel2_access,
244
.nv2_redirect_offset = 0x48,
245
.fieldoffset = offsetof(CPUARMState, cp15.vstcr_el2) },
246
+#ifndef CONFIG_USER_ONLY
247
+ /* Secure EL2 Physical Timer */
248
+ { .name = "CNTHPS_TVAL_EL2", .state = ARM_CP_STATE_AA64,
249
+ .opc0 = 3, .opc1 = 4, .crn = 14, .crm = 5, .opc2 = 0,
250
+ .type = ARM_CP_NO_RAW | ARM_CP_IO, .access = PL2_RW,
251
+ .accessfn = gt_sel2timer_access,
252
+ .readfn = gt_sec_pel2_tval_read,
253
+ .writefn = gt_sec_pel2_tval_write,
254
+ .resetfn = gt_sec_pel2_timer_reset,
255
+ },
256
+ { .name = "CNTHPS_CTL_EL2", .state = ARM_CP_STATE_AA64,
257
+ .opc0 = 3, .opc1 = 4, .crn = 14, .crm = 5, .opc2 = 1,
258
+ .type = ARM_CP_IO, .access = PL2_RW,
259
+ .accessfn = gt_sel2timer_access,
260
+ .fieldoffset = offsetof(CPUARMState, cp15.c14_timer[GTIMER_S_EL2_PHYS].ctl),
261
+ .resetvalue = 0,
262
+ .writefn = gt_sec_pel2_ctl_write, .raw_writefn = raw_write,
263
+ },
264
+ { .name = "CNTHPS_CVAL_EL2", .state = ARM_CP_STATE_AA64,
265
+ .opc0 = 3, .opc1 = 4, .crn = 14, .crm = 5, .opc2 = 2,
266
+ .type = ARM_CP_IO, .access = PL2_RW,
267
+ .accessfn = gt_sel2timer_access,
268
+ .fieldoffset = offsetof(CPUARMState, cp15.c14_timer[GTIMER_S_EL2_PHYS].cval),
269
+ .writefn = gt_sec_pel2_cval_write, .raw_writefn = raw_write,
270
+ },
271
+ /* Secure EL2 Virtual Timer */
272
+ { .name = "CNTHVS_TVAL_EL2", .state = ARM_CP_STATE_AA64,
273
+ .opc0 = 3, .opc1 = 4, .crn = 14, .crm = 4, .opc2 = 0,
274
+ .type = ARM_CP_NO_RAW | ARM_CP_IO, .access = PL2_RW,
275
+ .accessfn = gt_sel2timer_access,
276
+ .readfn = gt_sec_vel2_tval_read,
277
+ .writefn = gt_sec_vel2_tval_write,
278
+ .resetfn = gt_sec_vel2_timer_reset,
279
+ },
280
+ { .name = "CNTHVS_CTL_EL2", .state = ARM_CP_STATE_AA64,
281
+ .opc0 = 3, .opc1 = 4, .crn = 14, .crm = 4, .opc2 = 1,
282
+ .type = ARM_CP_IO, .access = PL2_RW,
283
+ .accessfn = gt_sel2timer_access,
284
+ .fieldoffset = offsetof(CPUARMState, cp15.c14_timer[GTIMER_S_EL2_VIRT].ctl),
285
+ .resetvalue = 0,
286
+ .writefn = gt_sec_vel2_ctl_write, .raw_writefn = raw_write,
287
+ },
288
+ { .name = "CNTHVS_CVAL_EL2", .state = ARM_CP_STATE_AA64,
289
+ .opc0 = 3, .opc1 = 4, .crn = 14, .crm = 4, .opc2 = 2,
290
+ .type = ARM_CP_IO, .access = PL2_RW,
291
+ .accessfn = gt_sel2timer_access,
292
+ .fieldoffset = offsetof(CPUARMState, cp15.c14_timer[GTIMER_S_EL2_VIRT].cval),
293
+ .writefn = gt_sec_vel2_cval_write, .raw_writefn = raw_write,
294
+ },
295
+#endif
59
};
296
};
60
297
298
static CPAccessResult nsacr_access(CPUARMState *env, const ARMCPRegInfo *ri,
61
--
299
--
62
2.20.1
300
2.43.0
63
301
64
302
diff view generated by jsdifflib
1
From: Gan Qixin <ganqixin@huawei.com>
1
From: Alex Bennée <alex.bennee@linaro.org>
2
2
3
When running device-introspect-test, a memory leak occurred in the
3
As we are about to add more physical and virtual timers let's make it
4
mss_timer_init function, so use ptimer_free() in the finalize function to avoid
4
clear what each timer does.
5
it.
6
5
7
ASAN shows memory leak stack:
6
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
8
7
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
9
Indirect leak of 192 byte(s) in 2 object(s) allocated from:
8
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
10
#0 0xffffab97e1f0 in __interceptor_calloc (/lib64/libasan.so.5+0xee1f0)
9
Message-id: 20250204125009.2281315-8-peter.maydell@linaro.org
11
#1 0xffffab256800 in g_malloc0 (/lib64/libglib-2.0.so.0+0x56800)
10
[PMM: Add timer register name prefix to each comment]
12
#2 0xaaabf555db78 in ptimer_init /qemu/hw/core/ptimer.c:432
13
#3 0xaaabf58a0010 in mss_timer_init /qemu/hw/timer/mss-timer.c:235
14
#4 0xaaabf6339f6c in object_initialize_with_type /qemu/qom/object.c:515
15
#5 0xaaabf633ca04 in object_initialize_child_with_propsv /qemu/qom/object.c:564
16
#6 0xaaabf633cc08 in object_initialize_child_with_props /qemu/qom/object.c:547
17
#7 0xaaabf5b8316c in m2sxxx_soc_initfn /qemu/hw/arm/msf2-soc.c:70
18
#8 0xaaabf6339f6c in object_initialize_with_type /qemu/qom/object.c:515
19
#9 0xaaabf633a1e0 in object_new_with_type /qemu/qom/object.c:729
20
#10 0xaaabf6375e40 in qmp_device_list_properties /qemu/qom/qom-qmp-cmds.c:153
21
#11 0xaaabf653d8ec in qmp_marshal_device_list_properties /qemu/qapi/qapi-commands-qdev.c:59
22
#12 0xaaabf6587d08 in do_qmp_dispatch_bh /qemu/qapi/qmp-dispatch.c:110
23
24
Reported-by: Euler Robot <euler.robot@huawei.com>
25
Signed-off-by: Gan Qixin <ganqixin@huawei.com>
26
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
11
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
27
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
12
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
28
---
13
---
29
hw/timer/mss-timer.c | 13 +++++++++++++
14
target/arm/gtimer.h | 10 +++++-----
30
1 file changed, 13 insertions(+)
15
1 file changed, 5 insertions(+), 5 deletions(-)
31
16
32
diff --git a/hw/timer/mss-timer.c b/hw/timer/mss-timer.c
17
diff --git a/target/arm/gtimer.h b/target/arm/gtimer.h
33
index XXXXXXX..XXXXXXX 100644
18
index XXXXXXX..XXXXXXX 100644
34
--- a/hw/timer/mss-timer.c
19
--- a/target/arm/gtimer.h
35
+++ b/hw/timer/mss-timer.c
20
+++ b/target/arm/gtimer.h
36
@@ -XXX,XX +XXX,XX @@ static void mss_timer_init(Object *obj)
21
@@ -XXX,XX +XXX,XX @@
37
sysbus_init_mmio(SYS_BUS_DEVICE(obj), &t->mmio);
22
#define TARGET_ARM_GTIMER_H
38
}
23
39
24
enum {
40
+static void mss_timer_finalize(Object *obj)
25
- GTIMER_PHYS = 0,
41
+{
26
- GTIMER_VIRT = 1,
42
+ MSSTimerState *t = MSS_TIMER(obj);
27
- GTIMER_HYP = 2,
43
+ int i;
28
- GTIMER_SEC = 3,
44
+
29
- GTIMER_HYPVIRT = 4,
45
+ for (i = 0; i < NUM_TIMERS; i++) {
30
+ GTIMER_PHYS = 0, /* CNTP_* ; EL1 physical timer */
46
+ struct Msf2Timer *st = &t->timers[i];
31
+ GTIMER_VIRT = 1, /* CNTV_* ; EL1 virtual timer */
47
+
32
+ GTIMER_HYP = 2, /* CNTHP_* ; EL2 physical timer */
48
+ ptimer_free(st->ptimer);
33
+ GTIMER_SEC = 3, /* CNTPS_* ; EL3 physical timer */
49
+ }
34
+ GTIMER_HYPVIRT = 4, /* CNTHV_* ; EL2 virtual timer ; only if FEAT_VHE */
50
+}
35
GTIMER_S_EL2_PHYS = 5, /* CNTHPS_* ; only if FEAT_SEL2 */
51
+
36
GTIMER_S_EL2_VIRT = 6, /* CNTHVS_* ; only if FEAT_SEL2 */
52
static const VMStateDescription vmstate_timers = {
37
#define NUM_GTIMERS 7
53
.name = "mss-timer-block",
54
.version_id = 1,
55
@@ -XXX,XX +XXX,XX @@ static const TypeInfo mss_timer_info = {
56
.parent = TYPE_SYS_BUS_DEVICE,
57
.instance_size = sizeof(MSSTimerState),
58
.instance_init = mss_timer_init,
59
+ .instance_finalize = mss_timer_finalize,
60
.class_init = mss_timer_class_init,
61
};
62
63
--
38
--
64
2.20.1
39
2.43.0
65
40
66
41
diff view generated by jsdifflib
1
From: Andrew Jones <drjones@redhat.com>
1
From: Alex Bennée <alex.bennee@linaro.org>
2
2
3
virt machine's 'smp_cpus' and machine->smp.cpus must always have the
3
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
4
same value. And, anywhere we have virt machine state we have machine
4
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
5
state. So let's remove the redundancy. Also, to make it easier to see
5
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
6
that machine->smp is the true source for "smp_cpus" and "max_cpus",
6
Message-id: 20250204125009.2281315-9-peter.maydell@linaro.org
7
avoid passing them in function parameters, preferring instead to get
7
Cc: qemu-stable@nongnu.org
8
them from the state.
8
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
9
10
No functional change intended.
11
12
Signed-off-by: Andrew Jones <drjones@redhat.com>
13
Reviewed-by: David Edmondson <david.edmondson@oracle.com>
14
Reviewed-by: Ying Fang <fangying1@huawei.com>
15
Message-id: 20201215174815.51520-1-drjones@redhat.com
16
[PMM: minor formatting tweak to smp_cpus variable declaration]
17
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
9
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
18
---
10
---
19
include/hw/arm/virt.h | 3 +--
11
hw/arm/virt.c | 2 ++
20
hw/arm/virt-acpi-build.c | 9 +++++----
12
1 file changed, 2 insertions(+)
21
hw/arm/virt.c | 21 ++++++++++-----------
22
3 files changed, 16 insertions(+), 17 deletions(-)
23
13
24
diff --git a/include/hw/arm/virt.h b/include/hw/arm/virt.h
25
index XXXXXXX..XXXXXXX 100644
26
--- a/include/hw/arm/virt.h
27
+++ b/include/hw/arm/virt.h
28
@@ -XXX,XX +XXX,XX @@ struct VirtMachineState {
29
MemMapEntry *memmap;
30
char *pciehb_nodename;
31
const int *irqmap;
32
- int smp_cpus;
33
void *fdt;
34
int fdt_size;
35
uint32_t clock_phandle;
36
@@ -XXX,XX +XXX,XX @@ static inline int virt_gicv3_redist_region_count(VirtMachineState *vms)
37
38
assert(vms->gic_version == VIRT_GIC_VERSION_3);
39
40
- return vms->smp_cpus > redist0_capacity ? 2 : 1;
41
+ return MACHINE(vms)->smp.cpus > redist0_capacity ? 2 : 1;
42
}
43
44
#endif /* QEMU_ARM_VIRT_H */
45
diff --git a/hw/arm/virt-acpi-build.c b/hw/arm/virt-acpi-build.c
46
index XXXXXXX..XXXXXXX 100644
47
--- a/hw/arm/virt-acpi-build.c
48
+++ b/hw/arm/virt-acpi-build.c
49
@@ -XXX,XX +XXX,XX @@
50
51
#define ACPI_BUILD_TABLE_SIZE 0x20000
52
53
-static void acpi_dsdt_add_cpus(Aml *scope, int smp_cpus)
54
+static void acpi_dsdt_add_cpus(Aml *scope, VirtMachineState *vms)
55
{
56
+ MachineState *ms = MACHINE(vms);
57
uint16_t i;
58
59
- for (i = 0; i < smp_cpus; i++) {
60
+ for (i = 0; i < ms->smp.cpus; i++) {
61
Aml *dev = aml_device("C%.03X", i);
62
aml_append(dev, aml_name_decl("_HID", aml_string("ACPI0007")));
63
aml_append(dev, aml_name_decl("_UID", aml_int(i)));
64
@@ -XXX,XX +XXX,XX @@ build_madt(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms)
65
gicd->base_address = cpu_to_le64(memmap[VIRT_GIC_DIST].base);
66
gicd->version = vms->gic_version;
67
68
- for (i = 0; i < vms->smp_cpus; i++) {
69
+ for (i = 0; i < MACHINE(vms)->smp.cpus; i++) {
70
AcpiMadtGenericCpuInterface *gicc = acpi_data_push(table_data,
71
sizeof(*gicc));
72
ARMCPU *armcpu = ARM_CPU(qemu_get_cpu(i));
73
@@ -XXX,XX +XXX,XX @@ build_dsdt(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms)
74
* the RTC ACPI device at all when using UEFI.
75
*/
76
scope = aml_scope("\\_SB");
77
- acpi_dsdt_add_cpus(scope, vms->smp_cpus);
78
+ acpi_dsdt_add_cpus(scope, vms);
79
acpi_dsdt_add_uart(scope, &memmap[VIRT_UART],
80
(irqmap[VIRT_UART] + ARM_SPI_BASE));
81
if (vmc->acpi_expose_flash) {
82
diff --git a/hw/arm/virt.c b/hw/arm/virt.c
14
diff --git a/hw/arm/virt.c b/hw/arm/virt.c
83
index XXXXXXX..XXXXXXX 100644
15
index XXXXXXX..XXXXXXX 100644
84
--- a/hw/arm/virt.c
16
--- a/hw/arm/virt.c
85
+++ b/hw/arm/virt.c
17
+++ b/hw/arm/virt.c
86
@@ -XXX,XX +XXX,XX @@ static void fdt_add_timer_nodes(const VirtMachineState *vms)
18
@@ -XXX,XX +XXX,XX @@ static void create_gic(VirtMachineState *vms, MemoryRegion *mem)
87
if (vms->gic_version == VIRT_GIC_VERSION_2) {
19
[GTIMER_HYP] = ARCH_TIMER_NS_EL2_IRQ,
88
irqflags = deposit32(irqflags, GIC_FDT_IRQ_PPI_CPU_START,
20
[GTIMER_SEC] = ARCH_TIMER_S_EL1_IRQ,
89
GIC_FDT_IRQ_PPI_CPU_WIDTH,
21
[GTIMER_HYPVIRT] = ARCH_TIMER_NS_EL2_VIRT_IRQ,
90
- (1 << vms->smp_cpus) - 1);
22
+ [GTIMER_S_EL2_PHYS] = ARCH_TIMER_S_EL2_IRQ,
91
+ (1 << MACHINE(vms)->smp.cpus) - 1);
23
+ [GTIMER_S_EL2_VIRT] = ARCH_TIMER_S_EL2_VIRT_IRQ,
92
}
24
};
93
25
94
qemu_fdt_add_subnode(vms->fdt, "/timer");
26
for (unsigned irq = 0; irq < ARRAY_SIZE(timer_irq); irq++) {
95
@@ -XXX,XX +XXX,XX @@ static void fdt_add_cpu_nodes(const VirtMachineState *vms)
96
int cpu;
97
int addr_cells = 1;
98
const MachineState *ms = MACHINE(vms);
99
+ int smp_cpus = ms->smp.cpus;
100
101
/*
102
* From Documentation/devicetree/bindings/arm/cpus.txt
103
@@ -XXX,XX +XXX,XX @@ static void fdt_add_cpu_nodes(const VirtMachineState *vms)
104
* The simplest way to go is to examine affinity IDs of all our CPUs. If
105
* at least one of them has Aff3 populated, we set #address-cells to 2.
106
*/
107
- for (cpu = 0; cpu < vms->smp_cpus; cpu++) {
108
+ for (cpu = 0; cpu < smp_cpus; cpu++) {
109
ARMCPU *armcpu = ARM_CPU(qemu_get_cpu(cpu));
110
111
if (armcpu->mp_affinity & ARM_AFF3_MASK) {
112
@@ -XXX,XX +XXX,XX @@ static void fdt_add_cpu_nodes(const VirtMachineState *vms)
113
qemu_fdt_setprop_cell(vms->fdt, "/cpus", "#address-cells", addr_cells);
114
qemu_fdt_setprop_cell(vms->fdt, "/cpus", "#size-cells", 0x0);
115
116
- for (cpu = vms->smp_cpus - 1; cpu >= 0; cpu--) {
117
+ for (cpu = smp_cpus - 1; cpu >= 0; cpu--) {
118
char *nodename = g_strdup_printf("/cpus/cpu@%d", cpu);
119
ARMCPU *armcpu = ARM_CPU(qemu_get_cpu(cpu));
120
CPUState *cs = CPU(armcpu);
121
@@ -XXX,XX +XXX,XX @@ static void fdt_add_cpu_nodes(const VirtMachineState *vms)
122
qemu_fdt_setprop_string(vms->fdt, nodename, "compatible",
123
armcpu->dtb_compatible);
124
125
- if (vms->psci_conduit != QEMU_PSCI_CONDUIT_DISABLED
126
- && vms->smp_cpus > 1) {
127
+ if (vms->psci_conduit != QEMU_PSCI_CONDUIT_DISABLED && smp_cpus > 1) {
128
qemu_fdt_setprop_string(vms->fdt, nodename,
129
"enable-method", "psci");
130
}
131
@@ -XXX,XX +XXX,XX @@ static void fdt_add_pmu_nodes(const VirtMachineState *vms)
132
if (vms->gic_version == VIRT_GIC_VERSION_2) {
133
irqflags = deposit32(irqflags, GIC_FDT_IRQ_PPI_CPU_START,
134
GIC_FDT_IRQ_PPI_CPU_WIDTH,
135
- (1 << vms->smp_cpus) - 1);
136
+ (1 << MACHINE(vms)->smp.cpus) - 1);
137
}
138
139
qemu_fdt_add_subnode(vms->fdt, "/pmu");
140
@@ -XXX,XX +XXX,XX @@ static void finalize_gic_version(VirtMachineState *vms)
141
* virt_cpu_post_init() must be called after the CPUs have
142
* been realized and the GIC has been created.
143
*/
144
-static void virt_cpu_post_init(VirtMachineState *vms, int max_cpus,
145
- MemoryRegion *sysmem)
146
+static void virt_cpu_post_init(VirtMachineState *vms, MemoryRegion *sysmem)
147
{
148
+ int max_cpus = MACHINE(vms)->smp.max_cpus;
149
bool aarch64, pmu, steal_time;
150
CPUState *cpu;
151
152
@@ -XXX,XX +XXX,XX @@ static void machvirt_init(MachineState *machine)
153
exit(1);
154
}
155
156
- vms->smp_cpus = smp_cpus;
157
-
158
if (vms->virt && kvm_enabled()) {
159
error_report("mach-virt: KVM does not support providing "
160
"Virtualization extensions to the guest CPU");
161
@@ -XXX,XX +XXX,XX @@ static void machvirt_init(MachineState *machine)
162
create_fdt(vms);
163
164
possible_cpus = mc->possible_cpu_arch_ids(machine);
165
+ assert(possible_cpus->len == max_cpus);
166
for (n = 0; n < possible_cpus->len; n++) {
167
Object *cpuobj;
168
CPUState *cs;
169
@@ -XXX,XX +XXX,XX @@ static void machvirt_init(MachineState *machine)
170
171
create_gic(vms);
172
173
- virt_cpu_post_init(vms, possible_cpus->len, sysmem);
174
+ virt_cpu_post_init(vms, sysmem);
175
176
fdt_add_pmu_nodes(vms);
177
178
--
27
--
179
2.20.1
28
2.43.0
180
29
181
30
diff view generated by jsdifflib
1
From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>
1
From: Alex Bennée <alex.bennee@linaro.org>
2
2
3
Correct the indexing into s->cpu_ctlr for vCPUs.
3
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
4
4
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
5
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
5
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
6
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
6
Message-id: 20250204125009.2281315-10-peter.maydell@linaro.org
7
Reviewed-by: Luc Michel <luc.michel@greensocs.com>
7
Cc: qemu-stable@nongnu.org
8
Message-id: 20201214222154.3480243-2-edgar.iglesias@gmail.com
9
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
8
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
10
---
9
---
11
hw/intc/arm_gic.c | 4 +++-
10
hw/arm/sbsa-ref.c | 2 ++
12
1 file changed, 3 insertions(+), 1 deletion(-)
11
1 file changed, 2 insertions(+)
13
12
14
diff --git a/hw/intc/arm_gic.c b/hw/intc/arm_gic.c
13
diff --git a/hw/arm/sbsa-ref.c b/hw/arm/sbsa-ref.c
15
index XXXXXXX..XXXXXXX 100644
14
index XXXXXXX..XXXXXXX 100644
16
--- a/hw/intc/arm_gic.c
15
--- a/hw/arm/sbsa-ref.c
17
+++ b/hw/intc/arm_gic.c
16
+++ b/hw/arm/sbsa-ref.c
18
@@ -XXX,XX +XXX,XX @@ static inline void gic_get_best_virq(GICState *s, int cpu,
17
@@ -XXX,XX +XXX,XX @@ static void create_gic(SBSAMachineState *sms, MemoryRegion *mem)
19
static inline bool gic_irq_signaling_enabled(GICState *s, int cpu, bool virt,
18
[GTIMER_HYP] = ARCH_TIMER_NS_EL2_IRQ,
20
int group_mask)
19
[GTIMER_SEC] = ARCH_TIMER_S_EL1_IRQ,
21
{
20
[GTIMER_HYPVIRT] = ARCH_TIMER_NS_EL2_VIRT_IRQ,
22
+ int cpu_iface = virt ? (cpu + GIC_NCPU) : cpu;
21
+ [GTIMER_S_EL2_PHYS] = ARCH_TIMER_S_EL2_IRQ,
23
+
22
+ [GTIMER_S_EL2_VIRT] = ARCH_TIMER_S_EL2_VIRT_IRQ,
24
if (!virt && !(s->ctlr & group_mask)) {
23
};
25
return false;
24
26
}
25
for (irq = 0; irq < ARRAY_SIZE(timer_irq); irq++) {
27
@@ -XXX,XX +XXX,XX @@ static inline bool gic_irq_signaling_enabled(GICState *s, int cpu, bool virt,
28
return false;
29
}
30
31
- if (!(s->cpu_ctlr[cpu] & group_mask)) {
32
+ if (!(s->cpu_ctlr[cpu_iface] & group_mask)) {
33
return false;
34
}
35
36
--
26
--
37
2.20.1
27
2.43.0
38
28
39
29
diff view generated by jsdifflib
1
Now that we have implemented all the features needed by the v8.1M
1
Our LDRD implementation is wrong in two respects:
2
architecture, we can add the model of the Cortex-M55. This is the
3
configuration without MVE support; we'll add MVE later.
4
2
3
* if the address is 4-aligned and the load crosses a page boundary
4
and the second load faults and the first load was to the
5
base register (as in cases like "ldrd r2, r3, [r2]", then we
6
must not update the base register before taking the fault
7
* if the address is 8-aligned the access must be a 64-bit
8
single-copy atomic access, not two 32-bit accesses
9
10
Rewrite the handling of the loads in LDRD to use a single
11
tcg_gen_qemu_ld_i64() and split the result into the destination
12
registers. This allows us to get the atomicity requirements
13
right, and also implicitly means that we won't update the
14
base register too early for the page-crossing case.
15
16
Note that because we no longer increment 'addr' by 4 in the course of
17
performing the LDRD we must change the adjustment value we pass to
18
op_addr_ri_post() and op_addr_rr_post(): it no longer needs to
19
subtract 4 to get the correct value to use if doing base register
20
writeback.
21
22
STRD has the same problem with not getting the atomicity right;
23
we will deal with that in the following commit.
24
25
Cc: qemu-stable@nongnu.org
26
Reported-by: Stu Grossman <stu.grossman@gmail.com>
5
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
27
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
6
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
28
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
7
Message-id: 20201210201433.26262-5-peter.maydell@linaro.org
29
Message-id: 20250227142746.1698904-2-peter.maydell@linaro.org
8
---
30
---
9
target/arm/cpu_tcg.c | 42 ++++++++++++++++++++++++++++++++++++++++++
31
target/arm/tcg/translate.c | 70 +++++++++++++++++++++++++-------------
10
1 file changed, 42 insertions(+)
32
1 file changed, 46 insertions(+), 24 deletions(-)
11
33
12
diff --git a/target/arm/cpu_tcg.c b/target/arm/cpu_tcg.c
34
diff --git a/target/arm/tcg/translate.c b/target/arm/tcg/translate.c
13
index XXXXXXX..XXXXXXX 100644
35
index XXXXXXX..XXXXXXX 100644
14
--- a/target/arm/cpu_tcg.c
36
--- a/target/arm/tcg/translate.c
15
+++ b/target/arm/cpu_tcg.c
37
+++ b/target/arm/tcg/translate.c
16
@@ -XXX,XX +XXX,XX @@ static void cortex_m33_initfn(Object *obj)
38
@@ -XXX,XX +XXX,XX @@ static bool op_store_rr(DisasContext *s, arg_ldst_rr *a,
17
cpu->ctr = 0x8000c000;
39
return true;
18
}
40
}
19
41
20
+static void cortex_m55_initfn(Object *obj)
42
+static void do_ldrd_load(DisasContext *s, TCGv_i32 addr, int rt, int rt2)
21
+{
43
+{
22
+ ARMCPU *cpu = ARM_CPU(obj);
44
+ /*
45
+ * LDRD is required to be an atomic 64-bit access if the
46
+ * address is 8-aligned, two atomic 32-bit accesses if
47
+ * it's only 4-aligned, and to give an alignment fault
48
+ * if it's not 4-aligned. This is MO_ALIGN_4 | MO_ATOM_SUBALIGN.
49
+ * Rt is always the word from the lower address, and Rt2 the
50
+ * data from the higher address, regardless of endianness.
51
+ * So (like gen_load_exclusive) we avoid gen_aa32_ld_i64()
52
+ * so we don't get its SCTLR_B check, and instead do a 64-bit access
53
+ * using MO_BE if appropriate and then split the two halves.
54
+ *
55
+ * For M-profile, and for A-profile before LPAE, the 64-bit
56
+ * atomicity is not required. We could model that using
57
+ * the looser MO_ATOM_IFALIGN_PAIR, but providing a higher
58
+ * level of atomicity than required is harmless (we would not
59
+ * currently generate better code for IFALIGN_PAIR here).
60
+ *
61
+ * This also gives us the correct behaviour of not updating
62
+ * rt if the load of rt2 faults; this is required for cases
63
+ * like "ldrd r2, r3, [r2]" where rt is also the base register.
64
+ */
65
+ int mem_idx = get_mem_index(s);
66
+ MemOp opc = MO_64 | MO_ALIGN_4 | MO_ATOM_SUBALIGN | s->be_data;
67
+ TCGv taddr = gen_aa32_addr(s, addr, opc);
68
+ TCGv_i64 t64 = tcg_temp_new_i64();
69
+ TCGv_i32 tmp = tcg_temp_new_i32();
70
+ TCGv_i32 tmp2 = tcg_temp_new_i32();
23
+
71
+
24
+ set_feature(&cpu->env, ARM_FEATURE_V8);
72
+ tcg_gen_qemu_ld_i64(t64, taddr, mem_idx, opc);
25
+ set_feature(&cpu->env, ARM_FEATURE_V8_1M);
73
+ if (s->be_data == MO_BE) {
26
+ set_feature(&cpu->env, ARM_FEATURE_M);
74
+ tcg_gen_extr_i64_i32(tmp2, tmp, t64);
27
+ set_feature(&cpu->env, ARM_FEATURE_M_MAIN);
75
+ } else {
28
+ set_feature(&cpu->env, ARM_FEATURE_M_SECURITY);
76
+ tcg_gen_extr_i64_i32(tmp, tmp2, t64);
29
+ set_feature(&cpu->env, ARM_FEATURE_THUMB_DSP);
77
+ }
30
+ cpu->midr = 0x410fd221; /* r0p1 */
78
+ store_reg(s, rt, tmp);
31
+ cpu->revidr = 0;
79
+ store_reg(s, rt2, tmp2);
32
+ cpu->pmsav7_dregion = 16;
33
+ cpu->sau_sregion = 8;
34
+ /*
35
+ * These are the MVFR* values for the FPU, no MVE configuration;
36
+ * we will update them later when we implement MVE
37
+ */
38
+ cpu->isar.mvfr0 = 0x10110221;
39
+ cpu->isar.mvfr1 = 0x12100011;
40
+ cpu->isar.mvfr2 = 0x00000040;
41
+ cpu->isar.id_pfr0 = 0x20000030;
42
+ cpu->isar.id_pfr1 = 0x00000230;
43
+ cpu->isar.id_dfr0 = 0x10200000;
44
+ cpu->id_afr0 = 0x00000000;
45
+ cpu->isar.id_mmfr0 = 0x00111040;
46
+ cpu->isar.id_mmfr1 = 0x00000000;
47
+ cpu->isar.id_mmfr2 = 0x01000000;
48
+ cpu->isar.id_mmfr3 = 0x00000011;
49
+ cpu->isar.id_isar0 = 0x01103110;
50
+ cpu->isar.id_isar1 = 0x02212000;
51
+ cpu->isar.id_isar2 = 0x20232232;
52
+ cpu->isar.id_isar3 = 0x01111131;
53
+ cpu->isar.id_isar4 = 0x01310132;
54
+ cpu->isar.id_isar5 = 0x00000000;
55
+ cpu->isar.id_isar6 = 0x00000000;
56
+ cpu->clidr = 0x00000000; /* caches not implemented */
57
+ cpu->ctr = 0x8303c003;
58
+}
80
+}
59
+
81
+
60
static const ARMCPRegInfo cortexr5_cp_reginfo[] = {
82
static bool trans_LDRD_rr(DisasContext *s, arg_ldst_rr *a)
61
/* Dummy the TCM region regs for the moment */
83
{
62
{ .name = "ATCM", .cp = 15, .opc1 = 0, .crn = 9, .crm = 1, .opc2 = 0,
84
- int mem_idx = get_mem_index(s);
63
@@ -XXX,XX +XXX,XX @@ static const ARMCPUInfo arm_tcg_cpus[] = {
85
- TCGv_i32 addr, tmp;
64
.class_init = arm_v7m_class_init },
86
+ TCGv_i32 addr;
65
{ .name = "cortex-m33", .initfn = cortex_m33_initfn,
87
66
.class_init = arm_v7m_class_init },
88
if (!ENABLE_ARCH_5TE) {
67
+ { .name = "cortex-m55", .initfn = cortex_m55_initfn,
89
return false;
68
+ .class_init = arm_v7m_class_init },
90
@@ -XXX,XX +XXX,XX @@ static bool trans_LDRD_rr(DisasContext *s, arg_ldst_rr *a)
69
{ .name = "cortex-r5", .initfn = cortex_r5_initfn },
91
}
70
{ .name = "cortex-r5f", .initfn = cortex_r5f_initfn },
92
addr = op_addr_rr_pre(s, a);
71
{ .name = "ti925t", .initfn = ti925t_initfn },
93
94
- tmp = tcg_temp_new_i32();
95
- gen_aa32_ld_i32(s, tmp, addr, mem_idx, MO_UL | MO_ALIGN);
96
- store_reg(s, a->rt, tmp);
97
-
98
- tcg_gen_addi_i32(addr, addr, 4);
99
-
100
- tmp = tcg_temp_new_i32();
101
- gen_aa32_ld_i32(s, tmp, addr, mem_idx, MO_UL | MO_ALIGN);
102
- store_reg(s, a->rt + 1, tmp);
103
+ do_ldrd_load(s, addr, a->rt, a->rt + 1);
104
105
/* LDRD w/ base writeback is undefined if the registers overlap. */
106
- op_addr_rr_post(s, a, addr, -4);
107
+ op_addr_rr_post(s, a, addr, 0);
108
return true;
109
}
110
111
@@ -XXX,XX +XXX,XX @@ static bool op_store_ri(DisasContext *s, arg_ldst_ri *a,
112
113
static bool op_ldrd_ri(DisasContext *s, arg_ldst_ri *a, int rt2)
114
{
115
- int mem_idx = get_mem_index(s);
116
- TCGv_i32 addr, tmp;
117
+ TCGv_i32 addr;
118
119
addr = op_addr_ri_pre(s, a);
120
121
- tmp = tcg_temp_new_i32();
122
- gen_aa32_ld_i32(s, tmp, addr, mem_idx, MO_UL | MO_ALIGN);
123
- store_reg(s, a->rt, tmp);
124
-
125
- tcg_gen_addi_i32(addr, addr, 4);
126
-
127
- tmp = tcg_temp_new_i32();
128
- gen_aa32_ld_i32(s, tmp, addr, mem_idx, MO_UL | MO_ALIGN);
129
- store_reg(s, rt2, tmp);
130
+ do_ldrd_load(s, addr, a->rt, rt2);
131
132
/* LDRD w/ base writeback is undefined if the registers overlap. */
133
- op_addr_ri_post(s, a, addr, -4);
134
+ op_addr_ri_post(s, a, addr, 0);
135
return true;
136
}
137
72
--
138
--
73
2.20.1
139
2.43.0
74
75
diff view generated by jsdifflib
1
Implement the v8.1M FPCXT_NS floating-point system register. This is
1
Our STRD implementation doesn't correctly implement the requirement:
2
a little more complicated than FPCXT_S, because it has specific
2
* if the address is 8-aligned the access must be a 64-bit
3
handling for "current FP state is inactive", and it only wants to do
3
single-copy atomic access, not two 32-bit accesses
4
PreserveFPState(), not the full set of actions done by
5
ExecuteFPCheck() which vfp_access_check() implements.
6
4
5
Rewrite the handling of STRD to use a single tcg_gen_qemu_st_i64()
6
of a value produced by concatenating the two 32 bit source registers.
7
This allows us to get the atomicity right.
8
9
As with the LDRD change, now that we don't update 'addr' in the
10
course of performing the store we need to adjust the offset
11
we pass to op_addr_ri_post() and op_addr_rr_post().
12
13
Cc: qemu-stable@nongnu.org
7
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
14
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
8
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
15
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
9
Message-id: 20201210201433.26262-4-peter.maydell@linaro.org
16
Message-id: 20250227142746.1698904-3-peter.maydell@linaro.org
10
---
17
---
11
target/arm/translate-vfp.c.inc | 102 ++++++++++++++++++++++++++++++++-
18
target/arm/tcg/translate.c | 59 +++++++++++++++++++++++++-------------
12
1 file changed, 99 insertions(+), 3 deletions(-)
19
1 file changed, 39 insertions(+), 20 deletions(-)
13
20
14
diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc
21
diff --git a/target/arm/tcg/translate.c b/target/arm/tcg/translate.c
15
index XXXXXXX..XXXXXXX 100644
22
index XXXXXXX..XXXXXXX 100644
16
--- a/target/arm/translate-vfp.c.inc
23
--- a/target/arm/tcg/translate.c
17
+++ b/target/arm/translate-vfp.c.inc
24
+++ b/target/arm/tcg/translate.c
18
@@ -XXX,XX +XXX,XX @@ static FPSysRegCheckResult fp_sysreg_checks(DisasContext *s, int regno)
25
@@ -XXX,XX +XXX,XX @@ static bool trans_LDRD_rr(DisasContext *s, arg_ldst_rr *a)
19
}
26
return true;
20
break;
21
case ARM_VFP_FPCXT_S:
22
+ case ARM_VFP_FPCXT_NS:
23
if (!arm_dc_feature(s, ARM_FEATURE_V8_1M)) {
24
return false;
25
}
26
@@ -XXX,XX +XXX,XX @@ static FPSysRegCheckResult fp_sysreg_checks(DisasContext *s, int regno)
27
return FPSysRegCheckFailed;
28
}
29
30
- if (!vfp_access_check(s)) {
31
+ /*
32
+ * FPCXT_NS is a special case: it has specific handling for
33
+ * "current FP state is inactive", and must do the PreserveFPState()
34
+ * but not the usual full set of actions done by ExecuteFPCheck().
35
+ * So we don't call vfp_access_check() and the callers must handle this.
36
+ */
37
+ if (regno != ARM_VFP_FPCXT_NS && !vfp_access_check(s)) {
38
return FPSysRegCheckDone;
39
}
40
-
41
return FPSysRegCheckContinue;
42
}
27
}
43
28
44
+static void gen_branch_fpInactive(DisasContext *s, TCGCond cond,
29
+static void do_strd_store(DisasContext *s, TCGv_i32 addr, int rt, int rt2)
45
+ TCGLabel *label)
46
+{
30
+{
47
+ /*
31
+ /*
48
+ * FPCXT_NS is a special case: it has specific handling for
32
+ * STRD is required to be an atomic 64-bit access if the
49
+ * "current FP state is inactive", and must do the PreserveFPState()
33
+ * address is 8-aligned, two atomic 32-bit accesses if
50
+ * but not the usual full set of actions done by ExecuteFPCheck().
34
+ * it's only 4-aligned, and to give an alignment fault
51
+ * We don't have a TB flag that matches the fpInactive check, so we
35
+ * if it's not 4-aligned.
52
+ * do it at runtime as we don't expect FPCXT_NS accesses to be frequent.
36
+ * Rt is always the word from the lower address, and Rt2 the
37
+ * data from the higher address, regardless of endianness.
38
+ * So (like gen_store_exclusive) we avoid gen_aa32_ld_i64()
39
+ * so we don't get its SCTLR_B check, and instead do a 64-bit access
40
+ * using MO_BE if appropriate, using a value constructed
41
+ * by putting the two halves together in the right order.
53
+ *
42
+ *
54
+ * Emit code that checks fpInactive and does a conditional
43
+ * As with LDRD, the 64-bit atomicity is not required for
55
+ * branch to label based on it:
44
+ * M-profile, or for A-profile before LPAE, and we provide
56
+ * if cond is TCG_COND_NE then branch if fpInactive != 0 (ie if inactive)
45
+ * the higher guarantee always for simplicity.
57
+ * if cond is TCG_COND_EQ then branch if fpInactive == 0 (ie if active)
58
+ */
46
+ */
59
+ assert(cond == TCG_COND_EQ || cond == TCG_COND_NE);
47
+ int mem_idx = get_mem_index(s);
48
+ MemOp opc = MO_64 | MO_ALIGN_4 | MO_ATOM_SUBALIGN | s->be_data;
49
+ TCGv taddr = gen_aa32_addr(s, addr, opc);
50
+ TCGv_i32 t1 = load_reg(s, rt);
51
+ TCGv_i32 t2 = load_reg(s, rt2);
52
+ TCGv_i64 t64 = tcg_temp_new_i64();
60
+
53
+
61
+ /* fpInactive = FPCCR_NS.ASPEN == 1 && CONTROL.FPCA == 0 */
54
+ if (s->be_data == MO_BE) {
62
+ TCGv_i32 aspen, fpca;
55
+ tcg_gen_concat_i32_i64(t64, t2, t1);
63
+ aspen = load_cpu_field(v7m.fpccr[M_REG_NS]);
56
+ } else {
64
+ fpca = load_cpu_field(v7m.control[M_REG_S]);
57
+ tcg_gen_concat_i32_i64(t64, t1, t2);
65
+ tcg_gen_andi_i32(aspen, aspen, R_V7M_FPCCR_ASPEN_MASK);
58
+ }
66
+ tcg_gen_xori_i32(aspen, aspen, R_V7M_FPCCR_ASPEN_MASK);
59
+ tcg_gen_qemu_st_i64(t64, taddr, mem_idx, opc);
67
+ tcg_gen_andi_i32(fpca, fpca, R_V7M_CONTROL_FPCA_MASK);
68
+ tcg_gen_or_i32(fpca, fpca, aspen);
69
+ tcg_gen_brcondi_i32(tcg_invert_cond(cond), fpca, 0, label);
70
+ tcg_temp_free_i32(aspen);
71
+ tcg_temp_free_i32(fpca);
72
+}
60
+}
73
+
61
+
74
static bool gen_M_fp_sysreg_write(DisasContext *s, int regno,
62
static bool trans_STRD_rr(DisasContext *s, arg_ldst_rr *a)
75
76
fp_sysreg_loadfn *loadfn,
77
@@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_write(DisasContext *s, int regno,
78
{
63
{
79
/* Do a write to an M-profile floating point system register */
64
- int mem_idx = get_mem_index(s);
80
TCGv_i32 tmp;
65
- TCGv_i32 addr, tmp;
81
+ TCGLabel *lab_end = NULL;
66
+ TCGv_i32 addr;
82
67
83
switch (fp_sysreg_checks(s, regno)) {
68
if (!ENABLE_ARCH_5TE) {
84
case FPSysRegCheckFailed:
69
return false;
85
@@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_write(DisasContext *s, int regno,
70
@@ -XXX,XX +XXX,XX @@ static bool trans_STRD_rr(DisasContext *s, arg_ldst_rr *a)
86
tcg_temp_free_i32(tmp);
87
break;
88
}
71
}
89
+ case ARM_VFP_FPCXT_NS:
72
addr = op_addr_rr_pre(s, a);
90
+ lab_end = gen_new_label();
73
91
+ /* fpInactive case: write is a NOP, so branch to end */
74
- tmp = load_reg(s, a->rt);
92
+ gen_branch_fpInactive(s, TCG_COND_NE, lab_end);
75
- gen_aa32_st_i32(s, tmp, addr, mem_idx, MO_UL | MO_ALIGN);
93
+ /* !fpInactive: PreserveFPState(), and reads same as FPCXT_S */
76
+ do_strd_store(s, addr, a->rt, a->rt + 1);
94
+ gen_preserve_fp_state(s);
77
95
+ /* fall through */
78
- tcg_gen_addi_i32(addr, addr, 4);
96
case ARM_VFP_FPCXT_S:
79
-
97
{
80
- tmp = load_reg(s, a->rt + 1);
98
TCGv_i32 sfpa, control;
81
- gen_aa32_st_i32(s, tmp, addr, mem_idx, MO_UL | MO_ALIGN);
99
@@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_write(DisasContext *s, int regno,
82
-
100
default:
83
- op_addr_rr_post(s, a, addr, -4);
101
g_assert_not_reached();
84
+ op_addr_rr_post(s, a, addr, 0);
102
}
103
+ if (lab_end) {
104
+ gen_set_label(lab_end);
105
+ }
106
return true;
85
return true;
107
}
86
}
108
87
109
@@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_read(DisasContext *s, int regno,
88
@@ -XXX,XX +XXX,XX @@ static bool trans_LDRD_ri_t32(DisasContext *s, arg_ldst_ri2 *a)
89
90
static bool op_strd_ri(DisasContext *s, arg_ldst_ri *a, int rt2)
110
{
91
{
111
/* Do a read from an M-profile floating point system register */
92
- int mem_idx = get_mem_index(s);
112
TCGv_i32 tmp;
93
- TCGv_i32 addr, tmp;
113
+ TCGLabel *lab_end = NULL;
94
+ TCGv_i32 addr;
114
+ bool lookup_tb = false;
95
115
96
addr = op_addr_ri_pre(s, a);
116
switch (fp_sysreg_checks(s, regno)) {
97
117
case FPSysRegCheckFailed:
98
- tmp = load_reg(s, a->rt);
118
@@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_read(DisasContext *s, int regno,
99
- gen_aa32_st_i32(s, tmp, addr, mem_idx, MO_UL | MO_ALIGN);
119
fpscr = load_cpu_field(v7m.fpdscr[M_REG_NS]);
100
+ do_strd_store(s, addr, a->rt, rt2);
120
gen_helper_vfp_set_fpscr(cpu_env, fpscr);
101
121
tcg_temp_free_i32(fpscr);
102
- tcg_gen_addi_i32(addr, addr, 4);
122
- gen_lookup_tb(s);
103
-
123
+ lookup_tb = true;
104
- tmp = load_reg(s, rt2);
124
+ break;
105
- gen_aa32_st_i32(s, tmp, addr, mem_idx, MO_UL | MO_ALIGN);
125
+ }
106
-
126
+ case ARM_VFP_FPCXT_NS:
107
- op_addr_ri_post(s, a, addr, -4);
127
+ {
108
+ op_addr_ri_post(s, a, addr, 0);
128
+ TCGv_i32 control, sfpa, fpscr, fpdscr, zero;
129
+ TCGLabel *lab_active = gen_new_label();
130
+
131
+ lookup_tb = true;
132
+
133
+ gen_branch_fpInactive(s, TCG_COND_EQ, lab_active);
134
+ /* fpInactive case: reads as FPDSCR_NS */
135
+ TCGv_i32 tmp = load_cpu_field(v7m.fpdscr[M_REG_NS]);
136
+ storefn(s, opaque, tmp);
137
+ lab_end = gen_new_label();
138
+ tcg_gen_br(lab_end);
139
+
140
+ gen_set_label(lab_active);
141
+ /* !fpInactive: Reads the same as FPCXT_S, but side effects differ */
142
+ gen_preserve_fp_state(s);
143
+ tmp = tcg_temp_new_i32();
144
+ sfpa = tcg_temp_new_i32();
145
+ fpscr = tcg_temp_new_i32();
146
+ gen_helper_vfp_get_fpscr(fpscr, cpu_env);
147
+ tcg_gen_andi_i32(tmp, fpscr, ~FPCR_NZCV_MASK);
148
+ control = load_cpu_field(v7m.control[M_REG_S]);
149
+ tcg_gen_andi_i32(sfpa, control, R_V7M_CONTROL_SFPA_MASK);
150
+ tcg_gen_shli_i32(sfpa, sfpa, 31 - R_V7M_CONTROL_SFPA_SHIFT);
151
+ tcg_gen_or_i32(tmp, tmp, sfpa);
152
+ tcg_temp_free_i32(control);
153
+ /* Store result before updating FPSCR, in case it faults */
154
+ storefn(s, opaque, tmp);
155
+ /* If SFPA is zero then set FPSCR from FPDSCR_NS */
156
+ fpdscr = load_cpu_field(v7m.fpdscr[M_REG_NS]);
157
+ zero = tcg_const_i32(0);
158
+ tcg_gen_movcond_i32(TCG_COND_EQ, fpscr, sfpa, zero, fpdscr, fpscr);
159
+ gen_helper_vfp_set_fpscr(cpu_env, fpscr);
160
+ tcg_temp_free_i32(zero);
161
+ tcg_temp_free_i32(sfpa);
162
+ tcg_temp_free_i32(fpdscr);
163
+ tcg_temp_free_i32(fpscr);
164
break;
165
}
166
default:
167
g_assert_not_reached();
168
}
169
+
170
+ if (lab_end) {
171
+ gen_set_label(lab_end);
172
+ }
173
+ if (lookup_tb) {
174
+ gen_lookup_tb(s);
175
+ }
176
return true;
109
return true;
177
}
110
}
178
111
179
--
112
--
180
2.20.1
113
2.43.0
181
182
diff view generated by jsdifflib
1
This commit is the result of running the timer-del-timer-free.cocci
1
All the callers of op_addr_rr_post() and op_addr_ri_post() now pass in
2
script on the whole source tree.
2
zero for the address_offset, so we can remove that argument.
3
3
4
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
4
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
5
Acked-by: Corey Minyard <cminyard@mvista.com>
6
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
7
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
8
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
5
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
9
Message-id: 20201215154107.3255-4-peter.maydell@linaro.org
6
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
7
Message-id: 20250227142746.1698904-4-peter.maydell@linaro.org
10
---
8
---
11
block/iscsi.c | 2 --
9
target/arm/tcg/translate.c | 26 +++++++++++++-------------
12
block/nbd.c | 1 -
10
1 file changed, 13 insertions(+), 13 deletions(-)
13
block/qcow2.c | 1 -
14
hw/block/nvme.c | 2 --
15
hw/char/serial.c | 2 --
16
hw/char/virtio-serial-bus.c | 2 --
17
hw/ide/core.c | 1 -
18
hw/input/hid.c | 1 -
19
hw/intc/apic.c | 1 -
20
hw/intc/ioapic.c | 1 -
21
hw/ipmi/ipmi_bmc_extern.c | 1 -
22
hw/net/e1000.c | 3 ---
23
hw/net/e1000e_core.c | 8 --------
24
hw/net/pcnet-pci.c | 1 -
25
hw/net/rtl8139.c | 1 -
26
hw/net/spapr_llan.c | 1 -
27
hw/net/virtio-net.c | 2 --
28
hw/s390x/s390-pci-inst.c | 1 -
29
hw/sd/sd.c | 1 -
30
hw/sd/sdhci.c | 2 --
31
hw/usb/dev-hub.c | 1 -
32
hw/usb/hcd-ehci.c | 1 -
33
hw/usb/hcd-ohci-pci.c | 1 -
34
hw/usb/hcd-uhci.c | 1 -
35
hw/usb/hcd-xhci.c | 1 -
36
hw/usb/redirect.c | 1 -
37
hw/vfio/display.c | 1 -
38
hw/virtio/vhost-vsock-common.c | 1 -
39
hw/virtio/virtio-balloon.c | 1 -
40
hw/virtio/virtio-rng.c | 1 -
41
hw/watchdog/wdt_diag288.c | 1 -
42
hw/watchdog/wdt_i6300esb.c | 1 -
43
migration/colo.c | 1 -
44
monitor/hmp-cmds.c | 1 -
45
net/announce.c | 1 -
46
net/colo-compare.c | 1 -
47
net/slirp.c | 1 -
48
replay/replay-debugging.c | 1 -
49
target/s390x/cpu.c | 2 --
50
ui/console.c | 1 -
51
ui/spice-core.c | 1 -
52
util/throttle.c | 1 -
53
42 files changed, 58 deletions(-)
54
11
55
diff --git a/block/iscsi.c b/block/iscsi.c
12
diff --git a/target/arm/tcg/translate.c b/target/arm/tcg/translate.c
56
index XXXXXXX..XXXXXXX 100644
13
index XXXXXXX..XXXXXXX 100644
57
--- a/block/iscsi.c
14
--- a/target/arm/tcg/translate.c
58
+++ b/block/iscsi.c
15
+++ b/target/arm/tcg/translate.c
59
@@ -XXX,XX +XXX,XX @@ static void iscsi_detach_aio_context(BlockDriverState *bs)
16
@@ -XXX,XX +XXX,XX @@ static TCGv_i32 op_addr_rr_pre(DisasContext *s, arg_ldst_rr *a)
60
iscsilun->events = 0;
17
}
61
18
62
if (iscsilun->nop_timer) {
19
static void op_addr_rr_post(DisasContext *s, arg_ldst_rr *a,
63
- timer_del(iscsilun->nop_timer);
20
- TCGv_i32 addr, int address_offset)
64
timer_free(iscsilun->nop_timer);
21
+ TCGv_i32 addr)
65
iscsilun->nop_timer = NULL;
66
}
67
if (iscsilun->event_timer) {
68
- timer_del(iscsilun->event_timer);
69
timer_free(iscsilun->event_timer);
70
iscsilun->event_timer = NULL;
71
}
72
diff --git a/block/nbd.c b/block/nbd.c
73
index XXXXXXX..XXXXXXX 100644
74
--- a/block/nbd.c
75
+++ b/block/nbd.c
76
@@ -XXX,XX +XXX,XX @@ static void nbd_recv_coroutines_wake_all(BDRVNBDState *s)
77
static void reconnect_delay_timer_del(BDRVNBDState *s)
78
{
22
{
79
if (s->reconnect_delay_timer) {
23
if (!a->p) {
80
- timer_del(s->reconnect_delay_timer);
24
TCGv_i32 ofs = load_reg(s, a->rm);
81
timer_free(s->reconnect_delay_timer);
25
@@ -XXX,XX +XXX,XX @@ static void op_addr_rr_post(DisasContext *s, arg_ldst_rr *a,
82
s->reconnect_delay_timer = NULL;
26
} else if (!a->w) {
83
}
84
diff --git a/block/qcow2.c b/block/qcow2.c
85
index XXXXXXX..XXXXXXX 100644
86
--- a/block/qcow2.c
87
+++ b/block/qcow2.c
88
@@ -XXX,XX +XXX,XX @@ static void cache_clean_timer_del(BlockDriverState *bs)
89
{
90
BDRVQcow2State *s = bs->opaque;
91
if (s->cache_clean_timer) {
92
- timer_del(s->cache_clean_timer);
93
timer_free(s->cache_clean_timer);
94
s->cache_clean_timer = NULL;
95
}
96
diff --git a/hw/block/nvme.c b/hw/block/nvme.c
97
index XXXXXXX..XXXXXXX 100644
98
--- a/hw/block/nvme.c
99
+++ b/hw/block/nvme.c
100
@@ -XXX,XX +XXX,XX @@ static uint16_t nvme_io_cmd(NvmeCtrl *n, NvmeRequest *req)
101
static void nvme_free_sq(NvmeSQueue *sq, NvmeCtrl *n)
102
{
103
n->sq[sq->sqid] = NULL;
104
- timer_del(sq->timer);
105
timer_free(sq->timer);
106
g_free(sq->io_req);
107
if (sq->sqid) {
108
@@ -XXX,XX +XXX,XX @@ static uint16_t nvme_get_log(NvmeCtrl *n, NvmeRequest *req)
109
static void nvme_free_cq(NvmeCQueue *cq, NvmeCtrl *n)
110
{
111
n->cq[cq->cqid] = NULL;
112
- timer_del(cq->timer);
113
timer_free(cq->timer);
114
msix_vector_unuse(&n->parent_obj, cq->vector);
115
if (cq->cqid) {
116
diff --git a/hw/char/serial.c b/hw/char/serial.c
117
index XXXXXXX..XXXXXXX 100644
118
--- a/hw/char/serial.c
119
+++ b/hw/char/serial.c
120
@@ -XXX,XX +XXX,XX @@ static void serial_unrealize(DeviceState *dev)
121
122
qemu_chr_fe_deinit(&s->chr, false);
123
124
- timer_del(s->modem_status_poll);
125
timer_free(s->modem_status_poll);
126
127
- timer_del(s->fifo_timeout_timer);
128
timer_free(s->fifo_timeout_timer);
129
130
fifo8_destroy(&s->recv_fifo);
131
diff --git a/hw/char/virtio-serial-bus.c b/hw/char/virtio-serial-bus.c
132
index XXXXXXX..XXXXXXX 100644
133
--- a/hw/char/virtio-serial-bus.c
134
+++ b/hw/char/virtio-serial-bus.c
135
@@ -XXX,XX +XXX,XX @@ static void virtio_serial_post_load_timer_cb(void *opaque)
136
}
137
}
138
g_free(s->post_load->connected);
139
- timer_del(s->post_load->timer);
140
timer_free(s->post_load->timer);
141
g_free(s->post_load);
142
s->post_load = NULL;
143
@@ -XXX,XX +XXX,XX @@ static void virtio_serial_device_unrealize(DeviceState *dev)
144
g_free(vser->ports_map);
145
if (vser->post_load) {
146
g_free(vser->post_load->connected);
147
- timer_del(vser->post_load->timer);
148
timer_free(vser->post_load->timer);
149
g_free(vser->post_load);
150
}
151
diff --git a/hw/ide/core.c b/hw/ide/core.c
152
index XXXXXXX..XXXXXXX 100644
153
--- a/hw/ide/core.c
154
+++ b/hw/ide/core.c
155
@@ -XXX,XX +XXX,XX @@ void ide_init2(IDEBus *bus, qemu_irq irq)
156
157
void ide_exit(IDEState *s)
158
{
159
- timer_del(s->sector_write_timer);
160
timer_free(s->sector_write_timer);
161
qemu_vfree(s->smart_selftest_data);
162
qemu_vfree(s->io_buffer);
163
diff --git a/hw/input/hid.c b/hw/input/hid.c
164
index XXXXXXX..XXXXXXX 100644
165
--- a/hw/input/hid.c
166
+++ b/hw/input/hid.c
167
@@ -XXX,XX +XXX,XX @@ static void hid_idle_timer(void *opaque)
168
static void hid_del_idle_timer(HIDState *hs)
169
{
170
if (hs->idle_timer) {
171
- timer_del(hs->idle_timer);
172
timer_free(hs->idle_timer);
173
hs->idle_timer = NULL;
174
}
175
diff --git a/hw/intc/apic.c b/hw/intc/apic.c
176
index XXXXXXX..XXXXXXX 100644
177
--- a/hw/intc/apic.c
178
+++ b/hw/intc/apic.c
179
@@ -XXX,XX +XXX,XX @@ static void apic_unrealize(DeviceState *dev)
180
{
181
APICCommonState *s = APIC(dev);
182
183
- timer_del(s->timer);
184
timer_free(s->timer);
185
local_apics[s->id] = NULL;
186
}
187
diff --git a/hw/intc/ioapic.c b/hw/intc/ioapic.c
188
index XXXXXXX..XXXXXXX 100644
189
--- a/hw/intc/ioapic.c
190
+++ b/hw/intc/ioapic.c
191
@@ -XXX,XX +XXX,XX @@ static void ioapic_unrealize(DeviceState *dev)
192
{
193
IOAPICCommonState *s = IOAPIC_COMMON(dev);
194
195
- timer_del(s->delayed_ioapic_service_timer);
196
timer_free(s->delayed_ioapic_service_timer);
197
}
198
199
diff --git a/hw/ipmi/ipmi_bmc_extern.c b/hw/ipmi/ipmi_bmc_extern.c
200
index XXXXXXX..XXXXXXX 100644
201
--- a/hw/ipmi/ipmi_bmc_extern.c
202
+++ b/hw/ipmi/ipmi_bmc_extern.c
203
@@ -XXX,XX +XXX,XX @@ static void ipmi_bmc_extern_finalize(Object *obj)
204
{
205
IPMIBmcExtern *ibe = IPMI_BMC_EXTERN(obj);
206
207
- timer_del(ibe->extern_timer);
208
timer_free(ibe->extern_timer);
209
}
210
211
diff --git a/hw/net/e1000.c b/hw/net/e1000.c
212
index XXXXXXX..XXXXXXX 100644
213
--- a/hw/net/e1000.c
214
+++ b/hw/net/e1000.c
215
@@ -XXX,XX +XXX,XX @@ pci_e1000_uninit(PCIDevice *dev)
216
{
217
E1000State *d = E1000(dev);
218
219
- timer_del(d->autoneg_timer);
220
timer_free(d->autoneg_timer);
221
- timer_del(d->mit_timer);
222
timer_free(d->mit_timer);
223
- timer_del(d->flush_queue_timer);
224
timer_free(d->flush_queue_timer);
225
qemu_del_nic(d->nic);
226
}
227
diff --git a/hw/net/e1000e_core.c b/hw/net/e1000e_core.c
228
index XXXXXXX..XXXXXXX 100644
229
--- a/hw/net/e1000e_core.c
230
+++ b/hw/net/e1000e_core.c
231
@@ -XXX,XX +XXX,XX @@ e1000e_intrmgr_pci_unint(E1000ECore *core)
232
{
233
int i;
234
235
- timer_del(core->radv.timer);
236
timer_free(core->radv.timer);
237
- timer_del(core->rdtr.timer);
238
timer_free(core->rdtr.timer);
239
- timer_del(core->raid.timer);
240
timer_free(core->raid.timer);
241
242
- timer_del(core->tadv.timer);
243
timer_free(core->tadv.timer);
244
- timer_del(core->tidv.timer);
245
timer_free(core->tidv.timer);
246
247
- timer_del(core->itr.timer);
248
timer_free(core->itr.timer);
249
250
for (i = 0; i < E1000E_MSIX_VEC_NUM; i++) {
251
- timer_del(core->eitr[i].timer);
252
timer_free(core->eitr[i].timer);
253
}
254
}
255
@@ -XXX,XX +XXX,XX @@ e1000e_core_pci_uninit(E1000ECore *core)
256
{
257
int i;
258
259
- timer_del(core->autoneg_timer);
260
timer_free(core->autoneg_timer);
261
262
e1000e_intrmgr_pci_unint(core);
263
diff --git a/hw/net/pcnet-pci.c b/hw/net/pcnet-pci.c
264
index XXXXXXX..XXXXXXX 100644
265
--- a/hw/net/pcnet-pci.c
266
+++ b/hw/net/pcnet-pci.c
267
@@ -XXX,XX +XXX,XX @@ static void pci_pcnet_uninit(PCIDevice *dev)
268
PCIPCNetState *d = PCI_PCNET(dev);
269
270
qemu_free_irq(d->state.irq);
271
- timer_del(d->state.poll_timer);
272
timer_free(d->state.poll_timer);
273
qemu_del_nic(d->state.nic);
274
}
275
diff --git a/hw/net/rtl8139.c b/hw/net/rtl8139.c
276
index XXXXXXX..XXXXXXX 100644
277
--- a/hw/net/rtl8139.c
278
+++ b/hw/net/rtl8139.c
279
@@ -XXX,XX +XXX,XX @@ static void pci_rtl8139_uninit(PCIDevice *dev)
280
281
g_free(s->cplus_txbuffer);
282
s->cplus_txbuffer = NULL;
283
- timer_del(s->timer);
284
timer_free(s->timer);
285
qemu_del_nic(s->nic);
286
}
287
diff --git a/hw/net/spapr_llan.c b/hw/net/spapr_llan.c
288
index XXXXXXX..XXXXXXX 100644
289
--- a/hw/net/spapr_llan.c
290
+++ b/hw/net/spapr_llan.c
291
@@ -XXX,XX +XXX,XX @@ static void spapr_vlan_instance_finalize(Object *obj)
292
}
293
294
if (dev->rxp_timer) {
295
- timer_del(dev->rxp_timer);
296
timer_free(dev->rxp_timer);
297
}
298
}
299
diff --git a/hw/net/virtio-net.c b/hw/net/virtio-net.c
300
index XXXXXXX..XXXXXXX 100644
301
--- a/hw/net/virtio-net.c
302
+++ b/hw/net/virtio-net.c
303
@@ -XXX,XX +XXX,XX @@ static void virtio_net_rsc_cleanup(VirtIONet *n)
304
g_free(seg);
305
}
306
307
- timer_del(chain->drain_timer);
308
timer_free(chain->drain_timer);
309
QTAILQ_REMOVE(&n->rsc_chains, chain, next);
310
g_free(chain);
311
@@ -XXX,XX +XXX,XX @@ static void virtio_net_del_queue(VirtIONet *n, int index)
312
313
virtio_del_queue(vdev, index * 2);
314
if (q->tx_timer) {
315
- timer_del(q->tx_timer);
316
timer_free(q->tx_timer);
317
q->tx_timer = NULL;
318
} else {
319
diff --git a/hw/s390x/s390-pci-inst.c b/hw/s390x/s390-pci-inst.c
320
index XXXXXXX..XXXXXXX 100644
321
--- a/hw/s390x/s390-pci-inst.c
322
+++ b/hw/s390x/s390-pci-inst.c
323
@@ -XXX,XX +XXX,XX @@ void pci_dereg_ioat(S390PCIIOMMU *iommu)
324
void fmb_timer_free(S390PCIBusDevice *pbdev)
325
{
326
if (pbdev->fmb_timer) {
327
- timer_del(pbdev->fmb_timer);
328
timer_free(pbdev->fmb_timer);
329
pbdev->fmb_timer = NULL;
330
}
331
diff --git a/hw/sd/sd.c b/hw/sd/sd.c
332
index XXXXXXX..XXXXXXX 100644
333
--- a/hw/sd/sd.c
334
+++ b/hw/sd/sd.c
335
@@ -XXX,XX +XXX,XX @@ static void sd_instance_finalize(Object *obj)
336
{
337
SDState *sd = SD_CARD(obj);
338
339
- timer_del(sd->ocr_power_timer);
340
timer_free(sd->ocr_power_timer);
341
}
342
343
diff --git a/hw/sd/sdhci.c b/hw/sd/sdhci.c
344
index XXXXXXX..XXXXXXX 100644
345
--- a/hw/sd/sdhci.c
346
+++ b/hw/sd/sdhci.c
347
@@ -XXX,XX +XXX,XX @@ void sdhci_initfn(SDHCIState *s)
348
349
void sdhci_uninitfn(SDHCIState *s)
350
{
351
- timer_del(s->insert_timer);
352
timer_free(s->insert_timer);
353
- timer_del(s->transfer_timer);
354
timer_free(s->transfer_timer);
355
356
g_free(s->fifo_buffer);
357
diff --git a/hw/usb/dev-hub.c b/hw/usb/dev-hub.c
358
index XXXXXXX..XXXXXXX 100644
359
--- a/hw/usb/dev-hub.c
360
+++ b/hw/usb/dev-hub.c
361
@@ -XXX,XX +XXX,XX @@ static void usb_hub_unrealize(USBDevice *dev)
362
&s->ports[i].port);
363
}
364
365
- timer_del(s->port_timer);
366
timer_free(s->port_timer);
367
}
368
369
diff --git a/hw/usb/hcd-ehci.c b/hw/usb/hcd-ehci.c
370
index XXXXXXX..XXXXXXX 100644
371
--- a/hw/usb/hcd-ehci.c
372
+++ b/hw/usb/hcd-ehci.c
373
@@ -XXX,XX +XXX,XX @@ void usb_ehci_unrealize(EHCIState *s, DeviceState *dev)
374
trace_usb_ehci_unrealize();
375
376
if (s->frame_timer) {
377
- timer_del(s->frame_timer);
378
timer_free(s->frame_timer);
379
s->frame_timer = NULL;
380
}
381
diff --git a/hw/usb/hcd-ohci-pci.c b/hw/usb/hcd-ohci-pci.c
382
index XXXXXXX..XXXXXXX 100644
383
--- a/hw/usb/hcd-ohci-pci.c
384
+++ b/hw/usb/hcd-ohci-pci.c
385
@@ -XXX,XX +XXX,XX @@ static void usb_ohci_exit(PCIDevice *dev)
386
usb_bus_release(&s->bus);
387
}
388
389
- timer_del(s->eof_timer);
390
timer_free(s->eof_timer);
391
}
392
393
diff --git a/hw/usb/hcd-uhci.c b/hw/usb/hcd-uhci.c
394
index XXXXXXX..XXXXXXX 100644
395
--- a/hw/usb/hcd-uhci.c
396
+++ b/hw/usb/hcd-uhci.c
397
@@ -XXX,XX +XXX,XX @@ static void usb_uhci_exit(PCIDevice *dev)
398
trace_usb_uhci_exit();
399
400
if (s->frame_timer) {
401
- timer_del(s->frame_timer);
402
timer_free(s->frame_timer);
403
s->frame_timer = NULL;
404
}
405
diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c
406
index XXXXXXX..XXXXXXX 100644
407
--- a/hw/usb/hcd-xhci.c
408
+++ b/hw/usb/hcd-xhci.c
409
@@ -XXX,XX +XXX,XX @@ static void usb_xhci_unrealize(DeviceState *dev)
410
}
411
412
if (xhci->mfwrap_timer) {
413
- timer_del(xhci->mfwrap_timer);
414
timer_free(xhci->mfwrap_timer);
415
xhci->mfwrap_timer = NULL;
416
}
417
diff --git a/hw/usb/redirect.c b/hw/usb/redirect.c
418
index XXXXXXX..XXXXXXX 100644
419
--- a/hw/usb/redirect.c
420
+++ b/hw/usb/redirect.c
421
@@ -XXX,XX +XXX,XX @@ static void usbredir_unrealize(USBDevice *udev)
422
qemu_bh_delete(dev->chardev_close_bh);
423
qemu_bh_delete(dev->device_reject_bh);
424
425
- timer_del(dev->attach_timer);
426
timer_free(dev->attach_timer);
427
428
usbredir_cleanup_device_queues(dev);
429
diff --git a/hw/vfio/display.c b/hw/vfio/display.c
430
index XXXXXXX..XXXXXXX 100644
431
--- a/hw/vfio/display.c
432
+++ b/hw/vfio/display.c
433
@@ -XXX,XX +XXX,XX @@ static void vfio_display_edid_exit(VFIODisplay *dpy)
434
435
g_free(dpy->edid_regs);
436
g_free(dpy->edid_blob);
437
- timer_del(dpy->edid_link_timer);
438
timer_free(dpy->edid_link_timer);
439
}
440
441
diff --git a/hw/virtio/vhost-vsock-common.c b/hw/virtio/vhost-vsock-common.c
442
index XXXXXXX..XXXXXXX 100644
443
--- a/hw/virtio/vhost-vsock-common.c
444
+++ b/hw/virtio/vhost-vsock-common.c
445
@@ -XXX,XX +XXX,XX @@ static void vhost_vsock_common_post_load_timer_cleanup(VHostVSockCommon *vvc)
446
return;
27
return;
447
}
28
}
448
29
- tcg_gen_addi_i32(addr, addr, address_offset);
449
- timer_del(vvc->post_load_timer);
30
store_reg(s, a->rn, addr);
450
timer_free(vvc->post_load_timer);
451
vvc->post_load_timer = NULL;
452
}
31
}
453
diff --git a/hw/virtio/virtio-balloon.c b/hw/virtio/virtio-balloon.c
32
454
index XXXXXXX..XXXXXXX 100644
33
@@ -XXX,XX +XXX,XX @@ static bool op_load_rr(DisasContext *s, arg_ldst_rr *a,
455
--- a/hw/virtio/virtio-balloon.c
34
* Perform base writeback before the loaded value to
456
+++ b/hw/virtio/virtio-balloon.c
35
* ensure correct behavior with overlapping index registers.
457
@@ -XXX,XX +XXX,XX @@ static bool balloon_stats_enabled(const VirtIOBalloon *s)
36
*/
458
static void balloon_stats_destroy_timer(VirtIOBalloon *s)
37
- op_addr_rr_post(s, a, addr, 0);
38
+ op_addr_rr_post(s, a, addr);
39
store_reg_from_load(s, a->rt, tmp);
40
return true;
41
}
42
@@ -XXX,XX +XXX,XX @@ static bool op_store_rr(DisasContext *s, arg_ldst_rr *a,
43
gen_aa32_st_i32(s, tmp, addr, mem_idx, mop);
44
disas_set_da_iss(s, mop, issinfo);
45
46
- op_addr_rr_post(s, a, addr, 0);
47
+ op_addr_rr_post(s, a, addr);
48
return true;
49
}
50
51
@@ -XXX,XX +XXX,XX @@ static bool trans_LDRD_rr(DisasContext *s, arg_ldst_rr *a)
52
do_ldrd_load(s, addr, a->rt, a->rt + 1);
53
54
/* LDRD w/ base writeback is undefined if the registers overlap. */
55
- op_addr_rr_post(s, a, addr, 0);
56
+ op_addr_rr_post(s, a, addr);
57
return true;
58
}
59
60
@@ -XXX,XX +XXX,XX @@ static bool trans_STRD_rr(DisasContext *s, arg_ldst_rr *a)
61
62
do_strd_store(s, addr, a->rt, a->rt + 1);
63
64
- op_addr_rr_post(s, a, addr, 0);
65
+ op_addr_rr_post(s, a, addr);
66
return true;
67
}
68
69
@@ -XXX,XX +XXX,XX @@ static TCGv_i32 op_addr_ri_pre(DisasContext *s, arg_ldst_ri *a)
70
}
71
72
static void op_addr_ri_post(DisasContext *s, arg_ldst_ri *a,
73
- TCGv_i32 addr, int address_offset)
74
+ TCGv_i32 addr)
459
{
75
{
460
if (balloon_stats_enabled(s)) {
76
+ int address_offset = 0;
461
- timer_del(s->stats_timer);
77
if (!a->p) {
462
timer_free(s->stats_timer);
78
if (a->u) {
463
s->stats_timer = NULL;
79
- address_offset += a->imm;
464
s->stats_poll_interval = 0;
80
+ address_offset = a->imm;
465
diff --git a/hw/virtio/virtio-rng.c b/hw/virtio/virtio-rng.c
81
} else {
466
index XXXXXXX..XXXXXXX 100644
82
- address_offset -= a->imm;
467
--- a/hw/virtio/virtio-rng.c
83
+ address_offset = -a->imm;
468
+++ b/hw/virtio/virtio-rng.c
84
}
469
@@ -XXX,XX +XXX,XX @@ static void virtio_rng_device_unrealize(DeviceState *dev)
85
} else if (!a->w) {
470
VirtIORNG *vrng = VIRTIO_RNG(dev);
86
return;
471
87
@@ -XXX,XX +XXX,XX @@ static bool op_load_ri(DisasContext *s, arg_ldst_ri *a,
472
qemu_del_vm_change_state_handler(vrng->vmstate);
88
* Perform base writeback before the loaded value to
473
- timer_del(vrng->rate_limit_timer);
89
* ensure correct behavior with overlapping index registers.
474
timer_free(vrng->rate_limit_timer);
90
*/
475
virtio_del_queue(vdev, 0);
91
- op_addr_ri_post(s, a, addr, 0);
476
virtio_cleanup(vdev);
92
+ op_addr_ri_post(s, a, addr);
477
diff --git a/hw/watchdog/wdt_diag288.c b/hw/watchdog/wdt_diag288.c
93
store_reg_from_load(s, a->rt, tmp);
478
index XXXXXXX..XXXXXXX 100644
94
return true;
479
--- a/hw/watchdog/wdt_diag288.c
480
+++ b/hw/watchdog/wdt_diag288.c
481
@@ -XXX,XX +XXX,XX @@ static void wdt_diag288_unrealize(DeviceState *dev)
482
{
483
DIAG288State *diag288 = DIAG288(dev);
484
485
- timer_del(diag288->timer);
486
timer_free(diag288->timer);
487
}
95
}
488
96
@@ -XXX,XX +XXX,XX @@ static bool op_store_ri(DisasContext *s, arg_ldst_ri *a,
489
diff --git a/hw/watchdog/wdt_i6300esb.c b/hw/watchdog/wdt_i6300esb.c
97
gen_aa32_st_i32(s, tmp, addr, mem_idx, mop);
490
index XXXXXXX..XXXXXXX 100644
98
disas_set_da_iss(s, mop, issinfo);
491
--- a/hw/watchdog/wdt_i6300esb.c
99
492
+++ b/hw/watchdog/wdt_i6300esb.c
100
- op_addr_ri_post(s, a, addr, 0);
493
@@ -XXX,XX +XXX,XX @@ static void i6300esb_exit(PCIDevice *dev)
101
+ op_addr_ri_post(s, a, addr);
494
{
102
return true;
495
I6300State *d = WATCHDOG_I6300ESB_DEVICE(dev);
496
497
- timer_del(d->timer);
498
timer_free(d->timer);
499
}
103
}
500
104
501
diff --git a/migration/colo.c b/migration/colo.c
105
@@ -XXX,XX +XXX,XX @@ static bool op_ldrd_ri(DisasContext *s, arg_ldst_ri *a, int rt2)
502
index XXXXXXX..XXXXXXX 100644
106
do_ldrd_load(s, addr, a->rt, rt2);
503
--- a/migration/colo.c
107
504
+++ b/migration/colo.c
108
/* LDRD w/ base writeback is undefined if the registers overlap. */
505
@@ -XXX,XX +XXX,XX @@ out:
109
- op_addr_ri_post(s, a, addr, 0);
506
* error.
110
+ op_addr_ri_post(s, a, addr);
507
*/
111
return true;
508
colo_compare_unregister_notifier(&packets_compare_notifier);
509
- timer_del(s->colo_delay_timer);
510
timer_free(s->colo_delay_timer);
511
qemu_event_destroy(&s->colo_checkpoint_event);
512
513
diff --git a/monitor/hmp-cmds.c b/monitor/hmp-cmds.c
514
index XXXXXXX..XXXXXXX 100644
515
--- a/monitor/hmp-cmds.c
516
+++ b/monitor/hmp-cmds.c
517
@@ -XXX,XX +XXX,XX @@ static void hmp_migrate_status_cb(void *opaque)
518
error_report("%s", info->error_desc);
519
}
520
monitor_resume(status->mon);
521
- timer_del(status->timer);
522
timer_free(status->timer);
523
g_free(status);
524
}
525
diff --git a/net/announce.c b/net/announce.c
526
index XXXXXXX..XXXXXXX 100644
527
--- a/net/announce.c
528
+++ b/net/announce.c
529
@@ -XXX,XX +XXX,XX @@ void qemu_announce_timer_del(AnnounceTimer *timer, bool free_named)
530
{
531
bool free_timer = false;
532
if (timer->tm) {
533
- timer_del(timer->tm);
534
timer_free(timer->tm);
535
timer->tm = NULL;
536
}
537
diff --git a/net/colo-compare.c b/net/colo-compare.c
538
index XXXXXXX..XXXXXXX 100644
539
--- a/net/colo-compare.c
540
+++ b/net/colo-compare.c
541
@@ -XXX,XX +XXX,XX @@ static void colo_compare_timer_init(CompareState *s)
542
static void colo_compare_timer_del(CompareState *s)
543
{
544
if (s->packet_check_timer) {
545
- timer_del(s->packet_check_timer);
546
timer_free(s->packet_check_timer);
547
s->packet_check_timer = NULL;
548
}
549
diff --git a/net/slirp.c b/net/slirp.c
550
index XXXXXXX..XXXXXXX 100644
551
--- a/net/slirp.c
552
+++ b/net/slirp.c
553
@@ -XXX,XX +XXX,XX @@ static void *net_slirp_timer_new(SlirpTimerCb cb,
554
555
static void net_slirp_timer_free(void *timer, void *opaque)
556
{
557
- timer_del(timer);
558
timer_free(timer);
559
}
112
}
560
113
561
diff --git a/replay/replay-debugging.c b/replay/replay-debugging.c
114
@@ -XXX,XX +XXX,XX @@ static bool op_strd_ri(DisasContext *s, arg_ldst_ri *a, int rt2)
562
index XXXXXXX..XXXXXXX 100644
115
563
--- a/replay/replay-debugging.c
116
do_strd_store(s, addr, a->rt, rt2);
564
+++ b/replay/replay-debugging.c
117
565
@@ -XXX,XX +XXX,XX @@ static void replay_delete_break(void)
118
- op_addr_ri_post(s, a, addr, 0);
566
assert(replay_mutex_locked());
119
+ op_addr_ri_post(s, a, addr);
567
120
return true;
568
if (replay_break_timer) {
569
- timer_del(replay_break_timer);
570
timer_free(replay_break_timer);
571
replay_break_timer = NULL;
572
}
573
diff --git a/target/s390x/cpu.c b/target/s390x/cpu.c
574
index XXXXXXX..XXXXXXX 100644
575
--- a/target/s390x/cpu.c
576
+++ b/target/s390x/cpu.c
577
@@ -XXX,XX +XXX,XX @@ static void s390_cpu_finalize(Object *obj)
578
#if !defined(CONFIG_USER_ONLY)
579
S390CPU *cpu = S390_CPU(obj);
580
581
- timer_del(cpu->env.tod_timer);
582
timer_free(cpu->env.tod_timer);
583
- timer_del(cpu->env.cpu_timer);
584
timer_free(cpu->env.cpu_timer);
585
586
qemu_unregister_reset(s390_cpu_machine_reset_cb, cpu);
587
diff --git a/ui/console.c b/ui/console.c
588
index XXXXXXX..XXXXXXX 100644
589
--- a/ui/console.c
590
+++ b/ui/console.c
591
@@ -XXX,XX +XXX,XX @@ static void gui_setup_refresh(DisplayState *ds)
592
timer_mod(ds->gui_timer, qemu_clock_get_ms(QEMU_CLOCK_REALTIME));
593
}
594
if (!need_timer && ds->gui_timer != NULL) {
595
- timer_del(ds->gui_timer);
596
timer_free(ds->gui_timer);
597
ds->gui_timer = NULL;
598
}
599
diff --git a/ui/spice-core.c b/ui/spice-core.c
600
index XXXXXXX..XXXXXXX 100644
601
--- a/ui/spice-core.c
602
+++ b/ui/spice-core.c
603
@@ -XXX,XX +XXX,XX @@ static void timer_cancel(SpiceTimer *timer)
604
605
static void timer_remove(SpiceTimer *timer)
606
{
607
- timer_del(timer->timer);
608
timer_free(timer->timer);
609
g_free(timer);
610
}
121
}
611
diff --git a/util/throttle.c b/util/throttle.c
122
612
index XXXXXXX..XXXXXXX 100644
613
--- a/util/throttle.c
614
+++ b/util/throttle.c
615
@@ -XXX,XX +XXX,XX @@ static void throttle_timer_destroy(QEMUTimer **timer)
616
{
617
assert(*timer != NULL);
618
619
- timer_del(*timer);
620
timer_free(*timer);
621
*timer = NULL;
622
}
623
--
123
--
624
2.20.1
124
2.43.0
625
125
626
126
diff view generated by jsdifflib
1
Support for running KVM on 32-bit Arm hosts was removed in commit
1
In debug_helper.c we provide a few dummy versions of
2
82bf7ae84ce739e. You can still run a 32-bit guest on a 64-bit Arm
2
debug registers:
3
host CPU, but because Arm KVM requires the host and guest CPU types
3
* DBGVCR (AArch32 only): enable bits for vector-catch
4
to match, it is not possible to run a guest that requires a Cortex-A9
4
debug events
5
or Cortex-A15 CPU there. That means that the code in the
5
* MDCCINT_EL1: interrupt enable bits for the DCC
6
highbank/midway board models to support KVM is no longer used, and we
6
debug communications channel
7
can delete it.
7
* DBGVCR32_EL2: the AArch64 accessor for the state in
8
DBGVCR
8
9
10
We implemented these only to stop Linux crashing on startup,
11
but we chose to implement them as ARM_CP_NOP. This worked
12
for Linux where it only cares about trying to write to these
13
registers, but is very confusing behaviour for anything that
14
wants to read the registers (perhaps for context state switches),
15
because the destination register will be left with whatever
16
random value it happened to have before the read.
17
18
Model these registers instead as RAZ.
19
20
Fixes: 5e8b12ffbb8c68 ("target-arm: Implement minimal DBGVCR, OSDLR_EL1, MDCCSR_EL0")
21
Fixes: 5dbdc4342f479d ("target-arm: Implement dummy MDCCINT_EL1")
22
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2708
9
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
23
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
10
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
24
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
11
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
25
Message-id: 20250228162424.1917269-1-peter.maydell@linaro.org
12
Message-id: 20201215144215.28482-1-peter.maydell@linaro.org
13
---
26
---
14
hw/arm/highbank.c | 14 ++++----------
27
target/arm/debug_helper.c | 7 ++++---
15
1 file changed, 4 insertions(+), 10 deletions(-)
28
1 file changed, 4 insertions(+), 3 deletions(-)
16
29
17
diff --git a/hw/arm/highbank.c b/hw/arm/highbank.c
30
diff --git a/target/arm/debug_helper.c b/target/arm/debug_helper.c
18
index XXXXXXX..XXXXXXX 100644
31
index XXXXXXX..XXXXXXX 100644
19
--- a/hw/arm/highbank.c
32
--- a/target/arm/debug_helper.c
20
+++ b/hw/arm/highbank.c
33
+++ b/target/arm/debug_helper.c
21
@@ -XXX,XX +XXX,XX @@
34
@@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo debug_cp_reginfo[] = {
22
#include "hw/arm/boot.h"
35
{ .name = "DBGVCR",
23
#include "hw/loader.h"
36
.cp = 14, .opc1 = 0, .crn = 0, .crm = 7, .opc2 = 0,
24
#include "net/net.h"
37
.access = PL1_RW, .accessfn = access_tda,
25
-#include "sysemu/kvm.h"
38
- .type = ARM_CP_NOP },
26
#include "sysemu/runstate.h"
39
+ .type = ARM_CP_CONST, .resetvalue = 0 },
27
#include "sysemu/sysemu.h"
40
/*
28
#include "hw/boards.h"
41
* Dummy MDCCINT_EL1, since we don't implement the Debug Communications
29
@@ -XXX,XX +XXX,XX @@
42
* Channel but Linux may try to access this register. The 32-bit
30
#include "hw/cpu/a15mpcore.h"
43
@@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo debug_cp_reginfo[] = {
31
#include "qemu/log.h"
44
{ .name = "MDCCINT_EL1", .state = ARM_CP_STATE_BOTH,
32
#include "qom/object.h"
45
.cp = 14, .opc0 = 2, .opc1 = 0, .crn = 0, .crm = 2, .opc2 = 0,
33
+#include "cpu.h"
46
.access = PL1_RW, .accessfn = access_tdcc,
34
47
- .type = ARM_CP_NOP },
35
#define SMP_BOOT_ADDR 0x100
48
+ .type = ARM_CP_CONST, .resetvalue = 0 },
36
#define SMP_BOOT_REG 0x40
49
/*
37
@@ -XXX,XX +XXX,XX @@ static void calxeda_init(MachineState *machine, enum cxmachines machine_id)
50
* Dummy DBGCLAIM registers.
38
highbank_binfo.loader_start = 0;
51
* "The architecture does not define any functionality for the CLAIM tag bits.",
39
highbank_binfo.write_secondary_boot = hb_write_secondary;
52
@@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo debug_aa32_el1_reginfo[] = {
40
highbank_binfo.secondary_cpu_reset_hook = hb_reset_secondary;
53
{ .name = "DBGVCR32_EL2", .state = ARM_CP_STATE_AA64,
41
- if (!kvm_enabled()) {
54
.opc0 = 2, .opc1 = 4, .crn = 0, .crm = 7, .opc2 = 0,
42
- highbank_binfo.board_setup_addr = BOARD_SETUP_ADDR;
55
.access = PL2_RW, .accessfn = access_dbgvcr32,
43
- highbank_binfo.write_board_setup = hb_write_board_setup;
56
- .type = ARM_CP_NOP | ARM_CP_EL3_NO_EL2_KEEP },
44
- highbank_binfo.secure_board_setup = true;
57
+ .type = ARM_CP_CONST | ARM_CP_EL3_NO_EL2_KEEP,
45
- } else {
58
+ .resetvalue = 0 },
46
- warn_report("cannot load built-in Monitor support "
59
};
47
- "if KVM is enabled. Some guests (such as Linux) "
60
48
- "may not boot.");
61
static const ARMCPRegInfo debug_lpae_cp_reginfo[] = {
49
- }
50
+ highbank_binfo.board_setup_addr = BOARD_SETUP_ADDR;
51
+ highbank_binfo.write_board_setup = hb_write_board_setup;
52
+ highbank_binfo.secure_board_setup = true;
53
54
arm_load_kernel(ARM_CPU(first_cpu), machine, &highbank_binfo);
55
}
56
--
62
--
57
2.20.1
63
2.43.0
58
59
diff view generated by jsdifflib
1
In commit 64f863baeedc8659 we implemented the v8.1M FPCXT_S register,
1
Currently we call icount_start_warp_timer() from timerlist_rearm().
2
but we got the write behaviour wrong. On read, this register reads
2
This produces incorrect behaviour, because timerlist_rearm() is
3
bits [27:0] of FPSCR plus the CONTROL.SFPA bit. On write, it doesn't
3
called, for instance, when a timer callback modifies its timer. We
4
just write back those bits -- it writes a value to the whole FPSCR,
4
cannot decide here to warp the timer forwards to the next timer
5
whose upper 4 bits are zeroes.
5
deadline merely because all_cpu_threads_idle() is true, because the
6
timer callback we were called from (or some other callback later in
7
the list of callbacks being invoked) may be about to raise a CPU
8
interrupt and move a CPU from idle to ready.
6
9
7
We also incorrectly implemented the write-to-FPSCR as a simple store
10
The only valid place to choose to warp the timer forward is from the
8
to vfp.xregs; this skips the "update the softfloat flags" part of
11
main loop, when we know we have no outstanding IO or timer callbacks
9
the vfp_set_fpscr helper so the value would read back correctly but
12
that might be about to wake up a CPU.
10
not actually take effect.
11
13
12
Fix both of these things by doing a complete write to the FPSCR
14
For Arm guests, this bug was mostly latent until the refactoring
13
using the helper function.
15
commit f6fc36deef6abc ("target/arm/helper: Implement
16
CNTHCTL_EL2.CNT[VP]MASK"), which exposed it because it refactored a
17
timer callback so that it happened to call timer_mod() first and
18
raise the interrupt second, when it had previously raised the
19
interrupt first and called timer_mod() afterwards.
14
20
21
This call seems to have originally derived from the
22
pre-record-and-replay icount code, which (as of e.g. commit
23
db1a49726c3c in 2010) in this location did a call to
24
qemu_notify_event(), necessary to get the icount code in the vCPU
25
round-robin thread to stop and recalculate the icount deadline when a
26
timer was reprogrammed from the IO thread. In current QEMU,
27
everything is done on the vCPU thread when we are in icount mode, so
28
there's no need to try to notify another thread here.
29
30
I suspect that the other reason why this call was doing icount timer
31
warping is that it pre-dates commit efab87cf79077a from 2015, which
32
added a call to icount_start_warp_timer() to main_loop_wait(). Once
33
the call in timerlist_rearm() has been removed, if the timer
34
callbacks don't cause any CPU to be woken up then we will end up
35
calling icount_start_warp_timer() from main_loop_wait() when the rr
36
main loop code calls rr_wait_io_event().
37
38
Remove the incorrect call from timerlist_rearm().
39
40
Cc: qemu-stable@nongnu.org
41
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2703
15
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
42
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
16
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
43
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
17
Message-id: 20201210201433.26262-3-peter.maydell@linaro.org
44
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
45
Tested-by: Alex Bennée <alex.bennee@linaro.org>
46
Message-id: 20250210135804.3526943-1-peter.maydell@linaro.org
18
---
47
---
19
target/arm/translate-vfp.c.inc | 12 ++++++------
48
util/qemu-timer.c | 4 ----
20
1 file changed, 6 insertions(+), 6 deletions(-)
49
1 file changed, 4 deletions(-)
21
50
22
diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc
51
diff --git a/util/qemu-timer.c b/util/qemu-timer.c
23
index XXXXXXX..XXXXXXX 100644
52
index XXXXXXX..XXXXXXX 100644
24
--- a/target/arm/translate-vfp.c.inc
53
--- a/util/qemu-timer.c
25
+++ b/target/arm/translate-vfp.c.inc
54
+++ b/util/qemu-timer.c
26
@@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_write(DisasContext *s, int regno,
55
@@ -XXX,XX +XXX,XX @@ static bool timer_mod_ns_locked(QEMUTimerList *timer_list,
27
}
56
28
case ARM_VFP_FPCXT_S:
57
static void timerlist_rearm(QEMUTimerList *timer_list)
29
{
58
{
30
- TCGv_i32 sfpa, control, fpscr;
59
- /* Interrupt execution to force deadline recalculation. */
31
- /* Set FPSCR[27:0] and CONTROL.SFPA from value */
60
- if (icount_enabled() && timer_list->clock->type == QEMU_CLOCK_VIRTUAL) {
32
+ TCGv_i32 sfpa, control;
61
- icount_start_warp_timer();
33
+ /*
62
- }
34
+ * Set FPSCR and CONTROL.SFPA from value; the new FPSCR takes
63
timerlist_notify(timer_list);
35
+ * bits [27:0] from value and zeroes bits [31:28].
64
}
36
+ */
65
37
tmp = loadfn(s, opaque);
38
sfpa = tcg_temp_new_i32();
39
tcg_gen_shri_i32(sfpa, tmp, 31);
40
@@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_write(DisasContext *s, int regno,
41
tcg_gen_deposit_i32(control, control, sfpa,
42
R_V7M_CONTROL_SFPA_SHIFT, 1);
43
store_cpu_field(control, v7m.control[M_REG_S]);
44
- fpscr = load_cpu_field(vfp.xregs[ARM_VFP_FPSCR]);
45
- tcg_gen_andi_i32(fpscr, fpscr, FPCR_NZCV_MASK);
46
tcg_gen_andi_i32(tmp, tmp, ~FPCR_NZCV_MASK);
47
- tcg_gen_or_i32(fpscr, fpscr, tmp);
48
- store_cpu_field(fpscr, vfp.xregs[ARM_VFP_FPSCR]);
49
+ gen_helper_vfp_set_fpscr(cpu_env, tmp);
50
tcg_temp_free_i32(tmp);
51
tcg_temp_free_i32(sfpa);
52
break;
53
--
66
--
54
2.20.1
67
2.43.0
55
68
56
69
diff view generated by jsdifflib
1
The CCR is a register most of whose bits are banked between security
1
Expand the example in the comment documenting MO_ATOM_SUBALIGN,
2
states but where BFHFNMIGN is not, and we keep it in the non-secure
2
to be clearer about the atomicity guarantees it represents.
3
entry of the v7m.ccr[] array. The logic which tries to handle this
4
bit fails to implement the "RAZ/WI from Nonsecure if AIRCR.BFHFNMINS
5
is zero" requirement; correct the omission.
6
3
7
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
4
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
8
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
5
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
9
Message-id: 20201210201433.26262-2-peter.maydell@linaro.org
6
Message-id: 20250228103222.1838913-1-peter.maydell@linaro.org
10
---
7
---
11
hw/intc/armv7m_nvic.c | 15 +++++++++++++++
8
include/exec/memop.h | 8 ++++++--
12
1 file changed, 15 insertions(+)
9
1 file changed, 6 insertions(+), 2 deletions(-)
13
10
14
diff --git a/hw/intc/armv7m_nvic.c b/hw/intc/armv7m_nvic.c
11
diff --git a/include/exec/memop.h b/include/exec/memop.h
15
index XXXXXXX..XXXXXXX 100644
12
index XXXXXXX..XXXXXXX 100644
16
--- a/hw/intc/armv7m_nvic.c
13
--- a/include/exec/memop.h
17
+++ b/hw/intc/armv7m_nvic.c
14
+++ b/include/exec/memop.h
18
@@ -XXX,XX +XXX,XX @@ static uint32_t nvic_readl(NVICState *s, uint32_t offset, MemTxAttrs attrs)
15
@@ -XXX,XX +XXX,XX @@ typedef enum MemOp {
19
*/
16
* Depending on alignment, one or both will be single-copy atomic.
20
val = cpu->env.v7m.ccr[attrs.secure];
17
* This is the atomicity e.g. of Arm FEAT_LSE2 LDP.
21
val |= cpu->env.v7m.ccr[M_REG_NS] & R_V7M_CCR_BFHFNMIGN_MASK;
18
* MO_ATOM_SUBALIGN: the operation is single-copy atomic by parts
22
+ /* BFHFNMIGN is RAZ/WI from NS if AIRCR.BFHFNMINS is 0 */
19
- * by the alignment. E.g. if the address is 0 mod 4, then each
23
+ if (!attrs.secure) {
20
- * 4-byte subobject is single-copy atomic.
24
+ if (!(cpu->env.v7m.aircr & R_V7M_AIRCR_BFHFNMINS_MASK)) {
21
+ * by the alignment. E.g. if an 8-byte value is accessed at an
25
+ val &= ~R_V7M_CCR_BFHFNMIGN_MASK;
22
+ * address which is 0 mod 8, then the whole 8-byte access is
26
+ }
23
+ * single-copy atomic; otherwise, if it is accessed at 0 mod 4
27
+ }
24
+ * then each 4-byte subobject is single-copy atomic; otherwise
28
return val;
25
+ * if it is accessed at 0 mod 2 then the four 2-byte subobjects
29
case 0xd24: /* System Handler Control and State (SHCSR) */
26
+ * are single-copy atomic.
30
if (!arm_feature(&cpu->env, ARM_FEATURE_V7)) {
27
* This is the atomicity e.g. of IBM Power.
31
@@ -XXX,XX +XXX,XX @@ static void nvic_writel(NVICState *s, uint32_t offset, uint32_t value,
28
* MO_ATOM_NONE: the operation has no atomicity requirements.
32
(cpu->env.v7m.ccr[M_REG_NS] & ~R_V7M_CCR_BFHFNMIGN_MASK)
29
*
33
| (value & R_V7M_CCR_BFHFNMIGN_MASK);
34
value &= ~R_V7M_CCR_BFHFNMIGN_MASK;
35
+ } else {
36
+ /*
37
+ * BFHFNMIGN is RAZ/WI from NS if AIRCR.BFHFNMINS is 0, so
38
+ * preserve the state currently in the NS element of the array
39
+ */
40
+ if (!(cpu->env.v7m.aircr & R_V7M_AIRCR_BFHFNMINS_MASK)) {
41
+ value &= ~R_V7M_CCR_BFHFNMIGN_MASK;
42
+ value |= cpu->env.v7m.ccr[M_REG_NS] & R_V7M_CCR_BFHFNMIGN_MASK;
43
+ }
44
}
45
46
cpu->env.v7m.ccr[attrs.secure] = value;
47
--
30
--
48
2.20.1
31
2.43.0
49
50
diff view generated by jsdifflib
Deleted patch
1
Currently timer_free() is a simple wrapper for g_free(). This means
2
that the timer being freed must not be currently active, as otherwise
3
QEMU might crash later when the active list is processed and still
4
has a pointer to freed memory on it. As a result almost all calls to
5
timer_free() are preceded by a timer_del() call, as can be seen in
6
the output of
7
git grep -B1 '\<timer_free\>'
8
1
9
This is unfortunate API design as it makes it easy to accidentally
10
misuse (by forgetting the timer_del()), and the correct use is
11
annoyingly verbose.
12
13
Make timer_free() imply a timer_del().
14
15
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
16
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
17
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
18
Message-id: 20201215154107.3255-2-peter.maydell@linaro.org
19
---
20
include/qemu/timer.h | 24 +++++++++++++-----------
21
1 file changed, 13 insertions(+), 11 deletions(-)
22
23
diff --git a/include/qemu/timer.h b/include/qemu/timer.h
24
index XXXXXXX..XXXXXXX 100644
25
--- a/include/qemu/timer.h
26
+++ b/include/qemu/timer.h
27
@@ -XXX,XX +XXX,XX @@ static inline QEMUTimer *timer_new_ms(QEMUClockType type, QEMUTimerCB *cb,
28
*/
29
void timer_deinit(QEMUTimer *ts);
30
31
-/**
32
- * timer_free:
33
- * @ts: the timer
34
- *
35
- * Free a timer (it must not be on the active list)
36
- */
37
-static inline void timer_free(QEMUTimer *ts)
38
-{
39
- g_free(ts);
40
-}
41
-
42
/**
43
* timer_del:
44
* @ts: the timer
45
@@ -XXX,XX +XXX,XX @@ static inline void timer_free(QEMUTimer *ts)
46
*/
47
void timer_del(QEMUTimer *ts);
48
49
+/**
50
+ * timer_free:
51
+ * @ts: the timer
52
+ *
53
+ * Free a timer. This will call timer_del() for you to remove
54
+ * the timer from the active list if it was still active.
55
+ */
56
+static inline void timer_free(QEMUTimer *ts)
57
+{
58
+ timer_del(ts);
59
+ g_free(ts);
60
+}
61
+
62
/**
63
* timer_mod_ns:
64
* @ts: the timer
65
--
66
2.20.1
67
68
diff view generated by jsdifflib
Deleted patch
1
Now that timer_free() implicitly calls timer_del(), sequences
2
timer_del(mytimer);
3
timer_free(mytimer);
4
1
5
can be simplified to just
6
timer_free(mytimer);
7
8
Add a Coccinelle script to do this transformation.
9
10
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
11
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
12
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
13
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
14
Message-id: 20201215154107.3255-3-peter.maydell@linaro.org
15
---
16
scripts/coccinelle/timer-del-timer-free.cocci | 18 ++++++++++++++++++
17
1 file changed, 18 insertions(+)
18
create mode 100644 scripts/coccinelle/timer-del-timer-free.cocci
19
20
diff --git a/scripts/coccinelle/timer-del-timer-free.cocci b/scripts/coccinelle/timer-del-timer-free.cocci
21
new file mode 100644
22
index XXXXXXX..XXXXXXX
23
--- /dev/null
24
+++ b/scripts/coccinelle/timer-del-timer-free.cocci
25
@@ -XXX,XX +XXX,XX @@
26
+// Remove superfluous timer_del() calls
27
+//
28
+// Copyright Linaro Limited 2020
29
+// This work is licensed under the terms of the GNU GPLv2 or later.
30
+//
31
+// spatch --macro-file scripts/cocci-macro-file.h \
32
+// --sp-file scripts/coccinelle/timer-del-timer-free.cocci \
33
+// --in-place --dir .
34
+//
35
+// The timer_free() function now implicitly calls timer_del()
36
+// for you, so calls to timer_del() immediately before the
37
+// timer_free() of the same timer can be deleted.
38
+
39
+@@
40
+expression T;
41
+@@
42
+-timer_del(T);
43
+ timer_free(T);
44
--
45
2.20.1
46
47
diff view generated by jsdifflib
1
From: Gan Qixin <ganqixin@huawei.com>
1
From: JianChunfu <jansef.jian@hj-micro.com>
2
2
3
When running device-introspect-test, a memory leak occurred in the
3
Use a similar terminology smmu_hash_remove_by_sid_range() as the one
4
exynos4210_rtc_init function, so use ptimer_free() in the finalize function to
4
being used for other hash table matching functions since
5
avoid it.
5
smmuv3_invalidate_ste() name is not self explanatory, and introduce a
6
helper that invokes the g_hash_table_foreach_remove.
6
7
7
ASAN shows memory leak stack:
8
No functional change intended.
8
9
9
Indirect leak of 96 byte(s) in 1 object(s) allocated from:
10
Signed-off-by: JianChunfu <jansef.jian@hj-micro.com>
10
#0 0xffffab97e1f0 in __interceptor_calloc (/lib64/libasan.so.5+0xee1f0)
11
Reviewed-by: Eric Auger <eric.auger@redhat.com>
11
#1 0xffffab256800 in g_malloc0 (/lib64/libglib-2.0.so.0+0x56800)
12
Message-id: 20250228031438.3916-1-jansef.jian@hj-micro.com
12
#2 0xaaabf555db78 in ptimer_init /qemu/hw/core/ptimer.c:432
13
#3 0xaaabf57b3934 in exynos4210_rtc_init /qemu/hw/rtc/exynos4210_rtc.c:567
14
#4 0xaaabf6339f6c in object_initialize_with_type /qemu/qom/object.c:515
15
#5 0xaaabf633a1e0 in object_new_with_type /qemu/qom/object.c:729
16
#6 0xaaabf6375e40 in qmp_device_list_properties /qemu/qom/qom-qmp-cmds.c:153
17
#7 0xaaabf653d8ec in qmp_marshal_device_list_properties /qemu/qapi/qapi-commands-qdev.c:59
18
#8 0xaaabf6587d08 in do_qmp_dispatch_bh /qemu/qapi/qmp-dispatch.c:110
19
#9 0xaaabf6552708 in aio_bh_call /qemu/util/async.c:136
20
#10 0xaaabf6552708 in aio_bh_poll /qemu/util/async.c:164
21
#11 0xaaabf655f19c in aio_dispatch /qemu/util/aio-posix.c:381
22
#12 0xaaabf65523f4 in aio_ctx_dispatch /qemu/util/async.c:306
23
24
Reported-by: Euler Robot <euler.robot@huawei.com>
25
Signed-off-by: Gan Qixin <ganqixin@huawei.com>
26
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
27
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
13
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
28
---
14
---
29
hw/rtc/exynos4210_rtc.c | 9 +++++++++
15
hw/arm/smmu-internal.h | 5 -----
30
1 file changed, 9 insertions(+)
16
include/hw/arm/smmu-common.h | 6 ++++++
17
hw/arm/smmu-common.c | 21 +++++++++++++++++++++
18
hw/arm/smmuv3.c | 19 ++-----------------
19
hw/arm/trace-events | 3 ++-
20
5 files changed, 31 insertions(+), 23 deletions(-)
31
21
32
diff --git a/hw/rtc/exynos4210_rtc.c b/hw/rtc/exynos4210_rtc.c
22
diff --git a/hw/arm/smmu-internal.h b/hw/arm/smmu-internal.h
33
index XXXXXXX..XXXXXXX 100644
23
index XXXXXXX..XXXXXXX 100644
34
--- a/hw/rtc/exynos4210_rtc.c
24
--- a/hw/arm/smmu-internal.h
35
+++ b/hw/rtc/exynos4210_rtc.c
25
+++ b/hw/arm/smmu-internal.h
36
@@ -XXX,XX +XXX,XX @@ static void exynos4210_rtc_init(Object *obj)
26
@@ -XXX,XX +XXX,XX @@ typedef struct SMMUIOTLBPageInvInfo {
37
sysbus_init_mmio(dev, &s->iomem);
27
uint64_t mask;
28
} SMMUIOTLBPageInvInfo;
29
30
-typedef struct SMMUSIDRange {
31
- uint32_t start;
32
- uint32_t end;
33
-} SMMUSIDRange;
34
-
35
#endif
36
diff --git a/include/hw/arm/smmu-common.h b/include/hw/arm/smmu-common.h
37
index XXXXXXX..XXXXXXX 100644
38
--- a/include/hw/arm/smmu-common.h
39
+++ b/include/hw/arm/smmu-common.h
40
@@ -XXX,XX +XXX,XX @@ typedef struct SMMUIOTLBKey {
41
uint8_t level;
42
} SMMUIOTLBKey;
43
44
+typedef struct SMMUSIDRange {
45
+ uint32_t start;
46
+ uint32_t end;
47
+} SMMUSIDRange;
48
+
49
struct SMMUState {
50
/* <private> */
51
SysBusDevice dev;
52
@@ -XXX,XX +XXX,XX @@ void smmu_iotlb_inv_iova(SMMUState *s, int asid, int vmid, dma_addr_t iova,
53
uint8_t tg, uint64_t num_pages, uint8_t ttl);
54
void smmu_iotlb_inv_ipa(SMMUState *s, int vmid, dma_addr_t ipa, uint8_t tg,
55
uint64_t num_pages, uint8_t ttl);
56
+void smmu_configs_inv_sid_range(SMMUState *s, SMMUSIDRange sid_range);
57
/* Unmap the range of all the notifiers registered to any IOMMU mr */
58
void smmu_inv_notifiers_all(SMMUState *s);
59
60
diff --git a/hw/arm/smmu-common.c b/hw/arm/smmu-common.c
61
index XXXXXXX..XXXXXXX 100644
62
--- a/hw/arm/smmu-common.c
63
+++ b/hw/arm/smmu-common.c
64
@@ -XXX,XX +XXX,XX @@ static gboolean smmu_hash_remove_by_vmid_ipa(gpointer key, gpointer value,
65
((entry->iova & ~info->mask) == info->iova);
38
}
66
}
39
67
40
+static void exynos4210_rtc_finalize(Object *obj)
68
+static gboolean
69
+smmu_hash_remove_by_sid_range(gpointer key, gpointer value, gpointer user_data)
41
+{
70
+{
42
+ Exynos4210RTCState *s = EXYNOS4210_RTC(obj);
71
+ SMMUDevice *sdev = (SMMUDevice *)key;
72
+ uint32_t sid = smmu_get_sid(sdev);
73
+ SMMUSIDRange *sid_range = (SMMUSIDRange *)user_data;
43
+
74
+
44
+ ptimer_free(s->ptimer);
75
+ if (sid < sid_range->start || sid > sid_range->end) {
45
+ ptimer_free(s->ptimer_1Hz);
76
+ return false;
77
+ }
78
+ trace_smmu_config_cache_inv(sid);
79
+ return true;
46
+}
80
+}
47
+
81
+
48
static void exynos4210_rtc_class_init(ObjectClass *klass, void *data)
82
+void smmu_configs_inv_sid_range(SMMUState *s, SMMUSIDRange sid_range)
83
+{
84
+ trace_smmu_configs_inv_sid_range(sid_range.start, sid_range.end);
85
+ g_hash_table_foreach_remove(s->configs, smmu_hash_remove_by_sid_range,
86
+ &sid_range);
87
+}
88
+
89
void smmu_iotlb_inv_iova(SMMUState *s, int asid, int vmid, dma_addr_t iova,
90
uint8_t tg, uint64_t num_pages, uint8_t ttl)
49
{
91
{
50
DeviceClass *dc = DEVICE_CLASS(klass);
92
diff --git a/hw/arm/smmuv3.c b/hw/arm/smmuv3.c
51
@@ -XXX,XX +XXX,XX @@ static const TypeInfo exynos4210_rtc_info = {
93
index XXXXXXX..XXXXXXX 100644
52
.parent = TYPE_SYS_BUS_DEVICE,
94
--- a/hw/arm/smmuv3.c
53
.instance_size = sizeof(Exynos4210RTCState),
95
+++ b/hw/arm/smmuv3.c
54
.instance_init = exynos4210_rtc_init,
96
@@ -XXX,XX +XXX,XX @@ static void smmuv3_flush_config(SMMUDevice *sdev)
55
+ .instance_finalize = exynos4210_rtc_finalize,
97
SMMUv3State *s = sdev->smmu;
56
.class_init = exynos4210_rtc_class_init,
98
SMMUState *bc = &s->smmu_state;
57
};
99
58
100
- trace_smmuv3_config_cache_inv(smmu_get_sid(sdev));
101
+ trace_smmu_config_cache_inv(smmu_get_sid(sdev));
102
g_hash_table_remove(bc->configs, sdev);
103
}
104
105
@@ -XXX,XX +XXX,XX @@ static void smmuv3_range_inval(SMMUState *s, Cmd *cmd, SMMUStage stage)
106
}
107
}
108
109
-static gboolean
110
-smmuv3_invalidate_ste(gpointer key, gpointer value, gpointer user_data)
111
-{
112
- SMMUDevice *sdev = (SMMUDevice *)key;
113
- uint32_t sid = smmu_get_sid(sdev);
114
- SMMUSIDRange *sid_range = (SMMUSIDRange *)user_data;
115
-
116
- if (sid < sid_range->start || sid > sid_range->end) {
117
- return false;
118
- }
119
- trace_smmuv3_config_cache_inv(sid);
120
- return true;
121
-}
122
-
123
static int smmuv3_cmdq_consume(SMMUv3State *s)
124
{
125
SMMUState *bs = ARM_SMMU(s);
126
@@ -XXX,XX +XXX,XX @@ static int smmuv3_cmdq_consume(SMMUv3State *s)
127
sid_range.end = sid_range.start + mask;
128
129
trace_smmuv3_cmdq_cfgi_ste_range(sid_range.start, sid_range.end);
130
- g_hash_table_foreach_remove(bs->configs, smmuv3_invalidate_ste,
131
- &sid_range);
132
+ smmu_configs_inv_sid_range(bs, sid_range);
133
break;
134
}
135
case SMMU_CMD_CFGI_CD:
136
diff --git a/hw/arm/trace-events b/hw/arm/trace-events
137
index XXXXXXX..XXXXXXX 100644
138
--- a/hw/arm/trace-events
139
+++ b/hw/arm/trace-events
140
@@ -XXX,XX +XXX,XX @@ smmu_iotlb_inv_asid_vmid(int asid, int vmid) "IOTLB invalidate asid=%d vmid=%d"
141
smmu_iotlb_inv_vmid(int vmid) "IOTLB invalidate vmid=%d"
142
smmu_iotlb_inv_vmid_s1(int vmid) "IOTLB invalidate vmid=%d"
143
smmu_iotlb_inv_iova(int asid, uint64_t addr) "IOTLB invalidate asid=%d addr=0x%"PRIx64
144
+smmu_configs_inv_sid_range(uint32_t start, uint32_t end) "Config cache INV SID range from 0x%x to 0x%x"
145
+smmu_config_cache_inv(uint32_t sid) "Config cache INV for sid=0x%x"
146
smmu_inv_notifiers_mr(const char *name) "iommu mr=%s"
147
smmu_iotlb_lookup_hit(int asid, int vmid, uint64_t addr, uint32_t hit, uint32_t miss, uint32_t p) "IOTLB cache HIT asid=%d vmid=%d addr=0x%"PRIx64" hit=%d miss=%d hit rate=%d"
148
smmu_iotlb_lookup_miss(int asid, int vmid, uint64_t addr, uint32_t hit, uint32_t miss, uint32_t p) "IOTLB cache MISS asid=%d vmid=%d addr=0x%"PRIx64" hit=%d miss=%d hit rate=%d"
149
@@ -XXX,XX +XXX,XX @@ smmuv3_cmdq_tlbi_nh(int vmid) "vmid=%d"
150
smmuv3_cmdq_tlbi_nsnh(void) ""
151
smmuv3_cmdq_tlbi_nh_asid(int asid) "asid=%d"
152
smmuv3_cmdq_tlbi_s12_vmid(int vmid) "vmid=%d"
153
-smmuv3_config_cache_inv(uint32_t sid) "Config cache INV for sid=0x%x"
154
smmuv3_notify_flag_add(const char *iommu) "ADD SMMUNotifier node for iommu mr=%s"
155
smmuv3_notify_flag_del(const char *iommu) "DEL SMMUNotifier node for iommu mr=%s"
156
smmuv3_inv_notifiers_iova(const char *name, int asid, int vmid, uint64_t iova, uint8_t tg, uint64_t num_pages, int stage) "iommu mr=%s asid=%d vmid=%d iova=0x%"PRIx64" tg=%d num_pages=0x%"PRIx64" stage=%d"
59
--
157
--
60
2.20.1
158
2.43.0
61
62
diff view generated by jsdifflib
1
From: Bin Meng <bin.meng@windriver.com>
1
From: Keith Packard <keithp@keithp.com>
2
2
3
U-Boot expects PMU_MISC0 register bit 7 is set (see init_bandgap()
3
The documentation says the vector is at 0xffffff80, instead of the
4
in arch/arm/mach-imx/mx6/soc.c) during boot. This bit indicates the
4
previous value of 0xffffffc0. That value must have been a bug because
5
bandgap has stabilized.
5
the standard vector values (20, 21, 23, 25, 30) were all
6
past the end of the array.
6
7
7
With this change, the latest upstream U-Boot (v2021.01-rc3) for imx6
8
Signed-off-by: Keith Packard <keithp@keithp.com>
8
sabrelite board (mx6qsabrelite_defconfig), with a slight change made
9
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
9
by switching CONFIG_OF_SEPARATE to CONFIG_OF_EMBED, boots to U-Boot
10
shell on QEMU with the following command:
11
12
$ qemu-system-arm -M sabrelite -smp 4 -m 1G -kernel u-boot \
13
-display none -serial null -serial stdio
14
15
Boot log below:
16
17
U-Boot 2021.01-rc3 (Dec 12 2020 - 17:40:02 +0800)
18
19
CPU: Freescale i.MX?? rev1.0 at 792 MHz
20
Reset cause: POR
21
Model: Freescale i.MX6 Quad SABRE Lite Board
22
Board: SABRE Lite
23
I2C: ready
24
DRAM: 1 GiB
25
force_idle_bus: sda=0 scl=0 sda.gp=0x5c scl.gp=0x55
26
force_idle_bus: failed to clear bus, sda=0 scl=0
27
force_idle_bus: sda=0 scl=0 sda.gp=0x6d scl.gp=0x6c
28
force_idle_bus: failed to clear bus, sda=0 scl=0
29
force_idle_bus: sda=0 scl=0 sda.gp=0xcb scl.gp=0x5
30
force_idle_bus: failed to clear bus, sda=0 scl=0
31
MMC: FSL_SDHC: 0, FSL_SDHC: 1
32
Loading Environment from MMC... *** Warning - No block device, using default environment
33
34
In: serial
35
Out: serial
36
Err: serial
37
Net: Board Net Initialization Failed
38
No ethernet found.
39
starting USB...
40
Bus usb@2184000: usb dr_mode not found
41
USB EHCI 1.00
42
Bus usb@2184200: USB EHCI 1.00
43
scanning bus usb@2184000 for devices... 1 USB Device(s) found
44
scanning bus usb@2184200 for devices... 1 USB Device(s) found
45
scanning usb for storage devices... 0 Storage Device(s) found
46
scanning usb for ethernet devices... 0 Ethernet Device(s) found
47
Hit any key to stop autoboot: 0
48
=>
49
50
Signed-off-by: Bin Meng <bin.meng@windriver.com>
51
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
52
Message-id: 20210106063504.10841-2-bmeng.cn@gmail.com
53
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
10
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
54
---
11
---
55
hw/misc/imx6_ccm.c | 2 +-
12
target/rx/helper.c | 2 +-
56
1 file changed, 1 insertion(+), 1 deletion(-)
13
1 file changed, 1 insertion(+), 1 deletion(-)
57
14
58
diff --git a/hw/misc/imx6_ccm.c b/hw/misc/imx6_ccm.c
15
diff --git a/target/rx/helper.c b/target/rx/helper.c
59
index XXXXXXX..XXXXXXX 100644
16
index XXXXXXX..XXXXXXX 100644
60
--- a/hw/misc/imx6_ccm.c
17
--- a/target/rx/helper.c
61
+++ b/hw/misc/imx6_ccm.c
18
+++ b/target/rx/helper.c
62
@@ -XXX,XX +XXX,XX @@ static void imx6_ccm_reset(DeviceState *dev)
19
@@ -XXX,XX +XXX,XX @@ void rx_cpu_do_interrupt(CPUState *cs)
63
s->analog[PMU_REG_3P0] = 0x00000F74;
20
cpu_stl_data(env, env->isp, env->pc);
64
s->analog[PMU_REG_2P5] = 0x00005071;
21
65
s->analog[PMU_REG_CORE] = 0x00402010;
22
if (vec < 0x100) {
66
- s->analog[PMU_MISC0] = 0x04000000;
23
- env->pc = cpu_ldl_data(env, 0xffffffc0 + vec * 4);
67
+ s->analog[PMU_MISC0] = 0x04000080;
24
+ env->pc = cpu_ldl_data(env, 0xffffff80 + vec * 4);
68
s->analog[PMU_MISC1] = 0x00000000;
25
} else {
69
s->analog[PMU_MISC2] = 0x00272727;
26
env->pc = cpu_ldl_data(env, env->intb + (vec & 0xff) * 4);
70
27
}
71
--
28
--
72
2.20.1
29
2.43.0
73
74
diff view generated by jsdifflib
1
From: Gan Qixin <ganqixin@huawei.com>
1
From: Keith Packard <keithp@keithp.com>
2
2
3
When running device-introspect-test, a memory leak occurred in the
3
Functions which modify TCG globals must not be marked TCG_CALL_NO_WG,
4
digic_timer_init function, so use ptimer_free() in the finalize function to
4
as that tells the optimizer that TCG global values already loaded in
5
avoid it.
5
machine registers are still valid, and so any changes which these
6
helpers make to the CPU state may be ignored.
6
7
7
ASAN shows memory leak stack:
8
The target/rx code chooses to put (among other things) all the PSW
9
bits and also ACC into globals, so the NO_WG flag on various
10
functions that touch the PSW or ACC is incorrect and must be removed.
11
This includes all the floating point helper functions, because
12
update_fpsw() will update PSW Z and S.
8
13
9
Indirect leak of 288 byte(s) in 3 object(s) allocated from:
14
Signed-off-by: Keith Packard <keithp@keithp.com>
10
#0 0xffffab97e1f0 in __interceptor_calloc (/lib64/libasan.so.5+0xee1f0)
15
[PMM: Clarified commit message]
11
#1 0xffffab256800 in g_malloc0 (/lib64/libglib-2.0.so.0+0x56800)
12
#2 0xaaabf555db78 in ptimer_init /qemu/hw/core/ptimer.c:432
13
#3 0xaaabf5b04084 in digic_timer_init /qemu/hw/timer/digic-timer.c:142
14
#4 0xaaabf6339f6c in object_initialize_with_type /qemu/qom/object.c:515
15
#5 0xaaabf633ca04 in object_initialize_child_with_propsv /qemu/qom/object.c:564
16
#6 0xaaabf633cc08 in object_initialize_child_with_props /qemu/qom/object.c:547
17
#7 0xaaabf5b40e84 in digic_init /qemu/hw/arm/digic.c:46
18
#8 0xaaabf6339f6c in object_initialize_with_type /qemu/qom/object.c:515
19
#9 0xaaabf633a1e0 in object_new_with_type /qemu/qom/object.c:729
20
#10 0xaaabf6375e40 in qmp_device_list_properties /qemu/qom/qom-qmp-cmds.c:153
21
#11 0xaaabf653d8ec in qmp_marshal_device_list_properties /qemu/qapi/qapi-commands-qdev.c:59
22
#12 0xaaabf6587d08 in do_qmp_dispatch_bh /qemu/qapi/qmp-dispatch.c:110
23
24
Reported-by: Euler Robot <euler.robot@huawei.com>
25
Signed-off-by: Gan Qixin <ganqixin@huawei.com>
26
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
16
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
27
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
17
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
28
---
18
---
29
hw/timer/digic-timer.c | 8 ++++++++
19
target/rx/helper.h | 34 +++++++++++++++++-----------------
30
1 file changed, 8 insertions(+)
20
1 file changed, 17 insertions(+), 17 deletions(-)
31
21
32
diff --git a/hw/timer/digic-timer.c b/hw/timer/digic-timer.c
22
diff --git a/target/rx/helper.h b/target/rx/helper.h
33
index XXXXXXX..XXXXXXX 100644
23
index XXXXXXX..XXXXXXX 100644
34
--- a/hw/timer/digic-timer.c
24
--- a/target/rx/helper.h
35
+++ b/hw/timer/digic-timer.c
25
+++ b/target/rx/helper.h
36
@@ -XXX,XX +XXX,XX @@ static void digic_timer_init(Object *obj)
26
@@ -XXX,XX +XXX,XX @@ DEF_HELPER_1(raise_privilege_violation, noreturn, env)
37
sysbus_init_mmio(SYS_BUS_DEVICE(obj), &s->iomem);
27
DEF_HELPER_1(wait, noreturn, env)
38
}
28
DEF_HELPER_2(rxint, noreturn, env, i32)
39
29
DEF_HELPER_1(rxbrk, noreturn, env)
40
+static void digic_timer_finalize(Object *obj)
30
-DEF_HELPER_FLAGS_3(fadd, TCG_CALL_NO_WG, f32, env, f32, f32)
41
+{
31
-DEF_HELPER_FLAGS_3(fsub, TCG_CALL_NO_WG, f32, env, f32, f32)
42
+ DigicTimerState *s = DIGIC_TIMER(obj);
32
-DEF_HELPER_FLAGS_3(fmul, TCG_CALL_NO_WG, f32, env, f32, f32)
43
+
33
-DEF_HELPER_FLAGS_3(fdiv, TCG_CALL_NO_WG, f32, env, f32, f32)
44
+ ptimer_free(s->ptimer);
34
-DEF_HELPER_FLAGS_3(fcmp, TCG_CALL_NO_WG, void, env, f32, f32)
45
+}
35
-DEF_HELPER_FLAGS_2(ftoi, TCG_CALL_NO_WG, i32, env, f32)
46
+
36
-DEF_HELPER_FLAGS_2(round, TCG_CALL_NO_WG, i32, env, f32)
47
static void digic_timer_class_init(ObjectClass *klass, void *class_data)
37
-DEF_HELPER_FLAGS_2(itof, TCG_CALL_NO_WG, f32, env, i32)
48
{
38
+DEF_HELPER_3(fadd, f32, env, f32, f32)
49
DeviceClass *dc = DEVICE_CLASS(klass);
39
+DEF_HELPER_3(fsub, f32, env, f32, f32)
50
@@ -XXX,XX +XXX,XX @@ static const TypeInfo digic_timer_info = {
40
+DEF_HELPER_3(fmul, f32, env, f32, f32)
51
.parent = TYPE_SYS_BUS_DEVICE,
41
+DEF_HELPER_3(fdiv, f32, env, f32, f32)
52
.instance_size = sizeof(DigicTimerState),
42
+DEF_HELPER_3(fcmp, void, env, f32, f32)
53
.instance_init = digic_timer_init,
43
+DEF_HELPER_2(ftoi, i32, env, f32)
54
+ .instance_finalize = digic_timer_finalize,
44
+DEF_HELPER_2(round, i32, env, f32)
55
.class_init = digic_timer_class_init,
45
+DEF_HELPER_2(itof, f32, env, i32)
56
};
46
DEF_HELPER_2(set_fpsw, void, env, i32)
57
47
-DEF_HELPER_FLAGS_2(racw, TCG_CALL_NO_WG, void, env, i32)
48
-DEF_HELPER_FLAGS_2(set_psw_rte, TCG_CALL_NO_WG, void, env, i32)
49
-DEF_HELPER_FLAGS_2(set_psw, TCG_CALL_NO_WG, void, env, i32)
50
+DEF_HELPER_2(racw, void, env, i32)
51
+DEF_HELPER_2(set_psw_rte, void, env, i32)
52
+DEF_HELPER_2(set_psw, void, env, i32)
53
DEF_HELPER_1(pack_psw, i32, env)
54
-DEF_HELPER_FLAGS_3(div, TCG_CALL_NO_WG, i32, env, i32, i32)
55
-DEF_HELPER_FLAGS_3(divu, TCG_CALL_NO_WG, i32, env, i32, i32)
56
-DEF_HELPER_FLAGS_1(scmpu, TCG_CALL_NO_WG, void, env)
57
+DEF_HELPER_3(div, i32, env, i32, i32)
58
+DEF_HELPER_3(divu, i32, env, i32, i32)
59
+DEF_HELPER_1(scmpu, void, env)
60
DEF_HELPER_1(smovu, void, env)
61
DEF_HELPER_1(smovf, void, env)
62
DEF_HELPER_1(smovb, void, env)
63
DEF_HELPER_2(sstr, void, env, i32)
64
-DEF_HELPER_FLAGS_2(swhile, TCG_CALL_NO_WG, void, env, i32)
65
-DEF_HELPER_FLAGS_2(suntil, TCG_CALL_NO_WG, void, env, i32)
66
-DEF_HELPER_FLAGS_2(rmpa, TCG_CALL_NO_WG, void, env, i32)
67
+DEF_HELPER_2(swhile, void, env, i32)
68
+DEF_HELPER_2(suntil, void, env, i32)
69
+DEF_HELPER_2(rmpa, void, env, i32)
70
DEF_HELPER_1(satr, void, env)
58
--
71
--
59
2.20.1
72
2.43.0
60
61
diff view generated by jsdifflib