1 | A random mix of items here, nothing very major. | 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 | ||
5 | The following changes since commit e79de63ab1bd1f6550e7b915e433bec1ad1a870a: | ||
6 | 6 | ||
7 | The following changes since commit d0dff238a87fa81393ed72754d4dc8b09e50b08b: | 7 | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210107' into staging (2021-01-07 20:34:05 +0000) |
8 | 8 | ||
9 | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170206' into staging (2017-02-07 15:29:26 +0000) | 9 | are available in the Git repository at: |
10 | 10 | ||
11 | are available in the git repository at: | 11 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210108 |
12 | 12 | ||
13 | git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20170207 | 13 | for you to fetch changes up to c9f8511ea8d2b80723af0fea1f716d752c1b5208: |
14 | 14 | ||
15 | for you to fetch changes up to 7727b832886fafbdec7299eb7773dc9071bf4cdd: | 15 | docs/system: arm: Add sabrelite board description (2021-01-08 15:13:39 +0000) |
16 | |||
17 | stellaris: Use the 'unimplemented' device for parts we don't implement (2017-02-07 18:30:00 +0000) | ||
18 | 16 | ||
19 | ---------------------------------------------------------------- | 17 | ---------------------------------------------------------------- |
20 | target-arm: | 18 | target-arm queue: |
21 | * new "unimplemented" device for stubbing out devices in a | 19 | * intc/arm_gic: Fix gic_irq_signaling_enabled() for vCPUs |
22 | system model so accesses can be logged | 20 | * target/arm: Fix MTE0_ACTIVE |
23 | * stellaris: document the SoC memory map | 21 | * target/arm: Implement v8.1M and Cortex-M55 model |
24 | * arm: create instruction syndromes for AArch32 data aborts | 22 | * hw/arm/highbank: Drop dead KVM support code |
25 | * arm: Correctly handle watchpoints for BE32 CPUs | 23 | * util/qemu-timer: Make timer_free() imply timer_del() |
26 | * Fix Thumb-1 BE32 execution and disassembly | 24 | * various devices: Use ptimer_free() in finalize function |
27 | * arm: Add cfgend parameter for ARM CPU selection | 25 | * docs/system: arm: Add sabrelite board description |
28 | * sd: sdhci: check data length during dma_memory_read | 26 | * sabrelite: Minor fixes to allow booting U-Boot |
29 | * aspeed: add a watchdog controller | ||
30 | * integratorcp: adding vmstate for save/restore | ||
31 | 27 | ||
32 | ---------------------------------------------------------------- | 28 | ---------------------------------------------------------------- |
33 | Cédric Le Goater (2): | 29 | Andrew Jones (1): |
34 | wdt: Add Aspeed watchdog device model | 30 | hw/arm/virt: Remove virt machine state 'smp_cpus' |
35 | aspeed: add a watchdog controller | ||
36 | 31 | ||
37 | Julian Brown (4): | 32 | Bin Meng (4): |
38 | hw/arm/integratorcp: Support specifying features via -cpu | 33 | hw/misc: imx6_ccm: Update PMU_MISC0 reset value |
39 | target/arm: Add cfgend parameter for ARM CPU selection. | 34 | hw/msic: imx6_ccm: Correct register value for silicon type |
40 | Fix Thumb-1 BE32 execution and disassembly. | 35 | hw/arm: sabrelite: Connect the Ethernet PHY at address 6 |
41 | arm: Correctly handle watchpoints for BE32 CPUs | 36 | docs/system: arm: Add sabrelite board description |
42 | 37 | ||
43 | Pavel Dovgalyuk (1): | 38 | Edgar E. Iglesias (1): |
44 | integratorcp: adding vmstate for save/restore | 39 | intc/arm_gic: Fix gic_irq_signaling_enabled() for vCPUs |
45 | 40 | ||
46 | Peter Maydell (5): | 41 | Gan Qixin (7): |
47 | target/arm: Abstract out pbit/wbit tests in ARM ldr/str decode | 42 | digic-timer: Use ptimer_free() in the finalize function to avoid memleaks |
48 | target/arm: A32, T32: Create Instruction Syndromes for Data Aborts | 43 | allwinner-a10-pit: Use ptimer_free() in the finalize function to avoid memleaks |
49 | stellaris: Document memory map and which SoC devices are unimplemented | 44 | exynos4210_rtc: Use ptimer_free() in the finalize function to avoid memleaks |
50 | hw/misc: New "unimplemented" sysbus device | 45 | exynos4210_pwm: Use ptimer_free() in the finalize function to avoid memleaks |
51 | stellaris: Use the 'unimplemented' device for parts we don't implement | 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 | ||
52 | 49 | ||
53 | Prasad J Pandit (1): | 50 | Peter Maydell (9): |
54 | sd: sdhci: check data length during dma_memory_read | 51 | hw/intc/armv7m_nvic: Correct handling of CCR.BFHFNMIGN |
52 | target/arm: Correct store of FPSCR value via FPCXT_S | ||
53 | target/arm: Implement FPCXT_NS fp system register | ||
54 | target/arm: Implement Cortex-M55 model | ||
55 | hw/arm/highbank: Drop dead KVM support code | ||
56 | util/qemu-timer: Make timer_free() imply timer_del() | ||
57 | scripts/coccinelle: New script to remove unnecessary timer_del() calls | ||
58 | Remove superfluous timer_del() calls | ||
59 | target/arm: Remove timer_del()/timer_deinit() before timer_free() | ||
55 | 60 | ||
56 | hw/misc/Makefile.objs | 2 + | 61 | Richard Henderson (1): |
57 | hw/watchdog/Makefile.objs | 1 + | 62 | target/arm: Fix MTE0_ACTIVE |
58 | include/disas/bfd.h | 7 ++ | ||
59 | include/hw/arm/aspeed_soc.h | 2 + | ||
60 | include/hw/misc/unimp.h | 39 +++++++ | ||
61 | include/hw/watchdog/wdt_aspeed.h | 32 ++++++ | ||
62 | include/qom/cpu.h | 3 + | ||
63 | target/arm/arm_ldst.h | 10 +- | ||
64 | target/arm/cpu.h | 7 ++ | ||
65 | target/arm/internals.h | 5 + | ||
66 | target/arm/translate.h | 14 +++ | ||
67 | disas.c | 1 + | ||
68 | exec.c | 1 + | ||
69 | hw/arm/aspeed_soc.c | 13 +++ | ||
70 | hw/arm/integratorcp.c | 78 +++++++++++++- | ||
71 | hw/arm/stellaris.c | 48 +++++++++ | ||
72 | hw/misc/unimp.c | 107 +++++++++++++++++++ | ||
73 | hw/sd/sdhci.c | 2 +- | ||
74 | hw/watchdog/wdt_aspeed.c | 225 +++++++++++++++++++++++++++++++++++++++ | ||
75 | qom/cpu.c | 6 ++ | ||
76 | target/arm/cpu.c | 39 +++++++ | ||
77 | target/arm/op_helper.c | 22 ++++ | ||
78 | target/arm/translate-a64.c | 14 --- | ||
79 | target/arm/translate.c | 193 ++++++++++++++++++++++++--------- | ||
80 | 24 files changed, 801 insertions(+), 70 deletions(-) | ||
81 | create mode 100644 include/hw/misc/unimp.h | ||
82 | create mode 100644 include/hw/watchdog/wdt_aspeed.h | ||
83 | create mode 100644 hw/misc/unimp.c | ||
84 | create mode 100644 hw/watchdog/wdt_aspeed.c | ||
85 | 63 | ||
64 | docs/system/arm/sabrelite.rst | 119 ++++++++++++++++++++++++++ | ||
65 | docs/system/target-arm.rst | 1 + | ||
66 | scripts/coccinelle/timer-del-timer-free.cocci | 18 ++++ | ||
67 | include/hw/arm/virt.h | 3 +- | ||
68 | include/qemu/timer.h | 24 +++--- | ||
69 | block/iscsi.c | 2 - | ||
70 | block/nbd.c | 1 - | ||
71 | block/qcow2.c | 1 - | ||
72 | hw/arm/highbank.c | 14 +-- | ||
73 | hw/arm/musicpal.c | 12 +++ | ||
74 | hw/arm/sabrelite.c | 4 + | ||
75 | hw/arm/virt-acpi-build.c | 9 +- | ||
76 | hw/arm/virt.c | 21 +++-- | ||
77 | hw/block/nvme.c | 2 - | ||
78 | hw/char/serial.c | 2 - | ||
79 | hw/char/virtio-serial-bus.c | 2 - | ||
80 | hw/ide/core.c | 1 - | ||
81 | hw/input/hid.c | 1 - | ||
82 | hw/intc/apic.c | 1 - | ||
83 | hw/intc/arm_gic.c | 4 +- | ||
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 | ||
132 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com> | ||
1 | 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 | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
10 | --- | ||
11 | hw/intc/arm_gic.c | 4 +++- | ||
12 | 1 file changed, 3 insertions(+), 1 deletion(-) | ||
13 | |||
14 | diff --git a/hw/intc/arm_gic.c b/hw/intc/arm_gic.c | ||
15 | index XXXXXXX..XXXXXXX 100644 | ||
16 | --- a/hw/intc/arm_gic.c | ||
17 | +++ b/hw/intc/arm_gic.c | ||
18 | @@ -XXX,XX +XXX,XX @@ static inline void gic_get_best_virq(GICState *s, int cpu, | ||
19 | static inline bool gic_irq_signaling_enabled(GICState *s, int cpu, bool virt, | ||
20 | int group_mask) | ||
21 | { | ||
22 | + int cpu_iface = virt ? (cpu + GIC_NCPU) : cpu; | ||
23 | + | ||
24 | if (!virt && !(s->ctlr & group_mask)) { | ||
25 | return false; | ||
26 | } | ||
27 | @@ -XXX,XX +XXX,XX @@ static inline bool gic_irq_signaling_enabled(GICState *s, int cpu, bool virt, | ||
28 | return false; | ||
29 | } | ||
30 | |||
31 | - if (!(s->cpu_ctlr[cpu] & group_mask)) { | ||
32 | + if (!(s->cpu_ctlr[cpu_iface] & group_mask)) { | ||
33 | return false; | ||
34 | } | ||
35 | |||
36 | -- | ||
37 | 2.20.1 | ||
38 | |||
39 | diff view generated by jsdifflib |
1 | From: Julian Brown <julian@codesourcery.com> | 1 | From: Andrew Jones <drjones@redhat.com> |
---|---|---|---|
2 | 2 | ||
3 | Since the integratorcp board creates the CPU object directly | 3 | virt machine's 'smp_cpus' and machine->smp.cpus must always have the |
4 | rather than via cpu_arm_init(), we have to call the CPU | 4 | same value. And, anywhere we have virt machine state we have machine |
5 | class parse_features() method ourselves if we want to | 5 | state. So let's remove the redundancy. Also, to make it easier to see |
6 | support the user passing features via the -cpu command | 6 | that machine->smp is the true source for "smp_cpus" and "max_cpus", |
7 | line argument as well as just the cpu name. Do so. | 7 | avoid passing them in function parameters, preferring instead to get |
8 | them from the state. | ||
8 | 9 | ||
9 | Signed-off-by: Julian Brown <julian@codesourcery.com> | 10 | No functional change intended. |
10 | [PMM: split out into its own patch] | 11 | |
11 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 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] | ||
12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
13 | --- | 18 | --- |
14 | hw/arm/integratorcp.c | 19 +++++++++++++++++-- | 19 | include/hw/arm/virt.h | 3 +-- |
15 | 1 file changed, 17 insertions(+), 2 deletions(-) | 20 | hw/arm/virt-acpi-build.c | 9 +++++---- |
21 | hw/arm/virt.c | 21 ++++++++++----------- | ||
22 | 3 files changed, 16 insertions(+), 17 deletions(-) | ||
16 | 23 | ||
17 | diff --git a/hw/arm/integratorcp.c b/hw/arm/integratorcp.c | 24 | diff --git a/include/hw/arm/virt.h b/include/hw/arm/virt.h |
18 | index XXXXXXX..XXXXXXX 100644 | 25 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/hw/arm/integratorcp.c | 26 | --- a/include/hw/arm/virt.h |
20 | +++ b/hw/arm/integratorcp.c | 27 | +++ b/include/hw/arm/virt.h |
21 | @@ -XXX,XX +XXX,XX @@ static void integratorcp_init(MachineState *machine) | 28 | @@ -XXX,XX +XXX,XX @@ struct VirtMachineState { |
22 | const char *kernel_filename = machine->kernel_filename; | 29 | MemMapEntry *memmap; |
23 | const char *kernel_cmdline = machine->kernel_cmdline; | 30 | char *pciehb_nodename; |
24 | const char *initrd_filename = machine->initrd_filename; | 31 | const int *irqmap; |
25 | + char **cpustr; | 32 | - int smp_cpus; |
26 | ObjectClass *cpu_oc; | 33 | void *fdt; |
27 | + CPUClass *cc; | 34 | int fdt_size; |
28 | Object *cpuobj; | 35 | uint32_t clock_phandle; |
29 | ARMCPU *cpu; | 36 | @@ -XXX,XX +XXX,XX @@ static inline int virt_gicv3_redist_region_count(VirtMachineState *vms) |
30 | + const char *typename; | 37 | |
31 | MemoryRegion *address_space_mem = get_system_memory(); | 38 | assert(vms->gic_version == VIRT_GIC_VERSION_3); |
32 | MemoryRegion *ram = g_new(MemoryRegion, 1); | 39 | |
33 | MemoryRegion *ram_alias = g_new(MemoryRegion, 1); | 40 | - return vms->smp_cpus > redist0_capacity ? 2 : 1; |
34 | qemu_irq pic[32]; | 41 | + return MACHINE(vms)->smp.cpus > redist0_capacity ? 2 : 1; |
35 | DeviceState *dev, *sic, *icp; | 42 | } |
36 | int i; | 43 | |
37 | + Error *err = NULL; | 44 | #endif /* QEMU_ARM_VIRT_H */ |
38 | 45 | diff --git a/hw/arm/virt-acpi-build.c b/hw/arm/virt-acpi-build.c | |
39 | if (!cpu_model) { | 46 | index XXXXXXX..XXXXXXX 100644 |
40 | cpu_model = "arm926"; | 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); | ||
41 | } | 92 | } |
42 | 93 | ||
43 | - cpu_oc = cpu_class_by_name(TYPE_ARM_CPU, cpu_model); | 94 | qemu_fdt_add_subnode(vms->fdt, "/timer"); |
44 | + cpustr = g_strsplit(cpu_model, ",", 2); | 95 | @@ -XXX,XX +XXX,XX @@ static void fdt_add_cpu_nodes(const VirtMachineState *vms) |
45 | + | 96 | int cpu; |
46 | + cpu_oc = cpu_class_by_name(TYPE_ARM_CPU, cpustr[0]); | 97 | int addr_cells = 1; |
47 | if (!cpu_oc) { | 98 | const MachineState *ms = MACHINE(vms); |
48 | fprintf(stderr, "Unable to find CPU definition\n"); | 99 | + int smp_cpus = ms->smp.cpus; |
100 | |||
101 | /* | ||
102 | * From Documentation/devicetree/bindings/arm/cpus.txt | ||
103 | @@ -XXX,XX +XXX,XX @@ static void fdt_add_cpu_nodes(const VirtMachineState *vms) | ||
104 | * The simplest way to go is to examine affinity IDs of all our CPUs. If | ||
105 | * at least one of them has Aff3 populated, we set #address-cells to 2. | ||
106 | */ | ||
107 | - for (cpu = 0; cpu < vms->smp_cpus; cpu++) { | ||
108 | + for (cpu = 0; cpu < smp_cpus; cpu++) { | ||
109 | ARMCPU *armcpu = ARM_CPU(qemu_get_cpu(cpu)); | ||
110 | |||
111 | if (armcpu->mp_affinity & ARM_AFF3_MASK) { | ||
112 | @@ -XXX,XX +XXX,XX @@ static void fdt_add_cpu_nodes(const VirtMachineState *vms) | ||
113 | qemu_fdt_setprop_cell(vms->fdt, "/cpus", "#address-cells", addr_cells); | ||
114 | qemu_fdt_setprop_cell(vms->fdt, "/cpus", "#size-cells", 0x0); | ||
115 | |||
116 | - for (cpu = vms->smp_cpus - 1; cpu >= 0; cpu--) { | ||
117 | + for (cpu = smp_cpus - 1; cpu >= 0; cpu--) { | ||
118 | char *nodename = g_strdup_printf("/cpus/cpu@%d", cpu); | ||
119 | ARMCPU *armcpu = ARM_CPU(qemu_get_cpu(cpu)); | ||
120 | CPUState *cs = CPU(armcpu); | ||
121 | @@ -XXX,XX +XXX,XX @@ static void fdt_add_cpu_nodes(const VirtMachineState *vms) | ||
122 | qemu_fdt_setprop_string(vms->fdt, nodename, "compatible", | ||
123 | armcpu->dtb_compatible); | ||
124 | |||
125 | - if (vms->psci_conduit != QEMU_PSCI_CONDUIT_DISABLED | ||
126 | - && vms->smp_cpus > 1) { | ||
127 | + if (vms->psci_conduit != QEMU_PSCI_CONDUIT_DISABLED && smp_cpus > 1) { | ||
128 | qemu_fdt_setprop_string(vms->fdt, nodename, | ||
129 | "enable-method", "psci"); | ||
130 | } | ||
131 | @@ -XXX,XX +XXX,XX @@ static void fdt_add_pmu_nodes(const VirtMachineState *vms) | ||
132 | if (vms->gic_version == VIRT_GIC_VERSION_2) { | ||
133 | irqflags = deposit32(irqflags, GIC_FDT_IRQ_PPI_CPU_START, | ||
134 | GIC_FDT_IRQ_PPI_CPU_WIDTH, | ||
135 | - (1 << vms->smp_cpus) - 1); | ||
136 | + (1 << MACHINE(vms)->smp.cpus) - 1); | ||
137 | } | ||
138 | |||
139 | qemu_fdt_add_subnode(vms->fdt, "/pmu"); | ||
140 | @@ -XXX,XX +XXX,XX @@ static void finalize_gic_version(VirtMachineState *vms) | ||
141 | * virt_cpu_post_init() must be called after the CPUs have | ||
142 | * been realized and the GIC has been created. | ||
143 | */ | ||
144 | -static void virt_cpu_post_init(VirtMachineState *vms, int max_cpus, | ||
145 | - MemoryRegion *sysmem) | ||
146 | +static void virt_cpu_post_init(VirtMachineState *vms, MemoryRegion *sysmem) | ||
147 | { | ||
148 | + int max_cpus = MACHINE(vms)->smp.max_cpus; | ||
149 | bool aarch64, pmu, steal_time; | ||
150 | CPUState *cpu; | ||
151 | |||
152 | @@ -XXX,XX +XXX,XX @@ static void machvirt_init(MachineState *machine) | ||
49 | exit(1); | 153 | exit(1); |
50 | } | 154 | } |
51 | + typename = object_class_get_name(cpu_oc); | 155 | |
52 | + | 156 | - vms->smp_cpus = smp_cpus; |
53 | + cc = CPU_CLASS(cpu_oc); | 157 | - |
54 | + cc->parse_features(typename, cpustr[1], &err); | 158 | if (vms->virt && kvm_enabled()) { |
55 | + g_strfreev(cpustr); | 159 | error_report("mach-virt: KVM does not support providing " |
56 | + if (err) { | 160 | "Virtualization extensions to the guest CPU"); |
57 | + error_report_err(err); | 161 | @@ -XXX,XX +XXX,XX @@ static void machvirt_init(MachineState *machine) |
58 | + exit(1); | 162 | create_fdt(vms); |
59 | + } | 163 | |
60 | 164 | possible_cpus = mc->possible_cpu_arch_ids(machine); | |
61 | - cpuobj = object_new(object_class_get_name(cpu_oc)); | 165 | + assert(possible_cpus->len == max_cpus); |
62 | + cpuobj = object_new(typename); | 166 | for (n = 0; n < possible_cpus->len; n++) { |
63 | 167 | Object *cpuobj; | |
64 | /* By default ARM1176 CPUs have EL3 enabled. This board does not | 168 | CPUState *cs; |
65 | * currently support EL3 so the CPU EL3 property is disabled before | 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 | |||
66 | -- | 178 | -- |
67 | 2.7.4 | 179 | 2.20.1 |
68 | 180 | ||
69 | 181 | diff view generated by jsdifflib |
1 | From: Prasad J Pandit <pjp@fedoraproject.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | While doing multi block SDMA transfer in routine | 3 | In 50244cc76abc we updated mte_check_fail to match the ARM |
4 | 'sdhci_sdma_transfer_multi_blocks', the 's->fifo_buffer' starting | 4 | pseudocode, using the correct EL to select the TCF field. |
5 | index 'begin' and data length 's->data_count' could end up to be same. | 5 | But we failed to update MTE0_ACTIVE the same way, which led |
6 | This could lead to an OOB access issue. Correct transfer data length | 6 | to g_assert_not_reached(). |
7 | to avoid it. | ||
8 | 7 | ||
9 | Cc: qemu-stable@nongnu.org | 8 | Cc: qemu-stable@nongnu.org |
10 | Reported-by: Jiang Xin <jiangxin1@huawei.com> | 9 | Buglink: https://bugs.launchpad.net/bugs/1907137 |
11 | Signed-off-by: Prasad J Pandit <pjp@fedoraproject.org> | 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> | 12 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
13 | Message-id: 20170130064736.9236-1-ppandit@redhat.com | ||
14 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
15 | --- | 14 | --- |
16 | hw/sd/sdhci.c | 2 +- | 15 | target/arm/helper.c | 2 +- |
17 | 1 file changed, 1 insertion(+), 1 deletion(-) | 16 | 1 file changed, 1 insertion(+), 1 deletion(-) |
18 | 17 | ||
19 | diff --git a/hw/sd/sdhci.c b/hw/sd/sdhci.c | 18 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
20 | index XXXXXXX..XXXXXXX 100644 | 19 | index XXXXXXX..XXXXXXX 100644 |
21 | --- a/hw/sd/sdhci.c | 20 | --- a/target/arm/helper.c |
22 | +++ b/hw/sd/sdhci.c | 21 | +++ b/target/arm/helper.c |
23 | @@ -XXX,XX +XXX,XX @@ static void sdhci_sdma_transfer_multi_blocks(SDHCIState *s) | 22 | @@ -XXX,XX +XXX,XX @@ static uint32_t rebuild_hflags_a64(CPUARMState *env, int el, int fp_el, |
24 | boundary_count -= block_size - begin; | 23 | if (FIELD_EX32(flags, TBFLAG_A64, UNPRIV) |
25 | } | 24 | && tbid |
26 | dma_memory_read(&address_space_memory, s->sdmasysad, | 25 | && !(env->pstate & PSTATE_TCO) |
27 | - &s->fifo_buffer[begin], s->data_count); | 26 | - && (sctlr & SCTLR_TCF0) |
28 | + &s->fifo_buffer[begin], s->data_count - begin); | 27 | + && (sctlr & SCTLR_TCF) |
29 | s->sdmasysad += s->data_count - begin; | 28 | && allocation_tag_access_enabled(env, 0, sctlr)) { |
30 | if (s->data_count == block_size) { | 29 | flags = FIELD_DP32(flags, TBFLAG_A64, MTE0_ACTIVE, 1); |
31 | for (n = 0; n < block_size; n++) { | 30 | } |
32 | -- | 31 | -- |
33 | 2.7.4 | 32 | 2.20.1 |
34 | 33 | ||
35 | 34 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | The CCR is a register most of whose bits are banked between security | ||
2 | states but where BFHFNMIGN is not, and we keep it in the non-secure | ||
3 | entry of the v7m.ccr[] array. The logic which tries to handle this | ||
4 | bit fails to implement the "RAZ/WI from Nonsecure if AIRCR.BFHFNMINS | ||
5 | is zero" requirement; correct the omission. | ||
1 | 6 | ||
7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
9 | Message-id: 20201210201433.26262-2-peter.maydell@linaro.org | ||
10 | --- | ||
11 | hw/intc/armv7m_nvic.c | 15 +++++++++++++++ | ||
12 | 1 file changed, 15 insertions(+) | ||
13 | |||
14 | diff --git a/hw/intc/armv7m_nvic.c b/hw/intc/armv7m_nvic.c | ||
15 | index XXXXXXX..XXXXXXX 100644 | ||
16 | --- a/hw/intc/armv7m_nvic.c | ||
17 | +++ b/hw/intc/armv7m_nvic.c | ||
18 | @@ -XXX,XX +XXX,XX @@ static uint32_t nvic_readl(NVICState *s, uint32_t offset, MemTxAttrs attrs) | ||
19 | */ | ||
20 | val = cpu->env.v7m.ccr[attrs.secure]; | ||
21 | val |= cpu->env.v7m.ccr[M_REG_NS] & R_V7M_CCR_BFHFNMIGN_MASK; | ||
22 | + /* BFHFNMIGN is RAZ/WI from NS if AIRCR.BFHFNMINS is 0 */ | ||
23 | + if (!attrs.secure) { | ||
24 | + if (!(cpu->env.v7m.aircr & R_V7M_AIRCR_BFHFNMINS_MASK)) { | ||
25 | + val &= ~R_V7M_CCR_BFHFNMIGN_MASK; | ||
26 | + } | ||
27 | + } | ||
28 | return val; | ||
29 | case 0xd24: /* System Handler Control and State (SHCSR) */ | ||
30 | if (!arm_feature(&cpu->env, ARM_FEATURE_V7)) { | ||
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 | + } | ||
44 | } | ||
45 | |||
46 | cpu->env.v7m.ccr[attrs.secure] = value; | ||
47 | -- | ||
48 | 2.20.1 | ||
49 | |||
50 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | In commit 64f863baeedc8659 we implemented the v8.1M FPCXT_S register, | ||
2 | but we got the write behaviour wrong. On read, this register reads | ||
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. | ||
1 | 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. | ||
14 | |||
15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
16 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
17 | Message-id: 20201210201433.26262-3-peter.maydell@linaro.org | ||
18 | --- | ||
19 | target/arm/translate-vfp.c.inc | 12 ++++++------ | ||
20 | 1 file changed, 6 insertions(+), 6 deletions(-) | ||
21 | |||
22 | diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc | ||
23 | index XXXXXXX..XXXXXXX 100644 | ||
24 | --- a/target/arm/translate-vfp.c.inc | ||
25 | +++ b/target/arm/translate-vfp.c.inc | ||
26 | @@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_write(DisasContext *s, int regno, | ||
27 | } | ||
28 | case ARM_VFP_FPCXT_S: | ||
29 | { | ||
30 | - TCGv_i32 sfpa, control, fpscr; | ||
31 | - /* Set FPSCR[27:0] and CONTROL.SFPA from value */ | ||
32 | + TCGv_i32 sfpa, control; | ||
33 | + /* | ||
34 | + * Set FPSCR and CONTROL.SFPA from value; the new FPSCR takes | ||
35 | + * bits [27:0] from value and zeroes bits [31:28]. | ||
36 | + */ | ||
37 | tmp = loadfn(s, opaque); | ||
38 | sfpa = tcg_temp_new_i32(); | ||
39 | tcg_gen_shri_i32(sfpa, tmp, 31); | ||
40 | @@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_write(DisasContext *s, int regno, | ||
41 | tcg_gen_deposit_i32(control, control, sfpa, | ||
42 | R_V7M_CONTROL_SFPA_SHIFT, 1); | ||
43 | store_cpu_field(control, v7m.control[M_REG_S]); | ||
44 | - fpscr = load_cpu_field(vfp.xregs[ARM_VFP_FPSCR]); | ||
45 | - tcg_gen_andi_i32(fpscr, fpscr, FPCR_NZCV_MASK); | ||
46 | tcg_gen_andi_i32(tmp, tmp, ~FPCR_NZCV_MASK); | ||
47 | - tcg_gen_or_i32(fpscr, fpscr, tmp); | ||
48 | - store_cpu_field(fpscr, vfp.xregs[ARM_VFP_FPSCR]); | ||
49 | + gen_helper_vfp_set_fpscr(cpu_env, tmp); | ||
50 | tcg_temp_free_i32(tmp); | ||
51 | tcg_temp_free_i32(sfpa); | ||
52 | break; | ||
53 | -- | ||
54 | 2.20.1 | ||
55 | |||
56 | diff view generated by jsdifflib |
1 | Add support for generating the ISS (Instruction Specific Syndrome) | 1 | Implement the v8.1M FPCXT_NS floating-point system register. This is |
---|---|---|---|
2 | for Data Abort exceptions taken from AArch32. These syndromes are | 2 | a little more complicated than FPCXT_S, because it has specific |
3 | used by hypervisors for example to trap and emulate memory accesses. | 3 | handling for "current FP state is inactive", and it only wants to do |
4 | 4 | PreserveFPState(), not the full set of actions done by | |
5 | This is the equivalent for AArch32 guests of the work done for AArch64 | 5 | ExecuteFPCheck() which vfp_access_check() implements. |
6 | guests in commit aaa1f954d4cab243. | ||
7 | 6 | ||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> | 8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
9 | Message-id: 20201210201433.26262-4-peter.maydell@linaro.org | ||
10 | --- | 10 | --- |
11 | target/arm/translate.h | 14 ++++ | 11 | target/arm/translate-vfp.c.inc | 102 ++++++++++++++++++++++++++++++++- |
12 | target/arm/translate-a64.c | 14 ---- | 12 | 1 file changed, 99 insertions(+), 3 deletions(-) |
13 | target/arm/translate.c | 184 +++++++++++++++++++++++++++++++++------------ | ||
14 | 3 files changed, 149 insertions(+), 63 deletions(-) | ||
15 | 13 | ||
16 | diff --git a/target/arm/translate.h b/target/arm/translate.h | 14 | diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc |
17 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
18 | --- a/target/arm/translate.h | 16 | --- a/target/arm/translate-vfp.c.inc |
19 | +++ b/target/arm/translate.h | 17 | +++ b/target/arm/translate-vfp.c.inc |
20 | @@ -XXX,XX +XXX,XX @@ static inline int default_exception_el(DisasContext *s) | 18 | @@ -XXX,XX +XXX,XX @@ static FPSysRegCheckResult fp_sysreg_checks(DisasContext *s, int regno) |
21 | ? 3 : MAX(1, s->current_el); | 19 | } |
20 | break; | ||
21 | case ARM_VFP_FPCXT_S: | ||
22 | + case ARM_VFP_FPCXT_NS: | ||
23 | if (!arm_dc_feature(s, ARM_FEATURE_V8_1M)) { | ||
24 | return false; | ||
25 | } | ||
26 | @@ -XXX,XX +XXX,XX @@ static FPSysRegCheckResult fp_sysreg_checks(DisasContext *s, int regno) | ||
27 | return FPSysRegCheckFailed; | ||
28 | } | ||
29 | |||
30 | - if (!vfp_access_check(s)) { | ||
31 | + /* | ||
32 | + * FPCXT_NS is a special case: it has specific handling for | ||
33 | + * "current FP state is inactive", and must do the PreserveFPState() | ||
34 | + * but not the usual full set of actions done by ExecuteFPCheck(). | ||
35 | + * So we don't call vfp_access_check() and the callers must handle this. | ||
36 | + */ | ||
37 | + if (regno != ARM_VFP_FPCXT_NS && !vfp_access_check(s)) { | ||
38 | return FPSysRegCheckDone; | ||
39 | } | ||
40 | - | ||
41 | return FPSysRegCheckContinue; | ||
22 | } | 42 | } |
23 | 43 | ||
24 | +static void disas_set_insn_syndrome(DisasContext *s, uint32_t syn) | 44 | +static void gen_branch_fpInactive(DisasContext *s, TCGCond cond, |
45 | + TCGLabel *label) | ||
25 | +{ | 46 | +{ |
26 | + /* We don't need to save all of the syndrome so we mask and shift | 47 | + /* |
27 | + * out unneeded bits to help the sleb128 encoder do a better job. | 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) | ||
28 | + */ | 58 | + */ |
29 | + syn &= ARM_INSN_START_WORD2_MASK; | 59 | + assert(cond == TCG_COND_EQ || cond == TCG_COND_NE); |
30 | + syn >>= ARM_INSN_START_WORD2_SHIFT; | ||
31 | + | 60 | + |
32 | + /* We check and clear insn_start_idx to catch multiple updates. */ | 61 | + /* fpInactive = FPCCR_NS.ASPEN == 1 && CONTROL.FPCA == 0 */ |
33 | + assert(s->insn_start_idx != 0); | 62 | + TCGv_i32 aspen, fpca; |
34 | + tcg_set_insn_param(s->insn_start_idx, 2, syn); | 63 | + aspen = load_cpu_field(v7m.fpccr[M_REG_NS]); |
35 | + s->insn_start_idx = 0; | 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); | ||
36 | +} | 72 | +} |
37 | + | 73 | + |
38 | /* target-specific extra values for is_jmp */ | 74 | static bool gen_M_fp_sysreg_write(DisasContext *s, int regno, |
39 | /* These instructions trap after executing, so the A32/T32 decoder must | 75 | |
40 | * defer them until after the conditional execution state has been updated. | 76 | fp_sysreg_loadfn *loadfn, |
41 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | 77 | @@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_write(DisasContext *s, int regno, |
42 | index XXXXXXX..XXXXXXX 100644 | 78 | { |
43 | --- a/target/arm/translate-a64.c | 79 | /* Do a write to an M-profile floating point system register */ |
44 | +++ b/target/arm/translate-a64.c | 80 | TCGv_i32 tmp; |
45 | @@ -XXX,XX +XXX,XX @@ static inline void gen_goto_tb(DisasContext *s, int n, uint64_t dest) | 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; | ||
46 | } | 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; | ||
47 | } | 107 | } |
48 | 108 | ||
49 | -static void disas_set_insn_syndrome(DisasContext *s, uint32_t syn) | 109 | @@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_read(DisasContext *s, int regno, |
50 | -{ | ||
51 | - /* We don't need to save all of the syndrome so we mask and shift | ||
52 | - * out uneeded bits to help the sleb128 encoder do a better job. | ||
53 | - */ | ||
54 | - syn &= ARM_INSN_START_WORD2_MASK; | ||
55 | - syn >>= ARM_INSN_START_WORD2_SHIFT; | ||
56 | - | ||
57 | - /* We check and clear insn_start_idx to catch multiple updates. */ | ||
58 | - assert(s->insn_start_idx != 0); | ||
59 | - tcg_set_insn_param(s->insn_start_idx, 2, syn); | ||
60 | - s->insn_start_idx = 0; | ||
61 | -} | ||
62 | - | ||
63 | static void unallocated_encoding(DisasContext *s) | ||
64 | { | 110 | { |
65 | /* Unallocated and reserved encodings are uncategorized */ | 111 | /* Do a read from an M-profile floating point system register */ |
66 | diff --git a/target/arm/translate.c b/target/arm/translate.c | 112 | TCGv_i32 tmp; |
67 | index XXXXXXX..XXXXXXX 100644 | 113 | + TCGLabel *lab_end = NULL; |
68 | --- a/target/arm/translate.c | 114 | + bool lookup_tb = false; |
69 | +++ b/target/arm/translate.c | 115 | |
70 | @@ -XXX,XX +XXX,XX @@ void arm_translate_init(void) | 116 | switch (fp_sysreg_checks(s, regno)) { |
71 | a64_translate_init(); | 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); | ||
164 | break; | ||
165 | } | ||
166 | default: | ||
167 | g_assert_not_reached(); | ||
168 | } | ||
169 | + | ||
170 | + if (lab_end) { | ||
171 | + gen_set_label(lab_end); | ||
172 | + } | ||
173 | + if (lookup_tb) { | ||
174 | + gen_lookup_tb(s); | ||
175 | + } | ||
176 | return true; | ||
72 | } | 177 | } |
73 | 178 | ||
74 | +/* Flags for the disas_set_da_iss info argument: | ||
75 | + * lower bits hold the Rt register number, higher bits are flags. | ||
76 | + */ | ||
77 | +typedef enum ISSInfo { | ||
78 | + ISSNone = 0, | ||
79 | + ISSRegMask = 0x1f, | ||
80 | + ISSInvalid = (1 << 5), | ||
81 | + ISSIsAcqRel = (1 << 6), | ||
82 | + ISSIsWrite = (1 << 7), | ||
83 | + ISSIs16Bit = (1 << 8), | ||
84 | +} ISSInfo; | ||
85 | + | ||
86 | +/* Save the syndrome information for a Data Abort */ | ||
87 | +static void disas_set_da_iss(DisasContext *s, TCGMemOp memop, ISSInfo issinfo) | ||
88 | +{ | ||
89 | + uint32_t syn; | ||
90 | + int sas = memop & MO_SIZE; | ||
91 | + bool sse = memop & MO_SIGN; | ||
92 | + bool is_acqrel = issinfo & ISSIsAcqRel; | ||
93 | + bool is_write = issinfo & ISSIsWrite; | ||
94 | + bool is_16bit = issinfo & ISSIs16Bit; | ||
95 | + int srt = issinfo & ISSRegMask; | ||
96 | + | ||
97 | + if (issinfo & ISSInvalid) { | ||
98 | + /* Some callsites want to conditionally provide ISS info, | ||
99 | + * eg "only if this was not a writeback" | ||
100 | + */ | ||
101 | + return; | ||
102 | + } | ||
103 | + | ||
104 | + if (srt == 15) { | ||
105 | + /* For AArch32, insns where the src/dest is R15 never generate | ||
106 | + * ISS information. Catching that here saves checking at all | ||
107 | + * the call sites. | ||
108 | + */ | ||
109 | + return; | ||
110 | + } | ||
111 | + | ||
112 | + syn = syn_data_abort_with_iss(0, sas, sse, srt, 0, is_acqrel, | ||
113 | + 0, 0, 0, is_write, 0, is_16bit); | ||
114 | + disas_set_insn_syndrome(s, syn); | ||
115 | +} | ||
116 | + | ||
117 | static inline ARMMMUIdx get_a32_user_mem_index(DisasContext *s) | ||
118 | { | ||
119 | /* Return the mmu_idx to use for A32/T32 "unprivileged load/store" | ||
120 | @@ -XXX,XX +XXX,XX @@ static inline void gen_aa32_ld##SUFF(DisasContext *s, TCGv_i32 val, \ | ||
121 | TCGv_i32 a32, int index) \ | ||
122 | { \ | ||
123 | gen_aa32_ld_i32(s, val, a32, index, OPC | s->be_data); \ | ||
124 | +} \ | ||
125 | +static inline void gen_aa32_ld##SUFF##_iss(DisasContext *s, \ | ||
126 | + TCGv_i32 val, \ | ||
127 | + TCGv_i32 a32, int index, \ | ||
128 | + ISSInfo issinfo) \ | ||
129 | +{ \ | ||
130 | + gen_aa32_ld_i32(s, val, a32, index, OPC | s->be_data); \ | ||
131 | + disas_set_da_iss(s, OPC, issinfo); \ | ||
132 | } | ||
133 | |||
134 | #define DO_GEN_ST(SUFF, OPC) \ | ||
135 | @@ -XXX,XX +XXX,XX @@ static inline void gen_aa32_st##SUFF(DisasContext *s, TCGv_i32 val, \ | ||
136 | TCGv_i32 a32, int index) \ | ||
137 | { \ | ||
138 | gen_aa32_st_i32(s, val, a32, index, OPC | s->be_data); \ | ||
139 | +} \ | ||
140 | +static inline void gen_aa32_st##SUFF##_iss(DisasContext *s, \ | ||
141 | + TCGv_i32 val, \ | ||
142 | + TCGv_i32 a32, int index, \ | ||
143 | + ISSInfo issinfo) \ | ||
144 | +{ \ | ||
145 | + gen_aa32_st_i32(s, val, a32, index, OPC | s->be_data); \ | ||
146 | + disas_set_da_iss(s, OPC, issinfo | ISSIsWrite); \ | ||
147 | } | ||
148 | |||
149 | static inline void gen_aa32_frob64(DisasContext *s, TCGv_i64 val) | ||
150 | @@ -XXX,XX +XXX,XX @@ static void disas_arm_insn(DisasContext *s, unsigned int insn) | ||
151 | tmp = tcg_temp_new_i32(); | ||
152 | switch (op1) { | ||
153 | case 0: /* lda */ | ||
154 | - gen_aa32_ld32u(s, tmp, addr, | ||
155 | - get_mem_index(s)); | ||
156 | + gen_aa32_ld32u_iss(s, tmp, addr, | ||
157 | + get_mem_index(s), | ||
158 | + rd | ISSIsAcqRel); | ||
159 | break; | ||
160 | case 2: /* ldab */ | ||
161 | - gen_aa32_ld8u(s, tmp, addr, | ||
162 | - get_mem_index(s)); | ||
163 | + gen_aa32_ld8u_iss(s, tmp, addr, | ||
164 | + get_mem_index(s), | ||
165 | + rd | ISSIsAcqRel); | ||
166 | break; | ||
167 | case 3: /* ldah */ | ||
168 | - gen_aa32_ld16u(s, tmp, addr, | ||
169 | - get_mem_index(s)); | ||
170 | + gen_aa32_ld16u_iss(s, tmp, addr, | ||
171 | + get_mem_index(s), | ||
172 | + rd | ISSIsAcqRel); | ||
173 | break; | ||
174 | default: | ||
175 | abort(); | ||
176 | @@ -XXX,XX +XXX,XX @@ static void disas_arm_insn(DisasContext *s, unsigned int insn) | ||
177 | tmp = load_reg(s, rm); | ||
178 | switch (op1) { | ||
179 | case 0: /* stl */ | ||
180 | - gen_aa32_st32(s, tmp, addr, | ||
181 | - get_mem_index(s)); | ||
182 | + gen_aa32_st32_iss(s, tmp, addr, | ||
183 | + get_mem_index(s), | ||
184 | + rm | ISSIsAcqRel); | ||
185 | break; | ||
186 | case 2: /* stlb */ | ||
187 | - gen_aa32_st8(s, tmp, addr, | ||
188 | - get_mem_index(s)); | ||
189 | + gen_aa32_st8_iss(s, tmp, addr, | ||
190 | + get_mem_index(s), | ||
191 | + rm | ISSIsAcqRel); | ||
192 | break; | ||
193 | case 3: /* stlh */ | ||
194 | - gen_aa32_st16(s, tmp, addr, | ||
195 | - get_mem_index(s)); | ||
196 | + gen_aa32_st16_iss(s, tmp, addr, | ||
197 | + get_mem_index(s), | ||
198 | + rm | ISSIsAcqRel); | ||
199 | break; | ||
200 | default: | ||
201 | abort(); | ||
202 | @@ -XXX,XX +XXX,XX @@ static void disas_arm_insn(DisasContext *s, unsigned int insn) | ||
203 | bool wbit = insn & (1 << 21); | ||
204 | bool pbit = insn & (1 << 24); | ||
205 | bool doubleword = false; | ||
206 | + ISSInfo issinfo; | ||
207 | + | ||
208 | /* Misc load/store */ | ||
209 | rn = (insn >> 16) & 0xf; | ||
210 | rd = (insn >> 12) & 0xf; | ||
211 | |||
212 | + /* ISS not valid if writeback */ | ||
213 | + issinfo = (pbit & !wbit) ? rd : ISSInvalid; | ||
214 | + | ||
215 | if (!load && (sh & 2)) { | ||
216 | /* doubleword */ | ||
217 | ARCH(5TE); | ||
218 | @@ -XXX,XX +XXX,XX @@ static void disas_arm_insn(DisasContext *s, unsigned int insn) | ||
219 | tmp = tcg_temp_new_i32(); | ||
220 | switch (sh) { | ||
221 | case 1: | ||
222 | - gen_aa32_ld16u(s, tmp, addr, get_mem_index(s)); | ||
223 | + gen_aa32_ld16u_iss(s, tmp, addr, get_mem_index(s), | ||
224 | + issinfo); | ||
225 | break; | ||
226 | case 2: | ||
227 | - gen_aa32_ld8s(s, tmp, addr, get_mem_index(s)); | ||
228 | + gen_aa32_ld8s_iss(s, tmp, addr, get_mem_index(s), | ||
229 | + issinfo); | ||
230 | break; | ||
231 | default: | ||
232 | case 3: | ||
233 | - gen_aa32_ld16s(s, tmp, addr, get_mem_index(s)); | ||
234 | + gen_aa32_ld16s_iss(s, tmp, addr, get_mem_index(s), | ||
235 | + issinfo); | ||
236 | break; | ||
237 | } | ||
238 | } else { | ||
239 | /* store */ | ||
240 | tmp = load_reg(s, rd); | ||
241 | - gen_aa32_st16(s, tmp, addr, get_mem_index(s)); | ||
242 | + gen_aa32_st16_iss(s, tmp, addr, get_mem_index(s), issinfo); | ||
243 | tcg_temp_free_i32(tmp); | ||
244 | } | ||
245 | /* Perform base writeback before the loaded value to | ||
246 | @@ -XXX,XX +XXX,XX @@ static void disas_arm_insn(DisasContext *s, unsigned int insn) | ||
247 | /* load */ | ||
248 | tmp = tcg_temp_new_i32(); | ||
249 | if (insn & (1 << 22)) { | ||
250 | - gen_aa32_ld8u(s, tmp, tmp2, i); | ||
251 | + gen_aa32_ld8u_iss(s, tmp, tmp2, i, rd); | ||
252 | } else { | ||
253 | - gen_aa32_ld32u(s, tmp, tmp2, i); | ||
254 | + gen_aa32_ld32u_iss(s, tmp, tmp2, i, rd); | ||
255 | } | ||
256 | } else { | ||
257 | /* store */ | ||
258 | tmp = load_reg(s, rd); | ||
259 | if (insn & (1 << 22)) { | ||
260 | - gen_aa32_st8(s, tmp, tmp2, i); | ||
261 | + gen_aa32_st8_iss(s, tmp, tmp2, i, rd); | ||
262 | } else { | ||
263 | - gen_aa32_st32(s, tmp, tmp2, i); | ||
264 | + gen_aa32_st32_iss(s, tmp, tmp2, i, rd); | ||
265 | } | ||
266 | tcg_temp_free_i32(tmp); | ||
267 | } | ||
268 | @@ -XXX,XX +XXX,XX @@ static int disas_thumb2_insn(CPUARMState *env, DisasContext *s, uint16_t insn_hw | ||
269 | tmp = tcg_temp_new_i32(); | ||
270 | switch (op) { | ||
271 | case 0: /* ldab */ | ||
272 | - gen_aa32_ld8u(s, tmp, addr, get_mem_index(s)); | ||
273 | + gen_aa32_ld8u_iss(s, tmp, addr, get_mem_index(s), | ||
274 | + rs | ISSIsAcqRel); | ||
275 | break; | ||
276 | case 1: /* ldah */ | ||
277 | - gen_aa32_ld16u(s, tmp, addr, get_mem_index(s)); | ||
278 | + gen_aa32_ld16u_iss(s, tmp, addr, get_mem_index(s), | ||
279 | + rs | ISSIsAcqRel); | ||
280 | break; | ||
281 | case 2: /* lda */ | ||
282 | - gen_aa32_ld32u(s, tmp, addr, get_mem_index(s)); | ||
283 | + gen_aa32_ld32u_iss(s, tmp, addr, get_mem_index(s), | ||
284 | + rs | ISSIsAcqRel); | ||
285 | break; | ||
286 | default: | ||
287 | abort(); | ||
288 | @@ -XXX,XX +XXX,XX @@ static int disas_thumb2_insn(CPUARMState *env, DisasContext *s, uint16_t insn_hw | ||
289 | tmp = load_reg(s, rs); | ||
290 | switch (op) { | ||
291 | case 0: /* stlb */ | ||
292 | - gen_aa32_st8(s, tmp, addr, get_mem_index(s)); | ||
293 | + gen_aa32_st8_iss(s, tmp, addr, get_mem_index(s), | ||
294 | + rs | ISSIsAcqRel); | ||
295 | break; | ||
296 | case 1: /* stlh */ | ||
297 | - gen_aa32_st16(s, tmp, addr, get_mem_index(s)); | ||
298 | + gen_aa32_st16_iss(s, tmp, addr, get_mem_index(s), | ||
299 | + rs | ISSIsAcqRel); | ||
300 | break; | ||
301 | case 2: /* stl */ | ||
302 | - gen_aa32_st32(s, tmp, addr, get_mem_index(s)); | ||
303 | + gen_aa32_st32_iss(s, tmp, addr, get_mem_index(s), | ||
304 | + rs | ISSIsAcqRel); | ||
305 | break; | ||
306 | default: | ||
307 | abort(); | ||
308 | @@ -XXX,XX +XXX,XX @@ static int disas_thumb2_insn(CPUARMState *env, DisasContext *s, uint16_t insn_hw | ||
309 | int postinc = 0; | ||
310 | int writeback = 0; | ||
311 | int memidx; | ||
312 | + ISSInfo issinfo; | ||
313 | + | ||
314 | if ((insn & 0x01100000) == 0x01000000) { | ||
315 | if (disas_neon_ls_insn(s, insn)) { | ||
316 | goto illegal_op; | ||
317 | @@ -XXX,XX +XXX,XX @@ static int disas_thumb2_insn(CPUARMState *env, DisasContext *s, uint16_t insn_hw | ||
318 | } | ||
319 | } | ||
320 | } | ||
321 | + | ||
322 | + issinfo = writeback ? ISSInvalid : rs; | ||
323 | + | ||
324 | if (insn & (1 << 20)) { | ||
325 | /* Load. */ | ||
326 | tmp = tcg_temp_new_i32(); | ||
327 | switch (op) { | ||
328 | case 0: | ||
329 | - gen_aa32_ld8u(s, tmp, addr, memidx); | ||
330 | + gen_aa32_ld8u_iss(s, tmp, addr, memidx, issinfo); | ||
331 | break; | ||
332 | case 4: | ||
333 | - gen_aa32_ld8s(s, tmp, addr, memidx); | ||
334 | + gen_aa32_ld8s_iss(s, tmp, addr, memidx, issinfo); | ||
335 | break; | ||
336 | case 1: | ||
337 | - gen_aa32_ld16u(s, tmp, addr, memidx); | ||
338 | + gen_aa32_ld16u_iss(s, tmp, addr, memidx, issinfo); | ||
339 | break; | ||
340 | case 5: | ||
341 | - gen_aa32_ld16s(s, tmp, addr, memidx); | ||
342 | + gen_aa32_ld16s_iss(s, tmp, addr, memidx, issinfo); | ||
343 | break; | ||
344 | case 2: | ||
345 | - gen_aa32_ld32u(s, tmp, addr, memidx); | ||
346 | + gen_aa32_ld32u_iss(s, tmp, addr, memidx, issinfo); | ||
347 | break; | ||
348 | default: | ||
349 | tcg_temp_free_i32(tmp); | ||
350 | @@ -XXX,XX +XXX,XX @@ static int disas_thumb2_insn(CPUARMState *env, DisasContext *s, uint16_t insn_hw | ||
351 | tmp = load_reg(s, rs); | ||
352 | switch (op) { | ||
353 | case 0: | ||
354 | - gen_aa32_st8(s, tmp, addr, memidx); | ||
355 | + gen_aa32_st8_iss(s, tmp, addr, memidx, issinfo); | ||
356 | break; | ||
357 | case 1: | ||
358 | - gen_aa32_st16(s, tmp, addr, memidx); | ||
359 | + gen_aa32_st16_iss(s, tmp, addr, memidx, issinfo); | ||
360 | break; | ||
361 | case 2: | ||
362 | - gen_aa32_st32(s, tmp, addr, memidx); | ||
363 | + gen_aa32_st32_iss(s, tmp, addr, memidx, issinfo); | ||
364 | break; | ||
365 | default: | ||
366 | tcg_temp_free_i32(tmp); | ||
367 | @@ -XXX,XX +XXX,XX @@ static void disas_thumb_insn(CPUARMState *env, DisasContext *s) | ||
368 | addr = tcg_temp_new_i32(); | ||
369 | tcg_gen_movi_i32(addr, val); | ||
370 | tmp = tcg_temp_new_i32(); | ||
371 | - gen_aa32_ld32u(s, tmp, addr, get_mem_index(s)); | ||
372 | + gen_aa32_ld32u_iss(s, tmp, addr, get_mem_index(s), | ||
373 | + rd | ISSIs16Bit); | ||
374 | tcg_temp_free_i32(addr); | ||
375 | store_reg(s, rd, tmp); | ||
376 | break; | ||
377 | @@ -XXX,XX +XXX,XX @@ static void disas_thumb_insn(CPUARMState *env, DisasContext *s) | ||
378 | |||
379 | switch (op) { | ||
380 | case 0: /* str */ | ||
381 | - gen_aa32_st32(s, tmp, addr, get_mem_index(s)); | ||
382 | + gen_aa32_st32_iss(s, tmp, addr, get_mem_index(s), rd | ISSIs16Bit); | ||
383 | break; | ||
384 | case 1: /* strh */ | ||
385 | - gen_aa32_st16(s, tmp, addr, get_mem_index(s)); | ||
386 | + gen_aa32_st16_iss(s, tmp, addr, get_mem_index(s), rd | ISSIs16Bit); | ||
387 | break; | ||
388 | case 2: /* strb */ | ||
389 | - gen_aa32_st8(s, tmp, addr, get_mem_index(s)); | ||
390 | + gen_aa32_st8_iss(s, tmp, addr, get_mem_index(s), rd | ISSIs16Bit); | ||
391 | break; | ||
392 | case 3: /* ldrsb */ | ||
393 | - gen_aa32_ld8s(s, tmp, addr, get_mem_index(s)); | ||
394 | + gen_aa32_ld8s_iss(s, tmp, addr, get_mem_index(s), rd | ISSIs16Bit); | ||
395 | break; | ||
396 | case 4: /* ldr */ | ||
397 | - gen_aa32_ld32u(s, tmp, addr, get_mem_index(s)); | ||
398 | + gen_aa32_ld32u_iss(s, tmp, addr, get_mem_index(s), rd | ISSIs16Bit); | ||
399 | break; | ||
400 | case 5: /* ldrh */ | ||
401 | - gen_aa32_ld16u(s, tmp, addr, get_mem_index(s)); | ||
402 | + gen_aa32_ld16u_iss(s, tmp, addr, get_mem_index(s), rd | ISSIs16Bit); | ||
403 | break; | ||
404 | case 6: /* ldrb */ | ||
405 | - gen_aa32_ld8u(s, tmp, addr, get_mem_index(s)); | ||
406 | + gen_aa32_ld8u_iss(s, tmp, addr, get_mem_index(s), rd | ISSIs16Bit); | ||
407 | break; | ||
408 | case 7: /* ldrsh */ | ||
409 | - gen_aa32_ld16s(s, tmp, addr, get_mem_index(s)); | ||
410 | + gen_aa32_ld16s_iss(s, tmp, addr, get_mem_index(s), rd | ISSIs16Bit); | ||
411 | break; | ||
412 | } | ||
413 | if (op >= 3) { /* load */ | ||
414 | @@ -XXX,XX +XXX,XX @@ static void disas_thumb_insn(CPUARMState *env, DisasContext *s) | ||
415 | if (insn & (1 << 11)) { | ||
416 | /* load */ | ||
417 | tmp = tcg_temp_new_i32(); | ||
418 | - gen_aa32_ld8u(s, tmp, addr, get_mem_index(s)); | ||
419 | + gen_aa32_ld8u_iss(s, tmp, addr, get_mem_index(s), rd | ISSIs16Bit); | ||
420 | store_reg(s, rd, tmp); | ||
421 | } else { | ||
422 | /* store */ | ||
423 | tmp = load_reg(s, rd); | ||
424 | - gen_aa32_st8(s, tmp, addr, get_mem_index(s)); | ||
425 | + gen_aa32_st8_iss(s, tmp, addr, get_mem_index(s), rd | ISSIs16Bit); | ||
426 | tcg_temp_free_i32(tmp); | ||
427 | } | ||
428 | tcg_temp_free_i32(addr); | ||
429 | @@ -XXX,XX +XXX,XX @@ static void disas_thumb_insn(CPUARMState *env, DisasContext *s) | ||
430 | if (insn & (1 << 11)) { | ||
431 | /* load */ | ||
432 | tmp = tcg_temp_new_i32(); | ||
433 | - gen_aa32_ld16u(s, tmp, addr, get_mem_index(s)); | ||
434 | + gen_aa32_ld16u_iss(s, tmp, addr, get_mem_index(s), rd | ISSIs16Bit); | ||
435 | store_reg(s, rd, tmp); | ||
436 | } else { | ||
437 | /* store */ | ||
438 | tmp = load_reg(s, rd); | ||
439 | - gen_aa32_st16(s, tmp, addr, get_mem_index(s)); | ||
440 | + gen_aa32_st16_iss(s, tmp, addr, get_mem_index(s), rd | ISSIs16Bit); | ||
441 | tcg_temp_free_i32(tmp); | ||
442 | } | ||
443 | tcg_temp_free_i32(addr); | ||
444 | @@ -XXX,XX +XXX,XX @@ static void disas_thumb_insn(CPUARMState *env, DisasContext *s) | ||
445 | if (insn & (1 << 11)) { | ||
446 | /* load */ | ||
447 | tmp = tcg_temp_new_i32(); | ||
448 | - gen_aa32_ld32u(s, tmp, addr, get_mem_index(s)); | ||
449 | + gen_aa32_ld32u_iss(s, tmp, addr, get_mem_index(s), rd | ISSIs16Bit); | ||
450 | store_reg(s, rd, tmp); | ||
451 | } else { | ||
452 | /* store */ | ||
453 | tmp = load_reg(s, rd); | ||
454 | - gen_aa32_st32(s, tmp, addr, get_mem_index(s)); | ||
455 | + gen_aa32_st32_iss(s, tmp, addr, get_mem_index(s), rd | ISSIs16Bit); | ||
456 | tcg_temp_free_i32(tmp); | ||
457 | } | ||
458 | tcg_temp_free_i32(addr); | ||
459 | @@ -XXX,XX +XXX,XX @@ void gen_intermediate_code(CPUARMState *env, TranslationBlock *tb) | ||
460 | store_cpu_field(tmp, condexec_bits); | ||
461 | } | ||
462 | do { | ||
463 | + dc->insn_start_idx = tcg_op_buf_count(); | ||
464 | tcg_gen_insn_start(dc->pc, | ||
465 | (dc->condexec_cond << 4) | (dc->condexec_mask >> 1), | ||
466 | 0); | ||
467 | -- | 179 | -- |
468 | 2.7.4 | 180 | 2.20.1 |
469 | 181 | ||
470 | 182 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | Now that we have implemented all the features needed by the v8.1M | ||
2 | architecture, we can add the model of the Cortex-M55. This is the | ||
3 | configuration without MVE support; we'll add MVE later. | ||
1 | 4 | ||
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Message-id: 20201210201433.26262-5-peter.maydell@linaro.org | ||
8 | --- | ||
9 | target/arm/cpu_tcg.c | 42 ++++++++++++++++++++++++++++++++++++++++++ | ||
10 | 1 file changed, 42 insertions(+) | ||
11 | |||
12 | diff --git a/target/arm/cpu_tcg.c b/target/arm/cpu_tcg.c | ||
13 | index XXXXXXX..XXXXXXX 100644 | ||
14 | --- a/target/arm/cpu_tcg.c | ||
15 | +++ b/target/arm/cpu_tcg.c | ||
16 | @@ -XXX,XX +XXX,XX @@ static void cortex_m33_initfn(Object *obj) | ||
17 | cpu->ctr = 0x8000c000; | ||
18 | } | ||
19 | |||
20 | +static void cortex_m55_initfn(Object *obj) | ||
21 | +{ | ||
22 | + ARMCPU *cpu = ARM_CPU(obj); | ||
23 | + | ||
24 | + set_feature(&cpu->env, ARM_FEATURE_V8); | ||
25 | + set_feature(&cpu->env, ARM_FEATURE_V8_1M); | ||
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 | ||
37 | + */ | ||
38 | + cpu->isar.mvfr0 = 0x10110221; | ||
39 | + cpu->isar.mvfr1 = 0x12100011; | ||
40 | + cpu->isar.mvfr2 = 0x00000040; | ||
41 | + cpu->isar.id_pfr0 = 0x20000030; | ||
42 | + cpu->isar.id_pfr1 = 0x00000230; | ||
43 | + cpu->isar.id_dfr0 = 0x10200000; | ||
44 | + cpu->id_afr0 = 0x00000000; | ||
45 | + cpu->isar.id_mmfr0 = 0x00111040; | ||
46 | + cpu->isar.id_mmfr1 = 0x00000000; | ||
47 | + cpu->isar.id_mmfr2 = 0x01000000; | ||
48 | + cpu->isar.id_mmfr3 = 0x00000011; | ||
49 | + cpu->isar.id_isar0 = 0x01103110; | ||
50 | + cpu->isar.id_isar1 = 0x02212000; | ||
51 | + cpu->isar.id_isar2 = 0x20232232; | ||
52 | + cpu->isar.id_isar3 = 0x01111131; | ||
53 | + cpu->isar.id_isar4 = 0x01310132; | ||
54 | + cpu->isar.id_isar5 = 0x00000000; | ||
55 | + cpu->isar.id_isar6 = 0x00000000; | ||
56 | + cpu->clidr = 0x00000000; /* caches not implemented */ | ||
57 | + cpu->ctr = 0x8303c003; | ||
58 | +} | ||
59 | + | ||
60 | static const ARMCPRegInfo cortexr5_cp_reginfo[] = { | ||
61 | /* Dummy the TCM region regs for the moment */ | ||
62 | { .name = "ATCM", .cp = 15, .opc1 = 0, .crn = 9, .crm = 1, .opc2 = 0, | ||
63 | @@ -XXX,XX +XXX,XX @@ static const ARMCPUInfo arm_tcg_cpus[] = { | ||
64 | .class_init = arm_v7m_class_init }, | ||
65 | { .name = "cortex-m33", .initfn = cortex_m33_initfn, | ||
66 | .class_init = arm_v7m_class_init }, | ||
67 | + { .name = "cortex-m55", .initfn = cortex_m55_initfn, | ||
68 | + .class_init = arm_v7m_class_init }, | ||
69 | { .name = "cortex-r5", .initfn = cortex_r5_initfn }, | ||
70 | { .name = "cortex-r5f", .initfn = cortex_r5f_initfn }, | ||
71 | { .name = "ti925t", .initfn = ti925t_initfn }, | ||
72 | -- | ||
73 | 2.20.1 | ||
74 | |||
75 | diff view generated by jsdifflib |
1 | Add a comment documenting the memory map of the SoC devices and which | 1 | Support for running KVM on 32-bit Arm hosts was removed in commit |
---|---|---|---|
2 | are not implemented. | 2 | 82bf7ae84ce739e. You can still run a 32-bit guest on a 64-bit Arm |
3 | host CPU, but because Arm KVM requires the host and guest CPU types | ||
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. | ||
3 | 8 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
5 | Message-id: 1484247815-15279-2-git-send-email-peter.maydell@linaro.org | 10 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
11 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
12 | Message-id: 20201215144215.28482-1-peter.maydell@linaro.org | ||
6 | --- | 13 | --- |
7 | hw/arm/stellaris.c | 34 ++++++++++++++++++++++++++++++++++ | 14 | hw/arm/highbank.c | 14 ++++---------- |
8 | 1 file changed, 34 insertions(+) | 15 | 1 file changed, 4 insertions(+), 10 deletions(-) |
9 | 16 | ||
10 | 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 |
11 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
12 | --- a/hw/arm/stellaris.c | 19 | --- a/hw/arm/highbank.c |
13 | +++ b/hw/arm/stellaris.c | 20 | +++ b/hw/arm/highbank.c |
14 | @@ -XXX,XX +XXX,XX @@ static void stellaris_init(const char *kernel_filename, const char *cpu_model, | 21 | @@ -XXX,XX +XXX,XX @@ |
15 | 0x40024000, 0x40025000, 0x40026000}; | 22 | #include "hw/arm/boot.h" |
16 | static const int gpio_irq[7] = {0, 1, 2, 3, 4, 30, 31}; | 23 | #include "hw/loader.h" |
17 | 24 | #include "net/net.h" | |
18 | + /* Memory map of SoC devices, from | 25 | -#include "sysemu/kvm.h" |
19 | + * Stellaris LM3S6965 Microcontroller Data Sheet (rev I) | 26 | #include "sysemu/runstate.h" |
20 | + * http://www.ti.com/lit/ds/symlink/lm3s6965.pdf | 27 | #include "sysemu/sysemu.h" |
21 | + * | 28 | #include "hw/boards.h" |
22 | + * 40000000 wdtimer (unimplemented) | 29 | @@ -XXX,XX +XXX,XX @@ |
23 | + * 40002000 i2c (unimplemented) | 30 | #include "hw/cpu/a15mpcore.h" |
24 | + * 40004000 GPIO | 31 | #include "qemu/log.h" |
25 | + * 40005000 GPIO | 32 | #include "qom/object.h" |
26 | + * 40006000 GPIO | 33 | +#include "cpu.h" |
27 | + * 40007000 GPIO | 34 | |
28 | + * 40008000 SSI | 35 | #define SMP_BOOT_ADDR 0x100 |
29 | + * 4000c000 UART | 36 | #define SMP_BOOT_REG 0x40 |
30 | + * 4000d000 UART | 37 | @@ -XXX,XX +XXX,XX @@ static void calxeda_init(MachineState *machine, enum cxmachines machine_id) |
31 | + * 4000e000 UART | 38 | highbank_binfo.loader_start = 0; |
32 | + * 40020000 i2c | 39 | highbank_binfo.write_secondary_boot = hb_write_secondary; |
33 | + * 40021000 i2c (unimplemented) | 40 | highbank_binfo.secondary_cpu_reset_hook = hb_reset_secondary; |
34 | + * 40024000 GPIO | 41 | - if (!kvm_enabled()) { |
35 | + * 40025000 GPIO | 42 | - highbank_binfo.board_setup_addr = BOARD_SETUP_ADDR; |
36 | + * 40026000 GPIO | 43 | - highbank_binfo.write_board_setup = hb_write_board_setup; |
37 | + * 40028000 PWM (unimplemented) | 44 | - highbank_binfo.secure_board_setup = true; |
38 | + * 4002c000 QEI (unimplemented) | 45 | - } else { |
39 | + * 4002d000 QEI (unimplemented) | 46 | - warn_report("cannot load built-in Monitor support " |
40 | + * 40030000 gptimer | 47 | - "if KVM is enabled. Some guests (such as Linux) " |
41 | + * 40031000 gptimer | 48 | - "may not boot."); |
42 | + * 40032000 gptimer | 49 | - } |
43 | + * 40033000 gptimer | 50 | + highbank_binfo.board_setup_addr = BOARD_SETUP_ADDR; |
44 | + * 40038000 ADC | 51 | + highbank_binfo.write_board_setup = hb_write_board_setup; |
45 | + * 4003c000 analogue comparator (unimplemented) | 52 | + highbank_binfo.secure_board_setup = true; |
46 | + * 40048000 ethernet | 53 | |
47 | + * 400fc000 hibernation module (unimplemented) | 54 | arm_load_kernel(ARM_CPU(first_cpu), machine, &highbank_binfo); |
48 | + * 400fd000 flash memory control (unimplemented) | 55 | } |
49 | + * 400fe000 system control | ||
50 | + */ | ||
51 | + | ||
52 | DeviceState *gpio_dev[7], *nvic; | ||
53 | qemu_irq gpio_in[7][8]; | ||
54 | qemu_irq gpio_out[7][8]; | ||
55 | -- | 56 | -- |
56 | 2.7.4 | 57 | 2.20.1 |
57 | 58 | ||
58 | 59 | diff view generated by jsdifflib |
1 | In the ARM ldr/str decode path, rather than directly testing | 1 | Currently timer_free() is a simple wrapper for g_free(). This means |
---|---|---|---|
2 | "insn & (1 << 21)" and "insn & (1 << 24)", abstract these | 2 | that the timer being freed must not be currently active, as otherwise |
3 | bits out into wbit and pbit local flags. (We will want to | 3 | QEMU might crash later when the active list is processed and still |
4 | do more tests against them to determine whether we need to | 4 | has a pointer to freed memory on it. As a result almost all calls to |
5 | provide syndrome information.) | 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(). | ||
6 | 14 | ||
7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> | 16 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
17 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
18 | Message-id: 20201215154107.3255-2-peter.maydell@linaro.org | ||
9 | --- | 19 | --- |
10 | target/arm/translate.c | 9 ++++++--- | 20 | include/qemu/timer.h | 24 +++++++++++++----------- |
11 | 1 file changed, 6 insertions(+), 3 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 void disas_arm_insn(DisasContext *s, unsigned int insn) | 27 | @@ -XXX,XX +XXX,XX @@ static inline QEMUTimer *timer_new_ms(QEMUClockType type, QEMUTimerCB *cb, |
18 | } else { | 28 | */ |
19 | int address_offset; | 29 | void timer_deinit(QEMUTimer *ts); |
20 | bool load = insn & (1 << 20); | 30 | |
21 | + bool wbit = insn & (1 << 21); | 31 | -/** |
22 | + bool pbit = insn & (1 << 24); | 32 | - * timer_free: |
23 | bool doubleword = false; | 33 | - * @ts: the timer |
24 | /* Misc load/store */ | 34 | - * |
25 | rn = (insn >> 16) & 0xf; | 35 | - * Free a timer (it must not be on the active list) |
26 | @@ -XXX,XX +XXX,XX @@ static void disas_arm_insn(DisasContext *s, unsigned int insn) | 36 | - */ |
27 | } | 37 | -static inline void timer_free(QEMUTimer *ts) |
28 | 38 | -{ | |
29 | addr = load_reg(s, rn); | 39 | - g_free(ts); |
30 | - if (insn & (1 << 24)) | 40 | -} |
31 | + if (pbit) { | 41 | - |
32 | gen_add_datah_offset(s, insn, 0, addr); | 42 | /** |
33 | + } | 43 | * timer_del: |
34 | address_offset = 0; | 44 | * @ts: the timer |
35 | 45 | @@ -XXX,XX +XXX,XX @@ static inline void timer_free(QEMUTimer *ts) | |
36 | if (doubleword) { | 46 | */ |
37 | @@ -XXX,XX +XXX,XX @@ static void disas_arm_insn(DisasContext *s, unsigned int insn) | 47 | void timer_del(QEMUTimer *ts); |
38 | ensure correct behavior with overlapping index registers. | 48 | |
39 | ldrd with base writeback is undefined if the | 49 | +/** |
40 | destination and index registers overlap. */ | 50 | + * timer_free: |
41 | - if (!(insn & (1 << 24))) { | 51 | + * @ts: the timer |
42 | + if (!pbit) { | 52 | + * |
43 | gen_add_datah_offset(s, insn, address_offset, addr); | 53 | + * Free a timer. This will call timer_del() for you to remove |
44 | store_reg(s, rn, addr); | 54 | + * the timer from the active list if it was still active. |
45 | - } else if (insn & (1 << 21)) { | 55 | + */ |
46 | + } else if (wbit) { | 56 | +static inline void timer_free(QEMUTimer *ts) |
47 | if (address_offset) | 57 | +{ |
48 | tcg_gen_addi_i32(addr, addr, address_offset); | 58 | + timer_del(ts); |
49 | store_reg(s, rn, addr); | 59 | + g_free(ts); |
60 | +} | ||
61 | + | ||
62 | /** | ||
63 | * timer_mod_ns: | ||
64 | * @ts: the timer | ||
50 | -- | 65 | -- |
51 | 2.7.4 | 66 | 2.20.1 |
52 | 67 | ||
53 | 68 | diff view generated by jsdifflib |
1 | Create a new "unimplemented" sysbus device, which simply accepts | 1 | Now that timer_free() implicitly calls timer_del(), sequences |
---|---|---|---|
2 | all read and write accesses, and implements them as read-as-zero, | 2 | timer_del(mytimer); |
3 | write-ignored, with logging of the access as LOG_UNIMP. | 3 | timer_free(mytimer); |
4 | 4 | ||
5 | This is useful for stubbing out bits of an SoC or board model | 5 | can be simplified to just |
6 | which haven't been written yet. | 6 | timer_free(mytimer); |
7 | |||
8 | Add a Coccinelle script to do this transformation. | ||
7 | 9 | ||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | 11 | Acked-by: Paolo Bonzini <pbonzini@redhat.com> |
10 | Message-id: 1484247815-15279-3-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 | ||
11 | --- | 15 | --- |
12 | hw/misc/Makefile.objs | 2 + | 16 | scripts/coccinelle/timer-del-timer-free.cocci | 18 ++++++++++++++++++ |
13 | include/hw/misc/unimp.h | 39 ++++++++++++++++++ | 17 | 1 file changed, 18 insertions(+) |
14 | hw/misc/unimp.c | 107 ++++++++++++++++++++++++++++++++++++++++++++++++ | 18 | create mode 100644 scripts/coccinelle/timer-del-timer-free.cocci |
15 | 3 files changed, 148 insertions(+) | ||
16 | create mode 100644 include/hw/misc/unimp.h | ||
17 | create mode 100644 hw/misc/unimp.c | ||
18 | 19 | ||
19 | diff --git a/hw/misc/Makefile.objs b/hw/misc/Makefile.objs | 20 | diff --git a/scripts/coccinelle/timer-del-timer-free.cocci b/scripts/coccinelle/timer-del-timer-free.cocci |
20 | index XXXXXXX..XXXXXXX 100644 | ||
21 | --- a/hw/misc/Makefile.objs | ||
22 | +++ b/hw/misc/Makefile.objs | ||
23 | @@ -XXX,XX +XXX,XX @@ common-obj-$(CONFIG_SGA) += sga.o | ||
24 | common-obj-$(CONFIG_ISA_TESTDEV) += pc-testdev.o | ||
25 | common-obj-$(CONFIG_PCI_TESTDEV) += pci-testdev.o | ||
26 | |||
27 | +common-obj-y += unimp.o | ||
28 | + | ||
29 | obj-$(CONFIG_VMPORT) += vmport.o | ||
30 | |||
31 | # ARM devices | ||
32 | diff --git a/include/hw/misc/unimp.h b/include/hw/misc/unimp.h | ||
33 | new file mode 100644 | 21 | new file mode 100644 |
34 | index XXXXXXX..XXXXXXX | 22 | index XXXXXXX..XXXXXXX |
35 | --- /dev/null | 23 | --- /dev/null |
36 | +++ b/include/hw/misc/unimp.h | 24 | +++ b/scripts/coccinelle/timer-del-timer-free.cocci |
37 | @@ -XXX,XX +XXX,XX @@ | 25 | @@ -XXX,XX +XXX,XX @@ |
38 | +/* | 26 | +// Remove superfluous timer_del() calls |
39 | + * "Unimplemented" device | 27 | +// |
40 | + * | 28 | +// Copyright Linaro Limited 2020 |
41 | + * Copyright Linaro Limited, 2017 | 29 | +// This work is licensed under the terms of the GNU GPLv2 or later. |
42 | + * Written by Peter Maydell | 30 | +// |
43 | + */ | 31 | +// spatch --macro-file scripts/cocci-macro-file.h \ |
32 | +// --sp-file scripts/coccinelle/timer-del-timer-free.cocci \ | ||
33 | +// --in-place --dir . | ||
34 | +// | ||
35 | +// The timer_free() function now implicitly calls timer_del() | ||
36 | +// for you, so calls to timer_del() immediately before the | ||
37 | +// timer_free() of the same timer can be deleted. | ||
44 | + | 38 | + |
45 | +#ifndef HW_MISC_UNIMP_H | 39 | +@@ |
46 | +#define HW_MISC_UNIMP_H | 40 | +expression T; |
47 | + | 41 | +@@ |
48 | +#define TYPE_UNIMPLEMENTED_DEVICE "unimplemented-device" | 42 | +-timer_del(T); |
49 | + | 43 | + timer_free(T); |
50 | +/** | ||
51 | + * create_unimplemented_device: create and map a dummy device | ||
52 | + * @name: name of the device for debug logging | ||
53 | + * @base: base address of the device's MMIO region | ||
54 | + * @size: size of the device's MMIO region | ||
55 | + * | ||
56 | + * This utility function creates and maps an instance of unimplemented-device, | ||
57 | + * which is a dummy device which simply logs all guest accesses to | ||
58 | + * it via the qemu_log LOG_UNIMP debug log. | ||
59 | + * The device is mapped at priority -1000, which means that you can | ||
60 | + * use it to cover a large region and then map other devices on top of it | ||
61 | + * if necessary. | ||
62 | + */ | ||
63 | +static inline void create_unimplemented_device(const char *name, | ||
64 | + hwaddr base, | ||
65 | + hwaddr size) | ||
66 | +{ | ||
67 | + DeviceState *dev = qdev_create(NULL, TYPE_UNIMPLEMENTED_DEVICE); | ||
68 | + | ||
69 | + qdev_prop_set_string(dev, "name", name); | ||
70 | + qdev_prop_set_uint64(dev, "size", size); | ||
71 | + qdev_init_nofail(dev); | ||
72 | + | ||
73 | + sysbus_mmio_map_overlap(SYS_BUS_DEVICE(dev), 0, base, -1000); | ||
74 | +} | ||
75 | + | ||
76 | +#endif | ||
77 | diff --git a/hw/misc/unimp.c b/hw/misc/unimp.c | ||
78 | new file mode 100644 | ||
79 | index XXXXXXX..XXXXXXX | ||
80 | --- /dev/null | ||
81 | +++ b/hw/misc/unimp.c | ||
82 | @@ -XXX,XX +XXX,XX @@ | ||
83 | +/* "Unimplemented" device | ||
84 | + * | ||
85 | + * This is a dummy device which accepts and logs all accesses. | ||
86 | + * It's useful for stubbing out regions of an SoC or board | ||
87 | + * map which correspond to devices that have not yet been | ||
88 | + * implemented. This is often sufficient to placate initial | ||
89 | + * guest device driver probing such that the system will | ||
90 | + * come up. | ||
91 | + * | ||
92 | + * Copyright Linaro Limited, 2017 | ||
93 | + * Written by Peter Maydell | ||
94 | + */ | ||
95 | + | ||
96 | +#include "qemu/osdep.h" | ||
97 | +#include "hw/hw.h" | ||
98 | +#include "hw/sysbus.h" | ||
99 | +#include "hw/misc/unimp.h" | ||
100 | +#include "qemu/log.h" | ||
101 | +#include "qapi/error.h" | ||
102 | + | ||
103 | +#define UNIMPLEMENTED_DEVICE(obj) \ | ||
104 | + OBJECT_CHECK(UnimplementedDeviceState, (obj), TYPE_UNIMPLEMENTED_DEVICE) | ||
105 | + | ||
106 | +typedef struct { | ||
107 | + SysBusDevice parent_obj; | ||
108 | + MemoryRegion iomem; | ||
109 | + char *name; | ||
110 | + uint64_t size; | ||
111 | +} UnimplementedDeviceState; | ||
112 | + | ||
113 | +static uint64_t unimp_read(void *opaque, hwaddr offset, unsigned size) | ||
114 | +{ | ||
115 | + UnimplementedDeviceState *s = UNIMPLEMENTED_DEVICE(opaque); | ||
116 | + | ||
117 | + qemu_log_mask(LOG_UNIMP, "%s: unimplemented device read " | ||
118 | + "(size %d, offset 0x%" HWADDR_PRIx ")\n", | ||
119 | + s->name, size, offset); | ||
120 | + return 0; | ||
121 | +} | ||
122 | + | ||
123 | +static void unimp_write(void *opaque, hwaddr offset, | ||
124 | + uint64_t value, unsigned size) | ||
125 | +{ | ||
126 | + UnimplementedDeviceState *s = UNIMPLEMENTED_DEVICE(opaque); | ||
127 | + | ||
128 | + qemu_log_mask(LOG_UNIMP, "%s: unimplemented device write " | ||
129 | + "(size %d, value 0x%" PRIx64 | ||
130 | + ", offset 0x%" HWADDR_PRIx ")\n", | ||
131 | + s->name, size, value, offset); | ||
132 | +} | ||
133 | + | ||
134 | +static const MemoryRegionOps unimp_ops = { | ||
135 | + .read = unimp_read, | ||
136 | + .write = unimp_write, | ||
137 | + .impl.min_access_size = 1, | ||
138 | + .impl.max_access_size = 8, | ||
139 | + .valid.min_access_size = 1, | ||
140 | + .valid.max_access_size = 8, | ||
141 | + .endianness = DEVICE_NATIVE_ENDIAN, | ||
142 | +}; | ||
143 | + | ||
144 | +static void unimp_realize(DeviceState *dev, Error **errp) | ||
145 | +{ | ||
146 | + UnimplementedDeviceState *s = UNIMPLEMENTED_DEVICE(dev); | ||
147 | + | ||
148 | + if (s->size == 0) { | ||
149 | + error_setg(errp, "property 'size' not specified or zero"); | ||
150 | + return; | ||
151 | + } | ||
152 | + | ||
153 | + if (s->name == NULL) { | ||
154 | + error_setg(errp, "property 'name' not specified"); | ||
155 | + return; | ||
156 | + } | ||
157 | + | ||
158 | + memory_region_init_io(&s->iomem, OBJECT(s), &unimp_ops, s, | ||
159 | + s->name, s->size); | ||
160 | + sysbus_init_mmio(SYS_BUS_DEVICE(s), &s->iomem); | ||
161 | +} | ||
162 | + | ||
163 | +static Property unimp_properties[] = { | ||
164 | + DEFINE_PROP_UINT64("size", UnimplementedDeviceState, size, 0), | ||
165 | + DEFINE_PROP_STRING("name", UnimplementedDeviceState, name), | ||
166 | + DEFINE_PROP_END_OF_LIST(), | ||
167 | +}; | ||
168 | + | ||
169 | +static void unimp_class_init(ObjectClass *klass, void *data) | ||
170 | +{ | ||
171 | + DeviceClass *dc = DEVICE_CLASS(klass); | ||
172 | + | ||
173 | + dc->realize = unimp_realize; | ||
174 | + dc->props = unimp_properties; | ||
175 | +} | ||
176 | + | ||
177 | +static const TypeInfo unimp_info = { | ||
178 | + .name = TYPE_UNIMPLEMENTED_DEVICE, | ||
179 | + .parent = TYPE_SYS_BUS_DEVICE, | ||
180 | + .instance_size = sizeof(UnimplementedDeviceState), | ||
181 | + .class_init = unimp_class_init, | ||
182 | +}; | ||
183 | + | ||
184 | +static void unimp_register_types(void) | ||
185 | +{ | ||
186 | + type_register_static(&unimp_info); | ||
187 | +} | ||
188 | + | ||
189 | +type_init(unimp_register_types) | ||
190 | -- | 44 | -- |
191 | 2.7.4 | 45 | 2.20.1 |
192 | 46 | ||
193 | 47 | diff view generated by jsdifflib |
1 | Use the 'unimplemented' dummy device to cover regions of the | 1 | This commit is the result of running the timer-del-timer-free.cocci |
---|---|---|---|
2 | SoC device memory map which we don't have proper device | 2 | script on the whole source tree. |
3 | implementations for yet. | ||
4 | 3 | ||
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
6 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | 5 | Acked-by: Corey Minyard <cminyard@mvista.com> |
7 | Message-id: 1484247815-15279-4-git-send-email-peter.maydell@linaro.org | 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 | ||
8 | --- | 10 | --- |
9 | hw/arm/stellaris.c | 14 ++++++++++++++ | 11 | block/iscsi.c | 2 -- |
10 | 1 file changed, 14 insertions(+) | 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(-) | ||
11 | 54 | ||
12 | diff --git a/hw/arm/stellaris.c b/hw/arm/stellaris.c | 55 | diff --git a/block/iscsi.c b/block/iscsi.c |
13 | index XXXXXXX..XXXXXXX 100644 | 56 | index XXXXXXX..XXXXXXX 100644 |
14 | --- a/hw/arm/stellaris.c | 57 | --- a/block/iscsi.c |
15 | +++ b/hw/arm/stellaris.c | 58 | +++ b/block/iscsi.c |
16 | @@ -XXX,XX +XXX,XX @@ | 59 | @@ -XXX,XX +XXX,XX @@ static void iscsi_detach_aio_context(BlockDriverState *bs) |
17 | #include "exec/address-spaces.h" | 60 | iscsilun->events = 0; |
18 | #include "sysemu/sysemu.h" | 61 | |
19 | #include "hw/char/pl011.h" | 62 | if (iscsilun->nop_timer) { |
20 | +#include "hw/misc/unimp.h" | 63 | - timer_del(iscsilun->nop_timer); |
21 | 64 | timer_free(iscsilun->nop_timer); | |
22 | #define GPIO_A 0 | 65 | iscsilun->nop_timer = NULL; |
23 | #define GPIO_B 1 | 66 | } |
24 | @@ -XXX,XX +XXX,XX @@ static void stellaris_init(const char *kernel_filename, const char *cpu_model, | 67 | if (iscsilun->event_timer) { |
25 | } | 68 | - timer_del(iscsilun->event_timer); |
69 | timer_free(iscsilun->event_timer); | ||
70 | iscsilun->event_timer = NULL; | ||
71 | } | ||
72 | diff --git a/block/nbd.c b/block/nbd.c | ||
73 | index XXXXXXX..XXXXXXX 100644 | ||
74 | --- a/block/nbd.c | ||
75 | +++ b/block/nbd.c | ||
76 | @@ -XXX,XX +XXX,XX @@ static void nbd_recv_coroutines_wake_all(BDRVNBDState *s) | ||
77 | static void reconnect_delay_timer_del(BDRVNBDState *s) | ||
78 | { | ||
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) | ||
26 | } | 136 | } |
27 | } | 137 | } |
28 | + | 138 | g_free(s->post_load->connected); |
29 | + /* Add dummy regions for the devices we don't implement yet, | 139 | - timer_del(s->post_load->timer); |
30 | + * so guest accesses don't cause unlogged crashes. | 140 | timer_free(s->post_load->timer); |
31 | + */ | 141 | g_free(s->post_load); |
32 | + create_unimplemented_device("wdtimer", 0x40000000, 0x1000); | 142 | s->post_load = NULL; |
33 | + create_unimplemented_device("i2c-0", 0x40002000, 0x1000); | 143 | @@ -XXX,XX +XXX,XX @@ static void virtio_serial_device_unrealize(DeviceState *dev) |
34 | + create_unimplemented_device("i2c-2", 0x40021000, 0x1000); | 144 | g_free(vser->ports_map); |
35 | + create_unimplemented_device("PWM", 0x40028000, 0x1000); | 145 | if (vser->post_load) { |
36 | + create_unimplemented_device("QEI-0", 0x4002c000, 0x1000); | 146 | g_free(vser->post_load->connected); |
37 | + create_unimplemented_device("QEI-1", 0x4002d000, 0x1000); | 147 | - timer_del(vser->post_load->timer); |
38 | + create_unimplemented_device("analogue-comparator", 0x4003c000, 0x1000); | 148 | timer_free(vser->post_load->timer); |
39 | + create_unimplemented_device("hibernation", 0x400fc000, 0x1000); | 149 | g_free(vser->post_load); |
40 | + create_unimplemented_device("flash-control", 0x400fd000, 0x1000); | 150 | } |
41 | } | 151 | diff --git a/hw/ide/core.c b/hw/ide/core.c |
42 | 152 | index XXXXXXX..XXXXXXX 100644 | |
43 | /* FIXME: Figure out how to generate these from stellaris_boards. */ | 153 | --- a/hw/ide/core.c |
154 | +++ b/hw/ide/core.c | ||
155 | @@ -XXX,XX +XXX,XX @@ void ide_init2(IDEBus *bus, qemu_irq irq) | ||
156 | |||
157 | void ide_exit(IDEState *s) | ||
158 | { | ||
159 | - timer_del(s->sector_write_timer); | ||
160 | timer_free(s->sector_write_timer); | ||
161 | qemu_vfree(s->smart_selftest_data); | ||
162 | qemu_vfree(s->io_buffer); | ||
163 | diff --git a/hw/input/hid.c b/hw/input/hid.c | ||
164 | index XXXXXXX..XXXXXXX 100644 | ||
165 | --- a/hw/input/hid.c | ||
166 | +++ b/hw/input/hid.c | ||
167 | @@ -XXX,XX +XXX,XX @@ static void hid_idle_timer(void *opaque) | ||
168 | static void hid_del_idle_timer(HIDState *hs) | ||
169 | { | ||
170 | if (hs->idle_timer) { | ||
171 | - timer_del(hs->idle_timer); | ||
172 | timer_free(hs->idle_timer); | ||
173 | hs->idle_timer = NULL; | ||
174 | } | ||
175 | diff --git a/hw/intc/apic.c b/hw/intc/apic.c | ||
176 | index XXXXXXX..XXXXXXX 100644 | ||
177 | --- a/hw/intc/apic.c | ||
178 | +++ b/hw/intc/apic.c | ||
179 | @@ -XXX,XX +XXX,XX @@ static void apic_unrealize(DeviceState *dev) | ||
180 | { | ||
181 | APICCommonState *s = APIC(dev); | ||
182 | |||
183 | - timer_del(s->timer); | ||
184 | timer_free(s->timer); | ||
185 | local_apics[s->id] = NULL; | ||
186 | } | ||
187 | diff --git a/hw/intc/ioapic.c b/hw/intc/ioapic.c | ||
188 | index XXXXXXX..XXXXXXX 100644 | ||
189 | --- a/hw/intc/ioapic.c | ||
190 | +++ b/hw/intc/ioapic.c | ||
191 | @@ -XXX,XX +XXX,XX @@ static void ioapic_unrealize(DeviceState *dev) | ||
192 | { | ||
193 | IOAPICCommonState *s = IOAPIC_COMMON(dev); | ||
194 | |||
195 | - timer_del(s->delayed_ioapic_service_timer); | ||
196 | timer_free(s->delayed_ioapic_service_timer); | ||
197 | } | ||
198 | |||
199 | diff --git a/hw/ipmi/ipmi_bmc_extern.c b/hw/ipmi/ipmi_bmc_extern.c | ||
200 | index XXXXXXX..XXXXXXX 100644 | ||
201 | --- a/hw/ipmi/ipmi_bmc_extern.c | ||
202 | +++ b/hw/ipmi/ipmi_bmc_extern.c | ||
203 | @@ -XXX,XX +XXX,XX @@ static void ipmi_bmc_extern_finalize(Object *obj) | ||
204 | { | ||
205 | IPMIBmcExtern *ibe = IPMI_BMC_EXTERN(obj); | ||
206 | |||
207 | - timer_del(ibe->extern_timer); | ||
208 | timer_free(ibe->extern_timer); | ||
209 | } | ||
210 | |||
211 | diff --git a/hw/net/e1000.c b/hw/net/e1000.c | ||
212 | index XXXXXXX..XXXXXXX 100644 | ||
213 | --- a/hw/net/e1000.c | ||
214 | +++ b/hw/net/e1000.c | ||
215 | @@ -XXX,XX +XXX,XX @@ pci_e1000_uninit(PCIDevice *dev) | ||
216 | { | ||
217 | E1000State *d = E1000(dev); | ||
218 | |||
219 | - timer_del(d->autoneg_timer); | ||
220 | timer_free(d->autoneg_timer); | ||
221 | - timer_del(d->mit_timer); | ||
222 | timer_free(d->mit_timer); | ||
223 | - timer_del(d->flush_queue_timer); | ||
224 | timer_free(d->flush_queue_timer); | ||
225 | qemu_del_nic(d->nic); | ||
226 | } | ||
227 | diff --git a/hw/net/e1000e_core.c b/hw/net/e1000e_core.c | ||
228 | index XXXXXXX..XXXXXXX 100644 | ||
229 | --- a/hw/net/e1000e_core.c | ||
230 | +++ b/hw/net/e1000e_core.c | ||
231 | @@ -XXX,XX +XXX,XX @@ e1000e_intrmgr_pci_unint(E1000ECore *core) | ||
232 | { | ||
233 | int i; | ||
234 | |||
235 | - timer_del(core->radv.timer); | ||
236 | timer_free(core->radv.timer); | ||
237 | - timer_del(core->rdtr.timer); | ||
238 | timer_free(core->rdtr.timer); | ||
239 | - timer_del(core->raid.timer); | ||
240 | timer_free(core->raid.timer); | ||
241 | |||
242 | - timer_del(core->tadv.timer); | ||
243 | timer_free(core->tadv.timer); | ||
244 | - timer_del(core->tidv.timer); | ||
245 | timer_free(core->tidv.timer); | ||
246 | |||
247 | - timer_del(core->itr.timer); | ||
248 | timer_free(core->itr.timer); | ||
249 | |||
250 | for (i = 0; i < E1000E_MSIX_VEC_NUM; i++) { | ||
251 | - timer_del(core->eitr[i].timer); | ||
252 | timer_free(core->eitr[i].timer); | ||
253 | } | ||
254 | } | ||
255 | @@ -XXX,XX +XXX,XX @@ e1000e_core_pci_uninit(E1000ECore *core) | ||
256 | { | ||
257 | int i; | ||
258 | |||
259 | - timer_del(core->autoneg_timer); | ||
260 | timer_free(core->autoneg_timer); | ||
261 | |||
262 | e1000e_intrmgr_pci_unint(core); | ||
263 | diff --git a/hw/net/pcnet-pci.c b/hw/net/pcnet-pci.c | ||
264 | index XXXXXXX..XXXXXXX 100644 | ||
265 | --- a/hw/net/pcnet-pci.c | ||
266 | +++ b/hw/net/pcnet-pci.c | ||
267 | @@ -XXX,XX +XXX,XX @@ static void pci_pcnet_uninit(PCIDevice *dev) | ||
268 | PCIPCNetState *d = PCI_PCNET(dev); | ||
269 | |||
270 | qemu_free_irq(d->state.irq); | ||
271 | - timer_del(d->state.poll_timer); | ||
272 | timer_free(d->state.poll_timer); | ||
273 | qemu_del_nic(d->state.nic); | ||
274 | } | ||
275 | diff --git a/hw/net/rtl8139.c b/hw/net/rtl8139.c | ||
276 | index XXXXXXX..XXXXXXX 100644 | ||
277 | --- a/hw/net/rtl8139.c | ||
278 | +++ b/hw/net/rtl8139.c | ||
279 | @@ -XXX,XX +XXX,XX @@ static void pci_rtl8139_uninit(PCIDevice *dev) | ||
280 | |||
281 | g_free(s->cplus_txbuffer); | ||
282 | s->cplus_txbuffer = NULL; | ||
283 | - timer_del(s->timer); | ||
284 | timer_free(s->timer); | ||
285 | qemu_del_nic(s->nic); | ||
286 | } | ||
287 | diff --git a/hw/net/spapr_llan.c b/hw/net/spapr_llan.c | ||
288 | index XXXXXXX..XXXXXXX 100644 | ||
289 | --- a/hw/net/spapr_llan.c | ||
290 | +++ b/hw/net/spapr_llan.c | ||
291 | @@ -XXX,XX +XXX,XX @@ static void spapr_vlan_instance_finalize(Object *obj) | ||
292 | } | ||
293 | |||
294 | if (dev->rxp_timer) { | ||
295 | - timer_del(dev->rxp_timer); | ||
296 | timer_free(dev->rxp_timer); | ||
297 | } | ||
298 | } | ||
299 | diff --git a/hw/net/virtio-net.c b/hw/net/virtio-net.c | ||
300 | index XXXXXXX..XXXXXXX 100644 | ||
301 | --- a/hw/net/virtio-net.c | ||
302 | +++ b/hw/net/virtio-net.c | ||
303 | @@ -XXX,XX +XXX,XX @@ static void virtio_net_rsc_cleanup(VirtIONet *n) | ||
304 | g_free(seg); | ||
305 | } | ||
306 | |||
307 | - timer_del(chain->drain_timer); | ||
308 | timer_free(chain->drain_timer); | ||
309 | QTAILQ_REMOVE(&n->rsc_chains, chain, next); | ||
310 | g_free(chain); | ||
311 | @@ -XXX,XX +XXX,XX @@ static void virtio_net_del_queue(VirtIONet *n, int index) | ||
312 | |||
313 | virtio_del_queue(vdev, index * 2); | ||
314 | if (q->tx_timer) { | ||
315 | - timer_del(q->tx_timer); | ||
316 | timer_free(q->tx_timer); | ||
317 | q->tx_timer = NULL; | ||
318 | } else { | ||
319 | diff --git a/hw/s390x/s390-pci-inst.c b/hw/s390x/s390-pci-inst.c | ||
320 | index XXXXXXX..XXXXXXX 100644 | ||
321 | --- a/hw/s390x/s390-pci-inst.c | ||
322 | +++ b/hw/s390x/s390-pci-inst.c | ||
323 | @@ -XXX,XX +XXX,XX @@ void pci_dereg_ioat(S390PCIIOMMU *iommu) | ||
324 | void fmb_timer_free(S390PCIBusDevice *pbdev) | ||
325 | { | ||
326 | if (pbdev->fmb_timer) { | ||
327 | - timer_del(pbdev->fmb_timer); | ||
328 | timer_free(pbdev->fmb_timer); | ||
329 | pbdev->fmb_timer = NULL; | ||
330 | } | ||
331 | diff --git a/hw/sd/sd.c b/hw/sd/sd.c | ||
332 | index XXXXXXX..XXXXXXX 100644 | ||
333 | --- a/hw/sd/sd.c | ||
334 | +++ b/hw/sd/sd.c | ||
335 | @@ -XXX,XX +XXX,XX @@ static void sd_instance_finalize(Object *obj) | ||
336 | { | ||
337 | SDState *sd = SD_CARD(obj); | ||
338 | |||
339 | - timer_del(sd->ocr_power_timer); | ||
340 | timer_free(sd->ocr_power_timer); | ||
341 | } | ||
342 | |||
343 | diff --git a/hw/sd/sdhci.c b/hw/sd/sdhci.c | ||
344 | index XXXXXXX..XXXXXXX 100644 | ||
345 | --- a/hw/sd/sdhci.c | ||
346 | +++ b/hw/sd/sdhci.c | ||
347 | @@ -XXX,XX +XXX,XX @@ void sdhci_initfn(SDHCIState *s) | ||
348 | |||
349 | void sdhci_uninitfn(SDHCIState *s) | ||
350 | { | ||
351 | - timer_del(s->insert_timer); | ||
352 | timer_free(s->insert_timer); | ||
353 | - timer_del(s->transfer_timer); | ||
354 | timer_free(s->transfer_timer); | ||
355 | |||
356 | g_free(s->fifo_buffer); | ||
357 | diff --git a/hw/usb/dev-hub.c b/hw/usb/dev-hub.c | ||
358 | index XXXXXXX..XXXXXXX 100644 | ||
359 | --- a/hw/usb/dev-hub.c | ||
360 | +++ b/hw/usb/dev-hub.c | ||
361 | @@ -XXX,XX +XXX,XX @@ static void usb_hub_unrealize(USBDevice *dev) | ||
362 | &s->ports[i].port); | ||
363 | } | ||
364 | |||
365 | - timer_del(s->port_timer); | ||
366 | timer_free(s->port_timer); | ||
367 | } | ||
368 | |||
369 | diff --git a/hw/usb/hcd-ehci.c b/hw/usb/hcd-ehci.c | ||
370 | index XXXXXXX..XXXXXXX 100644 | ||
371 | --- a/hw/usb/hcd-ehci.c | ||
372 | +++ b/hw/usb/hcd-ehci.c | ||
373 | @@ -XXX,XX +XXX,XX @@ void usb_ehci_unrealize(EHCIState *s, DeviceState *dev) | ||
374 | trace_usb_ehci_unrealize(); | ||
375 | |||
376 | if (s->frame_timer) { | ||
377 | - timer_del(s->frame_timer); | ||
378 | timer_free(s->frame_timer); | ||
379 | s->frame_timer = NULL; | ||
380 | } | ||
381 | diff --git a/hw/usb/hcd-ohci-pci.c b/hw/usb/hcd-ohci-pci.c | ||
382 | index XXXXXXX..XXXXXXX 100644 | ||
383 | --- a/hw/usb/hcd-ohci-pci.c | ||
384 | +++ b/hw/usb/hcd-ohci-pci.c | ||
385 | @@ -XXX,XX +XXX,XX @@ static void usb_ohci_exit(PCIDevice *dev) | ||
386 | usb_bus_release(&s->bus); | ||
387 | } | ||
388 | |||
389 | - timer_del(s->eof_timer); | ||
390 | timer_free(s->eof_timer); | ||
391 | } | ||
392 | |||
393 | diff --git a/hw/usb/hcd-uhci.c b/hw/usb/hcd-uhci.c | ||
394 | index XXXXXXX..XXXXXXX 100644 | ||
395 | --- a/hw/usb/hcd-uhci.c | ||
396 | +++ b/hw/usb/hcd-uhci.c | ||
397 | @@ -XXX,XX +XXX,XX @@ static void usb_uhci_exit(PCIDevice *dev) | ||
398 | trace_usb_uhci_exit(); | ||
399 | |||
400 | if (s->frame_timer) { | ||
401 | - timer_del(s->frame_timer); | ||
402 | timer_free(s->frame_timer); | ||
403 | s->frame_timer = NULL; | ||
404 | } | ||
405 | diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c | ||
406 | index XXXXXXX..XXXXXXX 100644 | ||
407 | --- a/hw/usb/hcd-xhci.c | ||
408 | +++ b/hw/usb/hcd-xhci.c | ||
409 | @@ -XXX,XX +XXX,XX @@ static void usb_xhci_unrealize(DeviceState *dev) | ||
410 | } | ||
411 | |||
412 | if (xhci->mfwrap_timer) { | ||
413 | - timer_del(xhci->mfwrap_timer); | ||
414 | timer_free(xhci->mfwrap_timer); | ||
415 | xhci->mfwrap_timer = NULL; | ||
416 | } | ||
417 | diff --git a/hw/usb/redirect.c b/hw/usb/redirect.c | ||
418 | index XXXXXXX..XXXXXXX 100644 | ||
419 | --- a/hw/usb/redirect.c | ||
420 | +++ b/hw/usb/redirect.c | ||
421 | @@ -XXX,XX +XXX,XX @@ static void usbredir_unrealize(USBDevice *udev) | ||
422 | qemu_bh_delete(dev->chardev_close_bh); | ||
423 | qemu_bh_delete(dev->device_reject_bh); | ||
424 | |||
425 | - timer_del(dev->attach_timer); | ||
426 | timer_free(dev->attach_timer); | ||
427 | |||
428 | usbredir_cleanup_device_queues(dev); | ||
429 | diff --git a/hw/vfio/display.c b/hw/vfio/display.c | ||
430 | index XXXXXXX..XXXXXXX 100644 | ||
431 | --- a/hw/vfio/display.c | ||
432 | +++ b/hw/vfio/display.c | ||
433 | @@ -XXX,XX +XXX,XX @@ static void vfio_display_edid_exit(VFIODisplay *dpy) | ||
434 | |||
435 | g_free(dpy->edid_regs); | ||
436 | g_free(dpy->edid_blob); | ||
437 | - timer_del(dpy->edid_link_timer); | ||
438 | timer_free(dpy->edid_link_timer); | ||
439 | } | ||
440 | |||
441 | diff --git a/hw/virtio/vhost-vsock-common.c b/hw/virtio/vhost-vsock-common.c | ||
442 | index XXXXXXX..XXXXXXX 100644 | ||
443 | --- a/hw/virtio/vhost-vsock-common.c | ||
444 | +++ b/hw/virtio/vhost-vsock-common.c | ||
445 | @@ -XXX,XX +XXX,XX @@ static void vhost_vsock_common_post_load_timer_cleanup(VHostVSockCommon *vvc) | ||
446 | return; | ||
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 | } | ||
44 | -- | 623 | -- |
45 | 2.7.4 | 624 | 2.20.1 |
46 | 625 | ||
47 | 626 | diff view generated by jsdifflib |
1 | From: Julian Brown <julian@codesourcery.com> | 1 | The Arm CPU finalize function uses a sequence of timer_del(), timer_deinit(), |
---|---|---|---|
2 | timer_free() to free the timer. The timer_deinit() step in this was always | ||
3 | unnecessary, and now the timer_del() is implied by timer_free(), so we can | ||
4 | collapse this down to simply calling timer_free(). | ||
2 | 5 | ||
3 | Add a new "cfgend" property which selects whether the CPU resets into | 6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
4 | big-endian mode or not. This setting affects whether we reset with | 7 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
5 | SCTLR_B (ARMv6 and earlier) or SCTLR_EE (ARMv7 and later) set. | 8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
9 | Message-id: 20201215154107.3255-5-peter.maydell@linaro.org | ||
10 | --- | ||
11 | target/arm/cpu.c | 2 -- | ||
12 | 1 file changed, 2 deletions(-) | ||
6 | 13 | ||
7 | Signed-off-by: Julian Brown <julian@codesourcery.com> | ||
8 | Message-id: 11420d1c49636c1790e60578ee996e51f0f0b835.1484929304.git.julian@codesourcery.com | ||
9 | [PMM: use error_report_err() rather than error_report(); | ||
10 | move the integratorcp changes to their own patch; | ||
11 | drop an unnecessary extra #include; | ||
12 | rephrase commit message accordingly; | ||
13 | move setting of reset_sctlr above registration of cpregs | ||
14 | so it actually has an effect] | ||
15 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
17 | --- | ||
18 | target/arm/cpu.h | 7 +++++++ | ||
19 | target/arm/cpu.c | 13 +++++++++++++ | ||
20 | 2 files changed, 20 insertions(+) | ||
21 | |||
22 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | ||
23 | index XXXXXXX..XXXXXXX 100644 | ||
24 | --- a/target/arm/cpu.h | ||
25 | +++ b/target/arm/cpu.h | ||
26 | @@ -XXX,XX +XXX,XX @@ struct ARMCPU { | ||
27 | int gic_vpribits; /* number of virtual priority bits */ | ||
28 | int gic_vprebits; /* number of virtual preemption bits */ | ||
29 | |||
30 | + /* Whether the cfgend input is high (i.e. this CPU should reset into | ||
31 | + * big-endian mode). This setting isn't used directly: instead it modifies | ||
32 | + * the reset_sctlr value to have SCTLR_B or SCTLR_EE set, depending on the | ||
33 | + * architecture version. | ||
34 | + */ | ||
35 | + bool cfgend; | ||
36 | + | ||
37 | ARMELChangeHook *el_change_hook; | ||
38 | void *el_change_hook_opaque; | ||
39 | }; | ||
40 | 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 |
41 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
42 | --- a/target/arm/cpu.c | 16 | --- a/target/arm/cpu.c |
43 | +++ b/target/arm/cpu.c | 17 | +++ b/target/arm/cpu.c |
44 | @@ -XXX,XX +XXX,XX @@ static Property arm_cpu_has_el2_property = | 18 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_finalizefn(Object *obj) |
45 | static Property arm_cpu_has_el3_property = | ||
46 | DEFINE_PROP_BOOL("has_el3", ARMCPU, has_el3, true); | ||
47 | |||
48 | +static Property arm_cpu_cfgend_property = | ||
49 | + DEFINE_PROP_BOOL("cfgend", ARMCPU, cfgend, false); | ||
50 | + | ||
51 | /* use property name "pmu" to match other archs and virt tools */ | ||
52 | static Property arm_cpu_has_pmu_property = | ||
53 | DEFINE_PROP_BOOL("pmu", ARMCPU, has_pmu, true); | ||
54 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_post_init(Object *obj) | ||
55 | } | ||
56 | } | 19 | } |
57 | 20 | #ifndef CONFIG_USER_ONLY | |
58 | + qdev_property_add_static(DEVICE(obj), &arm_cpu_cfgend_property, | 21 | if (cpu->pmu_timer) { |
59 | + &error_abort); | 22 | - timer_del(cpu->pmu_timer); |
60 | } | 23 | - timer_deinit(cpu->pmu_timer); |
61 | 24 | timer_free(cpu->pmu_timer); | |
62 | static void arm_cpu_finalizefn(Object *obj) | ||
63 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_realizefn(DeviceState *dev, Error **errp) | ||
64 | cpu->reset_sctlr |= (1 << 13); | ||
65 | } | 25 | } |
66 | 26 | #endif | |
67 | + if (cpu->cfgend) { | ||
68 | + if (arm_feature(&cpu->env, ARM_FEATURE_V7)) { | ||
69 | + cpu->reset_sctlr |= SCTLR_EE; | ||
70 | + } else { | ||
71 | + cpu->reset_sctlr |= SCTLR_B; | ||
72 | + } | ||
73 | + } | ||
74 | + | ||
75 | if (!cpu->has_el3) { | ||
76 | /* If the has_el3 CPU property is disabled then we need to disable the | ||
77 | * feature. | ||
78 | -- | 27 | -- |
79 | 2.7.4 | 28 | 2.20.1 |
80 | 29 | ||
81 | 30 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Gan Qixin <ganqixin@huawei.com> | ||
1 | 2 | ||
3 | When running device-introspect-test, a memory leak occurred in the | ||
4 | digic_timer_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 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> | ||
26 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
27 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
28 | --- | ||
29 | hw/timer/digic-timer.c | 8 ++++++++ | ||
30 | 1 file changed, 8 insertions(+) | ||
31 | |||
32 | diff --git a/hw/timer/digic-timer.c b/hw/timer/digic-timer.c | ||
33 | index XXXXXXX..XXXXXXX 100644 | ||
34 | --- a/hw/timer/digic-timer.c | ||
35 | +++ b/hw/timer/digic-timer.c | ||
36 | @@ -XXX,XX +XXX,XX @@ static void digic_timer_init(Object *obj) | ||
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) | ||
48 | { | ||
49 | DeviceClass *dc = DEVICE_CLASS(klass); | ||
50 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo digic_timer_info = { | ||
51 | .parent = TYPE_SYS_BUS_DEVICE, | ||
52 | .instance_size = sizeof(DigicTimerState), | ||
53 | .instance_init = digic_timer_init, | ||
54 | + .instance_finalize = digic_timer_finalize, | ||
55 | .class_init = digic_timer_class_init, | ||
56 | }; | ||
57 | |||
58 | -- | ||
59 | 2.20.1 | ||
60 | |||
61 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Gan Qixin <ganqixin@huawei.com> | ||
1 | 2 | ||
3 | When running device-introspect-test, a memory leak occurred in the a10_pit_init | ||
4 | function, so use ptimer_free() in the finalize function to avoid it. | ||
5 | |||
6 | ASAN shows memory leak stack: | ||
7 | |||
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> | ||
25 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
26 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
27 | --- | ||
28 | hw/timer/allwinner-a10-pit.c | 11 +++++++++++ | ||
29 | 1 file changed, 11 insertions(+) | ||
30 | |||
31 | diff --git a/hw/timer/allwinner-a10-pit.c b/hw/timer/allwinner-a10-pit.c | ||
32 | index XXXXXXX..XXXXXXX 100644 | ||
33 | --- a/hw/timer/allwinner-a10-pit.c | ||
34 | +++ b/hw/timer/allwinner-a10-pit.c | ||
35 | @@ -XXX,XX +XXX,XX @@ static void a10_pit_init(Object *obj) | ||
36 | } | ||
37 | } | ||
38 | |||
39 | +static void a10_pit_finalize(Object *obj) | ||
40 | +{ | ||
41 | + AwA10PITState *s = AW_A10_PIT(obj); | ||
42 | + int i; | ||
43 | + | ||
44 | + for (i = 0; i < AW_A10_PIT_TIMER_NR; i++) { | ||
45 | + ptimer_free(s->timer[i]); | ||
46 | + } | ||
47 | +} | ||
48 | + | ||
49 | static void a10_pit_class_init(ObjectClass *klass, void *data) | ||
50 | { | ||
51 | DeviceClass *dc = DEVICE_CLASS(klass); | ||
52 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo a10_pit_info = { | ||
53 | .parent = TYPE_SYS_BUS_DEVICE, | ||
54 | .instance_size = sizeof(AwA10PITState), | ||
55 | .instance_init = a10_pit_init, | ||
56 | + .instance_finalize = a10_pit_finalize, | ||
57 | .class_init = a10_pit_class_init, | ||
58 | }; | ||
59 | |||
60 | -- | ||
61 | 2.20.1 | ||
62 | |||
63 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Gan Qixin <ganqixin@huawei.com> | ||
1 | 2 | ||
3 | When running device-introspect-test, a memory leak occurred in the | ||
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> | ||
26 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
27 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
28 | --- | ||
29 | hw/rtc/exynos4210_rtc.c | 9 +++++++++ | ||
30 | 1 file changed, 9 insertions(+) | ||
31 | |||
32 | diff --git a/hw/rtc/exynos4210_rtc.c b/hw/rtc/exynos4210_rtc.c | ||
33 | index XXXXXXX..XXXXXXX 100644 | ||
34 | --- a/hw/rtc/exynos4210_rtc.c | ||
35 | +++ b/hw/rtc/exynos4210_rtc.c | ||
36 | @@ -XXX,XX +XXX,XX @@ static void exynos4210_rtc_init(Object *obj) | ||
37 | sysbus_init_mmio(dev, &s->iomem); | ||
38 | } | ||
39 | |||
40 | +static void exynos4210_rtc_finalize(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) | ||
49 | { | ||
50 | DeviceClass *dc = DEVICE_CLASS(klass); | ||
51 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo exynos4210_rtc_info = { | ||
52 | .parent = TYPE_SYS_BUS_DEVICE, | ||
53 | .instance_size = sizeof(Exynos4210RTCState), | ||
54 | .instance_init = exynos4210_rtc_init, | ||
55 | + .instance_finalize = exynos4210_rtc_finalize, | ||
56 | .class_init = exynos4210_rtc_class_init, | ||
57 | }; | ||
58 | |||
59 | -- | ||
60 | 2.20.1 | ||
61 | |||
62 | diff view generated by jsdifflib |
1 | From: Julian Brown <julian@codesourcery.com> | 1 | From: Gan Qixin <ganqixin@huawei.com> |
---|---|---|---|
2 | 2 | ||
3 | In BE32 mode, sub-word size watchpoints can fail to trigger because the | 3 | When running device-introspect-test, a memory leak occurred in the |
4 | address of the access is adjusted in the opcode helpers before being | 4 | exynos4210_pwm_init function, so use ptimer_free() in the finalize function to |
5 | compared with the watchpoint registers. This patch reverses the address | 5 | avoid it. |
6 | adjustment before performing the comparison with the help of a new CPUClass | ||
7 | hook. | ||
8 | 6 | ||
9 | This version of the patch augments and tidies up comments a little. | 7 | ASAN shows memory leak stack: |
10 | 8 | ||
11 | Signed-off-by: Julian Brown <julian@codesourcery.com> | 9 | Indirect leak of 240 byte(s) in 5 object(s) allocated from: |
12 | Message-id: caaf64ffc72f6ae183015337b7afdbd4b8989cb6.1484929304.git.julian@codesourcery.com | 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> | ||
13 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 26 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
14 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 27 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
15 | --- | 28 | --- |
16 | include/qom/cpu.h | 3 +++ | 29 | hw/timer/exynos4210_pwm.c | 11 +++++++++++ |
17 | target/arm/internals.h | 5 +++++ | 30 | 1 file changed, 11 insertions(+) |
18 | exec.c | 1 + | ||
19 | qom/cpu.c | 6 ++++++ | ||
20 | target/arm/cpu.c | 3 +++ | ||
21 | target/arm/op_helper.c | 22 ++++++++++++++++++++++ | ||
22 | 6 files changed, 40 insertions(+) | ||
23 | 31 | ||
24 | diff --git a/include/qom/cpu.h b/include/qom/cpu.h | 32 | diff --git a/hw/timer/exynos4210_pwm.c b/hw/timer/exynos4210_pwm.c |
25 | index XXXXXXX..XXXXXXX 100644 | 33 | index XXXXXXX..XXXXXXX 100644 |
26 | --- a/include/qom/cpu.h | 34 | --- a/hw/timer/exynos4210_pwm.c |
27 | +++ b/include/qom/cpu.h | 35 | +++ b/hw/timer/exynos4210_pwm.c |
28 | @@ -XXX,XX +XXX,XX @@ struct TranslationBlock; | 36 | @@ -XXX,XX +XXX,XX @@ static void exynos4210_pwm_init(Object *obj) |
29 | * @cpu_exec_exit: Callback for cpu_exec cleanup. | 37 | sysbus_init_mmio(dev, &s->iomem); |
30 | * @cpu_exec_interrupt: Callback for processing interrupts in cpu_exec. | 38 | } |
31 | * @disas_set_info: Setup architecture specific components of disassembly info | 39 | |
32 | + * @adjust_watchpoint_address: Perform a target-specific adjustment to an | 40 | +static void exynos4210_pwm_finalize(Object *obj) |
33 | + * address before attempting to match it against watchpoints. | 41 | +{ |
34 | * | 42 | + Exynos4210PWMState *s = EXYNOS4210_PWM(obj); |
35 | * Represents a CPU family or model. | 43 | + int i; |
36 | */ | ||
37 | @@ -XXX,XX +XXX,XX @@ typedef struct CPUClass { | ||
38 | bool (*cpu_exec_interrupt)(CPUState *cpu, int interrupt_request); | ||
39 | |||
40 | void (*disas_set_info)(CPUState *cpu, disassemble_info *info); | ||
41 | + vaddr (*adjust_watchpoint_address)(CPUState *cpu, vaddr addr, int len); | ||
42 | } CPUClass; | ||
43 | |||
44 | #ifdef HOST_WORDS_BIGENDIAN | ||
45 | diff --git a/target/arm/internals.h b/target/arm/internals.h | ||
46 | index XXXXXXX..XXXXXXX 100644 | ||
47 | --- a/target/arm/internals.h | ||
48 | +++ b/target/arm/internals.h | ||
49 | @@ -XXX,XX +XXX,XX @@ void hw_breakpoint_update_all(ARMCPU *cpu); | ||
50 | /* Callback function for checking if a watchpoint should trigger. */ | ||
51 | bool arm_debug_check_watchpoint(CPUState *cs, CPUWatchpoint *wp); | ||
52 | |||
53 | +/* Adjust addresses (in BE32 mode) before testing against watchpoint | ||
54 | + * addresses. | ||
55 | + */ | ||
56 | +vaddr arm_adjust_watchpoint_address(CPUState *cs, vaddr addr, int len); | ||
57 | + | 44 | + |
58 | /* Callback function for when a watchpoint or breakpoint triggers. */ | 45 | + for (i = 0; i < EXYNOS4210_PWM_TIMERS_NUM; i++) { |
59 | void arm_debug_excp_handler(CPUState *cs); | 46 | + ptimer_free(s->timer[i].ptimer); |
60 | 47 | + } | |
61 | diff --git a/exec.c b/exec.c | ||
62 | index XXXXXXX..XXXXXXX 100644 | ||
63 | --- a/exec.c | ||
64 | +++ b/exec.c | ||
65 | @@ -XXX,XX +XXX,XX @@ static void check_watchpoint(int offset, int len, MemTxAttrs attrs, int flags) | ||
66 | return; | ||
67 | } | ||
68 | vaddr = (cpu->mem_io_vaddr & TARGET_PAGE_MASK) + offset; | ||
69 | + vaddr = cc->adjust_watchpoint_address(cpu, vaddr, len); | ||
70 | QTAILQ_FOREACH(wp, &cpu->watchpoints, entry) { | ||
71 | if (cpu_watchpoint_address_matches(wp, vaddr, len) | ||
72 | && (wp->flags & flags)) { | ||
73 | diff --git a/qom/cpu.c b/qom/cpu.c | ||
74 | index XXXXXXX..XXXXXXX 100644 | ||
75 | --- a/qom/cpu.c | ||
76 | +++ b/qom/cpu.c | ||
77 | @@ -XXX,XX +XXX,XX @@ static int64_t cpu_common_get_arch_id(CPUState *cpu) | ||
78 | return cpu->cpu_index; | ||
79 | } | ||
80 | |||
81 | +static vaddr cpu_adjust_watchpoint_address(CPUState *cpu, vaddr addr, int len) | ||
82 | +{ | ||
83 | + return addr; | ||
84 | +} | 48 | +} |
85 | + | 49 | + |
86 | static void cpu_class_init(ObjectClass *klass, void *data) | 50 | static void exynos4210_pwm_class_init(ObjectClass *klass, void *data) |
87 | { | 51 | { |
88 | DeviceClass *dc = DEVICE_CLASS(klass); | 52 | DeviceClass *dc = DEVICE_CLASS(klass); |
89 | @@ -XXX,XX +XXX,XX @@ static void cpu_class_init(ObjectClass *klass, void *data) | 53 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo exynos4210_pwm_info = { |
90 | k->cpu_exec_enter = cpu_common_noop; | 54 | .parent = TYPE_SYS_BUS_DEVICE, |
91 | k->cpu_exec_exit = cpu_common_noop; | 55 | .instance_size = sizeof(Exynos4210PWMState), |
92 | k->cpu_exec_interrupt = cpu_common_exec_interrupt; | 56 | .instance_init = exynos4210_pwm_init, |
93 | + k->adjust_watchpoint_address = cpu_adjust_watchpoint_address; | 57 | + .instance_finalize = exynos4210_pwm_finalize, |
94 | set_bit(DEVICE_CATEGORY_CPU, dc->categories); | 58 | .class_init = exynos4210_pwm_class_init, |
95 | dc->realize = cpu_common_realizefn; | 59 | }; |
96 | dc->unrealize = cpu_common_unrealizefn; | 60 | |
97 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | ||
98 | index XXXXXXX..XXXXXXX 100644 | ||
99 | --- a/target/arm/cpu.c | ||
100 | +++ b/target/arm/cpu.c | ||
101 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_class_init(ObjectClass *oc, void *data) | ||
102 | cc->gdb_stop_before_watchpoint = true; | ||
103 | cc->debug_excp_handler = arm_debug_excp_handler; | ||
104 | cc->debug_check_watchpoint = arm_debug_check_watchpoint; | ||
105 | +#if !defined(CONFIG_USER_ONLY) | ||
106 | + cc->adjust_watchpoint_address = arm_adjust_watchpoint_address; | ||
107 | +#endif | ||
108 | |||
109 | cc->disas_set_info = arm_disas_set_info; | ||
110 | } | ||
111 | diff --git a/target/arm/op_helper.c b/target/arm/op_helper.c | ||
112 | index XXXXXXX..XXXXXXX 100644 | ||
113 | --- a/target/arm/op_helper.c | ||
114 | +++ b/target/arm/op_helper.c | ||
115 | @@ -XXX,XX +XXX,XX @@ bool arm_debug_check_watchpoint(CPUState *cs, CPUWatchpoint *wp) | ||
116 | return check_watchpoints(cpu); | ||
117 | } | ||
118 | |||
119 | +vaddr arm_adjust_watchpoint_address(CPUState *cs, vaddr addr, int len) | ||
120 | +{ | ||
121 | + ARMCPU *cpu = ARM_CPU(cs); | ||
122 | + CPUARMState *env = &cpu->env; | ||
123 | + | ||
124 | + /* In BE32 system mode, target memory is stored byteswapped (on a | ||
125 | + * little-endian host system), and by the time we reach here (via an | ||
126 | + * opcode helper) the addresses of subword accesses have been adjusted | ||
127 | + * to account for that, which means that watchpoints will not match. | ||
128 | + * Undo the adjustment here. | ||
129 | + */ | ||
130 | + if (arm_sctlr_b(env)) { | ||
131 | + if (len == 1) { | ||
132 | + addr ^= 3; | ||
133 | + } else if (len == 2) { | ||
134 | + addr ^= 2; | ||
135 | + } | ||
136 | + } | ||
137 | + | ||
138 | + return addr; | ||
139 | +} | ||
140 | + | ||
141 | void arm_debug_excp_handler(CPUState *cs) | ||
142 | { | ||
143 | /* Called by core code when a watchpoint or breakpoint fires; | ||
144 | -- | 61 | -- |
145 | 2.7.4 | 62 | 2.20.1 |
146 | 63 | ||
147 | 64 | diff view generated by jsdifflib |
1 | From: Julian Brown <julian@codesourcery.com> | 1 | From: Gan Qixin <ganqixin@huawei.com> |
---|---|---|---|
2 | 2 | ||
3 | Thumb-1 code has some issues in BE32 mode (as currently implemented). In | 3 | When running device-introspect-test, a memory leak occurred in the |
4 | short, since bytes are swapped within words at load time for BE32 | 4 | mss_timer_init function, so use ptimer_free() in the finalize function to avoid |
5 | executables, this also swaps pairs of adjacent Thumb-1 instructions. | 5 | it. |
6 | 6 | ||
7 | This patch un-swaps those pairs of instructions again, both for execution, | 7 | ASAN shows memory leak stack: |
8 | and for disassembly. (The previous version of the patch always read four | ||
9 | bytes in arm_read_memory_func and then extracted the proper two bytes, | ||
10 | in a probably misguided attempt to match the behaviour of actual hardware | ||
11 | as described by e.g. the ARM9TDMI TRM, section 3.3 "Endian effects for | ||
12 | instruction fetches". It's less complicated to just read the correct | ||
13 | two bytes though.) | ||
14 | 8 | ||
15 | Signed-off-by: Julian Brown <julian@codesourcery.com> | 9 | Indirect leak of 192 byte(s) in 2 object(s) allocated from: |
16 | Message-id: ca20462a044848000370318a8bd41dd0a4ed273f.1484929304.git.julian@codesourcery.com | 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 | ||
23 | |||
24 | Reported-by: Euler Robot <euler.robot@huawei.com> | ||
25 | Signed-off-by: Gan Qixin <ganqixin@huawei.com> | ||
17 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 26 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
18 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 27 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
19 | --- | 28 | --- |
20 | include/disas/bfd.h | 7 +++++++ | 29 | hw/timer/mss-timer.c | 13 +++++++++++++ |
21 | target/arm/arm_ldst.h | 10 +++++++++- | 30 | 1 file changed, 13 insertions(+) |
22 | disas.c | 1 + | ||
23 | target/arm/cpu.c | 23 +++++++++++++++++++++++ | ||
24 | 4 files changed, 40 insertions(+), 1 deletion(-) | ||
25 | 31 | ||
26 | diff --git a/include/disas/bfd.h b/include/disas/bfd.h | 32 | diff --git a/hw/timer/mss-timer.c b/hw/timer/mss-timer.c |
27 | index XXXXXXX..XXXXXXX 100644 | 33 | index XXXXXXX..XXXXXXX 100644 |
28 | --- a/include/disas/bfd.h | 34 | --- a/hw/timer/mss-timer.c |
29 | +++ b/include/disas/bfd.h | 35 | +++ b/hw/timer/mss-timer.c |
30 | @@ -XXX,XX +XXX,XX @@ typedef struct disassemble_info { | 36 | @@ -XXX,XX +XXX,XX @@ static void mss_timer_init(Object *obj) |
31 | The bottom 16 bits are for the internal use of the disassembler. */ | 37 | sysbus_init_mmio(SYS_BUS_DEVICE(obj), &t->mmio); |
32 | unsigned long flags; | 38 | } |
33 | #define INSN_HAS_RELOC 0x80000000 | 39 | |
34 | +#define INSN_ARM_BE32 0x00010000 | 40 | +static void mss_timer_finalize(Object *obj) |
35 | PTR private_data; | 41 | +{ |
36 | 42 | + MSSTimerState *t = MSS_TIMER(obj); | |
37 | /* Function used to get bytes to disassemble. MEMADDR is the | 43 | + int i; |
38 | @@ -XXX,XX +XXX,XX @@ typedef struct disassemble_info { | ||
39 | (bfd_vma memaddr, bfd_byte *myaddr, int length, | ||
40 | struct disassemble_info *info); | ||
41 | |||
42 | + /* A place to stash the real read_memory_func if read_memory_func wants to | ||
43 | + do some funky address arithmetic or similar (e.g. for ARM BE32 mode). */ | ||
44 | + int (*read_memory_inner_func) | ||
45 | + (bfd_vma memaddr, bfd_byte *myaddr, int length, | ||
46 | + struct disassemble_info *info); | ||
47 | + | 44 | + |
48 | /* Function which should be called if we get an error that we can't | 45 | + for (i = 0; i < NUM_TIMERS; i++) { |
49 | recover from. STATUS is the errno value from read_memory_func and | 46 | + struct Msf2Timer *st = &t->timers[i]; |
50 | MEMADDR is the address that we were trying to read. INFO is a | ||
51 | diff --git a/target/arm/arm_ldst.h b/target/arm/arm_ldst.h | ||
52 | index XXXXXXX..XXXXXXX 100644 | ||
53 | --- a/target/arm/arm_ldst.h | ||
54 | +++ b/target/arm/arm_ldst.h | ||
55 | @@ -XXX,XX +XXX,XX @@ static inline uint32_t arm_ldl_code(CPUARMState *env, target_ulong addr, | ||
56 | static inline uint16_t arm_lduw_code(CPUARMState *env, target_ulong addr, | ||
57 | bool sctlr_b) | ||
58 | { | ||
59 | - uint16_t insn = cpu_lduw_code(env, addr); | ||
60 | + uint16_t insn; | ||
61 | +#ifndef CONFIG_USER_ONLY | ||
62 | + /* In big-endian (BE32) mode, adjacent Thumb instructions have been swapped | ||
63 | + within each word. Undo that now. */ | ||
64 | + if (sctlr_b) { | ||
65 | + addr ^= 2; | ||
66 | + } | ||
67 | +#endif | ||
68 | + insn = cpu_lduw_code(env, addr); | ||
69 | if (bswap_code(sctlr_b)) { | ||
70 | return bswap16(insn); | ||
71 | } | ||
72 | diff --git a/disas.c b/disas.c | ||
73 | index XXXXXXX..XXXXXXX 100644 | ||
74 | --- a/disas.c | ||
75 | +++ b/disas.c | ||
76 | @@ -XXX,XX +XXX,XX @@ void target_disas(FILE *out, CPUState *cpu, target_ulong code, | ||
77 | |||
78 | s.cpu = cpu; | ||
79 | s.info.read_memory_func = target_read_memory; | ||
80 | + s.info.read_memory_inner_func = NULL; | ||
81 | s.info.buffer_vma = code; | ||
82 | s.info.buffer_length = size; | ||
83 | s.info.print_address_func = generic_print_address; | ||
84 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | ||
85 | index XXXXXXX..XXXXXXX 100644 | ||
86 | --- a/target/arm/cpu.c | ||
87 | +++ b/target/arm/cpu.c | ||
88 | @@ -XXX,XX +XXX,XX @@ print_insn_thumb1(bfd_vma pc, disassemble_info *info) | ||
89 | return print_insn_arm(pc | 1, info); | ||
90 | } | ||
91 | |||
92 | +static int arm_read_memory_func(bfd_vma memaddr, bfd_byte *b, | ||
93 | + int length, struct disassemble_info *info) | ||
94 | +{ | ||
95 | + assert(info->read_memory_inner_func); | ||
96 | + assert((info->flags & INSN_ARM_BE32) == 0 || length == 2 || length == 4); | ||
97 | + | 47 | + |
98 | + if ((info->flags & INSN_ARM_BE32) != 0 && length == 2) { | 48 | + ptimer_free(st->ptimer); |
99 | + assert(info->endian == BFD_ENDIAN_LITTLE); | ||
100 | + return info->read_memory_inner_func(memaddr ^ 2, (bfd_byte *)b, 2, | ||
101 | + info); | ||
102 | + } else { | ||
103 | + return info->read_memory_inner_func(memaddr, b, length, info); | ||
104 | + } | 49 | + } |
105 | +} | 50 | +} |
106 | + | 51 | + |
107 | static void arm_disas_set_info(CPUState *cpu, disassemble_info *info) | 52 | static const VMStateDescription vmstate_timers = { |
108 | { | 53 | .name = "mss-timer-block", |
109 | ARMCPU *ac = ARM_CPU(cpu); | 54 | .version_id = 1, |
110 | @@ -XXX,XX +XXX,XX @@ static void arm_disas_set_info(CPUState *cpu, disassemble_info *info) | 55 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo mss_timer_info = { |
111 | info->endian = BFD_ENDIAN_BIG; | 56 | .parent = TYPE_SYS_BUS_DEVICE, |
112 | #endif | 57 | .instance_size = sizeof(MSSTimerState), |
113 | } | 58 | .instance_init = mss_timer_init, |
114 | + if (info->read_memory_inner_func == NULL) { | 59 | + .instance_finalize = mss_timer_finalize, |
115 | + info->read_memory_inner_func = info->read_memory_func; | 60 | .class_init = mss_timer_class_init, |
116 | + info->read_memory_func = arm_read_memory_func; | 61 | }; |
117 | + } | 62 | |
118 | + info->flags &= ~INSN_ARM_BE32; | ||
119 | + if (arm_sctlr_b(env)) { | ||
120 | + info->flags |= INSN_ARM_BE32; | ||
121 | + } | ||
122 | } | ||
123 | |||
124 | static void arm_cpu_initfn(Object *obj) | ||
125 | -- | 63 | -- |
126 | 2.7.4 | 64 | 2.20.1 |
127 | 65 | ||
128 | 66 | diff view generated by jsdifflib |
1 | From: Cédric Le Goater <clg@kaod.org> | 1 | From: Gan Qixin <ganqixin@huawei.com> |
---|---|---|---|
2 | 2 | ||
3 | The Aspeed SoC includes a set of watchdog timers using 32-bit | 3 | When running device-introspect-test, a memory leak occurred in the |
4 | decrement counters, which can be based either on the APB clock or | 4 | mv88w8618_pit_init function, so use ptimer_free() in the finalize function to |
5 | a 1 MHz clock. | 5 | avoid it. |
6 | 6 | ||
7 | The watchdog timer is designed to prevent system deadlock and, in | 7 | ASAN shows memory leak stack: |
8 | general, it should be restarted before timeout. When a timeout occurs, | ||
9 | different types of signals can be generated, ARM reset, SOC reset, | ||
10 | System reset, CPU Interrupt, external signal or boot from alternate | ||
11 | block. The current model only performs the system reset function as | ||
12 | this is used by U-Boot and Linux. | ||
13 | 8 | ||
14 | Signed-off-by: Joel Stanley <joel@jms.id.au> | 9 | Indirect leak of 192 byte(s) in 4 object(s) allocated from: |
15 | Message-id: 1485452251-1593-2-git-send-email-clg@kaod.org | 10 | #0 0xffffab97e1f0 in __interceptor_calloc (/lib64/libasan.so.5+0xee1f0) |
16 | [clg: - fixed compile breakage | 11 | #1 0xffffab256800 in g_malloc0 (/lib64/libglib-2.0.so.0+0x56800) |
17 | - fixed io region size | 12 | #2 0xaaabf555db84 in timer_new_full /qemu/include/qemu/timer.h:523 |
18 | - added watchdog_perform_action() on timer expiry | 13 | #3 0xaaabf555db84 in timer_new /qemu/include/qemu/timer.h:544 |
19 | - wrote a commit log | 14 | #4 0xaaabf555db84 in timer_new_ns /qemu/include/qemu/timer.h:562 |
20 | - merged fixes from Andrew Jeffery to scale the reload value ] | 15 | #5 0xaaabf555db84 in ptimer_init /qemu/hw/core/ptimer.c:433 |
21 | Signed-off-by: Cédric Le Goater <clg@kaod.org> | 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> | ||
22 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 26 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
23 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 27 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
24 | --- | 28 | --- |
25 | hw/watchdog/Makefile.objs | 1 + | 29 | hw/arm/musicpal.c | 12 ++++++++++++ |
26 | include/hw/watchdog/wdt_aspeed.h | 32 ++++++ | 30 | 1 file changed, 12 insertions(+) |
27 | hw/watchdog/wdt_aspeed.c | 225 +++++++++++++++++++++++++++++++++++++++ | ||
28 | 3 files changed, 258 insertions(+) | ||
29 | create mode 100644 include/hw/watchdog/wdt_aspeed.h | ||
30 | create mode 100644 hw/watchdog/wdt_aspeed.c | ||
31 | 31 | ||
32 | diff --git a/hw/watchdog/Makefile.objs b/hw/watchdog/Makefile.objs | 32 | diff --git a/hw/arm/musicpal.c b/hw/arm/musicpal.c |
33 | index XXXXXXX..XXXXXXX 100644 | 33 | index XXXXXXX..XXXXXXX 100644 |
34 | --- a/hw/watchdog/Makefile.objs | 34 | --- a/hw/arm/musicpal.c |
35 | +++ b/hw/watchdog/Makefile.objs | 35 | +++ b/hw/arm/musicpal.c |
36 | @@ -XXX,XX +XXX,XX @@ common-obj-y += watchdog.o | 36 | @@ -XXX,XX +XXX,XX @@ static void mv88w8618_pit_init(Object *obj) |
37 | common-obj-$(CONFIG_WDT_IB6300ESB) += wdt_i6300esb.o | 37 | sysbus_init_mmio(dev, &s->iomem); |
38 | common-obj-$(CONFIG_WDT_IB700) += wdt_ib700.o | 38 | } |
39 | common-obj-$(CONFIG_WDT_DIAG288) += wdt_diag288.o | 39 | |
40 | +common-obj-$(CONFIG_ASPEED_SOC) += wdt_aspeed.o | 40 | +static void mv88w8618_pit_finalize(Object *obj) |
41 | diff --git a/include/hw/watchdog/wdt_aspeed.h b/include/hw/watchdog/wdt_aspeed.h | 41 | +{ |
42 | new file mode 100644 | 42 | + SysBusDevice *dev = SYS_BUS_DEVICE(obj); |
43 | index XXXXXXX..XXXXXXX | 43 | + mv88w8618_pit_state *s = MV88W8618_PIT(dev); |
44 | --- /dev/null | 44 | + int i; |
45 | +++ b/include/hw/watchdog/wdt_aspeed.h | ||
46 | @@ -XXX,XX +XXX,XX @@ | ||
47 | +/* | ||
48 | + * ASPEED Watchdog Controller | ||
49 | + * | ||
50 | + * Copyright (C) 2016-2017 IBM Corp. | ||
51 | + * | ||
52 | + * This code is licensed under the GPL version 2 or later. See the | ||
53 | + * COPYING file in the top-level directory. | ||
54 | + */ | ||
55 | +#ifndef ASPEED_WDT_H | ||
56 | +#define ASPEED_WDT_H | ||
57 | + | 45 | + |
58 | +#include "hw/sysbus.h" | 46 | + for (i = 0; i < 4; i++) { |
59 | + | 47 | + ptimer_free(s->timer[i].ptimer); |
60 | +#define TYPE_ASPEED_WDT "aspeed.wdt" | ||
61 | +#define ASPEED_WDT(obj) \ | ||
62 | + OBJECT_CHECK(AspeedWDTState, (obj), TYPE_ASPEED_WDT) | ||
63 | + | ||
64 | +#define ASPEED_WDT_REGS_MAX (0x20 / 4) | ||
65 | + | ||
66 | +typedef struct AspeedWDTState { | ||
67 | + /*< private >*/ | ||
68 | + SysBusDevice parent_obj; | ||
69 | + QEMUTimer *timer; | ||
70 | + | ||
71 | + /*< public >*/ | ||
72 | + MemoryRegion iomem; | ||
73 | + uint32_t regs[ASPEED_WDT_REGS_MAX]; | ||
74 | + | ||
75 | + uint32_t pclk_freq; | ||
76 | +} AspeedWDTState; | ||
77 | + | ||
78 | +#endif /* ASPEED_WDT_H */ | ||
79 | diff --git a/hw/watchdog/wdt_aspeed.c b/hw/watchdog/wdt_aspeed.c | ||
80 | new file mode 100644 | ||
81 | index XXXXXXX..XXXXXXX | ||
82 | --- /dev/null | ||
83 | +++ b/hw/watchdog/wdt_aspeed.c | ||
84 | @@ -XXX,XX +XXX,XX @@ | ||
85 | +/* | ||
86 | + * ASPEED Watchdog Controller | ||
87 | + * | ||
88 | + * Copyright (C) 2016-2017 IBM Corp. | ||
89 | + * | ||
90 | + * This code is licensed under the GPL version 2 or later. See the | ||
91 | + * COPYING file in the top-level directory. | ||
92 | + */ | ||
93 | + | ||
94 | +#include "qemu/osdep.h" | ||
95 | +#include "qemu/log.h" | ||
96 | +#include "sysemu/watchdog.h" | ||
97 | +#include "hw/sysbus.h" | ||
98 | +#include "qemu/timer.h" | ||
99 | +#include "hw/watchdog/wdt_aspeed.h" | ||
100 | + | ||
101 | +#define WDT_STATUS (0x00 / 4) | ||
102 | +#define WDT_RELOAD_VALUE (0x04 / 4) | ||
103 | +#define WDT_RESTART (0x08 / 4) | ||
104 | +#define WDT_CTRL (0x0C / 4) | ||
105 | +#define WDT_CTRL_RESET_MODE_SOC (0x00 << 5) | ||
106 | +#define WDT_CTRL_RESET_MODE_FULL_CHIP (0x01 << 5) | ||
107 | +#define WDT_CTRL_1MHZ_CLK BIT(4) | ||
108 | +#define WDT_CTRL_WDT_EXT BIT(3) | ||
109 | +#define WDT_CTRL_WDT_INTR BIT(2) | ||
110 | +#define WDT_CTRL_RESET_SYSTEM BIT(1) | ||
111 | +#define WDT_CTRL_ENABLE BIT(0) | ||
112 | + | ||
113 | +#define WDT_TIMEOUT_STATUS (0x10 / 4) | ||
114 | +#define WDT_TIMEOUT_CLEAR (0x14 / 4) | ||
115 | +#define WDT_RESET_WDITH (0x18 / 4) | ||
116 | + | ||
117 | +#define WDT_RESTART_MAGIC 0x4755 | ||
118 | + | ||
119 | +static bool aspeed_wdt_is_enabled(const AspeedWDTState *s) | ||
120 | +{ | ||
121 | + return s->regs[WDT_CTRL] & WDT_CTRL_ENABLE; | ||
122 | +} | ||
123 | + | ||
124 | +static uint64_t aspeed_wdt_read(void *opaque, hwaddr offset, unsigned size) | ||
125 | +{ | ||
126 | + AspeedWDTState *s = ASPEED_WDT(opaque); | ||
127 | + | ||
128 | + offset >>= 2; | ||
129 | + | ||
130 | + switch (offset) { | ||
131 | + case WDT_STATUS: | ||
132 | + return s->regs[WDT_STATUS]; | ||
133 | + case WDT_RELOAD_VALUE: | ||
134 | + return s->regs[WDT_RELOAD_VALUE]; | ||
135 | + case WDT_RESTART: | ||
136 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
137 | + "%s: read from write-only reg at offset 0x%" | ||
138 | + HWADDR_PRIx "\n", __func__, offset); | ||
139 | + return 0; | ||
140 | + case WDT_CTRL: | ||
141 | + return s->regs[WDT_CTRL]; | ||
142 | + case WDT_TIMEOUT_STATUS: | ||
143 | + case WDT_TIMEOUT_CLEAR: | ||
144 | + case WDT_RESET_WDITH: | ||
145 | + qemu_log_mask(LOG_UNIMP, | ||
146 | + "%s: uninmplemented read at offset 0x%" HWADDR_PRIx "\n", | ||
147 | + __func__, offset); | ||
148 | + return 0; | ||
149 | + default: | ||
150 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
151 | + "%s: Out-of-bounds read at offset 0x%" HWADDR_PRIx "\n", | ||
152 | + __func__, offset); | ||
153 | + return 0; | ||
154 | + } | ||
155 | + | ||
156 | +} | ||
157 | + | ||
158 | +static void aspeed_wdt_reload(AspeedWDTState *s, bool pclk) | ||
159 | +{ | ||
160 | + uint32_t reload; | ||
161 | + | ||
162 | + if (pclk) { | ||
163 | + reload = muldiv64(s->regs[WDT_RELOAD_VALUE], NANOSECONDS_PER_SECOND, | ||
164 | + s->pclk_freq); | ||
165 | + } else { | ||
166 | + reload = s->regs[WDT_RELOAD_VALUE] * 1000; | ||
167 | + } | ||
168 | + | ||
169 | + if (aspeed_wdt_is_enabled(s)) { | ||
170 | + timer_mod(s->timer, qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL) + reload); | ||
171 | + } | 48 | + } |
172 | +} | 49 | +} |
173 | + | 50 | + |
174 | +static void aspeed_wdt_write(void *opaque, hwaddr offset, uint64_t data, | 51 | static const VMStateDescription mv88w8618_timer_vmsd = { |
175 | + unsigned size) | 52 | .name = "timer", |
176 | +{ | 53 | .version_id = 1, |
177 | + AspeedWDTState *s = ASPEED_WDT(opaque); | 54 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo mv88w8618_pit_info = { |
178 | + bool enable = data & WDT_CTRL_ENABLE; | 55 | .parent = TYPE_SYS_BUS_DEVICE, |
179 | + | 56 | .instance_size = sizeof(mv88w8618_pit_state), |
180 | + offset >>= 2; | 57 | .instance_init = mv88w8618_pit_init, |
181 | + | 58 | + .instance_finalize = mv88w8618_pit_finalize, |
182 | + switch (offset) { | 59 | .class_init = mv88w8618_pit_class_init, |
183 | + case WDT_STATUS: | 60 | }; |
184 | + qemu_log_mask(LOG_GUEST_ERROR, | 61 | |
185 | + "%s: write to read-only reg at offset 0x%" | ||
186 | + HWADDR_PRIx "\n", __func__, offset); | ||
187 | + break; | ||
188 | + case WDT_RELOAD_VALUE: | ||
189 | + s->regs[WDT_RELOAD_VALUE] = data; | ||
190 | + break; | ||
191 | + case WDT_RESTART: | ||
192 | + if ((data & 0xFFFF) == WDT_RESTART_MAGIC) { | ||
193 | + s->regs[WDT_STATUS] = s->regs[WDT_RELOAD_VALUE]; | ||
194 | + aspeed_wdt_reload(s, !(data & WDT_CTRL_1MHZ_CLK)); | ||
195 | + } | ||
196 | + break; | ||
197 | + case WDT_CTRL: | ||
198 | + if (enable && !aspeed_wdt_is_enabled(s)) { | ||
199 | + s->regs[WDT_CTRL] = data; | ||
200 | + aspeed_wdt_reload(s, !(data & WDT_CTRL_1MHZ_CLK)); | ||
201 | + } else if (!enable && aspeed_wdt_is_enabled(s)) { | ||
202 | + s->regs[WDT_CTRL] = data; | ||
203 | + timer_del(s->timer); | ||
204 | + } | ||
205 | + break; | ||
206 | + case WDT_TIMEOUT_STATUS: | ||
207 | + case WDT_TIMEOUT_CLEAR: | ||
208 | + case WDT_RESET_WDITH: | ||
209 | + qemu_log_mask(LOG_UNIMP, | ||
210 | + "%s: uninmplemented write at offset 0x%" HWADDR_PRIx "\n", | ||
211 | + __func__, offset); | ||
212 | + break; | ||
213 | + default: | ||
214 | + qemu_log_mask(LOG_GUEST_ERROR, | ||
215 | + "%s: Out-of-bounds write at offset 0x%" HWADDR_PRIx "\n", | ||
216 | + __func__, offset); | ||
217 | + } | ||
218 | + return; | ||
219 | +} | ||
220 | + | ||
221 | +static WatchdogTimerModel model = { | ||
222 | + .wdt_name = TYPE_ASPEED_WDT, | ||
223 | + .wdt_description = "Aspeed watchdog device", | ||
224 | +}; | ||
225 | + | ||
226 | +static const VMStateDescription vmstate_aspeed_wdt = { | ||
227 | + .name = "vmstate_aspeed_wdt", | ||
228 | + .version_id = 0, | ||
229 | + .minimum_version_id = 0, | ||
230 | + .fields = (VMStateField[]) { | ||
231 | + VMSTATE_TIMER_PTR(timer, AspeedWDTState), | ||
232 | + VMSTATE_UINT32_ARRAY(regs, AspeedWDTState, ASPEED_WDT_REGS_MAX), | ||
233 | + VMSTATE_END_OF_LIST() | ||
234 | + } | ||
235 | +}; | ||
236 | + | ||
237 | +static const MemoryRegionOps aspeed_wdt_ops = { | ||
238 | + .read = aspeed_wdt_read, | ||
239 | + .write = aspeed_wdt_write, | ||
240 | + .endianness = DEVICE_LITTLE_ENDIAN, | ||
241 | + .valid.min_access_size = 4, | ||
242 | + .valid.max_access_size = 4, | ||
243 | + .valid.unaligned = false, | ||
244 | +}; | ||
245 | + | ||
246 | +static void aspeed_wdt_reset(DeviceState *dev) | ||
247 | +{ | ||
248 | + AspeedWDTState *s = ASPEED_WDT(dev); | ||
249 | + | ||
250 | + s->regs[WDT_STATUS] = 0x3EF1480; | ||
251 | + s->regs[WDT_RELOAD_VALUE] = 0x03EF1480; | ||
252 | + s->regs[WDT_RESTART] = 0; | ||
253 | + s->regs[WDT_CTRL] = 0; | ||
254 | + | ||
255 | + timer_del(s->timer); | ||
256 | +} | ||
257 | + | ||
258 | +static void aspeed_wdt_timer_expired(void *dev) | ||
259 | +{ | ||
260 | + AspeedWDTState *s = ASPEED_WDT(dev); | ||
261 | + | ||
262 | + qemu_log_mask(CPU_LOG_RESET, "Watchdog timer expired.\n"); | ||
263 | + watchdog_perform_action(); | ||
264 | + timer_del(s->timer); | ||
265 | +} | ||
266 | + | ||
267 | +#define PCLK_HZ 24000000 | ||
268 | + | ||
269 | +static void aspeed_wdt_realize(DeviceState *dev, Error **errp) | ||
270 | +{ | ||
271 | + SysBusDevice *sbd = SYS_BUS_DEVICE(dev); | ||
272 | + AspeedWDTState *s = ASPEED_WDT(dev); | ||
273 | + | ||
274 | + s->timer = timer_new_ns(QEMU_CLOCK_VIRTUAL, aspeed_wdt_timer_expired, dev); | ||
275 | + | ||
276 | + /* FIXME: This setting should be derived from the SCU hw strapping | ||
277 | + * register SCU70 | ||
278 | + */ | ||
279 | + s->pclk_freq = PCLK_HZ; | ||
280 | + | ||
281 | + memory_region_init_io(&s->iomem, OBJECT(s), &aspeed_wdt_ops, s, | ||
282 | + TYPE_ASPEED_WDT, ASPEED_WDT_REGS_MAX * 4); | ||
283 | + sysbus_init_mmio(sbd, &s->iomem); | ||
284 | +} | ||
285 | + | ||
286 | +static void aspeed_wdt_class_init(ObjectClass *klass, void *data) | ||
287 | +{ | ||
288 | + DeviceClass *dc = DEVICE_CLASS(klass); | ||
289 | + | ||
290 | + dc->realize = aspeed_wdt_realize; | ||
291 | + dc->reset = aspeed_wdt_reset; | ||
292 | + set_bit(DEVICE_CATEGORY_MISC, dc->categories); | ||
293 | + dc->vmsd = &vmstate_aspeed_wdt; | ||
294 | +} | ||
295 | + | ||
296 | +static const TypeInfo aspeed_wdt_info = { | ||
297 | + .parent = TYPE_SYS_BUS_DEVICE, | ||
298 | + .name = TYPE_ASPEED_WDT, | ||
299 | + .instance_size = sizeof(AspeedWDTState), | ||
300 | + .class_init = aspeed_wdt_class_init, | ||
301 | +}; | ||
302 | + | ||
303 | +static void wdt_aspeed_register_types(void) | ||
304 | +{ | ||
305 | + watchdog_add_model(&model); | ||
306 | + type_register_static(&aspeed_wdt_info); | ||
307 | +} | ||
308 | + | ||
309 | +type_init(wdt_aspeed_register_types) | ||
310 | -- | 62 | -- |
311 | 2.7.4 | 63 | 2.20.1 |
312 | 64 | ||
313 | 65 | diff view generated by jsdifflib |
1 | From: Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru> | 1 | From: Gan Qixin <ganqixin@huawei.com> |
---|---|---|---|
2 | 2 | ||
3 | VMState added by this patch preserves correct | 3 | When running device-introspect-test, a memory leak occurred in the |
4 | loading of the integratorcp device state. | 4 | exynos4210_mct_init function, so use ptimer_free() in the finalize function to |
5 | avoid it. | ||
5 | 6 | ||
6 | Signed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru> | 7 | ASAN shows memory leak stack: |
7 | Message-id: 20170131114310.6768.79416.stgit@PASHA-ISP | 8 | |
8 | [PMM: removed unnecessary minimum_version_id_old lines] | 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 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> | ||
9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 26 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 27 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 28 | --- |
12 | hw/arm/integratorcp.c | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++ | 29 | hw/timer/exynos4210_mct.c | 14 ++++++++++++++ |
13 | 1 file changed, 59 insertions(+) | 30 | 1 file changed, 14 insertions(+) |
14 | 31 | ||
15 | diff --git a/hw/arm/integratorcp.c b/hw/arm/integratorcp.c | 32 | diff --git a/hw/timer/exynos4210_mct.c b/hw/timer/exynos4210_mct.c |
16 | index XXXXXXX..XXXXXXX 100644 | 33 | index XXXXXXX..XXXXXXX 100644 |
17 | --- a/hw/arm/integratorcp.c | 34 | --- a/hw/timer/exynos4210_mct.c |
18 | +++ b/hw/arm/integratorcp.c | 35 | +++ b/hw/timer/exynos4210_mct.c |
19 | @@ -XXX,XX +XXX,XX @@ static uint8_t integrator_spd[128] = { | 36 | @@ -XXX,XX +XXX,XX @@ static void exynos4210_mct_init(Object *obj) |
20 | 0xe, 4, 0x1c, 1, 2, 0x20, 0xc0, 0, 0, 0, 0, 0x30, 0x28, 0x30, 0x28, 0x40 | 37 | sysbus_init_mmio(dev, &s->iomem); |
21 | }; | 38 | } |
22 | 39 | ||
23 | +static const VMStateDescription vmstate_integratorcm = { | 40 | +static void exynos4210_mct_finalize(Object *obj) |
24 | + .name = "integratorcm", | 41 | +{ |
25 | + .version_id = 1, | 42 | + int i; |
26 | + .minimum_version_id = 1, | 43 | + Exynos4210MCTState *s = EXYNOS4210_MCT(obj); |
27 | + .fields = (VMStateField[]) { | 44 | + |
28 | + VMSTATE_UINT32(cm_osc, IntegratorCMState), | 45 | + ptimer_free(s->g_timer.ptimer_frc); |
29 | + VMSTATE_UINT32(cm_ctrl, IntegratorCMState), | 46 | + |
30 | + VMSTATE_UINT32(cm_lock, IntegratorCMState), | 47 | + for (i = 0; i < 2; i++) { |
31 | + VMSTATE_UINT32(cm_auxosc, IntegratorCMState), | 48 | + ptimer_free(s->l_timer[i].tick_timer.ptimer_tick); |
32 | + VMSTATE_UINT32(cm_sdram, IntegratorCMState), | 49 | + ptimer_free(s->l_timer[i].ptimer_frc); |
33 | + VMSTATE_UINT32(cm_init, IntegratorCMState), | ||
34 | + VMSTATE_UINT32(cm_flags, IntegratorCMState), | ||
35 | + VMSTATE_UINT32(cm_nvflags, IntegratorCMState), | ||
36 | + VMSTATE_UINT32(int_level, IntegratorCMState), | ||
37 | + VMSTATE_UINT32(irq_enabled, IntegratorCMState), | ||
38 | + VMSTATE_UINT32(fiq_enabled, IntegratorCMState), | ||
39 | + VMSTATE_END_OF_LIST() | ||
40 | + } | 50 | + } |
41 | +}; | ||
42 | + | ||
43 | static uint64_t integratorcm_read(void *opaque, hwaddr offset, | ||
44 | unsigned size) | ||
45 | { | ||
46 | @@ -XXX,XX +XXX,XX @@ typedef struct icp_pic_state { | ||
47 | qemu_irq parent_fiq; | ||
48 | } icp_pic_state; | ||
49 | |||
50 | +static const VMStateDescription vmstate_icp_pic = { | ||
51 | + .name = "icp_pic", | ||
52 | + .version_id = 1, | ||
53 | + .minimum_version_id = 1, | ||
54 | + .fields = (VMStateField[]) { | ||
55 | + VMSTATE_UINT32(level, icp_pic_state), | ||
56 | + VMSTATE_UINT32(irq_enabled, icp_pic_state), | ||
57 | + VMSTATE_UINT32(fiq_enabled, icp_pic_state), | ||
58 | + VMSTATE_END_OF_LIST() | ||
59 | + } | ||
60 | +}; | ||
61 | + | ||
62 | static void icp_pic_update(icp_pic_state *s) | ||
63 | { | ||
64 | uint32_t flags; | ||
65 | @@ -XXX,XX +XXX,XX @@ typedef struct ICPCtrlRegsState { | ||
66 | #define ICP_INTREG_WPROT (1 << 0) | ||
67 | #define ICP_INTREG_CARDIN (1 << 3) | ||
68 | |||
69 | +static const VMStateDescription vmstate_icp_control = { | ||
70 | + .name = "icp_control", | ||
71 | + .version_id = 1, | ||
72 | + .minimum_version_id = 1, | ||
73 | + .fields = (VMStateField[]) { | ||
74 | + VMSTATE_UINT32(intreg_state, ICPCtrlRegsState), | ||
75 | + VMSTATE_END_OF_LIST() | ||
76 | + } | ||
77 | +}; | ||
78 | + | ||
79 | static uint64_t icp_control_read(void *opaque, hwaddr offset, | ||
80 | unsigned size) | ||
81 | { | ||
82 | @@ -XXX,XX +XXX,XX @@ static void core_class_init(ObjectClass *klass, void *data) | ||
83 | |||
84 | dc->props = core_properties; | ||
85 | dc->realize = integratorcm_realize; | ||
86 | + dc->vmsd = &vmstate_integratorcm; | ||
87 | +} | 51 | +} |
88 | + | 52 | + |
89 | +static void icp_pic_class_init(ObjectClass *klass, void *data) | 53 | static void exynos4210_mct_class_init(ObjectClass *klass, void *data) |
90 | +{ | 54 | { |
91 | + DeviceClass *dc = DEVICE_CLASS(klass); | 55 | DeviceClass *dc = DEVICE_CLASS(klass); |
92 | + | 56 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo exynos4210_mct_info = { |
93 | + dc->vmsd = &vmstate_icp_pic; | ||
94 | +} | ||
95 | + | ||
96 | +static void icp_control_class_init(ObjectClass *klass, void *data) | ||
97 | +{ | ||
98 | + DeviceClass *dc = DEVICE_CLASS(klass); | ||
99 | + | ||
100 | + dc->vmsd = &vmstate_icp_control; | ||
101 | } | ||
102 | |||
103 | static const TypeInfo core_info = { | ||
104 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo icp_pic_info = { | ||
105 | .parent = TYPE_SYS_BUS_DEVICE, | 57 | .parent = TYPE_SYS_BUS_DEVICE, |
106 | .instance_size = sizeof(icp_pic_state), | 58 | .instance_size = sizeof(Exynos4210MCTState), |
107 | .instance_init = icp_pic_init, | 59 | .instance_init = exynos4210_mct_init, |
108 | + .class_init = icp_pic_class_init, | 60 | + .instance_finalize = exynos4210_mct_finalize, |
61 | .class_init = exynos4210_mct_class_init, | ||
109 | }; | 62 | }; |
110 | 63 | ||
111 | static const TypeInfo icp_ctrl_regs_info = { | ||
112 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo icp_ctrl_regs_info = { | ||
113 | .parent = TYPE_SYS_BUS_DEVICE, | ||
114 | .instance_size = sizeof(ICPCtrlRegsState), | ||
115 | .instance_init = icp_control_init, | ||
116 | + .class_init = icp_control_class_init, | ||
117 | }; | ||
118 | |||
119 | static void integratorcp_register_types(void) | ||
120 | -- | 64 | -- |
121 | 2.7.4 | 65 | 2.20.1 |
122 | 66 | ||
123 | 67 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Bin Meng <bin.meng@windriver.com> | ||
1 | 2 | ||
3 | U-Boot expects PMU_MISC0 register bit 7 is set (see init_bandgap() | ||
4 | in arch/arm/mach-imx/mx6/soc.c) during boot. This bit indicates the | ||
5 | bandgap has stabilized. | ||
6 | |||
7 | With this change, the latest upstream U-Boot (v2021.01-rc3) for imx6 | ||
8 | sabrelite board (mx6qsabrelite_defconfig), with a slight change made | ||
9 | by switching CONFIG_OF_SEPARATE to CONFIG_OF_EMBED, boots to U-Boot | ||
10 | shell on QEMU with the following command: | ||
11 | |||
12 | $ qemu-system-arm -M sabrelite -smp 4 -m 1G -kernel u-boot \ | ||
13 | -display none -serial null -serial stdio | ||
14 | |||
15 | Boot log below: | ||
16 | |||
17 | U-Boot 2021.01-rc3 (Dec 12 2020 - 17:40:02 +0800) | ||
18 | |||
19 | CPU: Freescale i.MX?? rev1.0 at 792 MHz | ||
20 | Reset cause: POR | ||
21 | Model: Freescale i.MX6 Quad SABRE Lite Board | ||
22 | Board: SABRE Lite | ||
23 | I2C: ready | ||
24 | DRAM: 1 GiB | ||
25 | force_idle_bus: sda=0 scl=0 sda.gp=0x5c scl.gp=0x55 | ||
26 | force_idle_bus: failed to clear bus, sda=0 scl=0 | ||
27 | force_idle_bus: sda=0 scl=0 sda.gp=0x6d scl.gp=0x6c | ||
28 | force_idle_bus: failed to clear bus, sda=0 scl=0 | ||
29 | force_idle_bus: sda=0 scl=0 sda.gp=0xcb scl.gp=0x5 | ||
30 | force_idle_bus: failed to clear bus, sda=0 scl=0 | ||
31 | MMC: FSL_SDHC: 0, FSL_SDHC: 1 | ||
32 | Loading Environment from MMC... *** Warning - No block device, using default environment | ||
33 | |||
34 | In: serial | ||
35 | Out: serial | ||
36 | Err: serial | ||
37 | Net: Board Net Initialization Failed | ||
38 | No ethernet found. | ||
39 | starting USB... | ||
40 | Bus usb@2184000: usb dr_mode not found | ||
41 | USB EHCI 1.00 | ||
42 | Bus usb@2184200: USB EHCI 1.00 | ||
43 | scanning bus usb@2184000 for devices... 1 USB Device(s) found | ||
44 | scanning bus usb@2184200 for devices... 1 USB Device(s) found | ||
45 | scanning usb for storage devices... 0 Storage Device(s) found | ||
46 | scanning usb for ethernet devices... 0 Ethernet Device(s) found | ||
47 | Hit any key to stop autoboot: 0 | ||
48 | => | ||
49 | |||
50 | Signed-off-by: Bin Meng <bin.meng@windriver.com> | ||
51 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
52 | Message-id: 20210106063504.10841-2-bmeng.cn@gmail.com | ||
53 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
54 | --- | ||
55 | hw/misc/imx6_ccm.c | 2 +- | ||
56 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
57 | |||
58 | diff --git a/hw/misc/imx6_ccm.c b/hw/misc/imx6_ccm.c | ||
59 | index XXXXXXX..XXXXXXX 100644 | ||
60 | --- a/hw/misc/imx6_ccm.c | ||
61 | +++ b/hw/misc/imx6_ccm.c | ||
62 | @@ -XXX,XX +XXX,XX @@ static void imx6_ccm_reset(DeviceState *dev) | ||
63 | s->analog[PMU_REG_3P0] = 0x00000F74; | ||
64 | s->analog[PMU_REG_2P5] = 0x00005071; | ||
65 | s->analog[PMU_REG_CORE] = 0x00402010; | ||
66 | - s->analog[PMU_MISC0] = 0x04000000; | ||
67 | + s->analog[PMU_MISC0] = 0x04000080; | ||
68 | s->analog[PMU_MISC1] = 0x00000000; | ||
69 | s->analog[PMU_MISC2] = 0x00272727; | ||
70 | |||
71 | -- | ||
72 | 2.20.1 | ||
73 | |||
74 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Bin Meng <bin.meng@windriver.com> | ||
1 | 2 | ||
3 | Currently when U-Boot boots, it prints "??" for i.MX processor: | ||
4 | |||
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 | ||
17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
18 | --- | ||
19 | hw/misc/imx6_ccm.c | 2 +- | ||
20 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
21 | |||
22 | diff --git a/hw/misc/imx6_ccm.c b/hw/misc/imx6_ccm.c | ||
23 | index XXXXXXX..XXXXXXX 100644 | ||
24 | --- a/hw/misc/imx6_ccm.c | ||
25 | +++ b/hw/misc/imx6_ccm.c | ||
26 | @@ -XXX,XX +XXX,XX @@ static void imx6_ccm_reset(DeviceState *dev) | ||
27 | s->analog[USB_ANALOG_USB2_VBUS_DETECT] = 0x00000004; | ||
28 | s->analog[USB_ANALOG_USB2_CHRG_DETECT] = 0x00000000; | ||
29 | s->analog[USB_ANALOG_USB2_MISC] = 0x00000002; | ||
30 | - s->analog[USB_ANALOG_DIGPROG] = 0x00000000; | ||
31 | + s->analog[USB_ANALOG_DIGPROG] = 0x00630000; | ||
32 | |||
33 | /* all PLLs need to be locked */ | ||
34 | s->analog[CCM_ANALOG_PLL_ARM] |= CCM_ANALOG_PLL_LOCK; | ||
35 | -- | ||
36 | 2.20.1 | ||
37 | |||
38 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Bin Meng <bin.meng@windriver.com> | ||
1 | 2 | ||
3 | At present, when booting U-Boot on QEMU sabrelite, we see: | ||
4 | |||
5 | Net: Board Net Initialization Failed | ||
6 | No ethernet found. | ||
7 | |||
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 | ||
29 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
30 | --- | ||
31 | hw/arm/sabrelite.c | 4 ++++ | ||
32 | 1 file changed, 4 insertions(+) | ||
33 | |||
34 | diff --git a/hw/arm/sabrelite.c b/hw/arm/sabrelite.c | ||
35 | index XXXXXXX..XXXXXXX 100644 | ||
36 | --- a/hw/arm/sabrelite.c | ||
37 | +++ b/hw/arm/sabrelite.c | ||
38 | @@ -XXX,XX +XXX,XX @@ static void sabrelite_init(MachineState *machine) | ||
39 | |||
40 | s = FSL_IMX6(object_new(TYPE_FSL_IMX6)); | ||
41 | object_property_add_child(OBJECT(machine), "soc", OBJECT(s)); | ||
42 | + | ||
43 | + /* Ethernet PHY address is 6 */ | ||
44 | + object_property_set_int(OBJECT(s), "fec-phy-num", 6, &error_fatal); | ||
45 | + | ||
46 | qdev_realize(DEVICE(s), NULL, &error_fatal); | ||
47 | |||
48 | memory_region_add_subregion(get_system_memory(), FSL_IMX6_MMDC_ADDR, | ||
49 | -- | ||
50 | 2.20.1 | ||
51 | |||
52 | diff view generated by jsdifflib |
1 | From: Cédric Le Goater <clg@kaod.org> | 1 | From: Bin Meng <bin.meng@windriver.com> |
---|---|---|---|
2 | 2 | ||
3 | This enables reboot of a guest from U-Boot and Linux. | 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: Cédric Le Goater <clg@kaod.org> | 6 | Signed-off-by: Bin Meng <bin.meng@windriver.com> |
6 | Reviewed-by: Joel Stanley <joel@jms.id.au> | 7 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> |
7 | Message-id: 1485452251-1593-3-git-send-email-clg@kaod.org | 8 | Message-id: 20210106063504.10841-5-bmeng.cn@gmail.com |
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | --- | 10 | --- |
10 | include/hw/arm/aspeed_soc.h | 2 ++ | 11 | docs/system/arm/sabrelite.rst | 119 ++++++++++++++++++++++++++++++++++ |
11 | hw/arm/aspeed_soc.c | 13 +++++++++++++ | 12 | docs/system/target-arm.rst | 1 + |
12 | 2 files changed, 15 insertions(+) | 13 | 2 files changed, 120 insertions(+) |
14 | create mode 100644 docs/system/arm/sabrelite.rst | ||
13 | 15 | ||
14 | diff --git a/include/hw/arm/aspeed_soc.h b/include/hw/arm/aspeed_soc.h | 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/include/hw/arm/aspeed_soc.h | 143 | --- a/docs/system/target-arm.rst |
17 | +++ b/include/hw/arm/aspeed_soc.h | 144 | +++ b/docs/system/target-arm.rst |
18 | @@ -XXX,XX +XXX,XX @@ | 145 | @@ -XXX,XX +XXX,XX @@ undocumented; you can get a complete list by running |
19 | #include "hw/timer/aspeed_timer.h" | 146 | arm/versatile |
20 | #include "hw/i2c/aspeed_i2c.h" | 147 | arm/vexpress |
21 | #include "hw/ssi/aspeed_smc.h" | 148 | arm/aspeed |
22 | +#include "hw/watchdog/wdt_aspeed.h" | 149 | + arm/sabrelite |
23 | 150 | arm/digic | |
24 | #define ASPEED_SPIS_NUM 2 | 151 | arm/musicpal |
25 | 152 | arm/gumstix | |
26 | @@ -XXX,XX +XXX,XX @@ typedef struct AspeedSoCState { | ||
27 | AspeedSMCState fmc; | ||
28 | AspeedSMCState spi[ASPEED_SPIS_NUM]; | ||
29 | AspeedSDMCState sdmc; | ||
30 | + AspeedWDTState wdt; | ||
31 | } AspeedSoCState; | ||
32 | |||
33 | #define TYPE_ASPEED_SOC "aspeed-soc" | ||
34 | diff --git a/hw/arm/aspeed_soc.c b/hw/arm/aspeed_soc.c | ||
35 | index XXXXXXX..XXXXXXX 100644 | ||
36 | --- a/hw/arm/aspeed_soc.c | ||
37 | +++ b/hw/arm/aspeed_soc.c | ||
38 | @@ -XXX,XX +XXX,XX @@ | ||
39 | #define ASPEED_SOC_SCU_BASE 0x1E6E2000 | ||
40 | #define ASPEED_SOC_SRAM_BASE 0x1E720000 | ||
41 | #define ASPEED_SOC_TIMER_BASE 0x1E782000 | ||
42 | +#define ASPEED_SOC_WDT_BASE 0x1E785000 | ||
43 | #define ASPEED_SOC_I2C_BASE 0x1E78A000 | ||
44 | |||
45 | static const int uart_irqs[] = { 9, 32, 33, 34, 10 }; | ||
46 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_init(Object *obj) | ||
47 | sc->info->silicon_rev); | ||
48 | object_property_add_alias(obj, "ram-size", OBJECT(&s->sdmc), | ||
49 | "ram-size", &error_abort); | ||
50 | + | ||
51 | + object_initialize(&s->wdt, sizeof(s->wdt), TYPE_ASPEED_WDT); | ||
52 | + object_property_add_child(obj, "wdt", OBJECT(&s->wdt), NULL); | ||
53 | + qdev_set_parent_bus(DEVICE(&s->wdt), sysbus_get_default()); | ||
54 | } | ||
55 | |||
56 | static void aspeed_soc_realize(DeviceState *dev, Error **errp) | ||
57 | @@ -XXX,XX +XXX,XX @@ static void aspeed_soc_realize(DeviceState *dev, Error **errp) | ||
58 | return; | ||
59 | } | ||
60 | sysbus_mmio_map(SYS_BUS_DEVICE(&s->sdmc), 0, ASPEED_SOC_SDMC_BASE); | ||
61 | + | ||
62 | + /* Watch dog */ | ||
63 | + object_property_set_bool(OBJECT(&s->wdt), true, "realized", &err); | ||
64 | + if (err) { | ||
65 | + error_propagate(errp, err); | ||
66 | + return; | ||
67 | + } | ||
68 | + sysbus_mmio_map(SYS_BUS_DEVICE(&s->wdt), 0, ASPEED_SOC_WDT_BASE); | ||
69 | } | ||
70 | |||
71 | static void aspeed_soc_class_init(ObjectClass *oc, void *data) | ||
72 | -- | 153 | -- |
73 | 2.7.4 | 154 | 2.20.1 |
74 | 155 | ||
75 | 156 | diff view generated by jsdifflib |