1
First ARM pullreq of the 2.10 cycle...
1
Nothing too exciting, but does include the last bits of v8.1M support work.
2
2
3
thanks
4
-- PMM
3
-- PMM
5
4
6
The following changes since commit 64c8ed97cceabac4fafe17fca8d88ef08183f439:
5
The following changes since commit e79de63ab1bd1f6550e7b915e433bec1ad1a870a:
7
6
8
Open 2.10 development tree (2017-04-20 15:42:31 +0100)
7
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210107' into staging (2021-01-07 20:34:05 +0000)
9
8
10
are available in the git repository at:
9
are available in the Git repository at:
11
10
12
git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20170420
11
https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210108
13
12
14
for you to fetch changes up to f4e8e4edda875cab9df91dc4ae9767f7cb1f50aa:
13
for you to fetch changes up to c9f8511ea8d2b80723af0fea1f716d752c1b5208:
15
14
16
arm: Remove workarounds for old M-profile exception return implementation (2017-04-20 17:39:17 +0100)
15
docs/system: arm: Add sabrelite board description (2021-01-08 15:13:39 +0000)
17
16
18
----------------------------------------------------------------
17
----------------------------------------------------------------
19
target-arm queue:
18
target-arm queue:
20
* implement M profile exception return properly
19
* intc/arm_gic: Fix gic_irq_signaling_enabled() for vCPUs
21
* cadence GEM: fix multiqueue handling bugs
20
* target/arm: Fix MTE0_ACTIVE
22
* pxa2xx.c: QOMify a device
21
* target/arm: Implement v8.1M and Cortex-M55 model
23
* arm/kvm: Remove trailing newlines from error_report()
22
* hw/arm/highbank: Drop dead KVM support code
24
* stellaris: Don't hw_error() on bad register accesses
23
* util/qemu-timer: Make timer_free() imply timer_del()
25
* Add assertion about FSC format for syndrome registers
24
* various devices: Use ptimer_free() in finalize function
26
* Move excnames[] array into arm_log_exceptions()
25
* docs/system: arm: Add sabrelite board description
27
* exynos: minor code cleanups
26
* sabrelite: Minor fixes to allow booting U-Boot
28
* hw/arm/boot: take Linux/arm64 TEXT_OFFSET header field into account
29
* Fix APSR writes via M profile MSR
30
27
31
----------------------------------------------------------------
28
----------------------------------------------------------------
32
Alistair Francis (5):
29
Andrew Jones (1):
33
cadence_gem: Read the correct queue descriptor
30
hw/arm/virt: Remove virt machine state 'smp_cpus'
34
cadence_gem: Correct the multi-queue can rx logic
35
cadence_gem: Correct the interupt logic
36
cadence_gem: Make the revision a property
37
xlnx-zynqmp: Set the Cadence GEM revision
38
31
39
Ard Biesheuvel (1):
32
Bin Meng (4):
40
hw/arm/boot: take Linux/arm64 TEXT_OFFSET header field into account
33
hw/misc: imx6_ccm: Update PMU_MISC0 reset value
34
hw/msic: imx6_ccm: Correct register value for silicon type
35
hw/arm: sabrelite: Connect the Ethernet PHY at address 6
36
docs/system: arm: Add sabrelite board description
41
37
42
Ishani Chugh (1):
38
Edgar E. Iglesias (1):
43
arm/kvm: Remove trailing newlines from error_report()
39
intc/arm_gic: Fix gic_irq_signaling_enabled() for vCPUs
44
40
45
Krzysztof Kozlowski (3):
41
Gan Qixin (7):
46
hw/arm/exynos: Convert fprintf to qemu_log_mask/error_report
42
digic-timer: Use ptimer_free() in the finalize function to avoid memleaks
47
hw/char/exynos4210_uart: Constify static array and few arguments
43
allwinner-a10-pit: Use ptimer_free() in the finalize function to avoid memleaks
48
hw/misc/exynos4210_pmu: Reorder local variables for readability
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
49
50
Peter Maydell (13):
50
Peter Maydell (9):
51
target/arm: Add missing entries to excnames[] for log strings
51
hw/intc/armv7m_nvic: Correct handling of CCR.BFHFNMIGN
52
arm: Move excnames[] array into arm_log_exceptions()
52
target/arm: Correct store of FPSCR value via FPCXT_S
53
target/arm: Add assertion about FSC format for syndrome registers
53
target/arm: Implement FPCXT_NS fp system register
54
stellaris: Don't hw_error() on bad register accesses
54
target/arm: Implement Cortex-M55 model
55
arm: Don't implement BXJ on M-profile CPUs
55
hw/arm/highbank: Drop dead KVM support code
56
arm: Thumb shift operations should not permit interworking branches
56
util/qemu-timer: Make timer_free() imply timer_del()
57
arm: Factor out "generate right kind of step exception"
57
scripts/coccinelle: New script to remove unnecessary timer_del() calls
58
arm: Move gen_set_condexec() and gen_set_pc_im() up in the file
58
Remove superfluous timer_del() calls
59
arm: Move condition-failed codepath generation out of if()
59
target/arm: Remove timer_del()/timer_deinit() before timer_free()
60
arm: Abstract out "are we singlestepping" test to utility function
61
arm: Track M profile handler mode state in TB flags
62
arm: Implement M profile exception return properly
63
arm: Remove workarounds for old M-profile exception return implementation
64
60
65
Suramya Shah (1):
61
Richard Henderson (1):
66
hw/arm: Qomify pxa2xx.c
62
target/arm: Fix MTE0_ACTIVE
67
63
68
include/hw/net/cadence_gem.h | 1 +
64
docs/system/arm/sabrelite.rst | 119 ++++++++++++++++++++++++++
69
target/arm/cpu.h | 10 +++
65
docs/system/target-arm.rst | 1 +
70
target/arm/internals.h | 21 -----
66
scripts/coccinelle/timer-del-timer-free.cocci | 18 ++++
71
target/arm/translate.h | 5 ++
67
include/hw/arm/virt.h | 3 +-
72
hw/arm/boot.c | 64 ++++++++++++---
68
include/qemu/timer.h | 24 +++---
73
hw/arm/exynos4_boards.c | 7 +-
69
block/iscsi.c | 2 -
74
hw/arm/pxa2xx.c | 14 ++--
70
block/nbd.c | 1 -
75
hw/arm/stellaris.c | 60 ++++++++------
71
block/qcow2.c | 1 -
76
hw/arm/xlnx-zynqmp.c | 6 +-
72
hw/arm/highbank.c | 14 +--
77
hw/char/exynos4210_uart.c | 8 +-
73
hw/arm/musicpal.c | 12 +++
78
hw/misc/exynos4210_pmu.c | 4 +-
74
hw/arm/sabrelite.c | 4 +
79
hw/net/cadence_gem.c | 45 +++++++----
75
hw/arm/virt-acpi-build.c | 9 +-
80
hw/timer/exynos4210_mct.c | 6 +-
76
hw/arm/virt.c | 21 +++--
81
hw/timer/exynos4210_pwm.c | 13 ++--
77
hw/block/nvme.c | 2 -
82
hw/timer/exynos4210_rtc.c | 19 ++---
78
hw/char/serial.c | 2 -
83
target/arm/cpu.c | 43 +---------
79
hw/char/virtio-serial-bus.c | 2 -
84
target/arm/helper.c | 19 +++++
80
hw/ide/core.c | 1 -
85
target/arm/kvm64.c | 4 +-
81
hw/input/hid.c | 1 -
86
target/arm/op_helper.c | 23 ++++--
82
hw/intc/apic.c | 1 -
87
target/arm/translate.c | 181 +++++++++++++++++++++++++++++--------------
83
hw/intc/arm_gic.c | 4 +-
88
20 files changed, 341 insertions(+), 212 deletions(-)
84
hw/intc/armv7m_nvic.c | 15 ++++
85
hw/intc/ioapic.c | 1 -
86
hw/ipmi/ipmi_bmc_extern.c | 1 -
87
hw/misc/imx6_ccm.c | 4 +-
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
89
132
diff view generated by jsdifflib
1
For M profile exception-return handling we'd like to generate different
1
From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>
2
code for some instructions depending on whether we are in Handler
3
mode or Thread mode. This isn't the same as "are we privileged
4
or user", so we need an extra bit in the TB flags to distinguish.
5
2
3
Correct the indexing into s->cpu_ctlr for vCPUs.
4
5
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
6
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
7
Reviewed-by: Luc Michel <luc.michel@greensocs.com>
8
Message-id: 20201214222154.3480243-2-edgar.iglesias@gmail.com
6
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
9
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
7
Reviewed-by: Richard Henderson <rth@twiddle.net>
8
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
9
Message-id: 1491844419-12485-8-git-send-email-peter.maydell@linaro.org
10
---
10
---
11
target/arm/cpu.h | 9 +++++++++
11
hw/intc/arm_gic.c | 4 +++-
12
target/arm/translate.h | 1 +
12
1 file changed, 3 insertions(+), 1 deletion(-)
13
target/arm/translate.c | 1 +
14
3 files changed, 11 insertions(+)
15
13
16
diff --git a/target/arm/cpu.h b/target/arm/cpu.h
14
diff --git a/hw/intc/arm_gic.c b/hw/intc/arm_gic.c
17
index XXXXXXX..XXXXXXX 100644
15
index XXXXXXX..XXXXXXX 100644
18
--- a/target/arm/cpu.h
16
--- a/hw/intc/arm_gic.c
19
+++ b/target/arm/cpu.h
17
+++ b/hw/intc/arm_gic.c
20
@@ -XXX,XX +XXX,XX @@ static inline bool arm_cpu_data_is_big_endian(CPUARMState *env)
18
@@ -XXX,XX +XXX,XX @@ static inline void gic_get_best_virq(GICState *s, int cpu,
21
#define ARM_TBFLAG_NS_MASK (1 << ARM_TBFLAG_NS_SHIFT)
19
static inline bool gic_irq_signaling_enabled(GICState *s, int cpu, bool virt,
22
#define ARM_TBFLAG_BE_DATA_SHIFT 20
20
int group_mask)
23
#define ARM_TBFLAG_BE_DATA_MASK (1 << ARM_TBFLAG_BE_DATA_SHIFT)
21
{
24
+/* For M profile only, Handler (ie not Thread) mode */
22
+ int cpu_iface = virt ? (cpu + GIC_NCPU) : cpu;
25
+#define ARM_TBFLAG_HANDLER_SHIFT 21
23
+
26
+#define ARM_TBFLAG_HANDLER_MASK (1 << ARM_TBFLAG_HANDLER_SHIFT)
24
if (!virt && !(s->ctlr & group_mask)) {
27
25
return false;
28
/* Bit usage when in AArch64 state */
29
#define ARM_TBFLAG_TBI0_SHIFT 0 /* TBI0 for EL0/1 or TBI for EL2/3 */
30
@@ -XXX,XX +XXX,XX @@ static inline bool arm_cpu_data_is_big_endian(CPUARMState *env)
31
(((F) & ARM_TBFLAG_NS_MASK) >> ARM_TBFLAG_NS_SHIFT)
32
#define ARM_TBFLAG_BE_DATA(F) \
33
(((F) & ARM_TBFLAG_BE_DATA_MASK) >> ARM_TBFLAG_BE_DATA_SHIFT)
34
+#define ARM_TBFLAG_HANDLER(F) \
35
+ (((F) & ARM_TBFLAG_HANDLER_MASK) >> ARM_TBFLAG_HANDLER_SHIFT)
36
#define ARM_TBFLAG_TBI0(F) \
37
(((F) & ARM_TBFLAG_TBI0_MASK) >> ARM_TBFLAG_TBI0_SHIFT)
38
#define ARM_TBFLAG_TBI1(F) \
39
@@ -XXX,XX +XXX,XX @@ static inline void cpu_get_tb_cpu_state(CPUARMState *env, target_ulong *pc,
40
}
26
}
41
*flags |= fp_exception_el(env) << ARM_TBFLAG_FPEXC_EL_SHIFT;
27
@@ -XXX,XX +XXX,XX @@ static inline bool gic_irq_signaling_enabled(GICState *s, int cpu, bool virt,
42
28
return false;
43
+ if (env->v7m.exception != 0) {
29
}
44
+ *flags |= ARM_TBFLAG_HANDLER_MASK;
30
45
+ }
31
- if (!(s->cpu_ctlr[cpu] & group_mask)) {
46
+
32
+ if (!(s->cpu_ctlr[cpu_iface] & group_mask)) {
47
*cs_base = 0;
33
return false;
48
}
34
}
49
50
diff --git a/target/arm/translate.h b/target/arm/translate.h
51
index XXXXXXX..XXXXXXX 100644
52
--- a/target/arm/translate.h
53
+++ b/target/arm/translate.h
54
@@ -XXX,XX +XXX,XX @@ typedef struct DisasContext {
55
bool vfp_enabled; /* FP enabled via FPSCR.EN */
56
int vec_len;
57
int vec_stride;
58
+ bool v7m_handler_mode;
59
/* Immediate value in AArch32 SVC insn; must be set if is_jmp == DISAS_SWI
60
* so that top level loop can generate correct syndrome information.
61
*/
62
diff --git a/target/arm/translate.c b/target/arm/translate.c
63
index XXXXXXX..XXXXXXX 100644
64
--- a/target/arm/translate.c
65
+++ b/target/arm/translate.c
66
@@ -XXX,XX +XXX,XX @@ void gen_intermediate_code(CPUARMState *env, TranslationBlock *tb)
67
dc->vec_len = ARM_TBFLAG_VECLEN(tb->flags);
68
dc->vec_stride = ARM_TBFLAG_VECSTRIDE(tb->flags);
69
dc->c15_cpar = ARM_TBFLAG_XSCALE_CPAR(tb->flags);
70
+ dc->v7m_handler_mode = ARM_TBFLAG_HANDLER(tb->flags);
71
dc->cp_regs = cpu->cp_regs;
72
dc->features = env->features;
73
35
74
--
36
--
75
2.7.4
37
2.20.1
76
38
77
39
diff view generated by jsdifflib
1
From: Alistair Francis <alistair.francis@xilinx.com>
1
From: Andrew Jones <drjones@redhat.com>
2
2
3
Correct the buffer descriptor busy logic to work correctly when using
3
virt machine's 'smp_cpus' and machine->smp.cpus must always have the
4
multiple queues.
4
same value. And, anywhere we have virt machine state we have machine
5
state. So let's remove the redundancy. Also, to make it easier to see
6
that machine->smp is the true source for "smp_cpus" and "max_cpus",
7
avoid passing them in function parameters, preferring instead to get
8
them from the state.
5
9
6
Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
10
No functional change intended.
7
Message-id: 8a7e8059984e27d46a276a66299d035a0afd280f.1491947224.git.alistair.francis@xilinx.com
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]
8
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
17
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
9
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
10
---
18
---
11
hw/net/cadence_gem.c | 17 ++++++++++-------
19
include/hw/arm/virt.h | 3 +--
12
1 file changed, 10 insertions(+), 7 deletions(-)
20
hw/arm/virt-acpi-build.c | 9 +++++----
21
hw/arm/virt.c | 21 ++++++++++-----------
22
3 files changed, 16 insertions(+), 17 deletions(-)
13
23
14
diff --git a/hw/net/cadence_gem.c b/hw/net/cadence_gem.c
24
diff --git a/include/hw/arm/virt.h b/include/hw/arm/virt.h
15
index XXXXXXX..XXXXXXX 100644
25
index XXXXXXX..XXXXXXX 100644
16
--- a/hw/net/cadence_gem.c
26
--- a/include/hw/arm/virt.h
17
+++ b/hw/net/cadence_gem.c
27
+++ b/include/hw/arm/virt.h
18
@@ -XXX,XX +XXX,XX @@ static int gem_can_receive(NetClientState *nc)
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
83
index XXXXXXX..XXXXXXX 100644
84
--- a/hw/arm/virt.c
85
+++ b/hw/arm/virt.c
86
@@ -XXX,XX +XXX,XX @@ static void fdt_add_timer_nodes(const VirtMachineState *vms)
87
if (vms->gic_version == VIRT_GIC_VERSION_2) {
88
irqflags = deposit32(irqflags, GIC_FDT_IRQ_PPI_CPU_START,
89
GIC_FDT_IRQ_PPI_CPU_WIDTH,
90
- (1 << vms->smp_cpus) - 1);
91
+ (1 << MACHINE(vms)->smp.cpus) - 1);
19
}
92
}
20
93
21
for (i = 0; i < s->num_priority_queues; i++) {
94
qemu_fdt_add_subnode(vms->fdt, "/timer");
22
- if (rx_desc_get_ownership(s->rx_desc[i]) == 1) {
95
@@ -XXX,XX +XXX,XX @@ static void fdt_add_cpu_nodes(const VirtMachineState *vms)
23
- if (s->can_rx_state != 2) {
96
int cpu;
24
- s->can_rx_state = 2;
97
int addr_cells = 1;
25
- DB_PRINT("can't receive - busy buffer descriptor (q%d) 0x%x\n",
98
const MachineState *ms = MACHINE(vms);
26
- i, s->rx_desc_addr[i]);
99
+ int smp_cpus = ms->smp.cpus;
27
- }
100
28
- return 0;
101
/*
29
+ if (rx_desc_get_ownership(s->rx_desc[i]) != 1) {
102
* From Documentation/devicetree/bindings/arm/cpus.txt
30
+ break;
103
@@ -XXX,XX +XXX,XX @@ static void fdt_add_cpu_nodes(const VirtMachineState *vms)
31
+ }
104
* The simplest way to go is to examine affinity IDs of all our CPUs. If
32
+ };
105
* at least one of them has Aff3 populated, we set #address-cells to 2.
33
+
106
*/
34
+ if (i == s->num_priority_queues) {
107
- for (cpu = 0; cpu < vms->smp_cpus; cpu++) {
35
+ if (s->can_rx_state != 2) {
108
+ for (cpu = 0; cpu < smp_cpus; cpu++) {
36
+ s->can_rx_state = 2;
109
ARMCPU *armcpu = ARM_CPU(qemu_get_cpu(cpu));
37
+ DB_PRINT("can't receive - all the buffer descriptors are busy\n");
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");
38
}
130
}
39
+ return 0;
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);
40
}
137
}
41
138
42
if (s->can_rx_state != 0) {
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
43
--
178
--
44
2.7.4
179
2.20.1
45
180
46
181
diff view generated by jsdifflib
1
The excnames[] array is defined in internals.h because we used
1
From: Richard Henderson <richard.henderson@linaro.org>
2
to use it from two different source files for handling logging
3
of AArch32 and AArch64 exception entry. Refactoring means that
4
it's now used only in arm_log_exception() in helper.c, so move
5
the array into that function.
6
2
7
Suggested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
3
In 50244cc76abc we updated mte_check_fail to match the ARM
4
pseudocode, using the correct EL to select the TCF field.
5
But we failed to update MTE0_ACTIVE the same way, which led
6
to g_assert_not_reached().
7
8
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>
8
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
13
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
9
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
10
Message-id: 1491821097-5647-1-git-send-email-peter.maydell@linaro.org
11
---
14
---
12
target/arm/cpu.h | 2 +-
15
target/arm/helper.c | 2 +-
13
target/arm/internals.h | 23 -----------------------
16
1 file changed, 1 insertion(+), 1 deletion(-)
14
target/arm/helper.c | 19 +++++++++++++++++++
15
3 files changed, 20 insertions(+), 24 deletions(-)
16
17
17
diff --git a/target/arm/cpu.h b/target/arm/cpu.h
18
index XXXXXXX..XXXXXXX 100644
19
--- a/target/arm/cpu.h
20
+++ b/target/arm/cpu.h
21
@@ -XXX,XX +XXX,XX @@
22
#define EXCP_SEMIHOST 16 /* semihosting call */
23
#define EXCP_NOCP 17 /* v7M NOCP UsageFault */
24
#define EXCP_INVSTATE 18 /* v7M INVSTATE UsageFault */
25
-/* NB: new EXCP_ defines should be added to the excnames[] array too */
26
+/* NB: add new EXCP_ defines to the array in arm_log_exception() too */
27
28
#define ARMV7M_EXCP_RESET 1
29
#define ARMV7M_EXCP_NMI 2
30
diff --git a/target/arm/internals.h b/target/arm/internals.h
31
index XXXXXXX..XXXXXXX 100644
32
--- a/target/arm/internals.h
33
+++ b/target/arm/internals.h
34
@@ -XXX,XX +XXX,XX @@ static inline bool excp_is_internal(int excp)
35
|| excp == EXCP_SEMIHOST;
36
}
37
38
-/* Exception names for debug logging; note that not all of these
39
- * precisely correspond to architectural exceptions.
40
- */
41
-static const char * const excnames[] = {
42
- [EXCP_UDEF] = "Undefined Instruction",
43
- [EXCP_SWI] = "SVC",
44
- [EXCP_PREFETCH_ABORT] = "Prefetch Abort",
45
- [EXCP_DATA_ABORT] = "Data Abort",
46
- [EXCP_IRQ] = "IRQ",
47
- [EXCP_FIQ] = "FIQ",
48
- [EXCP_BKPT] = "Breakpoint",
49
- [EXCP_EXCEPTION_EXIT] = "QEMU v7M exception exit",
50
- [EXCP_KERNEL_TRAP] = "QEMU intercept of kernel commpage",
51
- [EXCP_HVC] = "Hypervisor Call",
52
- [EXCP_HYP_TRAP] = "Hypervisor Trap",
53
- [EXCP_SMC] = "Secure Monitor Call",
54
- [EXCP_VIRQ] = "Virtual IRQ",
55
- [EXCP_VFIQ] = "Virtual FIQ",
56
- [EXCP_SEMIHOST] = "Semihosting call",
57
- [EXCP_NOCP] = "v7M NOCP UsageFault",
58
- [EXCP_INVSTATE] = "v7M INVSTATE UsageFault",
59
-};
60
-
61
/* Scale factor for generic timers, ie number of ns per tick.
62
* This gives a 62.5MHz timer.
63
*/
64
diff --git a/target/arm/helper.c b/target/arm/helper.c
18
diff --git a/target/arm/helper.c b/target/arm/helper.c
65
index XXXXXXX..XXXXXXX 100644
19
index XXXXXXX..XXXXXXX 100644
66
--- a/target/arm/helper.c
20
--- a/target/arm/helper.c
67
+++ b/target/arm/helper.c
21
+++ b/target/arm/helper.c
68
@@ -XXX,XX +XXX,XX @@ static void arm_log_exception(int idx)
22
@@ -XXX,XX +XXX,XX @@ static uint32_t rebuild_hflags_a64(CPUARMState *env, int el, int fp_el,
69
{
23
if (FIELD_EX32(flags, TBFLAG_A64, UNPRIV)
70
if (qemu_loglevel_mask(CPU_LOG_INT)) {
24
&& tbid
71
const char *exc = NULL;
25
&& !(env->pstate & PSTATE_TCO)
72
+ static const char * const excnames[] = {
26
- && (sctlr & SCTLR_TCF0)
73
+ [EXCP_UDEF] = "Undefined Instruction",
27
+ && (sctlr & SCTLR_TCF)
74
+ [EXCP_SWI] = "SVC",
28
&& allocation_tag_access_enabled(env, 0, sctlr)) {
75
+ [EXCP_PREFETCH_ABORT] = "Prefetch Abort",
29
flags = FIELD_DP32(flags, TBFLAG_A64, MTE0_ACTIVE, 1);
76
+ [EXCP_DATA_ABORT] = "Data Abort",
30
}
77
+ [EXCP_IRQ] = "IRQ",
78
+ [EXCP_FIQ] = "FIQ",
79
+ [EXCP_BKPT] = "Breakpoint",
80
+ [EXCP_EXCEPTION_EXIT] = "QEMU v7M exception exit",
81
+ [EXCP_KERNEL_TRAP] = "QEMU intercept of kernel commpage",
82
+ [EXCP_HVC] = "Hypervisor Call",
83
+ [EXCP_HYP_TRAP] = "Hypervisor Trap",
84
+ [EXCP_SMC] = "Secure Monitor Call",
85
+ [EXCP_VIRQ] = "Virtual IRQ",
86
+ [EXCP_VFIQ] = "Virtual FIQ",
87
+ [EXCP_SEMIHOST] = "Semihosting call",
88
+ [EXCP_NOCP] = "v7M NOCP UsageFault",
89
+ [EXCP_INVSTATE] = "v7M INVSTATE UsageFault",
90
+ };
91
92
if (idx >= 0 && idx < ARRAY_SIZE(excnames)) {
93
exc = excnames[idx];
94
--
31
--
95
2.7.4
32
2.20.1
96
33
97
34
diff view generated by jsdifflib
1
Move the code to generate the "condition failed" instruction
1
The CCR is a register most of whose bits are banked between security
2
codepath out of the if (singlestepping) {} else {}. This
2
states but where BFHFNMIGN is not, and we keep it in the non-secure
3
will allow adding support for handling a new is_jmp type
3
entry of the v7m.ccr[] array. The logic which tries to handle this
4
which can't be neatly split into "singlestepping case"
4
bit fails to implement the "RAZ/WI from Nonsecure if AIRCR.BFHFNMINS
5
versus "not singlestepping case".
5
is zero" requirement; correct the omission.
6
6
7
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
7
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
8
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
8
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
9
Reviewed-by: Richard Henderson <rth@twiddle.net>
9
Message-id: 20201210201433.26262-2-peter.maydell@linaro.org
10
Message-id: 1491844419-12485-6-git-send-email-peter.maydell@linaro.org
11
---
10
---
12
target/arm/translate.c | 24 +++++++++++-------------
11
hw/intc/armv7m_nvic.c | 15 +++++++++++++++
13
1 file changed, 11 insertions(+), 13 deletions(-)
12
1 file changed, 15 insertions(+)
14
13
15
diff --git a/target/arm/translate.c b/target/arm/translate.c
14
diff --git a/hw/intc/armv7m_nvic.c b/hw/intc/armv7m_nvic.c
16
index XXXXXXX..XXXXXXX 100644
15
index XXXXXXX..XXXXXXX 100644
17
--- a/target/arm/translate.c
16
--- a/hw/intc/armv7m_nvic.c
18
+++ b/target/arm/translate.c
17
+++ b/hw/intc/armv7m_nvic.c
19
@@ -XXX,XX +XXX,XX @@ void gen_intermediate_code(CPUARMState *env, TranslationBlock *tb)
18
@@ -XXX,XX +XXX,XX @@ static uint32_t nvic_readl(NVICState *s, uint32_t offset, MemTxAttrs attrs)
20
/* At this stage dc->condjmp will only be set when the skipped
19
*/
21
instruction was a conditional branch or trap, and the PC has
20
val = cpu->env.v7m.ccr[attrs.secure];
22
already been written. */
21
val |= cpu->env.v7m.ccr[M_REG_NS] & R_V7M_CCR_BFHFNMIGN_MASK;
23
+ gen_set_condexec(dc);
22
+ /* BFHFNMIGN is RAZ/WI from NS if AIRCR.BFHFNMINS is 0 */
24
if (unlikely(cs->singlestep_enabled || dc->ss_active)) {
23
+ if (!attrs.secure) {
25
/* Unconditional and "condition passed" instruction codepath. */
24
+ if (!(cpu->env.v7m.aircr & R_V7M_AIRCR_BFHFNMINS_MASK)) {
26
- gen_set_condexec(dc);
25
+ val &= ~R_V7M_CCR_BFHFNMIGN_MASK;
27
switch (dc->is_jmp) {
26
+ }
28
case DISAS_SWI:
27
+ }
29
gen_ss_advance(dc);
28
return val;
30
@@ -XXX,XX +XXX,XX @@ void gen_intermediate_code(CPUARMState *env, TranslationBlock *tb)
29
case 0xd24: /* System Handler Control and State (SHCSR) */
31
/* FIXME: Single stepping a WFI insn will not halt the CPU. */
30
if (!arm_feature(&cpu->env, ARM_FEATURE_V7)) {
32
gen_singlestep_exception(dc);
31
@@ -XXX,XX +XXX,XX @@ static void nvic_writel(NVICState *s, uint32_t offset, uint32_t value,
32
(cpu->env.v7m.ccr[M_REG_NS] & ~R_V7M_CCR_BFHFNMIGN_MASK)
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
+ }
33
}
44
}
34
- if (dc->condjmp) {
45
35
- /* "Condition failed" instruction codepath. */
46
cpu->env.v7m.ccr[attrs.secure] = value;
36
- gen_set_label(dc->condlabel);
37
- gen_set_condexec(dc);
38
- gen_set_pc_im(dc, dc->pc);
39
- gen_singlestep_exception(dc);
40
- }
41
} else {
42
/* While branches must always occur at the end of an IT block,
43
there are a few other things that can cause us to terminate
44
@@ -XXX,XX +XXX,XX @@ void gen_intermediate_code(CPUARMState *env, TranslationBlock *tb)
45
- Hardware watchpoints.
46
Hardware breakpoints have already been handled and skip this code.
47
*/
48
- gen_set_condexec(dc);
49
switch(dc->is_jmp) {
50
case DISAS_NEXT:
51
gen_goto_tb(dc, 1, dc->pc);
52
@@ -XXX,XX +XXX,XX @@ void gen_intermediate_code(CPUARMState *env, TranslationBlock *tb)
53
gen_exception(EXCP_SMC, syn_aa32_smc(), 3);
54
break;
55
}
56
- if (dc->condjmp) {
57
- gen_set_label(dc->condlabel);
58
- gen_set_condexec(dc);
59
+ }
60
+
61
+ if (dc->condjmp) {
62
+ /* "Condition failed" instruction codepath for the branch/trap insn */
63
+ gen_set_label(dc->condlabel);
64
+ gen_set_condexec(dc);
65
+ if (unlikely(cs->singlestep_enabled || dc->ss_active)) {
66
+ gen_set_pc_im(dc, dc->pc);
67
+ gen_singlestep_exception(dc);
68
+ } else {
69
gen_goto_tb(dc, 1, dc->pc);
70
- dc->condjmp = 0;
71
}
72
}
73
74
--
47
--
75
2.7.4
48
2.20.1
76
49
77
50
diff view generated by jsdifflib
1
For M-profile CPUs, the BXJ instruction does not exist at all, and
1
In commit 64f863baeedc8659 we implemented the v8.1M FPCXT_S register,
2
the encoding should always UNDEF. We were accidentally implementing
2
but we got the write behaviour wrong. On read, this register reads
3
it to behave like A-profile BXJ; correct the error.
3
bits [27:0] of FPSCR plus the CONTROL.SFPA bit. On write, it doesn't
4
just write back those bits -- it writes a value to the whole FPSCR,
5
whose upper 4 bits are zeroes.
6
7
We also incorrectly implemented the write-to-FPSCR as a simple store
8
to vfp.xregs; this skips the "update the softfloat flags" part of
9
the vfp_set_fpscr helper so the value would read back correctly but
10
not actually take effect.
11
12
Fix both of these things by doing a complete write to the FPSCR
13
using the helper function.
4
14
5
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
15
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
6
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
16
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
7
Reviewed-by: Richard Henderson <rth@twiddle.net>
17
Message-id: 20201210201433.26262-3-peter.maydell@linaro.org
8
Message-id: 1491844419-12485-2-git-send-email-peter.maydell@linaro.org
9
---
18
---
10
target/arm/translate.c | 7 ++++++-
19
target/arm/translate-vfp.c.inc | 12 ++++++------
11
1 file changed, 6 insertions(+), 1 deletion(-)
20
1 file changed, 6 insertions(+), 6 deletions(-)
12
21
13
diff --git a/target/arm/translate.c b/target/arm/translate.c
22
diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc
14
index XXXXXXX..XXXXXXX 100644
23
index XXXXXXX..XXXXXXX 100644
15
--- a/target/arm/translate.c
24
--- a/target/arm/translate-vfp.c.inc
16
+++ b/target/arm/translate.c
25
+++ b/target/arm/translate-vfp.c.inc
17
@@ -XXX,XX +XXX,XX @@ static int disas_thumb2_insn(CPUARMState *env, DisasContext *s, uint16_t insn_hw
26
@@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_write(DisasContext *s, int regno,
18
}
27
}
19
break;
28
case ARM_VFP_FPCXT_S:
20
case 4: /* bxj */
29
{
21
- /* Trivial implementation equivalent to bx. */
30
- TCGv_i32 sfpa, control, fpscr;
22
+ /* Trivial implementation equivalent to bx.
31
- /* Set FPSCR[27:0] and CONTROL.SFPA from value */
23
+ * This instruction doesn't exist at all for M-profile.
32
+ TCGv_i32 sfpa, control;
24
+ */
33
+ /*
25
+ if (arm_dc_feature(s, ARM_FEATURE_M)) {
34
+ * Set FPSCR and CONTROL.SFPA from value; the new FPSCR takes
26
+ goto illegal_op;
35
+ * bits [27:0] from value and zeroes bits [31:28].
27
+ }
36
+ */
28
tmp = load_reg(s, rn);
37
tmp = loadfn(s, opaque);
29
gen_bx(s, tmp);
38
sfpa = tcg_temp_new_i32();
30
break;
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;
31
--
53
--
32
2.7.4
54
2.20.1
33
55
34
56
diff view generated by jsdifflib
1
From: Ishani Chugh <chugh.ishani@research.iiit.ac.in>
1
Implement the v8.1M FPCXT_NS floating-point system register. This is
2
a little more complicated than FPCXT_S, because it has specific
3
handling for "current FP state is inactive", and it only wants to do
4
PreserveFPState(), not the full set of actions done by
5
ExecuteFPCheck() which vfp_access_check() implements.
2
6
3
Signed-off-by: Ishani Chugh <chugh.ishani@research.iiit.ac.in>
4
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
5
Message-id: 1491629987-6826-1-git-send-email-chugh.ishani@research.iiit.ac.in
6
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
7
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
8
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
9
Message-id: 20201210201433.26262-4-peter.maydell@linaro.org
7
---
10
---
8
target/arm/kvm64.c | 4 ++--
11
target/arm/translate-vfp.c.inc | 102 ++++++++++++++++++++++++++++++++-
9
1 file changed, 2 insertions(+), 2 deletions(-)
12
1 file changed, 99 insertions(+), 3 deletions(-)
10
13
11
diff --git a/target/arm/kvm64.c b/target/arm/kvm64.c
14
diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc
12
index XXXXXXX..XXXXXXX 100644
15
index XXXXXXX..XXXXXXX 100644
13
--- a/target/arm/kvm64.c
16
--- a/target/arm/translate-vfp.c.inc
14
+++ b/target/arm/kvm64.c
17
+++ b/target/arm/translate-vfp.c.inc
15
@@ -XXX,XX +XXX,XX @@ bool kvm_arm_handle_debug(CPUState *cs, struct kvm_debug_exit_arch *debug_exit)
18
@@ -XXX,XX +XXX,XX @@ static FPSysRegCheckResult fp_sysreg_checks(DisasContext *s, int regno)
16
* single step at this point so something has gone wrong.
19
}
17
*/
20
break;
18
error_report("%s: guest single-step while debugging unsupported"
21
case ARM_VFP_FPCXT_S:
19
- " (%"PRIx64", %"PRIx32")\n",
22
+ case ARM_VFP_FPCXT_NS:
20
+ " (%"PRIx64", %"PRIx32")",
23
if (!arm_dc_feature(s, ARM_FEATURE_V8_1M)) {
21
__func__, env->pc, debug_exit->hsr);
22
return false;
24
return false;
23
}
25
}
24
@@ -XXX,XX +XXX,XX @@ bool kvm_arm_handle_debug(CPUState *cs, struct kvm_debug_exit_arch *debug_exit)
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
}
43
44
+static void gen_branch_fpInactive(DisasContext *s, TCGCond cond,
45
+ TCGLabel *label)
46
+{
47
+ /*
48
+ * FPCXT_NS is a special case: it has specific handling for
49
+ * "current FP state is inactive", and must do the PreserveFPState()
50
+ * but not the usual full set of actions done by ExecuteFPCheck().
51
+ * We don't have a TB flag that matches the fpInactive check, so we
52
+ * do it at runtime as we don't expect FPCXT_NS accesses to be frequent.
53
+ *
54
+ * Emit code that checks fpInactive and does a conditional
55
+ * branch to label based on it:
56
+ * if cond is TCG_COND_NE then branch if fpInactive != 0 (ie if inactive)
57
+ * if cond is TCG_COND_EQ then branch if fpInactive == 0 (ie if active)
58
+ */
59
+ assert(cond == TCG_COND_EQ || cond == TCG_COND_NE);
60
+
61
+ /* fpInactive = FPCCR_NS.ASPEN == 1 && CONTROL.FPCA == 0 */
62
+ TCGv_i32 aspen, fpca;
63
+ aspen = load_cpu_field(v7m.fpccr[M_REG_NS]);
64
+ fpca = load_cpu_field(v7m.control[M_REG_S]);
65
+ tcg_gen_andi_i32(aspen, aspen, R_V7M_FPCCR_ASPEN_MASK);
66
+ tcg_gen_xori_i32(aspen, aspen, R_V7M_FPCCR_ASPEN_MASK);
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
+}
73
+
74
static bool gen_M_fp_sysreg_write(DisasContext *s, int regno,
75
76
fp_sysreg_loadfn *loadfn,
77
@@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_write(DisasContext *s, int regno,
78
{
79
/* Do a write to an M-profile floating point system register */
80
TCGv_i32 tmp;
81
+ TCGLabel *lab_end = NULL;
82
83
switch (fp_sysreg_checks(s, regno)) {
84
case FPSysRegCheckFailed:
85
@@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_write(DisasContext *s, int regno,
86
tcg_temp_free_i32(tmp);
87
break;
88
}
89
+ case ARM_VFP_FPCXT_NS:
90
+ lab_end = gen_new_label();
91
+ /* fpInactive case: write is a NOP, so branch to end */
92
+ gen_branch_fpInactive(s, TCG_COND_NE, lab_end);
93
+ /* !fpInactive: PreserveFPState(), and reads same as FPCXT_S */
94
+ gen_preserve_fp_state(s);
95
+ /* fall through */
96
case ARM_VFP_FPCXT_S:
97
{
98
TCGv_i32 sfpa, control;
99
@@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_write(DisasContext *s, int regno,
100
default:
101
g_assert_not_reached();
102
}
103
+ if (lab_end) {
104
+ gen_set_label(lab_end);
105
+ }
106
return true;
107
}
108
109
@@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_read(DisasContext *s, int regno,
110
{
111
/* Do a read from an M-profile floating point system register */
112
TCGv_i32 tmp;
113
+ TCGLabel *lab_end = NULL;
114
+ bool lookup_tb = false;
115
116
switch (fp_sysreg_checks(s, regno)) {
117
case FPSysRegCheckFailed:
118
@@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_read(DisasContext *s, int regno,
119
fpscr = load_cpu_field(v7m.fpdscr[M_REG_NS]);
120
gen_helper_vfp_set_fpscr(cpu_env, fpscr);
121
tcg_temp_free_i32(fpscr);
122
- gen_lookup_tb(s);
123
+ lookup_tb = true;
124
+ break;
125
+ }
126
+ case ARM_VFP_FPCXT_NS:
127
+ {
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);
25
break;
164
break;
26
}
165
}
27
default:
166
default:
28
- error_report("%s: unhandled debug exit (%"PRIx32", %"PRIx64")\n",
167
g_assert_not_reached();
29
+ error_report("%s: unhandled debug exit (%"PRIx32", %"PRIx64")",
30
__func__, debug_exit->hsr, env->pc);
31
}
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;
177
}
32
178
33
--
179
--
34
2.7.4
180
2.20.1
35
181
36
182
diff view generated by jsdifflib
1
We now test for "are we singlestepping" in several places and
1
Now that we have implemented all the features needed by the v8.1M
2
it's not a trivial check because we need to care about both
2
architecture, we can add the model of the Cortex-M55. This is the
3
architectural singlestep and QEMU gdbstub singlestep. We're
3
configuration without MVE support; we'll add MVE later.
4
also about to add another place that needs to make this check,
5
so pull the condition out into a function.
6
4
7
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
5
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
8
Reviewed-by: Richard Henderson <rth@twiddle.net>
6
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
9
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
7
Message-id: 20201210201433.26262-5-peter.maydell@linaro.org
10
Message-id: 1491844419-12485-7-git-send-email-peter.maydell@linaro.org
11
---
8
---
12
target/arm/translate.c | 20 +++++++++++++++-----
9
target/arm/cpu_tcg.c | 42 ++++++++++++++++++++++++++++++++++++++++++
13
1 file changed, 15 insertions(+), 5 deletions(-)
10
1 file changed, 42 insertions(+)
14
11
15
diff --git a/target/arm/translate.c b/target/arm/translate.c
12
diff --git a/target/arm/cpu_tcg.c b/target/arm/cpu_tcg.c
16
index XXXXXXX..XXXXXXX 100644
13
index XXXXXXX..XXXXXXX 100644
17
--- a/target/arm/translate.c
14
--- a/target/arm/cpu_tcg.c
18
+++ b/target/arm/translate.c
15
+++ b/target/arm/cpu_tcg.c
19
@@ -XXX,XX +XXX,XX @@ static void gen_singlestep_exception(DisasContext *s)
16
@@ -XXX,XX +XXX,XX @@ static void cortex_m33_initfn(Object *obj)
20
}
17
cpu->ctr = 0x8000c000;
21
}
18
}
22
19
23
+static inline bool is_singlestepping(DisasContext *s)
20
+static void cortex_m55_initfn(Object *obj)
24
+{
21
+{
25
+ /* Return true if we are singlestepping either because of
22
+ ARMCPU *cpu = ARM_CPU(obj);
26
+ * architectural singlestep or QEMU gdbstub singlestep. This does
23
+
27
+ * not include the command line '-singlestep' mode which is rather
24
+ set_feature(&cpu->env, ARM_FEATURE_V8);
28
+ * misnamed as it only means "one instruction per TB" and doesn't
25
+ set_feature(&cpu->env, ARM_FEATURE_V8_1M);
29
+ * affect the code we generate.
26
+ set_feature(&cpu->env, ARM_FEATURE_M);
27
+ set_feature(&cpu->env, ARM_FEATURE_M_MAIN);
28
+ set_feature(&cpu->env, ARM_FEATURE_M_SECURITY);
29
+ set_feature(&cpu->env, ARM_FEATURE_THUMB_DSP);
30
+ cpu->midr = 0x410fd221; /* r0p1 */
31
+ cpu->revidr = 0;
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
30
+ */
37
+ */
31
+ return s->singlestep_enabled || s->ss_active;
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;
32
+}
58
+}
33
+
59
+
34
static void gen_smul_dual(TCGv_i32 a, TCGv_i32 b)
60
static const ARMCPRegInfo cortexr5_cp_reginfo[] = {
35
{
61
/* Dummy the TCM region regs for the moment */
36
TCGv_i32 tmp1 = tcg_temp_new_i32();
62
{ .name = "ATCM", .cp = 15, .opc1 = 0, .crn = 9, .crm = 1, .opc2 = 0,
37
@@ -XXX,XX +XXX,XX @@ static inline void gen_goto_tb(DisasContext *s, int n, target_ulong dest)
63
@@ -XXX,XX +XXX,XX @@ static const ARMCPUInfo arm_tcg_cpus[] = {
38
64
.class_init = arm_v7m_class_init },
39
static inline void gen_jmp (DisasContext *s, uint32_t dest)
65
{ .name = "cortex-m33", .initfn = cortex_m33_initfn,
40
{
66
.class_init = arm_v7m_class_init },
41
- if (unlikely(s->singlestep_enabled || s->ss_active)) {
67
+ { .name = "cortex-m55", .initfn = cortex_m55_initfn,
42
+ if (unlikely(is_singlestepping(s))) {
68
+ .class_init = arm_v7m_class_init },
43
/* An indirect jump so that we still trigger the debug exception. */
69
{ .name = "cortex-r5", .initfn = cortex_r5_initfn },
44
if (s->thumb)
70
{ .name = "cortex-r5f", .initfn = cortex_r5f_initfn },
45
dest |= 1;
71
{ .name = "ti925t", .initfn = ti925t_initfn },
46
@@ -XXX,XX +XXX,XX @@ void gen_intermediate_code(CPUARMState *env, TranslationBlock *tb)
47
((dc->pc >= next_page_start - 3) && insn_crosses_page(env, dc));
48
49
} while (!dc->is_jmp && !tcg_op_buf_full() &&
50
- !cs->singlestep_enabled &&
51
+ !is_singlestepping(dc) &&
52
!singlestep &&
53
- !dc->ss_active &&
54
!end_of_page &&
55
num_insns < max_insns);
56
57
@@ -XXX,XX +XXX,XX @@ void gen_intermediate_code(CPUARMState *env, TranslationBlock *tb)
58
instruction was a conditional branch or trap, and the PC has
59
already been written. */
60
gen_set_condexec(dc);
61
- if (unlikely(cs->singlestep_enabled || dc->ss_active)) {
62
+ if (unlikely(is_singlestepping(dc))) {
63
/* Unconditional and "condition passed" instruction codepath. */
64
switch (dc->is_jmp) {
65
case DISAS_SWI:
66
@@ -XXX,XX +XXX,XX @@ void gen_intermediate_code(CPUARMState *env, TranslationBlock *tb)
67
/* "Condition failed" instruction codepath for the branch/trap insn */
68
gen_set_label(dc->condlabel);
69
gen_set_condexec(dc);
70
- if (unlikely(cs->singlestep_enabled || dc->ss_active)) {
71
+ if (unlikely(is_singlestepping(dc))) {
72
gen_set_pc_im(dc, dc->pc);
73
gen_singlestep_exception(dc);
74
} else {
75
--
72
--
76
2.7.4
73
2.20.1
77
74
78
75
diff view generated by jsdifflib
1
Current recommended style is to log a guest error on bad register
1
Support for running KVM on 32-bit Arm hosts was removed in commit
2
accesses, not kill the whole system with hw_error(). Change the
2
82bf7ae84ce739e. You can still run a 32-bit guest on a 64-bit Arm
3
hw_error() calls to log as LOG_GUEST_ERROR or LOG_UNIMP or use
3
host CPU, but because Arm KVM requires the host and guest CPU types
4
g_assert_not_reached() as appropriate.
4
to match, it is not possible to run a guest that requires a Cortex-A9
5
or Cortex-A15 CPU there. That means that the code in the
6
highbank/midway board models to support KVM is no longer used, and we
7
can delete it.
5
8
6
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
9
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
10
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
7
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
11
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
8
Message-id: 1491486314-25823-1-git-send-email-peter.maydell@linaro.org
12
Message-id: 20201215144215.28482-1-peter.maydell@linaro.org
9
---
13
---
10
hw/arm/stellaris.c | 60 +++++++++++++++++++++++++++++++++---------------------
14
hw/arm/highbank.c | 14 ++++----------
11
1 file changed, 37 insertions(+), 23 deletions(-)
15
1 file changed, 4 insertions(+), 10 deletions(-)
12
16
13
diff --git a/hw/arm/stellaris.c b/hw/arm/stellaris.c
17
diff --git a/hw/arm/highbank.c b/hw/arm/highbank.c
14
index XXXXXXX..XXXXXXX 100644
18
index XXXXXXX..XXXXXXX 100644
15
--- a/hw/arm/stellaris.c
19
--- a/hw/arm/highbank.c
16
+++ b/hw/arm/stellaris.c
20
+++ b/hw/arm/highbank.c
17
@@ -XXX,XX +XXX,XX @@ static void gptm_reload(gptm_state *s, int n, int reset)
21
@@ -XXX,XX +XXX,XX @@
18
} else if (s->mode[n] == 0xa) {
22
#include "hw/arm/boot.h"
19
/* PWM mode. Not implemented. */
23
#include "hw/loader.h"
20
} else {
24
#include "net/net.h"
21
- hw_error("TODO: 16-bit timer mode 0x%x\n", s->mode[n]);
25
-#include "sysemu/kvm.h"
22
+ qemu_log_mask(LOG_UNIMP,
26
#include "sysemu/runstate.h"
23
+ "GPTM: 16-bit timer mode unimplemented: 0x%x\n",
27
#include "sysemu/sysemu.h"
24
+ s->mode[n]);
28
#include "hw/boards.h"
25
+ return;
29
@@ -XXX,XX +XXX,XX @@
26
}
30
#include "hw/cpu/a15mpcore.h"
27
s->tick[n] = tick;
31
#include "qemu/log.h"
28
timer_mod(s->timer[n], tick);
32
#include "qom/object.h"
29
@@ -XXX,XX +XXX,XX @@ static void gptm_tick(void *opaque)
33
+#include "cpu.h"
30
} else if (s->mode[n] == 0xa) {
34
31
/* PWM mode. Not implemented. */
35
#define SMP_BOOT_ADDR 0x100
32
} else {
36
#define SMP_BOOT_REG 0x40
33
- hw_error("TODO: 16-bit timer mode 0x%x\n", s->mode[n]);
37
@@ -XXX,XX +XXX,XX @@ static void calxeda_init(MachineState *machine, enum cxmachines machine_id)
34
+ qemu_log_mask(LOG_UNIMP,
38
highbank_binfo.loader_start = 0;
35
+ "GPTM: 16-bit timer mode unimplemented: 0x%x\n",
39
highbank_binfo.write_secondary_boot = hb_write_secondary;
36
+ s->mode[n]);
40
highbank_binfo.secondary_cpu_reset_hook = hb_reset_secondary;
37
}
41
- if (!kvm_enabled()) {
38
gptm_update_irq(s);
42
- highbank_binfo.board_setup_addr = BOARD_SETUP_ADDR;
39
}
43
- highbank_binfo.write_board_setup = hb_write_board_setup;
40
@@ -XXX,XX +XXX,XX @@ static void gptm_write(void *opaque, hwaddr offset,
44
- highbank_binfo.secure_board_setup = true;
41
s->match_prescale[0] = value;
45
- } else {
42
break;
46
- warn_report("cannot load built-in Monitor support "
43
default:
47
- "if KVM is enabled. Some guests (such as Linux) "
44
- hw_error("gptm_write: Bad offset 0x%x\n", (int)offset);
48
- "may not boot.");
45
+ qemu_log_mask(LOG_GUEST_ERROR,
49
- }
46
+ "GPTM: read at bad offset 0x%x\n", (int)offset);
50
+ highbank_binfo.board_setup_addr = BOARD_SETUP_ADDR;
47
}
51
+ highbank_binfo.write_board_setup = hb_write_board_setup;
48
gptm_update_irq(s);
52
+ highbank_binfo.secure_board_setup = true;
49
}
53
50
@@ -XXX,XX +XXX,XX @@ static int ssys_board_class(const ssys_state *s)
54
arm_load_kernel(ARM_CPU(first_cpu), machine, &highbank_binfo);
51
}
52
/* for unknown classes, fall through */
53
default:
54
- hw_error("ssys_board_class: Unknown class 0x%08x\n", did0);
55
+ /* This can only happen if the hardwired constant did0 value
56
+ * in this board's stellaris_board_info struct is wrong.
57
+ */
58
+ g_assert_not_reached();
59
}
60
}
61
62
@@ -XXX,XX +XXX,XX @@ static uint64_t ssys_read(void *opaque, hwaddr offset,
63
case DID0_CLASS_SANDSTORM:
64
return pllcfg_sandstorm[xtal];
65
default:
66
- hw_error("ssys_read: Unhandled class for PLLCFG read.\n");
67
- return 0;
68
+ g_assert_not_reached();
69
}
70
}
71
case 0x070: /* RCC2 */
72
@@ -XXX,XX +XXX,XX @@ static uint64_t ssys_read(void *opaque, hwaddr offset,
73
case 0x1e4: /* USER1 */
74
return s->user1;
75
default:
76
- hw_error("ssys_read: Bad offset 0x%x\n", (int)offset);
77
+ qemu_log_mask(LOG_GUEST_ERROR,
78
+ "SSYS: read at bad offset 0x%x\n", (int)offset);
79
return 0;
80
}
81
}
82
@@ -XXX,XX +XXX,XX @@ static void ssys_write(void *opaque, hwaddr offset,
83
s->ldoarst = value;
84
break;
85
default:
86
- hw_error("ssys_write: Bad offset 0x%x\n", (int)offset);
87
+ qemu_log_mask(LOG_GUEST_ERROR,
88
+ "SSYS: write at bad offset 0x%x\n", (int)offset);
89
}
90
ssys_update(s);
91
}
92
@@ -XXX,XX +XXX,XX @@ static uint64_t stellaris_i2c_read(void *opaque, hwaddr offset,
93
case 0x20: /* MCR */
94
return s->mcr;
95
default:
96
- hw_error("strllaris_i2c_read: Bad offset 0x%x\n", (int)offset);
97
+ qemu_log_mask(LOG_GUEST_ERROR,
98
+ "stellaris_i2c: read at bad offset 0x%x\n", (int)offset);
99
return 0;
100
}
101
}
102
@@ -XXX,XX +XXX,XX @@ static void stellaris_i2c_write(void *opaque, hwaddr offset,
103
s->mris &= ~value;
104
break;
105
case 0x20: /* MCR */
106
- if (value & 1)
107
- hw_error(
108
- "stellaris_i2c_write: Loopback not implemented\n");
109
- if (value & 0x20)
110
- hw_error(
111
- "stellaris_i2c_write: Slave mode not implemented\n");
112
+ if (value & 1) {
113
+ qemu_log_mask(LOG_UNIMP, "stellaris_i2c: Loopback not implemented");
114
+ }
115
+ if (value & 0x20) {
116
+ qemu_log_mask(LOG_UNIMP,
117
+ "stellaris_i2c: Slave mode not implemented");
118
+ }
119
s->mcr = value & 0x31;
120
break;
121
default:
122
- hw_error("stellaris_i2c_write: Bad offset 0x%x\n",
123
- (int)offset);
124
+ qemu_log_mask(LOG_GUEST_ERROR,
125
+ "stellaris_i2c: write at bad offset 0x%x\n", (int)offset);
126
}
127
stellaris_i2c_update(s);
128
}
129
@@ -XXX,XX +XXX,XX @@ static uint64_t stellaris_adc_read(void *opaque, hwaddr offset,
130
case 0x30: /* SAC */
131
return s->sac;
132
default:
133
- hw_error("strllaris_adc_read: Bad offset 0x%x\n",
134
- (int)offset);
135
+ qemu_log_mask(LOG_GUEST_ERROR,
136
+ "stellaris_adc: read at bad offset 0x%x\n", (int)offset);
137
return 0;
138
}
139
}
140
@@ -XXX,XX +XXX,XX @@ static void stellaris_adc_write(void *opaque, hwaddr offset,
141
return;
142
case 0x04: /* SSCTL */
143
if (value != 6) {
144
- hw_error("ADC: Unimplemented sequence %" PRIx64 "\n",
145
- value);
146
+ qemu_log_mask(LOG_UNIMP,
147
+ "ADC: Unimplemented sequence %" PRIx64 "\n",
148
+ value);
149
}
150
s->ssctl[n] = value;
151
return;
152
@@ -XXX,XX +XXX,XX @@ static void stellaris_adc_write(void *opaque, hwaddr offset,
153
s->sspri = value;
154
break;
155
case 0x28: /* PSSI */
156
- hw_error("Not implemented: ADC sample initiate\n");
157
+ qemu_log_mask(LOG_UNIMP, "ADC: sample initiate unimplemented");
158
break;
159
case 0x30: /* SAC */
160
s->sac = value;
161
break;
162
default:
163
- hw_error("stellaris_adc_write: Bad offset 0x%x\n", (int)offset);
164
+ qemu_log_mask(LOG_GUEST_ERROR,
165
+ "stellaris_adc: write at bad offset 0x%x\n", (int)offset);
166
}
167
stellaris_adc_update(s);
168
}
55
}
169
--
56
--
170
2.7.4
57
2.20.1
171
58
172
59
diff view generated by jsdifflib
1
Move the utility routines gen_set_condexec() and gen_set_pc_im()
1
Currently timer_free() is a simple wrapper for g_free(). This means
2
up in the file, as we will want to use them from a function
2
that the timer being freed must not be currently active, as otherwise
3
placed earlier in the file than their current location.
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
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().
4
14
5
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
15
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
6
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
16
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
7
Reviewed-by: Richard Henderson <rth@twiddle.net>
17
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
8
Message-id: 1491844419-12485-5-git-send-email-peter.maydell@linaro.org
18
Message-id: 20201215154107.3255-2-peter.maydell@linaro.org
9
---
19
---
10
target/arm/translate.c | 31 +++++++++++++++----------------
20
include/qemu/timer.h | 24 +++++++++++++-----------
11
1 file changed, 15 insertions(+), 16 deletions(-)
21
1 file changed, 13 insertions(+), 11 deletions(-)
12
22
13
diff --git a/target/arm/translate.c b/target/arm/translate.c
23
diff --git a/include/qemu/timer.h b/include/qemu/timer.h
14
index XXXXXXX..XXXXXXX 100644
24
index XXXXXXX..XXXXXXX 100644
15
--- a/target/arm/translate.c
25
--- a/include/qemu/timer.h
16
+++ b/target/arm/translate.c
26
+++ b/include/qemu/timer.h
17
@@ -XXX,XX +XXX,XX @@ static const uint8_t table_logic_cc[16] = {
27
@@ -XXX,XX +XXX,XX @@ static inline QEMUTimer *timer_new_ms(QEMUClockType type, QEMUTimerCB *cb,
18
1, /* mvn */
28
*/
19
};
29
void timer_deinit(QEMUTimer *ts);
20
30
21
+static inline void gen_set_condexec(DisasContext *s)
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)
22
+{
57
+{
23
+ if (s->condexec_mask) {
58
+ timer_del(ts);
24
+ uint32_t val = (s->condexec_cond << 4) | (s->condexec_mask >> 1);
59
+ g_free(ts);
25
+ TCGv_i32 tmp = tcg_temp_new_i32();
26
+ tcg_gen_movi_i32(tmp, val);
27
+ store_cpu_field(tmp, condexec_bits);
28
+ }
29
+}
60
+}
30
+
61
+
31
+static inline void gen_set_pc_im(DisasContext *s, target_ulong val)
62
/**
32
+{
63
* timer_mod_ns:
33
+ tcg_gen_movi_i32(cpu_R[15], val);
64
* @ts: the timer
34
+}
35
+
36
/* Set PC and Thumb state from an immediate address. */
37
static inline void gen_bx_im(DisasContext *s, uint32_t addr)
38
{
39
@@ -XXX,XX +XXX,XX @@ DO_GEN_ST(8, MO_UB)
40
DO_GEN_ST(16, MO_UW)
41
DO_GEN_ST(32, MO_UL)
42
43
-static inline void gen_set_pc_im(DisasContext *s, target_ulong val)
44
-{
45
- tcg_gen_movi_i32(cpu_R[15], val);
46
-}
47
-
48
static inline void gen_hvc(DisasContext *s, int imm16)
49
{
50
/* The pre HVC helper handles cases when HVC gets trapped
51
@@ -XXX,XX +XXX,XX @@ static inline void gen_smc(DisasContext *s)
52
s->is_jmp = DISAS_SMC;
53
}
54
55
-static inline void
56
-gen_set_condexec (DisasContext *s)
57
-{
58
- if (s->condexec_mask) {
59
- uint32_t val = (s->condexec_cond << 4) | (s->condexec_mask >> 1);
60
- TCGv_i32 tmp = tcg_temp_new_i32();
61
- tcg_gen_movi_i32(tmp, val);
62
- store_cpu_field(tmp, condexec_bits);
63
- }
64
-}
65
-
66
static void gen_exception_internal_insn(DisasContext *s, int offset, int excp)
67
{
68
gen_set_condexec(s);
69
--
65
--
70
2.7.4
66
2.20.1
71
67
72
68
diff view generated by jsdifflib
1
In tlb_fill() we construct a syndrome register value from a
1
Now that timer_free() implicitly calls timer_del(), sequences
2
fault status register value which is filled in by arm_tlb_fill().
2
timer_del(mytimer);
3
arm_tlb_fill() returns FSR values which might be in the format
3
timer_free(mytimer);
4
used with short-format page descriptors, or the format used
5
with long-format (LPAE) descriptors. The syndrome register
6
always uses LPAE-format FSR status codes.
7
4
8
It isn't actually possible to end up delivering a syndrome
5
can be simplified to just
9
register value to the guest for a fault which is reported
6
timer_free(mytimer);
10
with a short-format FSR (that kind of stage 1 fault will only
7
11
happen for an AArch32 translation regime which doesn't have
8
Add a Coccinelle script to do this transformation.
12
a syndrome register, and can never be redirected to an AArch64
13
or Hyp exception level). Add an assertion which checks this,
14
and adjust the code so that we construct a syndrome with
15
an invalid status code, rather than allowing set bits in
16
the FSR input to randomly corrupt other fields in the syndrome.
17
9
18
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
10
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
19
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
11
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
20
Message-id: 1491486152-24304-1-git-send-email-peter.maydell@linaro.org
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
21
---
15
---
22
target/arm/op_helper.c | 23 ++++++++++++++++++-----
16
scripts/coccinelle/timer-del-timer-free.cocci | 18 ++++++++++++++++++
23
1 file changed, 18 insertions(+), 5 deletions(-)
17
1 file changed, 18 insertions(+)
18
create mode 100644 scripts/coccinelle/timer-del-timer-free.cocci
24
19
25
diff --git a/target/arm/op_helper.c b/target/arm/op_helper.c
20
diff --git a/scripts/coccinelle/timer-del-timer-free.cocci b/scripts/coccinelle/timer-del-timer-free.cocci
26
index XXXXXXX..XXXXXXX 100644
21
new file mode 100644
27
--- a/target/arm/op_helper.c
22
index XXXXXXX..XXXXXXX
28
+++ b/target/arm/op_helper.c
23
--- /dev/null
29
@@ -XXX,XX +XXX,XX @@ void tlb_fill(CPUState *cs, target_ulong addr, MMUAccessType access_type,
24
+++ b/scripts/coccinelle/timer-del-timer-free.cocci
30
if (unlikely(ret)) {
25
@@ -XXX,XX +XXX,XX @@
31
ARMCPU *cpu = ARM_CPU(cs);
26
+// Remove superfluous timer_del() calls
32
CPUARMState *env = &cpu->env;
27
+//
33
- uint32_t syn, exc;
28
+// Copyright Linaro Limited 2020
34
+ uint32_t syn, exc, fsc;
29
+// This work is licensed under the terms of the GNU GPLv2 or later.
35
unsigned int target_el;
30
+//
36
bool same_el;
31
+// spatch --macro-file scripts/cocci-macro-file.h \
37
32
+// --sp-file scripts/coccinelle/timer-del-timer-free.cocci \
38
@@ -XXX,XX +XXX,XX @@ void tlb_fill(CPUState *cs, target_ulong addr, MMUAccessType access_type,
33
+// --in-place --dir .
39
env->cp15.hpfar_el2 = extract64(fi.s2addr, 12, 47) << 4;
34
+//
40
}
35
+// The timer_free() function now implicitly calls timer_del()
41
same_el = arm_current_el(env) == target_el;
36
+// for you, so calls to timer_del() immediately before the
42
- /* AArch64 syndrome does not have an LPAE bit */
37
+// timer_free() of the same timer can be deleted.
43
- syn = fsr & ~(1 << 9);
44
+
38
+
45
+ if (fsr & (1 << 9)) {
39
+@@
46
+ /* LPAE format fault status register : bottom 6 bits are
40
+expression T;
47
+ * status code in the same form as needed for syndrome
41
+@@
48
+ */
42
+-timer_del(T);
49
+ fsc = extract32(fsr, 0, 6);
43
+ timer_free(T);
50
+ } else {
51
+ /* Short format FSR : this fault will never actually be reported
52
+ * to an EL that uses a syndrome register. Check that here,
53
+ * and use a (currently) reserved FSR code in case the constructed
54
+ * syndrome does leak into the guest somehow.
55
+ */
56
+ assert(target_el != 2 && !arm_el_is_aa64(env, target_el));
57
+ fsc = 0x3f;
58
+ }
59
60
/* For insn and data aborts we assume there is no instruction syndrome
61
* information; this is always true for exceptions reported to EL1.
62
*/
63
if (access_type == MMU_INST_FETCH) {
64
- syn = syn_insn_abort(same_el, 0, fi.s1ptw, syn);
65
+ syn = syn_insn_abort(same_el, 0, fi.s1ptw, fsc);
66
exc = EXCP_PREFETCH_ABORT;
67
} else {
68
syn = merge_syn_data_abort(env->exception.syndrome, target_el,
69
same_el, fi.s1ptw,
70
- access_type == MMU_DATA_STORE, syn);
71
+ access_type == MMU_DATA_STORE, fsc);
72
if (access_type == MMU_DATA_STORE
73
&& arm_feature(env, ARM_FEATURE_V6)) {
74
fsr |= (1 << 11);
75
--
44
--
76
2.7.4
45
2.20.1
77
46
78
47
diff view generated by jsdifflib
1
From: Alistair Francis <alistair.francis@xilinx.com>
1
This commit is the result of running the timer-del-timer-free.cocci
2
script on the whole source tree.
2
3
3
This patch fixes two mistakes in the interrupt logic.
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>
9
Message-id: 20201215154107.3255-4-peter.maydell@linaro.org
10
---
11
block/iscsi.c | 2 --
12
block/nbd.c | 1 -
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(-)
4
54
5
First we only trigger single-queue or multi-queue interrupts if the status
55
diff --git a/block/iscsi.c b/block/iscsi.c
6
register is set. This logic was already used for non multi-queue interrupts
56
index XXXXXXX..XXXXXXX 100644
7
but it also applies to multi-queue interrupts.
57
--- a/block/iscsi.c
8
58
+++ b/block/iscsi.c
9
Secondly we need to lower the interrupts if the ISR isn't set. As part
59
@@ -XXX,XX +XXX,XX @@ static void iscsi_detach_aio_context(BlockDriverState *bs)
10
of this we can remove the other interrupt lowering logic and consolidate
60
iscsilun->events = 0;
11
it inside gem_update_int_status().
61
12
62
if (iscsilun->nop_timer) {
13
Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
63
- timer_del(iscsilun->nop_timer);
14
Message-id: 438bcc014f8f8a2f8f68f322cb6a53f4c04688c2.1491947224.git.alistair.francis@xilinx.com
64
timer_free(iscsilun->nop_timer);
15
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
65
iscsilun->nop_timer = NULL;
16
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
66
}
17
---
67
if (iscsilun->event_timer) {
18
hw/net/cadence_gem.c | 18 +++++++++++++-----
68
- timer_del(iscsilun->event_timer);
19
1 file changed, 13 insertions(+), 5 deletions(-)
69
timer_free(iscsilun->event_timer);
20
70
iscsilun->event_timer = NULL;
21
diff --git a/hw/net/cadence_gem.c b/hw/net/cadence_gem.c
71
}
22
index XXXXXXX..XXXXXXX 100644
72
diff --git a/block/nbd.c b/block/nbd.c
23
--- a/hw/net/cadence_gem.c
73
index XXXXXXX..XXXXXXX 100644
24
+++ b/hw/net/cadence_gem.c
74
--- a/block/nbd.c
25
@@ -XXX,XX +XXX,XX @@ static void gem_update_int_status(CadenceGEMState *s)
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
{
79
if (s->reconnect_delay_timer) {
80
- timer_del(s->reconnect_delay_timer);
81
timer_free(s->reconnect_delay_timer);
82
s->reconnect_delay_timer = NULL;
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)
26
{
232
{
27
int i;
233
int i;
28
234
29
- if ((s->num_priority_queues == 1) && s->regs[GEM_ISR]) {
235
- timer_del(core->radv.timer);
30
+ if (!s->regs[GEM_ISR]) {
236
timer_free(core->radv.timer);
31
+ /* ISR isn't set, clear all the interrupts */
237
- timer_del(core->rdtr.timer);
32
+ for (i = 0; i < s->num_priority_queues; ++i) {
238
timer_free(core->rdtr.timer);
33
+ qemu_set_irq(s->irq[i], 0);
239
- timer_del(core->raid.timer);
34
+ }
240
timer_free(core->raid.timer);
35
+ return;
241
36
+ }
242
- timer_del(core->tadv.timer);
37
+
243
timer_free(core->tadv.timer);
38
+ /* If we get here we know s->regs[GEM_ISR] is set, so we don't need to
244
- timer_del(core->tidv.timer);
39
+ * check it again.
245
timer_free(core->tidv.timer);
40
+ */
246
41
+ if (s->num_priority_queues == 1) {
247
- timer_del(core->itr.timer);
42
/* No priority queues, just trigger the interrupt */
248
timer_free(core->itr.timer);
43
DB_PRINT("asserting int.\n");
249
44
qemu_set_irq(s->irq[0], 1);
250
for (i = 0; i < E1000E_MSIX_VEC_NUM; i++) {
45
@@ -XXX,XX +XXX,XX @@ static uint64_t gem_read(void *opaque, hwaddr offset, unsigned size)
251
- timer_del(core->eitr[i].timer);
46
{
252
timer_free(core->eitr[i].timer);
47
CadenceGEMState *s;
253
}
48
uint32_t retval;
254
}
49
- int i;
255
@@ -XXX,XX +XXX,XX @@ e1000e_core_pci_uninit(E1000ECore *core)
50
s = (CadenceGEMState *)opaque;
256
{
51
257
int i;
52
offset >>= 2;
258
53
@@ -XXX,XX +XXX,XX @@ static uint64_t gem_read(void *opaque, hwaddr offset, unsigned size)
259
- timer_del(core->autoneg_timer);
54
switch (offset) {
260
timer_free(core->autoneg_timer);
55
case GEM_ISR:
261
56
DB_PRINT("lowering irqs on ISR read\n");
262
e1000e_intrmgr_pci_unint(core);
57
- for (i = 0; i < s->num_priority_queues; ++i) {
263
diff --git a/hw/net/pcnet-pci.c b/hw/net/pcnet-pci.c
58
- qemu_set_irq(s->irq[i], 0);
264
index XXXXXXX..XXXXXXX 100644
59
- }
265
--- a/hw/net/pcnet-pci.c
60
+ /* The interrupts get updated at the end of the function. */
266
+++ b/hw/net/pcnet-pci.c
61
break;
267
@@ -XXX,XX +XXX,XX @@ static void pci_pcnet_uninit(PCIDevice *dev)
62
case GEM_PHYMNTNC:
268
PCIPCNetState *d = PCI_PCNET(dev);
63
if (retval & GEM_PHYMNTNC_OP_R) {
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;
447
}
448
449
- timer_del(vvc->post_load_timer);
450
timer_free(vvc->post_load_timer);
451
vvc->post_load_timer = NULL;
452
}
453
diff --git a/hw/virtio/virtio-balloon.c b/hw/virtio/virtio-balloon.c
454
index XXXXXXX..XXXXXXX 100644
455
--- a/hw/virtio/virtio-balloon.c
456
+++ b/hw/virtio/virtio-balloon.c
457
@@ -XXX,XX +XXX,XX @@ static bool balloon_stats_enabled(const VirtIOBalloon *s)
458
static void balloon_stats_destroy_timer(VirtIOBalloon *s)
459
{
460
if (balloon_stats_enabled(s)) {
461
- timer_del(s->stats_timer);
462
timer_free(s->stats_timer);
463
s->stats_timer = NULL;
464
s->stats_poll_interval = 0;
465
diff --git a/hw/virtio/virtio-rng.c b/hw/virtio/virtio-rng.c
466
index XXXXXXX..XXXXXXX 100644
467
--- a/hw/virtio/virtio-rng.c
468
+++ b/hw/virtio/virtio-rng.c
469
@@ -XXX,XX +XXX,XX @@ static void virtio_rng_device_unrealize(DeviceState *dev)
470
VirtIORNG *vrng = VIRTIO_RNG(dev);
471
472
qemu_del_vm_change_state_handler(vrng->vmstate);
473
- timer_del(vrng->rate_limit_timer);
474
timer_free(vrng->rate_limit_timer);
475
virtio_del_queue(vdev, 0);
476
virtio_cleanup(vdev);
477
diff --git a/hw/watchdog/wdt_diag288.c b/hw/watchdog/wdt_diag288.c
478
index XXXXXXX..XXXXXXX 100644
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
}
488
489
diff --git a/hw/watchdog/wdt_i6300esb.c b/hw/watchdog/wdt_i6300esb.c
490
index XXXXXXX..XXXXXXX 100644
491
--- a/hw/watchdog/wdt_i6300esb.c
492
+++ b/hw/watchdog/wdt_i6300esb.c
493
@@ -XXX,XX +XXX,XX @@ static void i6300esb_exit(PCIDevice *dev)
494
{
495
I6300State *d = WATCHDOG_I6300ESB_DEVICE(dev);
496
497
- timer_del(d->timer);
498
timer_free(d->timer);
499
}
500
501
diff --git a/migration/colo.c b/migration/colo.c
502
index XXXXXXX..XXXXXXX 100644
503
--- a/migration/colo.c
504
+++ b/migration/colo.c
505
@@ -XXX,XX +XXX,XX @@ out:
506
* error.
507
*/
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
}
560
561
diff --git a/replay/replay-debugging.c b/replay/replay-debugging.c
562
index XXXXXXX..XXXXXXX 100644
563
--- a/replay/replay-debugging.c
564
+++ b/replay/replay-debugging.c
565
@@ -XXX,XX +XXX,XX @@ static void replay_delete_break(void)
566
assert(replay_mutex_locked());
567
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
}
611
diff --git a/util/throttle.c b/util/throttle.c
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
}
64
--
623
--
65
2.7.4
624
2.20.1
66
625
67
626
diff view generated by jsdifflib
1
Now that we've rewritten M-profile exception return so that the magic
1
The Arm CPU finalize function uses a sequence of timer_del(), timer_deinit(),
2
PC values are not visible to other parts of QEMU, we can delete the
2
timer_free() to free the timer. The timer_deinit() step in this was always
3
special casing of them elsewhere.
3
unnecessary, and now the timer_del() is implied by timer_free(), so we can
4
collapse this down to simply calling timer_free().
4
5
5
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
6
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
6
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
7
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
7
Reviewed-by: Richard Henderson <rth@twiddle.net>
8
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
8
Message-id: 1491844419-12485-10-git-send-email-peter.maydell@linaro.org
9
Message-id: 20201215154107.3255-5-peter.maydell@linaro.org
9
---
10
---
10
target/arm/cpu.c | 43 ++-----------------------------------------
11
target/arm/cpu.c | 2 --
11
target/arm/translate.c | 8 --------
12
1 file changed, 2 deletions(-)
12
2 files changed, 2 insertions(+), 49 deletions(-)
13
13
14
diff --git a/target/arm/cpu.c b/target/arm/cpu.c
14
diff --git a/target/arm/cpu.c b/target/arm/cpu.c
15
index XXXXXXX..XXXXXXX 100644
15
index XXXXXXX..XXXXXXX 100644
16
--- a/target/arm/cpu.c
16
--- a/target/arm/cpu.c
17
+++ b/target/arm/cpu.c
17
+++ b/target/arm/cpu.c
18
@@ -XXX,XX +XXX,XX @@ bool arm_cpu_exec_interrupt(CPUState *cs, int interrupt_request)
18
@@ -XXX,XX +XXX,XX @@ static void arm_cpu_finalizefn(Object *obj)
19
}
19
}
20
20
#ifndef CONFIG_USER_ONLY
21
#if !defined(CONFIG_USER_ONLY) || !defined(TARGET_AARCH64)
21
if (cpu->pmu_timer) {
22
-static void arm_v7m_unassigned_access(CPUState *cpu, hwaddr addr,
22
- timer_del(cpu->pmu_timer);
23
- bool is_write, bool is_exec, int opaque,
23
- timer_deinit(cpu->pmu_timer);
24
- unsigned size)
24
timer_free(cpu->pmu_timer);
25
-{
25
}
26
- ARMCPU *arm = ARM_CPU(cpu);
27
- CPUARMState *env = &arm->env;
28
-
29
- /* ARMv7-M interrupt return works by loading a magic value into the PC.
30
- * On real hardware the load causes the return to occur. The qemu
31
- * implementation performs the jump normally, then does the exception
32
- * return by throwing a special exception when when the CPU tries to
33
- * execute code at the magic address.
34
- */
35
- if (env->v7m.exception != 0 && addr >= 0xfffffff0 && is_exec) {
36
- cpu->exception_index = EXCP_EXCEPTION_EXIT;
37
- cpu_loop_exit(cpu);
38
- }
39
-
40
- /* In real hardware an attempt to access parts of the address space
41
- * with nothing there will usually cause an external abort.
42
- * However our QEMU board models are often missing device models where
43
- * the guest can boot anyway with the default read-as-zero/writes-ignored
44
- * behaviour that you get without a QEMU unassigned_access hook.
45
- * So just return here to retain that default behaviour.
46
- */
47
-}
48
-
49
static bool arm_v7m_cpu_exec_interrupt(CPUState *cs, int interrupt_request)
50
{
51
CPUClass *cc = CPU_GET_CLASS(cs);
52
@@ -XXX,XX +XXX,XX @@ static bool arm_v7m_cpu_exec_interrupt(CPUState *cs, int interrupt_request)
53
CPUARMState *env = &cpu->env;
54
bool ret = false;
55
56
- /* ARMv7-M interrupt return works by loading a magic value
57
- * into the PC. On real hardware the load causes the
58
- * return to occur. The qemu implementation performs the
59
- * jump normally, then does the exception return when the
60
- * CPU tries to execute code at the magic address.
61
- * This will cause the magic PC value to be pushed to
62
- * the stack if an interrupt occurred at the wrong time.
63
- * We avoid this by disabling interrupts when
64
- * pc contains a magic address.
65
- *
66
- * ARMv7-M interrupt masking works differently than -A or -R.
67
+ /* ARMv7-M interrupt masking works differently than -A or -R.
68
* There is no FIQ/IRQ distinction. Instead of I and F bits
69
* masking FIQ and IRQ interrupts, an exception is taken only
70
* if it is higher priority than the current execution priority
71
@@ -XXX,XX +XXX,XX @@ static bool arm_v7m_cpu_exec_interrupt(CPUState *cs, int interrupt_request)
72
* currently active exception).
73
*/
74
if (interrupt_request & CPU_INTERRUPT_HARD
75
- && (armv7m_nvic_can_take_pending_exception(env->nvic))
76
- && (env->regs[15] < 0xfffffff0)) {
77
+ && (armv7m_nvic_can_take_pending_exception(env->nvic))) {
78
cs->exception_index = EXCP_IRQ;
79
cc->do_interrupt(cs);
80
ret = true;
81
@@ -XXX,XX +XXX,XX @@ static void arm_v7m_class_init(ObjectClass *oc, void *data)
82
cc->do_interrupt = arm_v7m_cpu_do_interrupt;
83
#endif
26
#endif
84
85
- cc->do_unassigned_access = arm_v7m_unassigned_access;
86
cc->cpu_exec_interrupt = arm_v7m_cpu_exec_interrupt;
87
}
88
89
diff --git a/target/arm/translate.c b/target/arm/translate.c
90
index XXXXXXX..XXXXXXX 100644
91
--- a/target/arm/translate.c
92
+++ b/target/arm/translate.c
93
@@ -XXX,XX +XXX,XX @@ void gen_intermediate_code(CPUARMState *env, TranslationBlock *tb)
94
dc->is_jmp = DISAS_EXC;
95
break;
96
}
97
-#else
98
- if (arm_dc_feature(dc, ARM_FEATURE_M)) {
99
- /* Branches to the magic exception-return addresses should
100
- * already have been caught via the arm_v7m_unassigned_access hook,
101
- * and never get here.
102
- */
103
- assert(dc->pc < 0xfffffff0);
104
- }
105
#endif
106
107
if (unlikely(!QTAILQ_EMPTY(&cs->breakpoints))) {
108
--
27
--
109
2.7.4
28
2.20.1
110
29
111
30
diff view generated by jsdifflib
1
From: Krzysztof Kozlowski <krzk@kernel.org>
1
From: Gan Qixin <ganqixin@huawei.com>
2
2
3
Short declaration of 'i' was in the middle of declarations with
3
When running device-introspect-test, a memory leak occurred in the
4
assignments. Make it a little bit more readable. Additionally switch
4
digic_timer_init function, so use ptimer_free() in the finalize function to
5
from "unsigned" to "unsigned int" as this pattern is more widely used.
5
avoid it.
6
No functional change.
7
6
8
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
7
ASAN shows memory leak stack:
9
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
8
10
Message-id: 20170313184750.429-4-krzk@kernel.org
9
Indirect leak of 288 byte(s) in 3 object(s) allocated from:
10
#0 0xffffab97e1f0 in __interceptor_calloc (/lib64/libasan.so.5+0xee1f0)
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>
11
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
26
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
12
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
27
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
13
---
28
---
14
hw/misc/exynos4210_pmu.c | 4 ++--
29
hw/timer/digic-timer.c | 8 ++++++++
15
1 file changed, 2 insertions(+), 2 deletions(-)
30
1 file changed, 8 insertions(+)
16
31
17
diff --git a/hw/misc/exynos4210_pmu.c b/hw/misc/exynos4210_pmu.c
32
diff --git a/hw/timer/digic-timer.c b/hw/timer/digic-timer.c
18
index XXXXXXX..XXXXXXX 100644
33
index XXXXXXX..XXXXXXX 100644
19
--- a/hw/misc/exynos4210_pmu.c
34
--- a/hw/timer/digic-timer.c
20
+++ b/hw/misc/exynos4210_pmu.c
35
+++ b/hw/timer/digic-timer.c
21
@@ -XXX,XX +XXX,XX @@ static uint64_t exynos4210_pmu_read(void *opaque, hwaddr offset,
36
@@ -XXX,XX +XXX,XX @@ static void digic_timer_init(Object *obj)
22
unsigned size)
37
sysbus_init_mmio(SYS_BUS_DEVICE(obj), &s->iomem);
38
}
39
40
+static void digic_timer_finalize(Object *obj)
41
+{
42
+ DigicTimerState *s = DIGIC_TIMER(obj);
43
+
44
+ ptimer_free(s->ptimer);
45
+}
46
+
47
static void digic_timer_class_init(ObjectClass *klass, void *class_data)
23
{
48
{
24
Exynos4210PmuState *s = (Exynos4210PmuState *)opaque;
49
DeviceClass *dc = DEVICE_CLASS(klass);
25
- unsigned i;
50
@@ -XXX,XX +XXX,XX @@ static const TypeInfo digic_timer_info = {
26
const Exynos4210PmuReg *reg_p = exynos4210_pmu_regs;
51
.parent = TYPE_SYS_BUS_DEVICE,
27
+ unsigned int i;
52
.instance_size = sizeof(DigicTimerState),
28
53
.instance_init = digic_timer_init,
29
for (i = 0; i < PMU_NUM_OF_REGISTERS; i++) {
54
+ .instance_finalize = digic_timer_finalize,
30
if (reg_p->offset == offset) {
55
.class_init = digic_timer_class_init,
31
@@ -XXX,XX +XXX,XX @@ static void exynos4210_pmu_write(void *opaque, hwaddr offset,
56
};
32
uint64_t val, unsigned size)
57
33
{
34
Exynos4210PmuState *s = (Exynos4210PmuState *)opaque;
35
- unsigned i;
36
const Exynos4210PmuReg *reg_p = exynos4210_pmu_regs;
37
+ unsigned int i;
38
39
for (i = 0; i < PMU_NUM_OF_REGISTERS; i++) {
40
if (reg_p->offset == offset) {
41
--
58
--
42
2.7.4
59
2.20.1
43
60
44
61
diff view generated by jsdifflib
1
From: Ard Biesheuvel <ard.biesheuvel@linaro.org>
1
From: Gan Qixin <ganqixin@huawei.com>
2
2
3
The arm64 boot protocol stipulates that the kernel must be loaded
3
When running device-introspect-test, a memory leak occurred in the a10_pit_init
4
TEXT_OFFSET bytes beyond a 2 MB aligned base address, where TEXT_OFFSET
4
function, so use ptimer_free() in the finalize function to avoid it.
5
could be any 4 KB multiple between 0 and 2 MB, and whose value can be
6
found in the header of the Image file.
7
5
8
So after attempts to load the arm64 kernel image as an ELF file or as a
6
ASAN shows memory leak stack:
9
U-Boot image have failed (both of which have their own way of specifying
10
the load offset), try to determine the TEXT_OFFSET from the image after
11
loading it but before mapping it as a ROM mapping into the guest address
12
space.
13
7
14
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
8
Indirect leak of 288 byte(s) in 6 object(s) allocated from:
9
#0 0xffffab97e1f0 in __interceptor_calloc (/lib64/libasan.so.5+0xee1f0)
10
#1 0xffffab256800 in g_malloc0 (/lib64/libglib-2.0.so.0+0x56800)
11
#2 0xaaabf555db84 in timer_new_full /qemu/include/qemu/timer.h:523
12
#3 0xaaabf555db84 in timer_new /qemu/include/qemu/timer.h:544
13
#4 0xaaabf555db84 in timer_new_ns /qemu/include/qemu/timer.h:562
14
#5 0xaaabf555db84 in ptimer_init /qemu/hw/core/ptimer.c:433
15
#6 0xaaabf57415e8 in a10_pit_init /qemu/hw/timer/allwinner-a10-pit.c:278
16
#7 0xaaabf6339f6c in object_initialize_with_type /qemu/qom/object.c:515
17
#8 0xaaabf633ca04 in object_initialize_child_with_propsv /qemu/qom/object.c:564
18
#9 0xaaabf633cc08 in object_initialize_child_with_props /qemu/qom/object.c:547
19
#10 0xaaabf5b94680 in aw_a10_init /qemu/hw/arm/allwinner-a10.c:49
20
#11 0xaaabf6339f6c in object_initialize_with_type /qemu/qom/object.c:515
21
#12 0xaaabf633a1e0 in object_new_with_type /qemu/qom/object.c:729
22
23
Reported-by: Euler Robot <euler.robot@huawei.com>
24
Signed-off-by: Gan Qixin <ganqixin@huawei.com>
15
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
25
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
16
Message-id: 1489414630-21609-1-git-send-email-ard.biesheuvel@linaro.org
17
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
26
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
18
---
27
---
19
hw/arm/boot.c | 64 +++++++++++++++++++++++++++++++++++++++++++++++++----------
28
hw/timer/allwinner-a10-pit.c | 11 +++++++++++
20
1 file changed, 53 insertions(+), 11 deletions(-)
29
1 file changed, 11 insertions(+)
21
30
22
diff --git a/hw/arm/boot.c b/hw/arm/boot.c
31
diff --git a/hw/timer/allwinner-a10-pit.c b/hw/timer/allwinner-a10-pit.c
23
index XXXXXXX..XXXXXXX 100644
32
index XXXXXXX..XXXXXXX 100644
24
--- a/hw/arm/boot.c
33
--- a/hw/timer/allwinner-a10-pit.c
25
+++ b/hw/arm/boot.c
34
+++ b/hw/timer/allwinner-a10-pit.c
26
@@ -XXX,XX +XXX,XX @@
35
@@ -XXX,XX +XXX,XX @@ static void a10_pit_init(Object *obj)
27
#define KERNEL_LOAD_ADDR 0x00010000
36
}
28
#define KERNEL64_LOAD_ADDR 0x00080000
37
}
29
38
30
+#define ARM64_TEXT_OFFSET_OFFSET 8
39
+static void a10_pit_finalize(Object *obj)
31
+#define ARM64_MAGIC_OFFSET 56
40
+{
41
+ AwA10PITState *s = AW_A10_PIT(obj);
42
+ int i;
32
+
43
+
33
typedef enum {
44
+ for (i = 0; i < AW_A10_PIT_TIMER_NR; i++) {
34
FIXUP_NONE = 0, /* do nothing */
45
+ ptimer_free(s->timer[i]);
35
FIXUP_TERMINATOR, /* end of insns */
36
@@ -XXX,XX +XXX,XX @@ static uint64_t arm_load_elf(struct arm_boot_info *info, uint64_t *pentry,
37
return ret;
38
}
39
40
+static uint64_t load_aarch64_image(const char *filename, hwaddr mem_base,
41
+ hwaddr *entry)
42
+{
43
+ hwaddr kernel_load_offset = KERNEL64_LOAD_ADDR;
44
+ uint8_t *buffer;
45
+ int size;
46
+
47
+ /* On aarch64, it's the bootloader's job to uncompress the kernel. */
48
+ size = load_image_gzipped_buffer(filename, LOAD_IMAGE_MAX_GUNZIP_BYTES,
49
+ &buffer);
50
+
51
+ if (size < 0) {
52
+ gsize len;
53
+
54
+ /* Load as raw file otherwise */
55
+ if (!g_file_get_contents(filename, (char **)&buffer, &len, NULL)) {
56
+ return -1;
57
+ }
58
+ size = len;
59
+ }
46
+ }
60
+
61
+ /* check the arm64 magic header value -- very old kernels may not have it */
62
+ if (memcmp(buffer + ARM64_MAGIC_OFFSET, "ARM\x64", 4) == 0) {
63
+ uint64_t hdrvals[2];
64
+
65
+ /* The arm64 Image header has text_offset and image_size fields at 8 and
66
+ * 16 bytes into the Image header, respectively. The text_offset field
67
+ * is only valid if the image_size is non-zero.
68
+ */
69
+ memcpy(&hdrvals, buffer + ARM64_TEXT_OFFSET_OFFSET, sizeof(hdrvals));
70
+ if (hdrvals[1] != 0) {
71
+ kernel_load_offset = le64_to_cpu(hdrvals[0]);
72
+ }
73
+ }
74
+
75
+ *entry = mem_base + kernel_load_offset;
76
+ rom_add_blob_fixed(filename, buffer, size, *entry);
77
+
78
+ g_free(buffer);
79
+
80
+ return size;
81
+}
47
+}
82
+
48
+
83
static void arm_load_kernel_notify(Notifier *notifier, void *data)
49
static void a10_pit_class_init(ObjectClass *klass, void *data)
84
{
50
{
85
CPUState *cs;
51
DeviceClass *dc = DEVICE_CLASS(klass);
86
@@ -XXX,XX +XXX,XX @@ static void arm_load_kernel_notify(Notifier *notifier, void *data)
52
@@ -XXX,XX +XXX,XX @@ static const TypeInfo a10_pit_info = {
87
int is_linux = 0;
53
.parent = TYPE_SYS_BUS_DEVICE,
88
uint64_t elf_entry, elf_low_addr, elf_high_addr;
54
.instance_size = sizeof(AwA10PITState),
89
int elf_machine;
55
.instance_init = a10_pit_init,
90
- hwaddr entry, kernel_load_offset;
56
+ .instance_finalize = a10_pit_finalize,
91
+ hwaddr entry;
57
.class_init = a10_pit_class_init,
92
static const ARMInsnFixup *primary_loader;
58
};
93
ArmLoadKernelNotifier *n = DO_UPCAST(ArmLoadKernelNotifier,
59
94
notifier, notifier);
95
@@ -XXX,XX +XXX,XX @@ static void arm_load_kernel_notify(Notifier *notifier, void *data)
96
97
if (arm_feature(&cpu->env, ARM_FEATURE_AARCH64)) {
98
primary_loader = bootloader_aarch64;
99
- kernel_load_offset = KERNEL64_LOAD_ADDR;
100
elf_machine = EM_AARCH64;
101
} else {
102
primary_loader = bootloader;
103
if (!info->write_board_setup) {
104
primary_loader += BOOTLOADER_NO_BOARD_SETUP_OFFSET;
105
}
106
- kernel_load_offset = KERNEL_LOAD_ADDR;
107
elf_machine = EM_ARM;
108
}
109
110
@@ -XXX,XX +XXX,XX @@ static void arm_load_kernel_notify(Notifier *notifier, void *data)
111
kernel_size = load_uimage(info->kernel_filename, &entry, NULL,
112
&is_linux, NULL, NULL);
113
}
114
- /* On aarch64, it's the bootloader's job to uncompress the kernel. */
115
if (arm_feature(&cpu->env, ARM_FEATURE_AARCH64) && kernel_size < 0) {
116
- entry = info->loader_start + kernel_load_offset;
117
- kernel_size = load_image_gzipped(info->kernel_filename, entry,
118
- info->ram_size - kernel_load_offset);
119
+ kernel_size = load_aarch64_image(info->kernel_filename,
120
+ info->loader_start, &entry);
121
is_linux = 1;
122
- }
123
- if (kernel_size < 0) {
124
- entry = info->loader_start + kernel_load_offset;
125
+ } else if (kernel_size < 0) {
126
+ /* 32-bit ARM */
127
+ entry = info->loader_start + KERNEL_LOAD_ADDR;
128
kernel_size = load_image_targphys(info->kernel_filename, entry,
129
- info->ram_size - kernel_load_offset);
130
+ info->ram_size - KERNEL_LOAD_ADDR);
131
is_linux = 1;
132
}
133
if (kernel_size < 0) {
134
--
60
--
135
2.7.4
61
2.20.1
136
62
137
63
diff view generated by jsdifflib
1
From: Suramya Shah <shah.suramya@gmail.com>
1
From: Gan Qixin <ganqixin@huawei.com>
2
2
3
Signed-off-by: Suramya Shah <shah.suramya@gmail.com>
3
When running device-introspect-test, a memory leak occurred in the
4
Message-id: 20170415180316.2694-1-shah.suramya@gmail.com
4
exynos4210_rtc_init function, so use ptimer_free() in the finalize function to
5
avoid it.
6
7
ASAN shows memory leak stack:
8
9
Indirect leak of 96 byte(s) in 1 object(s) allocated from:
10
#0 0xffffab97e1f0 in __interceptor_calloc (/lib64/libasan.so.5+0xee1f0)
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 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>
5
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
26
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
6
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
27
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
7
---
28
---
8
hw/arm/pxa2xx.c | 14 ++++++--------
29
hw/rtc/exynos4210_rtc.c | 9 +++++++++
9
1 file changed, 6 insertions(+), 8 deletions(-)
30
1 file changed, 9 insertions(+)
10
31
11
diff --git a/hw/arm/pxa2xx.c b/hw/arm/pxa2xx.c
32
diff --git a/hw/rtc/exynos4210_rtc.c b/hw/rtc/exynos4210_rtc.c
12
index XXXXXXX..XXXXXXX 100644
33
index XXXXXXX..XXXXXXX 100644
13
--- a/hw/arm/pxa2xx.c
34
--- a/hw/rtc/exynos4210_rtc.c
14
+++ b/hw/arm/pxa2xx.c
35
+++ b/hw/rtc/exynos4210_rtc.c
15
@@ -XXX,XX +XXX,XX @@ static void pxa2xx_ssp_reset(DeviceState *d)
36
@@ -XXX,XX +XXX,XX @@ static void exynos4210_rtc_init(Object *obj)
16
s->rx_start = s->rx_level = 0;
37
sysbus_init_mmio(dev, &s->iomem);
17
}
38
}
18
39
19
-static int pxa2xx_ssp_init(SysBusDevice *sbd)
40
+static void exynos4210_rtc_finalize(Object *obj)
20
+static void pxa2xx_ssp_init(Object *obj)
41
+{
42
+ Exynos4210RTCState *s = EXYNOS4210_RTC(obj);
43
+
44
+ ptimer_free(s->ptimer);
45
+ ptimer_free(s->ptimer_1Hz);
46
+}
47
+
48
static void exynos4210_rtc_class_init(ObjectClass *klass, void *data)
21
{
49
{
22
- DeviceState *dev = DEVICE(sbd);
23
- PXA2xxSSPState *s = PXA2XX_SSP(dev);
24
-
25
+ DeviceState *dev = DEVICE(obj);
26
+ PXA2xxSSPState *s = PXA2XX_SSP(obj);
27
+ SysBusDevice *sbd = SYS_BUS_DEVICE(obj);
28
sysbus_init_irq(sbd, &s->irq);
29
30
- memory_region_init_io(&s->iomem, OBJECT(s), &pxa2xx_ssp_ops, s,
31
+ memory_region_init_io(&s->iomem, obj, &pxa2xx_ssp_ops, s,
32
"pxa2xx-ssp", 0x1000);
33
sysbus_init_mmio(sbd, &s->iomem);
34
35
s->bus = ssi_create_bus(dev, "ssi");
36
- return 0;
37
}
38
39
/* Real-Time Clock */
40
@@ -XXX,XX +XXX,XX @@ PXA2xxState *pxa255_init(MemoryRegion *address_space, unsigned int sdram_size)
41
42
static void pxa2xx_ssp_class_init(ObjectClass *klass, void *data)
43
{
44
- SysBusDeviceClass *sdc = SYS_BUS_DEVICE_CLASS(klass);
45
DeviceClass *dc = DEVICE_CLASS(klass);
50
DeviceClass *dc = DEVICE_CLASS(klass);
46
51
@@ -XXX,XX +XXX,XX @@ static const TypeInfo exynos4210_rtc_info = {
47
- sdc->init = pxa2xx_ssp_init;
48
dc->reset = pxa2xx_ssp_reset;
49
dc->vmsd = &vmstate_pxa2xx_ssp;
50
}
51
@@ -XXX,XX +XXX,XX @@ static const TypeInfo pxa2xx_ssp_info = {
52
.name = TYPE_PXA2XX_SSP,
53
.parent = TYPE_SYS_BUS_DEVICE,
52
.parent = TYPE_SYS_BUS_DEVICE,
54
.instance_size = sizeof(PXA2xxSSPState),
53
.instance_size = sizeof(Exynos4210RTCState),
55
+ .instance_init = pxa2xx_ssp_init,
54
.instance_init = exynos4210_rtc_init,
56
.class_init = pxa2xx_ssp_class_init,
55
+ .instance_finalize = exynos4210_rtc_finalize,
56
.class_init = exynos4210_rtc_class_init,
57
};
57
};
58
58
59
--
59
--
60
2.7.4
60
2.20.1
61
61
62
62
diff view generated by jsdifflib
1
From: Krzysztof Kozlowski <krzk@kernel.org>
1
From: Gan Qixin <ganqixin@huawei.com>
2
2
3
The static array exynos4210_uart_regs with register values is not
3
When running device-introspect-test, a memory leak occurred in the
4
modified so it can be made const.
4
exynos4210_pwm_init function, so use ptimer_free() in the finalize function to
5
avoid it.
5
6
6
Few other functions accept driver or uart state as an argument but they
7
ASAN shows memory leak stack:
7
do not change it and do not cast it so this can be made const for code
8
safeness.
9
8
10
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
9
Indirect leak of 240 byte(s) in 5 object(s) allocated from:
11
Message-id: 20170313184750.429-3-krzk@kernel.org
10
#0 0xffffab97e1f0 in __interceptor_calloc (/lib64/libasan.so.5+0xee1f0)
11
#1 0xffffab256800 in g_malloc0 (/lib64/libglib-2.0.so.0+0x56800)
12
#2 0xaaabf555db84 in timer_new_full /qemu/include/qemu/timer.h:523
13
#3 0xaaabf555db84 in timer_new /qemu/include/qemu/timer.h:544
14
#4 0xaaabf555db84 in timer_new_ns /qemu/include/qemu/timer.h:562
15
#5 0xaaabf555db84 in ptimer_init /qemu/hw/core/ptimer.c:433
16
#6 0xaaabf56a36cc in exynos4210_pwm_init /qemu/hw/timer/exynos4210_pwm.c:401
17
#7 0xaaabf6339f6c in object_initialize_with_type /qemu/qom/object.c:515
18
#8 0xaaabf633a1e0 in object_new_with_type /qemu/qom/object.c:729
19
#9 0xaaabf6375e40 in qmp_device_list_properties /qemu/qom/qom-qmp-cmds.c:153
20
#10 0xaaabf653d8ec in qmp_marshal_device_list_properties /qemu/qapi/qapi-commands-qdev.c:59
21
#11 0xaaabf6587d08 in do_qmp_dispatch_bh /qemu/qapi/qmp-dispatch.c:110
22
#12 0xaaabf6552708 in aio_bh_call /qemu/util/async.c:136
23
24
Reported-by: Euler Robot <euler.robot@huawei.com>
25
Signed-off-by: Gan Qixin <ganqixin@huawei.com>
12
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
26
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
13
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
27
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
14
---
28
---
15
hw/char/exynos4210_uart.c | 8 ++++----
29
hw/timer/exynos4210_pwm.c | 11 +++++++++++
16
1 file changed, 4 insertions(+), 4 deletions(-)
30
1 file changed, 11 insertions(+)
17
31
18
diff --git a/hw/char/exynos4210_uart.c b/hw/char/exynos4210_uart.c
32
diff --git a/hw/timer/exynos4210_pwm.c b/hw/timer/exynos4210_pwm.c
19
index XXXXXXX..XXXXXXX 100644
33
index XXXXXXX..XXXXXXX 100644
20
--- a/hw/char/exynos4210_uart.c
34
--- a/hw/timer/exynos4210_pwm.c
21
+++ b/hw/char/exynos4210_uart.c
35
+++ b/hw/timer/exynos4210_pwm.c
22
@@ -XXX,XX +XXX,XX @@ typedef struct Exynos4210UartReg {
36
@@ -XXX,XX +XXX,XX @@ static void exynos4210_pwm_init(Object *obj)
23
uint32_t reset_value;
37
sysbus_init_mmio(dev, &s->iomem);
24
} Exynos4210UartReg;
25
26
-static Exynos4210UartReg exynos4210_uart_regs[] = {
27
+static const Exynos4210UartReg exynos4210_uart_regs[] = {
28
{"ULCON", ULCON, 0x00000000},
29
{"UCON", UCON, 0x00003000},
30
{"UFCON", UFCON, 0x00000000},
31
@@ -XXX,XX +XXX,XX @@ static uint8_t fifo_retrieve(Exynos4210UartFIFO *q)
32
return ret;
33
}
38
}
34
39
35
-static int fifo_elements_number(Exynos4210UartFIFO *q)
40
+static void exynos4210_pwm_finalize(Object *obj)
36
+static int fifo_elements_number(const Exynos4210UartFIFO *q)
41
+{
42
+ Exynos4210PWMState *s = EXYNOS4210_PWM(obj);
43
+ int i;
44
+
45
+ for (i = 0; i < EXYNOS4210_PWM_TIMERS_NUM; i++) {
46
+ ptimer_free(s->timer[i].ptimer);
47
+ }
48
+}
49
+
50
static void exynos4210_pwm_class_init(ObjectClass *klass, void *data)
37
{
51
{
38
if (q->sp < q->rp) {
52
DeviceClass *dc = DEVICE_CLASS(klass);
39
return q->size - q->rp + q->sp;
53
@@ -XXX,XX +XXX,XX @@ static const TypeInfo exynos4210_pwm_info = {
40
@@ -XXX,XX +XXX,XX @@ static int fifo_elements_number(Exynos4210UartFIFO *q)
54
.parent = TYPE_SYS_BUS_DEVICE,
41
return q->sp - q->rp;
55
.instance_size = sizeof(Exynos4210PWMState),
42
}
56
.instance_init = exynos4210_pwm_init,
43
57
+ .instance_finalize = exynos4210_pwm_finalize,
44
-static int fifo_empty_elements_number(Exynos4210UartFIFO *q)
58
.class_init = exynos4210_pwm_class_init,
45
+static int fifo_empty_elements_number(const Exynos4210UartFIFO *q)
59
};
46
{
60
47
return q->size - fifo_elements_number(q);
48
}
49
@@ -XXX,XX +XXX,XX @@ static void fifo_reset(Exynos4210UartFIFO *q)
50
q->rp = 0;
51
}
52
53
-static uint32_t exynos4210_uart_Tx_FIFO_trigger_level(Exynos4210UartState *s)
54
+static uint32_t exynos4210_uart_Tx_FIFO_trigger_level(const Exynos4210UartState *s)
55
{
56
uint32_t level = 0;
57
uint32_t reg;
58
--
61
--
59
2.7.4
62
2.20.1
60
63
61
64
diff view generated by jsdifflib
1
On M profile, return from exceptions happen when code in Handler mode
1
From: Gan Qixin <ganqixin@huawei.com>
2
executes one of the following function call return instructions:
3
* POP or LDM which loads the PC
4
* LDR to PC
5
* BX register
6
and the new PC value is 0xFFxxxxxx.
7
2
8
QEMU tries to implement this by not treating the instruction
3
When running device-introspect-test, a memory leak occurred in the
9
specially but then catching the attempt to execute from the magic
4
mss_timer_init function, so use ptimer_free() in the finalize function to avoid
10
address value. This is not ideal, because:
5
it.
11
* there are guest visible differences from the architecturally
12
specified behaviour (for instance jumping to 0xFFxxxxxx via a
13
different instruction should not cause an exception return but it
14
will in the QEMU implementation)
15
* we have to account for it in various places (like refusing to take
16
an interrupt if the PC is at a magic value, and making sure that
17
the MPU doesn't deny execution at the magic value addresses)
18
6
19
Drop these hacks, and instead implement exception return the way the
7
ASAN shows memory leak stack:
20
architecture specifies -- by having the relevant instructions check
21
for the magic value and raise the 'do an exception return' QEMU
22
internal exception immediately.
23
8
24
The effect on the generated code is minor:
9
Indirect leak of 192 byte(s) in 2 object(s) allocated from:
10
#0 0xffffab97e1f0 in __interceptor_calloc (/lib64/libasan.so.5+0xee1f0)
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 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
25
23
26
bx lr, old code (and new code for Thread mode):
24
Reported-by: Euler Robot <euler.robot@huawei.com>
27
TCG:
25
Signed-off-by: Gan Qixin <ganqixin@huawei.com>
28
mov_i32 tmp5,r14
26
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
29
movi_i32 tmp6,$0xfffffffffffffffe
27
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
30
and_i32 pc,tmp5,tmp6
28
---
31
movi_i32 tmp6,$0x1
29
hw/timer/mss-timer.c | 13 +++++++++++++
32
and_i32 tmp5,tmp5,tmp6
30
1 file changed, 13 insertions(+)
33
st_i32 tmp5,env,$0x218
34
exit_tb $0x0
35
set_label $L0
36
exit_tb $0x7f2aabd61993
37
x86_64 generated code:
38
0x7f2aabe87019: mov %ebx,%ebp
39
0x7f2aabe8701b: and $0xfffffffffffffffe,%ebp
40
0x7f2aabe8701e: mov %ebp,0x3c(%r14)
41
0x7f2aabe87022: and $0x1,%ebx
42
0x7f2aabe87025: mov %ebx,0x218(%r14)
43
0x7f2aabe8702c: xor %eax,%eax
44
0x7f2aabe8702e: jmpq 0x7f2aabe7c016
45
31
46
bx lr, new code when in Handler mode:
32
diff --git a/hw/timer/mss-timer.c b/hw/timer/mss-timer.c
47
TCG:
48
mov_i32 tmp5,r14
49
movi_i32 tmp6,$0xfffffffffffffffe
50
and_i32 pc,tmp5,tmp6
51
movi_i32 tmp6,$0x1
52
and_i32 tmp5,tmp5,tmp6
53
st_i32 tmp5,env,$0x218
54
movi_i32 tmp5,$0xffffffffff000000
55
brcond_i32 pc,tmp5,geu,$L1
56
exit_tb $0x0
57
set_label $L1
58
movi_i32 tmp5,$0x8
59
call exception_internal,$0x0,$0,env,tmp5
60
x86_64 generated code:
61
0x7fe8fa1264e3: mov %ebp,%ebx
62
0x7fe8fa1264e5: and $0xfffffffffffffffe,%ebx
63
0x7fe8fa1264e8: mov %ebx,0x3c(%r14)
64
0x7fe8fa1264ec: and $0x1,%ebp
65
0x7fe8fa1264ef: mov %ebp,0x218(%r14)
66
0x7fe8fa1264f6: cmp $0xff000000,%ebx
67
0x7fe8fa1264fc: jae 0x7fe8fa126509
68
0x7fe8fa126502: xor %eax,%eax
69
0x7fe8fa126504: jmpq 0x7fe8fa122016
70
0x7fe8fa126509: mov %r14,%rdi
71
0x7fe8fa12650c: mov $0x8,%esi
72
0x7fe8fa126511: mov $0x56095dbeccf5,%r10
73
0x7fe8fa12651b: callq *%r10
74
75
which is a difference of one cmp/branch-not-taken. This will
76
be lost in the noise of having to exit generated code and
77
look up the next TB anyway.
78
79
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
80
Reviewed-by: Richard Henderson <rth@twiddle.net>
81
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
82
Message-id: 1491844419-12485-9-git-send-email-peter.maydell@linaro.org
83
---
84
target/arm/translate.h | 4 +++
85
target/arm/translate.c | 66 +++++++++++++++++++++++++++++++++++++++++++++-----
86
2 files changed, 64 insertions(+), 6 deletions(-)
87
88
diff --git a/target/arm/translate.h b/target/arm/translate.h
89
index XXXXXXX..XXXXXXX 100644
33
index XXXXXXX..XXXXXXX 100644
90
--- a/target/arm/translate.h
34
--- a/hw/timer/mss-timer.c
91
+++ b/target/arm/translate.h
35
+++ b/hw/timer/mss-timer.c
92
@@ -XXX,XX +XXX,XX @@ static void disas_set_insn_syndrome(DisasContext *s, uint32_t syn)
36
@@ -XXX,XX +XXX,XX @@ static void mss_timer_init(Object *obj)
93
#define DISAS_HVC 8
37
sysbus_init_mmio(SYS_BUS_DEVICE(obj), &t->mmio);
94
#define DISAS_SMC 9
95
#define DISAS_YIELD 10
96
+/* M profile branch which might be an exception return (and so needs
97
+ * custom end-of-TB code)
98
+ */
99
+#define DISAS_BX_EXCRET 11
100
101
#ifdef TARGET_AARCH64
102
void a64_translate_init(void);
103
diff --git a/target/arm/translate.c b/target/arm/translate.c
104
index XXXXXXX..XXXXXXX 100644
105
--- a/target/arm/translate.c
106
+++ b/target/arm/translate.c
107
@@ -XXX,XX +XXX,XX @@ static inline void gen_bx(DisasContext *s, TCGv_i32 var)
108
store_cpu_field(var, thumb);
109
}
38
}
110
39
111
+/* Set PC and Thumb state from var. var is marked as dead.
40
+static void mss_timer_finalize(Object *obj)
112
+ * For M-profile CPUs, include logic to detect exception-return
113
+ * branches and handle them. This is needed for Thumb POP/LDM to PC, LDR to PC,
114
+ * and BX reg, and no others, and happens only for code in Handler mode.
115
+ */
116
+static inline void gen_bx_excret(DisasContext *s, TCGv_i32 var)
117
+{
41
+{
118
+ /* Generate the same code here as for a simple bx, but flag via
42
+ MSSTimerState *t = MSS_TIMER(obj);
119
+ * s->is_jmp that we need to do the rest of the work later.
43
+ int i;
120
+ */
44
+
121
+ gen_bx(s, var);
45
+ for (i = 0; i < NUM_TIMERS; i++) {
122
+ if (s->v7m_handler_mode && arm_dc_feature(s, ARM_FEATURE_M)) {
46
+ struct Msf2Timer *st = &t->timers[i];
123
+ s->is_jmp = DISAS_BX_EXCRET;
47
+
48
+ ptimer_free(st->ptimer);
124
+ }
49
+ }
125
+}
50
+}
126
+
51
+
127
+static inline void gen_bx_excret_final_code(DisasContext *s)
52
static const VMStateDescription vmstate_timers = {
128
+{
53
.name = "mss-timer-block",
129
+ /* Generate the code to finish possible exception return and end the TB */
54
.version_id = 1,
130
+ TCGLabel *excret_label = gen_new_label();
55
@@ -XXX,XX +XXX,XX @@ static const TypeInfo mss_timer_info = {
131
+
56
.parent = TYPE_SYS_BUS_DEVICE,
132
+ /* Is the new PC value in the magic range indicating exception return? */
57
.instance_size = sizeof(MSSTimerState),
133
+ tcg_gen_brcondi_i32(TCG_COND_GEU, cpu_R[15], 0xff000000, excret_label);
58
.instance_init = mss_timer_init,
134
+ /* No: end the TB as we would for a DISAS_JMP */
59
+ .instance_finalize = mss_timer_finalize,
135
+ if (is_singlestepping(s)) {
60
.class_init = mss_timer_class_init,
136
+ gen_singlestep_exception(s);
61
};
137
+ } else {
62
138
+ tcg_gen_exit_tb(0);
139
+ }
140
+ gen_set_label(excret_label);
141
+ /* Yes: this is an exception return.
142
+ * At this point in runtime env->regs[15] and env->thumb will hold
143
+ * the exception-return magic number, which do_v7m_exception_exit()
144
+ * will read. Nothing else will be able to see those values because
145
+ * the cpu-exec main loop guarantees that we will always go straight
146
+ * from raising the exception to the exception-handling code.
147
+ *
148
+ * gen_ss_advance(s) does nothing on M profile currently but
149
+ * calling it is conceptually the right thing as we have executed
150
+ * this instruction (compare SWI, HVC, SMC handling).
151
+ */
152
+ gen_ss_advance(s);
153
+ gen_exception_internal(EXCP_EXCEPTION_EXIT);
154
+}
155
+
156
/* Variant of store_reg which uses branch&exchange logic when storing
157
to r15 in ARM architecture v7 and above. The source must be a temporary
158
and will be marked as dead. */
159
@@ -XXX,XX +XXX,XX @@ static inline void store_reg_bx(DisasContext *s, int reg, TCGv_i32 var)
160
static inline void store_reg_from_load(DisasContext *s, int reg, TCGv_i32 var)
161
{
162
if (reg == 15 && ENABLE_ARCH_5) {
163
- gen_bx(s, var);
164
+ gen_bx_excret(s, var);
165
} else {
166
store_reg(s, reg, var);
167
}
168
@@ -XXX,XX +XXX,XX @@ static int disas_thumb2_insn(CPUARMState *env, DisasContext *s, uint16_t insn_hw
169
tmp = tcg_temp_new_i32();
170
gen_aa32_ld32u(s, tmp, addr, get_mem_index(s));
171
if (i == 15) {
172
- gen_bx(s, tmp);
173
+ gen_bx_excret(s, tmp);
174
} else if (i == rn) {
175
loaded_var = tmp;
176
loaded_base = 1;
177
@@ -XXX,XX +XXX,XX @@ static int disas_thumb2_insn(CPUARMState *env, DisasContext *s, uint16_t insn_hw
178
goto illegal_op;
179
}
180
if (rs == 15) {
181
- gen_bx(s, tmp);
182
+ gen_bx_excret(s, tmp);
183
} else {
184
store_reg(s, rs, tmp);
185
}
186
@@ -XXX,XX +XXX,XX @@ static void disas_thumb_insn(CPUARMState *env, DisasContext *s)
187
tmp2 = tcg_temp_new_i32();
188
tcg_gen_movi_i32(tmp2, val);
189
store_reg(s, 14, tmp2);
190
+ gen_bx(s, tmp);
191
+ } else {
192
+ /* Only BX works as exception-return, not BLX */
193
+ gen_bx_excret(s, tmp);
194
}
195
- /* already thumb, no need to check */
196
- gen_bx(s, tmp);
197
break;
198
}
199
break;
200
@@ -XXX,XX +XXX,XX @@ void gen_intermediate_code(CPUARMState *env, TranslationBlock *tb)
201
instruction was a conditional branch or trap, and the PC has
202
already been written. */
203
gen_set_condexec(dc);
204
- if (unlikely(is_singlestepping(dc))) {
205
+ if (dc->is_jmp == DISAS_BX_EXCRET) {
206
+ /* Exception return branches need some special case code at the
207
+ * end of the TB, which is complex enough that it has to
208
+ * handle the single-step vs not and the condition-failed
209
+ * insn codepath itself.
210
+ */
211
+ gen_bx_excret_final_code(dc);
212
+ } else if (unlikely(is_singlestepping(dc))) {
213
/* Unconditional and "condition passed" instruction codepath. */
214
switch (dc->is_jmp) {
215
case DISAS_SWI:
216
--
63
--
217
2.7.4
64
2.20.1
218
65
219
66
diff view generated by jsdifflib
1
We currently have two places that do:
1
From: Gan Qixin <ganqixin@huawei.com>
2
if (dc->ss_active) {
3
gen_step_complete_exception(dc);
4
} else {
5
gen_exception_internal(EXCP_DEBUG);
6
}
7
2
8
Factor this out into its own function, as we're about to add
3
When running device-introspect-test, a memory leak occurred in the
9
a third place that needs the same logic.
4
mv88w8618_pit_init function, so use ptimer_free() in the finalize function to
5
avoid it.
10
6
7
ASAN shows memory leak stack:
8
9
Indirect leak of 192 byte(s) in 4 object(s) allocated from:
10
#0 0xffffab97e1f0 in __interceptor_calloc (/lib64/libasan.so.5+0xee1f0)
11
#1 0xffffab256800 in g_malloc0 (/lib64/libglib-2.0.so.0+0x56800)
12
#2 0xaaabf555db84 in timer_new_full /qemu/include/qemu/timer.h:523
13
#3 0xaaabf555db84 in timer_new /qemu/include/qemu/timer.h:544
14
#4 0xaaabf555db84 in timer_new_ns /qemu/include/qemu/timer.h:562
15
#5 0xaaabf555db84 in ptimer_init /qemu/hw/core/ptimer.c:433
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
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
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
27
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
12
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
13
Reviewed-by: Richard Henderson <rth@twiddle.net>
14
Message-id: 1491844419-12485-4-git-send-email-peter.maydell@linaro.org
15
---
28
---
16
target/arm/translate.c | 28 ++++++++++++++++------------
29
hw/arm/musicpal.c | 12 ++++++++++++
17
1 file changed, 16 insertions(+), 12 deletions(-)
30
1 file changed, 12 insertions(+)
18
31
19
diff --git a/target/arm/translate.c b/target/arm/translate.c
32
diff --git a/hw/arm/musicpal.c b/hw/arm/musicpal.c
20
index XXXXXXX..XXXXXXX 100644
33
index XXXXXXX..XXXXXXX 100644
21
--- a/target/arm/translate.c
34
--- a/hw/arm/musicpal.c
22
+++ b/target/arm/translate.c
35
+++ b/hw/arm/musicpal.c
23
@@ -XXX,XX +XXX,XX @@ static void gen_step_complete_exception(DisasContext *s)
36
@@ -XXX,XX +XXX,XX @@ static void mv88w8618_pit_init(Object *obj)
24
s->is_jmp = DISAS_EXC;
37
sysbus_init_mmio(dev, &s->iomem);
25
}
38
}
26
39
27
+static void gen_singlestep_exception(DisasContext *s)
40
+static void mv88w8618_pit_finalize(Object *obj)
28
+{
41
+{
29
+ /* Generate the right kind of exception for singlestep, which is
42
+ SysBusDevice *dev = SYS_BUS_DEVICE(obj);
30
+ * either the architectural singlestep or EXCP_DEBUG for QEMU's
43
+ mv88w8618_pit_state *s = MV88W8618_PIT(dev);
31
+ * gdb singlestepping.
44
+ int i;
32
+ */
45
+
33
+ if (s->ss_active) {
46
+ for (i = 0; i < 4; i++) {
34
+ gen_step_complete_exception(s);
47
+ ptimer_free(s->timer[i].ptimer);
35
+ } else {
36
+ gen_exception_internal(EXCP_DEBUG);
37
+ }
48
+ }
38
+}
49
+}
39
+
50
+
40
static void gen_smul_dual(TCGv_i32 a, TCGv_i32 b)
51
static const VMStateDescription mv88w8618_timer_vmsd = {
41
{
52
.name = "timer",
42
TCGv_i32 tmp1 = tcg_temp_new_i32();
53
.version_id = 1,
43
@@ -XXX,XX +XXX,XX @@ void gen_intermediate_code(CPUARMState *env, TranslationBlock *tb)
54
@@ -XXX,XX +XXX,XX @@ static const TypeInfo mv88w8618_pit_info = {
44
gen_set_pc_im(dc, dc->pc);
55
.parent = TYPE_SYS_BUS_DEVICE,
45
/* fall through */
56
.instance_size = sizeof(mv88w8618_pit_state),
46
default:
57
.instance_init = mv88w8618_pit_init,
47
- if (dc->ss_active) {
58
+ .instance_finalize = mv88w8618_pit_finalize,
48
- gen_step_complete_exception(dc);
59
.class_init = mv88w8618_pit_class_init,
49
- } else {
60
};
50
- /* FIXME: Single stepping a WFI insn will not halt
61
51
- the CPU. */
52
- gen_exception_internal(EXCP_DEBUG);
53
- }
54
+ /* FIXME: Single stepping a WFI insn will not halt the CPU. */
55
+ gen_singlestep_exception(dc);
56
}
57
if (dc->condjmp) {
58
/* "Condition failed" instruction codepath. */
59
gen_set_label(dc->condlabel);
60
gen_set_condexec(dc);
61
gen_set_pc_im(dc, dc->pc);
62
- if (dc->ss_active) {
63
- gen_step_complete_exception(dc);
64
- } else {
65
- gen_exception_internal(EXCP_DEBUG);
66
- }
67
+ gen_singlestep_exception(dc);
68
}
69
} else {
70
/* While branches must always occur at the end of an IT block,
71
--
62
--
72
2.7.4
63
2.20.1
73
64
74
65
diff view generated by jsdifflib
1
From: Krzysztof Kozlowski <krzk@kernel.org>
1
From: Gan Qixin <ganqixin@huawei.com>
2
2
3
qemu_log_mask() and error_report() are preferred over fprintf() for
3
When running device-introspect-test, a memory leak occurred in the
4
logging errors. Also remove square brackets [] and additional new line
4
exynos4210_mct_init function, so use ptimer_free() in the finalize function to
5
characters in printed messages.
5
avoid it.
6
6
7
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
7
ASAN shows memory leak stack:
8
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
8
9
Message-id: 20170313184750.429-2-krzk@kernel.org
9
Indirect leak of 96 byte(s) in 1 object(s) allocated from:
10
[PMM: wrapped long line]
10
#0 0xffffab97e1f0 in __interceptor_calloc (/lib64/libasan.so.5+0xee1f0)
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 0xaaabf56b01a0 in exynos4210_mct_init /qemu/hw/timer/exynos4210_mct.c:1505
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>
11
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
26
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
12
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
27
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
13
---
28
---
14
hw/arm/exynos4_boards.c | 7 ++++---
29
hw/timer/exynos4210_mct.c | 14 ++++++++++++++
15
hw/timer/exynos4210_mct.c | 6 ++++--
30
1 file changed, 14 insertions(+)
16
hw/timer/exynos4210_pwm.c | 13 +++++++------
17
hw/timer/exynos4210_rtc.c | 19 ++++++++++---------
18
4 files changed, 25 insertions(+), 20 deletions(-)
19
31
20
diff --git a/hw/arm/exynos4_boards.c b/hw/arm/exynos4_boards.c
21
index XXXXXXX..XXXXXXX 100644
22
--- a/hw/arm/exynos4_boards.c
23
+++ b/hw/arm/exynos4_boards.c
24
@@ -XXX,XX +XXX,XX @@
25
*/
26
27
#include "qemu/osdep.h"
28
+#include "qemu/error-report.h"
29
#include "qemu-common.h"
30
#include "cpu.h"
31
#include "sysemu/sysemu.h"
32
@@ -XXX,XX +XXX,XX @@ static Exynos4210State *exynos4_boards_init_common(MachineState *machine,
33
MachineClass *mc = MACHINE_GET_CLASS(machine);
34
35
if (smp_cpus != EXYNOS4210_NCPUS && !qtest_enabled()) {
36
- fprintf(stderr, "%s board supports only %d CPU cores. Ignoring smp_cpus"
37
- " value.\n",
38
- mc->name, EXYNOS4210_NCPUS);
39
+ error_report("%s board supports only %d CPU cores, ignoring smp_cpus"
40
+ " value",
41
+ mc->name, EXYNOS4210_NCPUS);
42
}
43
44
exynos4_board_binfo.ram_size = exynos4_board_ram_size[board_type];
45
diff --git a/hw/timer/exynos4210_mct.c b/hw/timer/exynos4210_mct.c
32
diff --git a/hw/timer/exynos4210_mct.c b/hw/timer/exynos4210_mct.c
46
index XXXXXXX..XXXXXXX 100644
33
index XXXXXXX..XXXXXXX 100644
47
--- a/hw/timer/exynos4210_mct.c
34
--- a/hw/timer/exynos4210_mct.c
48
+++ b/hw/timer/exynos4210_mct.c
35
+++ b/hw/timer/exynos4210_mct.c
49
@@ -XXX,XX +XXX,XX @@
36
@@ -XXX,XX +XXX,XX @@ static void exynos4210_mct_init(Object *obj)
50
*/
37
sysbus_init_mmio(dev, &s->iomem);
51
38
}
52
#include "qemu/osdep.h"
39
53
+#include "qemu/log.h"
40
+static void exynos4210_mct_finalize(Object *obj)
54
#include "hw/sysbus.h"
41
+{
55
#include "qemu/timer.h"
42
+ int i;
56
#include "qemu/main-loop.h"
43
+ Exynos4210MCTState *s = EXYNOS4210_MCT(obj);
57
@@ -XXX,XX +XXX,XX @@ break;
44
+
58
case L0_TCNTO: case L1_TCNTO:
45
+ ptimer_free(s->g_timer.ptimer_frc);
59
case L0_ICNTO: case L1_ICNTO:
46
+
60
case L0_FRCNTO: case L1_FRCNTO:
47
+ for (i = 0; i < 2; i++) {
61
- fprintf(stderr, "\n[exynos4210.mct: write to RO register "
48
+ ptimer_free(s->l_timer[i].tick_timer.ptimer_tick);
62
- TARGET_FMT_plx "]\n\n", offset);
49
+ ptimer_free(s->l_timer[i].ptimer_frc);
63
+ qemu_log_mask(LOG_GUEST_ERROR,
50
+ }
64
+ "exynos4210.mct: write to RO register " TARGET_FMT_plx,
51
+}
65
+ offset);
52
+
66
break;
53
static void exynos4210_mct_class_init(ObjectClass *klass, void *data)
67
54
{
68
case L0_INT_CSTAT: case L1_INT_CSTAT:
55
DeviceClass *dc = DEVICE_CLASS(klass);
69
diff --git a/hw/timer/exynos4210_pwm.c b/hw/timer/exynos4210_pwm.c
56
@@ -XXX,XX +XXX,XX @@ static const TypeInfo exynos4210_mct_info = {
70
index XXXXXXX..XXXXXXX 100644
57
.parent = TYPE_SYS_BUS_DEVICE,
71
--- a/hw/timer/exynos4210_pwm.c
58
.instance_size = sizeof(Exynos4210MCTState),
72
+++ b/hw/timer/exynos4210_pwm.c
59
.instance_init = exynos4210_mct_init,
73
@@ -XXX,XX +XXX,XX @@
60
+ .instance_finalize = exynos4210_mct_finalize,
74
*/
61
.class_init = exynos4210_mct_class_init,
75
62
};
76
#include "qemu/osdep.h"
63
77
+#include "qemu/log.h"
78
#include "hw/sysbus.h"
79
#include "qemu/timer.h"
80
#include "qemu-common.h"
81
@@ -XXX,XX +XXX,XX @@ static uint64_t exynos4210_pwm_read(void *opaque, hwaddr offset,
82
break;
83
84
default:
85
- fprintf(stderr,
86
- "[exynos4210.pwm: bad read offset " TARGET_FMT_plx "]\n",
87
- offset);
88
+ qemu_log_mask(LOG_GUEST_ERROR,
89
+ "exynos4210.pwm: bad read offset " TARGET_FMT_plx,
90
+ offset);
91
break;
92
}
93
return value;
94
@@ -XXX,XX +XXX,XX @@ static void exynos4210_pwm_write(void *opaque, hwaddr offset,
95
break;
96
97
default:
98
- fprintf(stderr,
99
- "[exynos4210.pwm: bad write offset " TARGET_FMT_plx "]\n",
100
- offset);
101
+ qemu_log_mask(LOG_GUEST_ERROR,
102
+ "exynos4210.pwm: bad write offset " TARGET_FMT_plx,
103
+ offset);
104
break;
105
106
}
107
diff --git a/hw/timer/exynos4210_rtc.c b/hw/timer/exynos4210_rtc.c
108
index XXXXXXX..XXXXXXX 100644
109
--- a/hw/timer/exynos4210_rtc.c
110
+++ b/hw/timer/exynos4210_rtc.c
111
@@ -XXX,XX +XXX,XX @@
112
*/
113
114
#include "qemu/osdep.h"
115
+#include "qemu/log.h"
116
#include "hw/sysbus.h"
117
#include "qemu/timer.h"
118
#include "qemu-common.h"
119
@@ -XXX,XX +XXX,XX @@ static uint64_t exynos4210_rtc_read(void *opaque, hwaddr offset,
120
break;
121
122
default:
123
- fprintf(stderr,
124
- "[exynos4210.rtc: bad read offset " TARGET_FMT_plx "]\n",
125
- offset);
126
+ qemu_log_mask(LOG_GUEST_ERROR,
127
+ "exynos4210.rtc: bad read offset " TARGET_FMT_plx,
128
+ offset);
129
break;
130
}
131
return value;
132
@@ -XXX,XX +XXX,XX @@ static void exynos4210_rtc_write(void *opaque, hwaddr offset,
133
if (value > TICNT_THRESHOLD) {
134
s->reg_ticcnt = value;
135
} else {
136
- fprintf(stderr,
137
- "[exynos4210.rtc: bad TICNT value %u ]\n",
138
- (uint32_t)value);
139
+ qemu_log_mask(LOG_GUEST_ERROR,
140
+ "exynos4210.rtc: bad TICNT value %u",
141
+ (uint32_t)value);
142
}
143
break;
144
145
@@ -XXX,XX +XXX,XX @@ static void exynos4210_rtc_write(void *opaque, hwaddr offset,
146
break;
147
148
default:
149
- fprintf(stderr,
150
- "[exynos4210.rtc: bad write offset " TARGET_FMT_plx "]\n",
151
- offset);
152
+ qemu_log_mask(LOG_GUEST_ERROR,
153
+ "exynos4210.rtc: bad write offset " TARGET_FMT_plx,
154
+ offset);
155
break;
156
157
}
158
--
64
--
159
2.7.4
65
2.20.1
160
66
161
67
diff view generated by jsdifflib
Deleted patch
1
Recent changes have added new EXCP_ values to ARM but forgot
2
to update the excnames[] array which is used to provide
3
human-readable strings when printing information about the
4
exception for debug logging. Add the missing entries, and
5
add a comment to the list of #defines to help avoid the mistake
6
being repeated in future.
7
1
8
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
9
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
10
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
11
Message-id: 1491486340-25988-1-git-send-email-peter.maydell@linaro.org
12
---
13
target/arm/cpu.h | 1 +
14
target/arm/internals.h | 2 ++
15
2 files changed, 3 insertions(+)
16
17
diff --git a/target/arm/cpu.h b/target/arm/cpu.h
18
index XXXXXXX..XXXXXXX 100644
19
--- a/target/arm/cpu.h
20
+++ b/target/arm/cpu.h
21
@@ -XXX,XX +XXX,XX @@
22
#define EXCP_SEMIHOST 16 /* semihosting call */
23
#define EXCP_NOCP 17 /* v7M NOCP UsageFault */
24
#define EXCP_INVSTATE 18 /* v7M INVSTATE UsageFault */
25
+/* NB: new EXCP_ defines should be added to the excnames[] array too */
26
27
#define ARMV7M_EXCP_RESET 1
28
#define ARMV7M_EXCP_NMI 2
29
diff --git a/target/arm/internals.h b/target/arm/internals.h
30
index XXXXXXX..XXXXXXX 100644
31
--- a/target/arm/internals.h
32
+++ b/target/arm/internals.h
33
@@ -XXX,XX +XXX,XX @@ static const char * const excnames[] = {
34
[EXCP_VIRQ] = "Virtual IRQ",
35
[EXCP_VFIQ] = "Virtual FIQ",
36
[EXCP_SEMIHOST] = "Semihosting call",
37
+ [EXCP_NOCP] = "v7M NOCP UsageFault",
38
+ [EXCP_INVSTATE] = "v7M INVSTATE UsageFault",
39
};
40
41
/* Scale factor for generic timers, ie number of ns per tick.
42
--
43
2.7.4
44
45
diff view generated by jsdifflib
1
In Thumb mode, the only instructions which can cause an interworking
1
From: Bin Meng <bin.meng@windriver.com>
2
branch by writing the PC are BLX, BX, BXJ, LDR, POP and LDM. Unlike
3
ARM mode, data processing instructions which target the PC do not
4
cause interworking branches.
5
2
6
When we added support for doing interworking branches on writes to
3
U-Boot expects PMU_MISC0 register bit 7 is set (see init_bandgap()
7
PC from data processing instructions in commit 21aeb3430ce7ba, we
4
in arch/arm/mach-imx/mx6/soc.c) during boot. This bit indicates the
8
accidentally changed a Thumb instruction to have interworking
5
bandgap has stabilized.
9
branch behaviour for writes to PC. (MOV, MOVS register-shifted
10
register, encoding T2; this is the standard encoding for
11
LSL/LSR/ASR/ROR (register).)
12
6
13
For this encoding, behaviour with Rd == R15 is specified as
7
With this change, the latest upstream U-Boot (v2021.01-rc3) for imx6
14
UNPREDICTABLE, so allowing an interworking branch is within
8
sabrelite board (mx6qsabrelite_defconfig), with a slight change made
15
spec, but it's confusing and differs from our handling of this
9
by switching CONFIG_OF_SEPARATE to CONFIG_OF_EMBED, boots to U-Boot
16
class of UNPREDICTABLE for other Thumb ALU operations. Make
10
shell on QEMU with the following command:
17
it perform a simple (non-interworking) branch like the others.
18
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
19
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
53
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
20
Reviewed-by: Richard Henderson <rth@twiddle.net>
21
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
22
Message-id: 1491844419-12485-3-git-send-email-peter.maydell@linaro.org
23
---
54
---
24
target/arm/translate.c | 2 +-
55
hw/misc/imx6_ccm.c | 2 +-
25
1 file changed, 1 insertion(+), 1 deletion(-)
56
1 file changed, 1 insertion(+), 1 deletion(-)
26
57
27
diff --git a/target/arm/translate.c b/target/arm/translate.c
58
diff --git a/hw/misc/imx6_ccm.c b/hw/misc/imx6_ccm.c
28
index XXXXXXX..XXXXXXX 100644
59
index XXXXXXX..XXXXXXX 100644
29
--- a/target/arm/translate.c
60
--- a/hw/misc/imx6_ccm.c
30
+++ b/target/arm/translate.c
61
+++ b/hw/misc/imx6_ccm.c
31
@@ -XXX,XX +XXX,XX @@ static int disas_thumb2_insn(CPUARMState *env, DisasContext *s, uint16_t insn_hw
62
@@ -XXX,XX +XXX,XX @@ static void imx6_ccm_reset(DeviceState *dev)
32
gen_arm_shift_reg(tmp, op, tmp2, logic_cc);
63
s->analog[PMU_REG_3P0] = 0x00000F74;
33
if (logic_cc)
64
s->analog[PMU_REG_2P5] = 0x00005071;
34
gen_logic_CC(tmp);
65
s->analog[PMU_REG_CORE] = 0x00402010;
35
- store_reg_bx(s, rd, tmp);
66
- s->analog[PMU_MISC0] = 0x04000000;
36
+ store_reg(s, rd, tmp);
67
+ s->analog[PMU_MISC0] = 0x04000080;
37
break;
68
s->analog[PMU_MISC1] = 0x00000000;
38
case 1: /* Sign/zero extend. */
69
s->analog[PMU_MISC2] = 0x00272727;
39
op = (insn >> 20) & 7;
70
40
--
71
--
41
2.7.4
72
2.20.1
42
73
43
74
diff view generated by jsdifflib
1
From: Alistair Francis <alistair.francis@xilinx.com>
1
From: Bin Meng <bin.meng@windriver.com>
2
2
3
Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
3
Currently when U-Boot boots, it prints "??" for i.MX processor:
4
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
4
5
Message-id: 026dbe01a1d42619eee30ce3f2079741bf04bc73.1491947224.git.alistair.francis@xilinx.com
5
CPU: Freescale i.MX?? rev1.0 at 792 MHz
6
7
The register that was used to determine the silicon type is
8
undocumented in the latest IMX6DQRM (Rev. 6, 05/2020), but we
9
can refer to get_cpu_rev() in arch/arm/mach-imx/mx6/soc.c in
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
6
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
17
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
7
---
18
---
8
hw/arm/xlnx-zynqmp.c | 6 +++++-
19
hw/misc/imx6_ccm.c | 2 +-
9
1 file changed, 5 insertions(+), 1 deletion(-)
20
1 file changed, 1 insertion(+), 1 deletion(-)
10
21
11
diff --git a/hw/arm/xlnx-zynqmp.c b/hw/arm/xlnx-zynqmp.c
22
diff --git a/hw/misc/imx6_ccm.c b/hw/misc/imx6_ccm.c
12
index XXXXXXX..XXXXXXX 100644
23
index XXXXXXX..XXXXXXX 100644
13
--- a/hw/arm/xlnx-zynqmp.c
24
--- a/hw/misc/imx6_ccm.c
14
+++ b/hw/arm/xlnx-zynqmp.c
25
+++ b/hw/misc/imx6_ccm.c
15
@@ -XXX,XX +XXX,XX @@
26
@@ -XXX,XX +XXX,XX @@ static void imx6_ccm_reset(DeviceState *dev)
16
#define ARM_PHYS_TIMER_PPI 30
27
s->analog[USB_ANALOG_USB2_VBUS_DETECT] = 0x00000004;
17
#define ARM_VIRT_TIMER_PPI 27
28
s->analog[USB_ANALOG_USB2_CHRG_DETECT] = 0x00000000;
18
29
s->analog[USB_ANALOG_USB2_MISC] = 0x00000002;
19
+#define GEM_REVISION 0x40070106
30
- s->analog[USB_ANALOG_DIGPROG] = 0x00000000;
20
+
31
+ s->analog[USB_ANALOG_DIGPROG] = 0x00630000;
21
#define GIC_BASE_ADDR 0xf9000000
32
22
#define GIC_DIST_ADDR 0xf9010000
33
/* all PLLs need to be locked */
23
#define GIC_CPU_ADDR 0xf9020000
34
s->analog[CCM_ANALOG_PLL_ARM] |= CCM_ANALOG_PLL_LOCK;
24
@@ -XXX,XX +XXX,XX @@ static void xlnx_zynqmp_realize(DeviceState *dev, Error **errp)
25
qemu_check_nic_model(nd, TYPE_CADENCE_GEM);
26
qdev_set_nic_properties(DEVICE(&s->gem[i]), nd);
27
}
28
+ object_property_set_int(OBJECT(&s->gem[i]), GEM_REVISION, "revision",
29
+ &error_abort);
30
object_property_set_int(OBJECT(&s->gem[i]), 2, "num-priority-queues",
31
- &error_abort);
32
+ &error_abort);
33
object_property_set_bool(OBJECT(&s->gem[i]), true, "realized", &err);
34
if (err) {
35
error_propagate(errp, err);
36
--
35
--
37
2.7.4
36
2.20.1
38
37
39
38
diff view generated by jsdifflib
1
From: Alistair Francis <alistair.francis@xilinx.com>
1
From: Bin Meng <bin.meng@windriver.com>
2
2
3
Expose the Cadence GEM revision as a property.
3
At present, when booting U-Boot on QEMU sabrelite, we see:
4
4
5
Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
5
Net: Board Net Initialization Failed
6
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
6
No ethernet found.
7
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
7
8
Message-id: 541324373cf87b50f8be0439a0cb89f5028b016f.1491947224.git.alistair.francis@xilinx.com
8
U-Boot scans PHY at address 4/5/6/7 (see board_eth_init() in the
9
U-Boot source: board/boundary/nitrogen6x/nitrogen6x.c). On the real
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
9
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
29
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
10
---
30
---
11
include/hw/net/cadence_gem.h | 1 +
31
hw/arm/sabrelite.c | 4 ++++
12
hw/net/cadence_gem.c | 6 +++++-
32
1 file changed, 4 insertions(+)
13
2 files changed, 6 insertions(+), 1 deletion(-)
14
33
15
diff --git a/include/hw/net/cadence_gem.h b/include/hw/net/cadence_gem.h
34
diff --git a/hw/arm/sabrelite.c b/hw/arm/sabrelite.c
16
index XXXXXXX..XXXXXXX 100644
35
index XXXXXXX..XXXXXXX 100644
17
--- a/include/hw/net/cadence_gem.h
36
--- a/hw/arm/sabrelite.c
18
+++ b/include/hw/net/cadence_gem.h
37
+++ b/hw/arm/sabrelite.c
19
@@ -XXX,XX +XXX,XX @@ typedef struct CadenceGEMState {
38
@@ -XXX,XX +XXX,XX @@ static void sabrelite_init(MachineState *machine)
20
uint8_t num_priority_queues;
39
21
uint8_t num_type1_screeners;
40
s = FSL_IMX6(object_new(TYPE_FSL_IMX6));
22
uint8_t num_type2_screeners;
41
object_property_add_child(OBJECT(machine), "soc", OBJECT(s));
23
+ uint32_t revision;
24
25
/* GEM registers backing store */
26
uint32_t regs[CADENCE_GEM_MAXREG];
27
diff --git a/hw/net/cadence_gem.c b/hw/net/cadence_gem.c
28
index XXXXXXX..XXXXXXX 100644
29
--- a/hw/net/cadence_gem.c
30
+++ b/hw/net/cadence_gem.c
31
@@ -XXX,XX +XXX,XX @@
32
#define DESC_1_RX_SOF 0x00004000
33
#define DESC_1_RX_EOF 0x00008000
34
35
+#define GEM_MODID_VALUE 0x00020118
36
+
42
+
37
static inline unsigned tx_desc_get_buffer(unsigned *desc)
43
+ /* Ethernet PHY address is 6 */
38
{
44
+ object_property_set_int(OBJECT(s), "fec-phy-num", 6, &error_fatal);
39
return desc[0];
45
+
40
@@ -XXX,XX +XXX,XX @@ static void gem_reset(DeviceState *d)
46
qdev_realize(DEVICE(s), NULL, &error_fatal);
41
s->regs[GEM_TXPAUSE] = 0x0000ffff;
47
42
s->regs[GEM_TXPARTIALSF] = 0x000003ff;
48
memory_region_add_subregion(get_system_memory(), FSL_IMX6_MMDC_ADDR,
43
s->regs[GEM_RXPARTIALSF] = 0x000003ff;
44
- s->regs[GEM_MODID] = 0x00020118;
45
+ s->regs[GEM_MODID] = s->revision;
46
s->regs[GEM_DESCONF] = 0x02500111;
47
s->regs[GEM_DESCONF2] = 0x2ab13fff;
48
s->regs[GEM_DESCONF5] = 0x002f2145;
49
@@ -XXX,XX +XXX,XX @@ static const VMStateDescription vmstate_cadence_gem = {
50
51
static Property gem_properties[] = {
52
DEFINE_NIC_PROPERTIES(CadenceGEMState, conf),
53
+ DEFINE_PROP_UINT32("revision", CadenceGEMState, revision,
54
+ GEM_MODID_VALUE),
55
DEFINE_PROP_UINT8("num-priority-queues", CadenceGEMState,
56
num_priority_queues, 1),
57
DEFINE_PROP_UINT8("num-type1-screeners", CadenceGEMState,
58
--
49
--
59
2.7.4
50
2.20.1
60
51
61
52
diff view generated by jsdifflib
1
From: Alistair Francis <alistair.francis@xilinx.com>
1
From: Bin Meng <bin.meng@windriver.com>
2
2
3
Read the correct descriptor instead of hardcoding the first (q=0).
3
This adds the target guide for SABRE Lite board, and documents how
4
to boot a Linux kernel and U-Boot bootloader.
4
5
5
Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
6
Signed-off-by: Bin Meng <bin.meng@windriver.com>
6
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
7
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
7
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
8
Message-id: 20210106063504.10841-5-bmeng.cn@gmail.com
8
Message-id: 988b183dcf951856d8b3379f7e911ec95233bbf4.1491947224.git.alistair.francis@xilinx.com
9
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
9
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
10
---
10
---
11
hw/net/cadence_gem.c | 4 ++--
11
docs/system/arm/sabrelite.rst | 119 ++++++++++++++++++++++++++++++++++
12
1 file changed, 2 insertions(+), 2 deletions(-)
12
docs/system/target-arm.rst | 1 +
13
2 files changed, 120 insertions(+)
14
create mode 100644 docs/system/arm/sabrelite.rst
13
15
14
diff --git a/hw/net/cadence_gem.c b/hw/net/cadence_gem.c
16
diff --git a/docs/system/arm/sabrelite.rst b/docs/system/arm/sabrelite.rst
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
15
index XXXXXXX..XXXXXXX 100644
142
index XXXXXXX..XXXXXXX 100644
16
--- a/hw/net/cadence_gem.c
143
--- a/docs/system/target-arm.rst
17
+++ b/hw/net/cadence_gem.c
144
+++ b/docs/system/target-arm.rst
18
@@ -XXX,XX +XXX,XX @@ static void gem_get_rx_desc(CadenceGEMState *s, int q)
145
@@ -XXX,XX +XXX,XX @@ undocumented; you can get a complete list by running
19
{
146
arm/versatile
20
DB_PRINT("read descriptor 0x%x\n", (unsigned)s->rx_desc_addr[q]);
147
arm/vexpress
21
/* read current descriptor */
148
arm/aspeed
22
- cpu_physical_memory_read(s->rx_desc_addr[0],
149
+ arm/sabrelite
23
- (uint8_t *)s->rx_desc[0], sizeof(s->rx_desc[0]));
150
arm/digic
24
+ cpu_physical_memory_read(s->rx_desc_addr[q],
151
arm/musicpal
25
+ (uint8_t *)s->rx_desc[q], sizeof(s->rx_desc[q]));
152
arm/gumstix
26
27
/* Descriptor owned by software ? */
28
if (rx_desc_get_ownership(s->rx_desc[q]) == 1) {
29
--
153
--
30
2.7.4
154
2.20.1
31
155
32
156
diff view generated by jsdifflib