1 | Nothing too exciting, but does include the last bits of v8.1M support work. | 1 | First arm pullreq of the 8.0 series... |
---|---|---|---|
2 | 2 | ||
3 | -- PMM | 3 | The following changes since commit ae2b87341b5ddb0dcb1b3f2d4f586ef18de75873: |
4 | 4 | ||
5 | The following changes since commit e79de63ab1bd1f6550e7b915e433bec1ad1a870a: | 5 | Merge tag 'pull-qapi-2022-12-14-v2' of https://repo.or.cz/qemu/armbru into staging (2022-12-14 22:42:14 +0000) |
6 | |||
7 | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210107' into staging (2021-01-07 20:34:05 +0000) | ||
8 | 6 | ||
9 | are available in the Git repository at: | 7 | are available in the Git repository at: |
10 | 8 | ||
11 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210108 | 9 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20221215 |
12 | 10 | ||
13 | for you to fetch changes up to c9f8511ea8d2b80723af0fea1f716d752c1b5208: | 11 | for you to fetch changes up to 4f3ebdc33618e7c163f769047859d6f34373e3af: |
14 | 12 | ||
15 | docs/system: arm: Add sabrelite board description (2021-01-08 15:13:39 +0000) | 13 | target/arm: Restrict arm_cpu_exec_interrupt() to TCG accelerator (2022-12-15 11:18:20 +0000) |
16 | 14 | ||
17 | ---------------------------------------------------------------- | 15 | ---------------------------------------------------------------- |
18 | target-arm queue: | 16 | target-arm queue: |
19 | * intc/arm_gic: Fix gic_irq_signaling_enabled() for vCPUs | 17 | * hw/arm/virt: Add properties to allow more granular |
20 | * target/arm: Fix MTE0_ACTIVE | 18 | configuration of use of highmem space |
21 | * target/arm: Implement v8.1M and Cortex-M55 model | 19 | * target/arm: Add Cortex-A55 CPU |
22 | * hw/arm/highbank: Drop dead KVM support code | 20 | * hw/intc/arm_gicv3: Fix GICD_TYPER ITLinesNumber advertisement |
23 | * util/qemu-timer: Make timer_free() imply timer_del() | 21 | * Implement FEAT_EVT |
24 | * various devices: Use ptimer_free() in finalize function | 22 | * Some 3-phase-reset conversions for Arm GIC, SMMU |
25 | * docs/system: arm: Add sabrelite board description | 23 | * hw/arm/boot: set initrd with #address-cells type in fdt |
26 | * sabrelite: Minor fixes to allow booting U-Boot | 24 | * align user-mode exposed ID registers with Linux |
25 | * hw/misc: Move some arm-related files from specific_ss into softmmu_ss | ||
26 | * Restrict arm_cpu_exec_interrupt() to TCG accelerator | ||
27 | 27 | ||
28 | ---------------------------------------------------------------- | 28 | ---------------------------------------------------------------- |
29 | Andrew Jones (1): | 29 | Gavin Shan (7): |
30 | hw/arm/virt: Remove virt machine state 'smp_cpus' | 30 | hw/arm/virt: Introduce virt_set_high_memmap() helper |
31 | hw/arm/virt: Rename variable size to region_size in virt_set_high_memmap() | ||
32 | hw/arm/virt: Introduce variable region_base in virt_set_high_memmap() | ||
33 | hw/arm/virt: Introduce virt_get_high_memmap_enabled() helper | ||
34 | hw/arm/virt: Improve high memory region address assignment | ||
35 | hw/arm/virt: Add 'compact-highmem' property | ||
36 | hw/arm/virt: Add properties to disable high memory regions | ||
31 | 37 | ||
32 | Bin Meng (4): | 38 | Luke Starrett (1): |
33 | hw/misc: imx6_ccm: Update PMU_MISC0 reset value | 39 | hw/intc/arm_gicv3: Fix GICD_TYPER ITLinesNumber advertisement |
34 | hw/msic: imx6_ccm: Correct register value for silicon type | ||
35 | hw/arm: sabrelite: Connect the Ethernet PHY at address 6 | ||
36 | docs/system: arm: Add sabrelite board description | ||
37 | 40 | ||
38 | Edgar E. Iglesias (1): | 41 | Mihai Carabas (1): |
39 | intc/arm_gic: Fix gic_irq_signaling_enabled() for vCPUs | 42 | hw/arm/virt: build SMBIOS 19 table |
40 | 43 | ||
41 | Gan Qixin (7): | 44 | Peter Maydell (15): |
42 | digic-timer: Use ptimer_free() in the finalize function to avoid memleaks | 45 | target/arm: Allow relevant HCR bits to be written for FEAT_EVT |
43 | allwinner-a10-pit: Use ptimer_free() in the finalize function to avoid memleaks | 46 | target/arm: Implement HCR_EL2.TTLBIS traps |
44 | exynos4210_rtc: Use ptimer_free() in the finalize function to avoid memleaks | 47 | target/arm: Implement HCR_EL2.TTLBOS traps |
45 | exynos4210_pwm: Use ptimer_free() in the finalize function to avoid memleaks | 48 | target/arm: Implement HCR_EL2.TICAB,TOCU traps |
46 | mss-timer: Use ptimer_free() in the finalize function to avoid memleaks | 49 | target/arm: Implement HCR_EL2.TID4 traps |
47 | musicpal: Use ptimer_free() in the finalize function to avoid memleaks | 50 | target/arm: Report FEAT_EVT for TCG '-cpu max' |
48 | exynos4210_mct: Use ptimer_free() in the finalize function to avoid memleaks | 51 | hw/arm: Convert TYPE_ARM_SMMU to 3-phase reset |
52 | hw/arm: Convert TYPE_ARM_SMMUV3 to 3-phase reset | ||
53 | hw/intc: Convert TYPE_ARM_GIC_COMMON to 3-phase reset | ||
54 | hw/intc: Convert TYPE_ARM_GIC_KVM to 3-phase reset | ||
55 | hw/intc: Convert TYPE_ARM_GICV3_COMMON to 3-phase reset | ||
56 | hw/intc: Convert TYPE_KVM_ARM_GICV3 to 3-phase reset | ||
57 | hw/intc: Convert TYPE_ARM_GICV3_ITS_COMMON to 3-phase reset | ||
58 | hw/intc: Convert TYPE_ARM_GICV3_ITS to 3-phase reset | ||
59 | hw/intc: Convert TYPE_KVM_ARM_ITS to 3-phase reset | ||
49 | 60 | ||
50 | Peter Maydell (9): | 61 | Philippe Mathieu-Daudé (1): |
51 | hw/intc/armv7m_nvic: Correct handling of CCR.BFHFNMIGN | 62 | target/arm: Restrict arm_cpu_exec_interrupt() to TCG accelerator |
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() | ||
60 | 63 | ||
61 | Richard Henderson (1): | 64 | Schspa Shi (1): |
62 | target/arm: Fix MTE0_ACTIVE | 65 | hw/arm/boot: set initrd with #address-cells type in fdt |
63 | 66 | ||
64 | docs/system/arm/sabrelite.rst | 119 ++++++++++++++++++++++++++ | 67 | Thomas Huth (1): |
65 | docs/system/target-arm.rst | 1 + | 68 | hw/misc: Move some arm-related files from specific_ss into softmmu_ss |
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 | 69 | ||
70 | Timofey Kutergin (1): | ||
71 | target/arm: Add Cortex-A55 CPU | ||
72 | |||
73 | Zhuojia Shen (1): | ||
74 | target/arm: align exposed ID registers with Linux | ||
75 | |||
76 | docs/system/arm/emulation.rst | 1 + | ||
77 | docs/system/arm/virt.rst | 18 +++ | ||
78 | include/hw/arm/smmuv3.h | 2 +- | ||
79 | include/hw/arm/virt.h | 2 + | ||
80 | include/hw/misc/xlnx-zynqmp-apu-ctrl.h | 2 +- | ||
81 | target/arm/cpu.h | 30 +++++ | ||
82 | target/arm/kvm-consts.h | 8 +- | ||
83 | hw/arm/boot.c | 10 +- | ||
84 | hw/arm/smmu-common.c | 7 +- | ||
85 | hw/arm/smmuv3.c | 12 +- | ||
86 | hw/arm/virt.c | 202 +++++++++++++++++++++++----- | ||
87 | hw/intc/arm_gic_common.c | 7 +- | ||
88 | hw/intc/arm_gic_kvm.c | 14 +- | ||
89 | hw/intc/arm_gicv3_common.c | 7 +- | ||
90 | hw/intc/arm_gicv3_dist.c | 4 +- | ||
91 | hw/intc/arm_gicv3_its.c | 14 +- | ||
92 | hw/intc/arm_gicv3_its_common.c | 7 +- | ||
93 | hw/intc/arm_gicv3_its_kvm.c | 14 +- | ||
94 | hw/intc/arm_gicv3_kvm.c | 14 +- | ||
95 | hw/misc/imx6_src.c | 2 +- | ||
96 | hw/misc/iotkit-sysctl.c | 1 - | ||
97 | target/arm/cpu.c | 5 +- | ||
98 | target/arm/cpu64.c | 70 ++++++++++ | ||
99 | target/arm/cpu_tcg.c | 1 + | ||
100 | target/arm/helper.c | 231 ++++++++++++++++++++++++--------- | ||
101 | hw/misc/meson.build | 11 +- | ||
102 | 26 files changed, 538 insertions(+), 158 deletions(-) | ||
103 | diff view generated by jsdifflib |
1 | From: Gan Qixin <ganqixin@huawei.com> | 1 | From: Gavin Shan <gshan@redhat.com> |
---|---|---|---|
2 | 2 | ||
3 | When running device-introspect-test, a memory leak occurred in the | 3 | This introduces virt_set_high_memmap() helper. The logic of high |
4 | exynos4210_mct_init function, so use ptimer_free() in the finalize function to | 4 | memory region address assignment is moved to the helper. The intention |
5 | avoid it. | 5 | is to make the subsequent optimization for high memory region address |
6 | assignment easier. | ||
6 | 7 | ||
7 | ASAN shows memory leak stack: | 8 | No functional change intended. |
8 | 9 | ||
9 | Indirect leak of 96 byte(s) in 1 object(s) allocated from: | 10 | Signed-off-by: Gavin Shan <gshan@redhat.com> |
10 | #0 0xffffab97e1f0 in __interceptor_calloc (/lib64/libasan.so.5+0xee1f0) | 11 | Reviewed-by: Eric Auger <eric.auger@redhat.com> |
11 | #1 0xffffab256800 in g_malloc0 (/lib64/libglib-2.0.so.0+0x56800) | 12 | Reviewed-by: Cornelia Huck <cohuck@redhat.com> |
12 | #2 0xaaabf555db78 in ptimer_init /qemu/hw/core/ptimer.c:432 | 13 | Reviewed-by: Marc Zyngier <maz@kernel.org> |
13 | #3 0xaaabf56b01a0 in exynos4210_mct_init /qemu/hw/timer/exynos4210_mct.c:1505 | 14 | Tested-by: Zhenyu Zhang <zhenyzha@redhat.com> |
14 | #4 0xaaabf6339f6c in object_initialize_with_type /qemu/qom/object.c:515 | 15 | Message-id: 20221029224307.138822-2-gshan@redhat.com |
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> | 16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
28 | --- | 17 | --- |
29 | hw/timer/exynos4210_mct.c | 14 ++++++++++++++ | 18 | hw/arm/virt.c | 74 ++++++++++++++++++++++++++++----------------------- |
30 | 1 file changed, 14 insertions(+) | 19 | 1 file changed, 41 insertions(+), 33 deletions(-) |
31 | 20 | ||
32 | diff --git a/hw/timer/exynos4210_mct.c b/hw/timer/exynos4210_mct.c | 21 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c |
33 | index XXXXXXX..XXXXXXX 100644 | 22 | index XXXXXXX..XXXXXXX 100644 |
34 | --- a/hw/timer/exynos4210_mct.c | 23 | --- a/hw/arm/virt.c |
35 | +++ b/hw/timer/exynos4210_mct.c | 24 | +++ b/hw/arm/virt.c |
36 | @@ -XXX,XX +XXX,XX @@ static void exynos4210_mct_init(Object *obj) | 25 | @@ -XXX,XX +XXX,XX @@ static uint64_t virt_cpu_mp_affinity(VirtMachineState *vms, int idx) |
37 | sysbus_init_mmio(dev, &s->iomem); | 26 | return arm_cpu_mp_affinity(idx, clustersz); |
38 | } | 27 | } |
39 | 28 | ||
40 | +static void exynos4210_mct_finalize(Object *obj) | 29 | +static void virt_set_high_memmap(VirtMachineState *vms, |
30 | + hwaddr base, int pa_bits) | ||
41 | +{ | 31 | +{ |
42 | + int i; | 32 | + int i; |
43 | + Exynos4210MCTState *s = EXYNOS4210_MCT(obj); | ||
44 | + | 33 | + |
45 | + ptimer_free(s->g_timer.ptimer_frc); | 34 | + for (i = VIRT_LOWMEMMAP_LAST; i < ARRAY_SIZE(extended_memmap); i++) { |
35 | + hwaddr size = extended_memmap[i].size; | ||
36 | + bool fits; | ||
46 | + | 37 | + |
47 | + for (i = 0; i < 2; i++) { | 38 | + base = ROUND_UP(base, size); |
48 | + ptimer_free(s->l_timer[i].tick_timer.ptimer_tick); | 39 | + vms->memmap[i].base = base; |
49 | + ptimer_free(s->l_timer[i].ptimer_frc); | 40 | + vms->memmap[i].size = size; |
41 | + | ||
42 | + /* | ||
43 | + * Check each device to see if they fit in the PA space, | ||
44 | + * moving highest_gpa as we go. | ||
45 | + * | ||
46 | + * For each device that doesn't fit, disable it. | ||
47 | + */ | ||
48 | + fits = (base + size) <= BIT_ULL(pa_bits); | ||
49 | + if (fits) { | ||
50 | + vms->highest_gpa = base + size - 1; | ||
51 | + } | ||
52 | + | ||
53 | + switch (i) { | ||
54 | + case VIRT_HIGH_GIC_REDIST2: | ||
55 | + vms->highmem_redists &= fits; | ||
56 | + break; | ||
57 | + case VIRT_HIGH_PCIE_ECAM: | ||
58 | + vms->highmem_ecam &= fits; | ||
59 | + break; | ||
60 | + case VIRT_HIGH_PCIE_MMIO: | ||
61 | + vms->highmem_mmio &= fits; | ||
62 | + break; | ||
63 | + } | ||
64 | + | ||
65 | + base += size; | ||
50 | + } | 66 | + } |
51 | +} | 67 | +} |
52 | + | 68 | + |
53 | static void exynos4210_mct_class_init(ObjectClass *klass, void *data) | 69 | static void virt_set_memmap(VirtMachineState *vms, int pa_bits) |
54 | { | 70 | { |
55 | DeviceClass *dc = DEVICE_CLASS(klass); | 71 | MachineState *ms = MACHINE(vms); |
56 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo exynos4210_mct_info = { | 72 | @@ -XXX,XX +XXX,XX @@ static void virt_set_memmap(VirtMachineState *vms, int pa_bits) |
57 | .parent = TYPE_SYS_BUS_DEVICE, | 73 | /* We know for sure that at least the memory fits in the PA space */ |
58 | .instance_size = sizeof(Exynos4210MCTState), | 74 | vms->highest_gpa = memtop - 1; |
59 | .instance_init = exynos4210_mct_init, | 75 | |
60 | + .instance_finalize = exynos4210_mct_finalize, | 76 | - for (i = VIRT_LOWMEMMAP_LAST; i < ARRAY_SIZE(extended_memmap); i++) { |
61 | .class_init = exynos4210_mct_class_init, | 77 | - hwaddr size = extended_memmap[i].size; |
62 | }; | 78 | - bool fits; |
63 | 79 | - | |
80 | - base = ROUND_UP(base, size); | ||
81 | - vms->memmap[i].base = base; | ||
82 | - vms->memmap[i].size = size; | ||
83 | - | ||
84 | - /* | ||
85 | - * Check each device to see if they fit in the PA space, | ||
86 | - * moving highest_gpa as we go. | ||
87 | - * | ||
88 | - * For each device that doesn't fit, disable it. | ||
89 | - */ | ||
90 | - fits = (base + size) <= BIT_ULL(pa_bits); | ||
91 | - if (fits) { | ||
92 | - vms->highest_gpa = base + size - 1; | ||
93 | - } | ||
94 | - | ||
95 | - switch (i) { | ||
96 | - case VIRT_HIGH_GIC_REDIST2: | ||
97 | - vms->highmem_redists &= fits; | ||
98 | - break; | ||
99 | - case VIRT_HIGH_PCIE_ECAM: | ||
100 | - vms->highmem_ecam &= fits; | ||
101 | - break; | ||
102 | - case VIRT_HIGH_PCIE_MMIO: | ||
103 | - vms->highmem_mmio &= fits; | ||
104 | - break; | ||
105 | - } | ||
106 | - | ||
107 | - base += size; | ||
108 | - } | ||
109 | + virt_set_high_memmap(vms, base, pa_bits); | ||
110 | |||
111 | if (device_memory_size > 0) { | ||
112 | ms->device_memory = g_malloc0(sizeof(*ms->device_memory)); | ||
64 | -- | 113 | -- |
65 | 2.20.1 | 114 | 2.25.1 |
66 | |||
67 | diff view generated by jsdifflib |
1 | From: Bin Meng <bin.meng@windriver.com> | 1 | From: Gavin Shan <gshan@redhat.com> |
---|---|---|---|
2 | 2 | ||
3 | U-Boot expects PMU_MISC0 register bit 7 is set (see init_bandgap() | 3 | This renames variable 'size' to 'region_size' in virt_set_high_memmap(). |
4 | in arch/arm/mach-imx/mx6/soc.c) during boot. This bit indicates the | 4 | Its counterpart ('region_base') will be introduced in next patch. |
5 | bandgap has stabilized. | ||
6 | 5 | ||
7 | With this change, the latest upstream U-Boot (v2021.01-rc3) for imx6 | 6 | No functional change intended. |
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 | 7 | ||
12 | $ qemu-system-arm -M sabrelite -smp 4 -m 1G -kernel u-boot \ | 8 | Signed-off-by: Gavin Shan <gshan@redhat.com> |
13 | -display none -serial null -serial stdio | 9 | Reviewed-by: Eric Auger <eric.auger@redhat.com> |
14 | 10 | Reviewed-by: Cornelia Huck <cohuck@redhat.com> | |
15 | Boot log below: | 11 | Reviewed-by: Marc Zyngier <maz@kernel.org> |
16 | 12 | Tested-by: Zhenyu Zhang <zhenyzha@redhat.com> | |
17 | U-Boot 2021.01-rc3 (Dec 12 2020 - 17:40:02 +0800) | 13 | Message-id: 20221029224307.138822-3-gshan@redhat.com |
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> | 14 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
54 | --- | 15 | --- |
55 | hw/misc/imx6_ccm.c | 2 +- | 16 | hw/arm/virt.c | 15 ++++++++------- |
56 | 1 file changed, 1 insertion(+), 1 deletion(-) | 17 | 1 file changed, 8 insertions(+), 7 deletions(-) |
57 | 18 | ||
58 | diff --git a/hw/misc/imx6_ccm.c b/hw/misc/imx6_ccm.c | 19 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c |
59 | index XXXXXXX..XXXXXXX 100644 | 20 | index XXXXXXX..XXXXXXX 100644 |
60 | --- a/hw/misc/imx6_ccm.c | 21 | --- a/hw/arm/virt.c |
61 | +++ b/hw/misc/imx6_ccm.c | 22 | +++ b/hw/arm/virt.c |
62 | @@ -XXX,XX +XXX,XX @@ static void imx6_ccm_reset(DeviceState *dev) | 23 | @@ -XXX,XX +XXX,XX @@ static uint64_t virt_cpu_mp_affinity(VirtMachineState *vms, int idx) |
63 | s->analog[PMU_REG_3P0] = 0x00000F74; | 24 | static void virt_set_high_memmap(VirtMachineState *vms, |
64 | s->analog[PMU_REG_2P5] = 0x00005071; | 25 | hwaddr base, int pa_bits) |
65 | s->analog[PMU_REG_CORE] = 0x00402010; | 26 | { |
66 | - s->analog[PMU_MISC0] = 0x04000000; | 27 | + hwaddr region_size; |
67 | + s->analog[PMU_MISC0] = 0x04000080; | 28 | + bool fits; |
68 | s->analog[PMU_MISC1] = 0x00000000; | 29 | int i; |
69 | s->analog[PMU_MISC2] = 0x00272727; | 30 | |
31 | for (i = VIRT_LOWMEMMAP_LAST; i < ARRAY_SIZE(extended_memmap); i++) { | ||
32 | - hwaddr size = extended_memmap[i].size; | ||
33 | - bool fits; | ||
34 | + region_size = extended_memmap[i].size; | ||
35 | |||
36 | - base = ROUND_UP(base, size); | ||
37 | + base = ROUND_UP(base, region_size); | ||
38 | vms->memmap[i].base = base; | ||
39 | - vms->memmap[i].size = size; | ||
40 | + vms->memmap[i].size = region_size; | ||
41 | |||
42 | /* | ||
43 | * Check each device to see if they fit in the PA space, | ||
44 | @@ -XXX,XX +XXX,XX @@ static void virt_set_high_memmap(VirtMachineState *vms, | ||
45 | * | ||
46 | * For each device that doesn't fit, disable it. | ||
47 | */ | ||
48 | - fits = (base + size) <= BIT_ULL(pa_bits); | ||
49 | + fits = (base + region_size) <= BIT_ULL(pa_bits); | ||
50 | if (fits) { | ||
51 | - vms->highest_gpa = base + size - 1; | ||
52 | + vms->highest_gpa = base + region_size - 1; | ||
53 | } | ||
54 | |||
55 | switch (i) { | ||
56 | @@ -XXX,XX +XXX,XX @@ static void virt_set_high_memmap(VirtMachineState *vms, | ||
57 | break; | ||
58 | } | ||
59 | |||
60 | - base += size; | ||
61 | + base += region_size; | ||
62 | } | ||
63 | } | ||
70 | 64 | ||
71 | -- | 65 | -- |
72 | 2.20.1 | 66 | 2.25.1 |
73 | |||
74 | diff view generated by jsdifflib |
1 | From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com> | 1 | From: Gavin Shan <gshan@redhat.com> |
---|---|---|---|
2 | 2 | ||
3 | Correct the indexing into s->cpu_ctlr for vCPUs. | 3 | This introduces variable 'region_base' for the base address of the |
4 | specific high memory region. It's the preparatory work to optimize | ||
5 | high memory region address assignment. | ||
4 | 6 | ||
5 | Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> | 7 | No functional change intended. |
6 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 8 | |
7 | Reviewed-by: Luc Michel <luc.michel@greensocs.com> | 9 | Signed-off-by: Gavin Shan <gshan@redhat.com> |
8 | Message-id: 20201214222154.3480243-2-edgar.iglesias@gmail.com | 10 | Reviewed-by: Eric Auger <eric.auger@redhat.com> |
11 | Reviewed-by: Cornelia Huck <cohuck@redhat.com> | ||
12 | Reviewed-by: Marc Zyngier <maz@kernel.org> | ||
13 | Tested-by: Zhenyu Zhang <zhenyzha@redhat.com> | ||
14 | Message-id: 20221029224307.138822-4-gshan@redhat.com | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 16 | --- |
11 | hw/intc/arm_gic.c | 4 +++- | 17 | hw/arm/virt.c | 12 ++++++------ |
12 | 1 file changed, 3 insertions(+), 1 deletion(-) | 18 | 1 file changed, 6 insertions(+), 6 deletions(-) |
13 | 19 | ||
14 | diff --git a/hw/intc/arm_gic.c b/hw/intc/arm_gic.c | 20 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c |
15 | index XXXXXXX..XXXXXXX 100644 | 21 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/hw/intc/arm_gic.c | 22 | --- a/hw/arm/virt.c |
17 | +++ b/hw/intc/arm_gic.c | 23 | +++ b/hw/arm/virt.c |
18 | @@ -XXX,XX +XXX,XX @@ static inline void gic_get_best_virq(GICState *s, int cpu, | 24 | @@ -XXX,XX +XXX,XX @@ static uint64_t virt_cpu_mp_affinity(VirtMachineState *vms, int idx) |
19 | static inline bool gic_irq_signaling_enabled(GICState *s, int cpu, bool virt, | 25 | static void virt_set_high_memmap(VirtMachineState *vms, |
20 | int group_mask) | 26 | hwaddr base, int pa_bits) |
21 | { | 27 | { |
22 | + int cpu_iface = virt ? (cpu + GIC_NCPU) : cpu; | 28 | - hwaddr region_size; |
23 | + | 29 | + hwaddr region_base, region_size; |
24 | if (!virt && !(s->ctlr & group_mask)) { | 30 | bool fits; |
25 | return false; | 31 | int i; |
32 | |||
33 | for (i = VIRT_LOWMEMMAP_LAST; i < ARRAY_SIZE(extended_memmap); i++) { | ||
34 | + region_base = ROUND_UP(base, extended_memmap[i].size); | ||
35 | region_size = extended_memmap[i].size; | ||
36 | |||
37 | - base = ROUND_UP(base, region_size); | ||
38 | - vms->memmap[i].base = base; | ||
39 | + vms->memmap[i].base = region_base; | ||
40 | vms->memmap[i].size = region_size; | ||
41 | |||
42 | /* | ||
43 | @@ -XXX,XX +XXX,XX @@ static void virt_set_high_memmap(VirtMachineState *vms, | ||
44 | * | ||
45 | * For each device that doesn't fit, disable it. | ||
46 | */ | ||
47 | - fits = (base + region_size) <= BIT_ULL(pa_bits); | ||
48 | + fits = (region_base + region_size) <= BIT_ULL(pa_bits); | ||
49 | if (fits) { | ||
50 | - vms->highest_gpa = base + region_size - 1; | ||
51 | + vms->highest_gpa = region_base + region_size - 1; | ||
52 | } | ||
53 | |||
54 | switch (i) { | ||
55 | @@ -XXX,XX +XXX,XX @@ static void virt_set_high_memmap(VirtMachineState *vms, | ||
56 | break; | ||
57 | } | ||
58 | |||
59 | - base += region_size; | ||
60 | + base = region_base + region_size; | ||
26 | } | 61 | } |
27 | @@ -XXX,XX +XXX,XX @@ static inline bool gic_irq_signaling_enabled(GICState *s, int cpu, bool virt, | 62 | } |
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 | 63 | ||
36 | -- | 64 | -- |
37 | 2.20.1 | 65 | 2.25.1 |
38 | |||
39 | diff view generated by jsdifflib |
1 | From: Gan Qixin <ganqixin@huawei.com> | 1 | From: Gavin Shan <gshan@redhat.com> |
---|---|---|---|
2 | 2 | ||
3 | When running device-introspect-test, a memory leak occurred in the | 3 | This introduces virt_get_high_memmap_enabled() helper, which returns |
4 | mv88w8618_pit_init function, so use ptimer_free() in the finalize function to | 4 | the pointer to vms->highmem_{redists, ecam, mmio}. The pointer will |
5 | avoid it. | 5 | be used in the subsequent patches. |
6 | 6 | ||
7 | ASAN shows memory leak stack: | 7 | No functional change intended. |
8 | 8 | ||
9 | Indirect leak of 192 byte(s) in 4 object(s) allocated from: | 9 | Signed-off-by: Gavin Shan <gshan@redhat.com> |
10 | #0 0xffffab97e1f0 in __interceptor_calloc (/lib64/libasan.so.5+0xee1f0) | 10 | Reviewed-by: Eric Auger <eric.auger@redhat.com> |
11 | #1 0xffffab256800 in g_malloc0 (/lib64/libglib-2.0.so.0+0x56800) | 11 | Reviewed-by: Cornelia Huck <cohuck@redhat.com> |
12 | #2 0xaaabf555db84 in timer_new_full /qemu/include/qemu/timer.h:523 | 12 | Reviewed-by: Marc Zyngier <maz@kernel.org> |
13 | #3 0xaaabf555db84 in timer_new /qemu/include/qemu/timer.h:544 | 13 | Tested-by: Zhenyu Zhang <zhenyzha@redhat.com> |
14 | #4 0xaaabf555db84 in timer_new_ns /qemu/include/qemu/timer.h:562 | 14 | Message-id: 20221029224307.138822-5-gshan@redhat.com |
15 | #5 0xaaabf555db84 in ptimer_init /qemu/hw/core/ptimer.c:433 | ||
16 | #6 0xaaabf5bb2290 in mv88w8618_timer_init /qemu/hw/arm/musicpal.c:862 | ||
17 | #7 0xaaabf5bb2290 in mv88w8618_pit_init /qemu/hw/arm/musicpal.c:954 | ||
18 | #8 0xaaabf6339f6c in object_initialize_with_type /qemu/qom/object.c:515 | ||
19 | #9 0xaaabf633a1e0 in object_new_with_type /qemu/qom/object.c:729 | ||
20 | #10 0xaaabf6375e40 in qmp_device_list_properties /qemu/qom/qom-qmp-cmds.c:153 | ||
21 | #11 0xaaabf5a95540 in qdev_device_help /qemu/softmmu/qdev-monitor.c:283 | ||
22 | #12 0xaaabf5a96940 in qmp_device_add /qemu/softmmu/qdev-monitor.c:801 | ||
23 | |||
24 | Reported-by: Euler Robot <euler.robot@huawei.com> | ||
25 | Signed-off-by: Gan Qixin <ganqixin@huawei.com> | ||
26 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
27 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
28 | --- | 16 | --- |
29 | hw/arm/musicpal.c | 12 ++++++++++++ | 17 | hw/arm/virt.c | 32 +++++++++++++++++++------------- |
30 | 1 file changed, 12 insertions(+) | 18 | 1 file changed, 19 insertions(+), 13 deletions(-) |
31 | 19 | ||
32 | diff --git a/hw/arm/musicpal.c b/hw/arm/musicpal.c | 20 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c |
33 | index XXXXXXX..XXXXXXX 100644 | 21 | index XXXXXXX..XXXXXXX 100644 |
34 | --- a/hw/arm/musicpal.c | 22 | --- a/hw/arm/virt.c |
35 | +++ b/hw/arm/musicpal.c | 23 | +++ b/hw/arm/virt.c |
36 | @@ -XXX,XX +XXX,XX @@ static void mv88w8618_pit_init(Object *obj) | 24 | @@ -XXX,XX +XXX,XX @@ static uint64_t virt_cpu_mp_affinity(VirtMachineState *vms, int idx) |
37 | sysbus_init_mmio(dev, &s->iomem); | 25 | return arm_cpu_mp_affinity(idx, clustersz); |
38 | } | 26 | } |
39 | 27 | ||
40 | +static void mv88w8618_pit_finalize(Object *obj) | 28 | +static inline bool *virt_get_high_memmap_enabled(VirtMachineState *vms, |
29 | + int index) | ||
41 | +{ | 30 | +{ |
42 | + SysBusDevice *dev = SYS_BUS_DEVICE(obj); | 31 | + bool *enabled_array[] = { |
43 | + mv88w8618_pit_state *s = MV88W8618_PIT(dev); | 32 | + &vms->highmem_redists, |
44 | + int i; | 33 | + &vms->highmem_ecam, |
34 | + &vms->highmem_mmio, | ||
35 | + }; | ||
45 | + | 36 | + |
46 | + for (i = 0; i < 4; i++) { | 37 | + assert(ARRAY_SIZE(extended_memmap) - VIRT_LOWMEMMAP_LAST == |
47 | + ptimer_free(s->timer[i].ptimer); | 38 | + ARRAY_SIZE(enabled_array)); |
48 | + } | 39 | + assert(index - VIRT_LOWMEMMAP_LAST < ARRAY_SIZE(enabled_array)); |
40 | + | ||
41 | + return enabled_array[index - VIRT_LOWMEMMAP_LAST]; | ||
49 | +} | 42 | +} |
50 | + | 43 | + |
51 | static const VMStateDescription mv88w8618_timer_vmsd = { | 44 | static void virt_set_high_memmap(VirtMachineState *vms, |
52 | .name = "timer", | 45 | hwaddr base, int pa_bits) |
53 | .version_id = 1, | 46 | { |
54 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo mv88w8618_pit_info = { | 47 | hwaddr region_base, region_size; |
55 | .parent = TYPE_SYS_BUS_DEVICE, | 48 | - bool fits; |
56 | .instance_size = sizeof(mv88w8618_pit_state), | 49 | + bool *region_enabled, fits; |
57 | .instance_init = mv88w8618_pit_init, | 50 | int i; |
58 | + .instance_finalize = mv88w8618_pit_finalize, | 51 | |
59 | .class_init = mv88w8618_pit_class_init, | 52 | for (i = VIRT_LOWMEMMAP_LAST; i < ARRAY_SIZE(extended_memmap); i++) { |
60 | }; | 53 | + region_enabled = virt_get_high_memmap_enabled(vms, i); |
61 | 54 | region_base = ROUND_UP(base, extended_memmap[i].size); | |
55 | region_size = extended_memmap[i].size; | ||
56 | |||
57 | @@ -XXX,XX +XXX,XX @@ static void virt_set_high_memmap(VirtMachineState *vms, | ||
58 | vms->highest_gpa = region_base + region_size - 1; | ||
59 | } | ||
60 | |||
61 | - switch (i) { | ||
62 | - case VIRT_HIGH_GIC_REDIST2: | ||
63 | - vms->highmem_redists &= fits; | ||
64 | - break; | ||
65 | - case VIRT_HIGH_PCIE_ECAM: | ||
66 | - vms->highmem_ecam &= fits; | ||
67 | - break; | ||
68 | - case VIRT_HIGH_PCIE_MMIO: | ||
69 | - vms->highmem_mmio &= fits; | ||
70 | - break; | ||
71 | - } | ||
72 | - | ||
73 | + *region_enabled &= fits; | ||
74 | base = region_base + region_size; | ||
75 | } | ||
76 | } | ||
62 | -- | 77 | -- |
63 | 2.20.1 | 78 | 2.25.1 |
64 | |||
65 | diff view generated by jsdifflib |
1 | From: Andrew Jones <drjones@redhat.com> | 1 | From: Gavin Shan <gshan@redhat.com> |
---|---|---|---|
2 | 2 | ||
3 | virt machine's 'smp_cpus' and machine->smp.cpus must always have the | 3 | There are three high memory regions, which are VIRT_HIGH_REDIST2, |
4 | same value. And, anywhere we have virt machine state we have machine | 4 | VIRT_HIGH_PCIE_ECAM and VIRT_HIGH_PCIE_MMIO. Their base addresses |
5 | state. So let's remove the redundancy. Also, to make it easier to see | 5 | are floating on highest RAM address. However, they can be disabled |
6 | that machine->smp is the true source for "smp_cpus" and "max_cpus", | 6 | in several cases. |
7 | avoid passing them in function parameters, preferring instead to get | ||
8 | them from the state. | ||
9 | 7 | ||
10 | No functional change intended. | 8 | (1) One specific high memory region is likely to be disabled by |
9 | code by toggling vms->highmem_{redists, ecam, mmio}. | ||
11 | 10 | ||
12 | Signed-off-by: Andrew Jones <drjones@redhat.com> | 11 | (2) VIRT_HIGH_PCIE_ECAM region is disabled on machine, which is |
13 | Reviewed-by: David Edmondson <david.edmondson@oracle.com> | 12 | 'virt-2.12' or ealier than it. |
14 | Reviewed-by: Ying Fang <fangying1@huawei.com> | 13 | |
15 | Message-id: 20201215174815.51520-1-drjones@redhat.com | 14 | (3) VIRT_HIGH_PCIE_ECAM region is disabled when firmware is loaded |
16 | [PMM: minor formatting tweak to smp_cpus variable declaration] | 15 | on 32-bits system. |
16 | |||
17 | (4) One specific high memory region is disabled when it breaks the | ||
18 | PA space limit. | ||
19 | |||
20 | The current implementation of virt_set_{memmap, high_memmap}() isn't | ||
21 | optimized because the high memory region's PA space is always reserved, | ||
22 | regardless of whatever the actual state in the corresponding | ||
23 | vms->highmem_{redists, ecam, mmio} flag. In the code, 'base' and | ||
24 | 'vms->highest_gpa' are always increased for case (1), (2) and (3). | ||
25 | It's unnecessary since the assigned PA space for the disabled high | ||
26 | memory region won't be used afterwards. | ||
27 | |||
28 | Improve the address assignment for those three high memory region by | ||
29 | skipping the address assignment for one specific high memory region if | ||
30 | it has been disabled in case (1), (2) and (3). The memory layout may | ||
31 | be changed after the improvement is applied, which leads to potential | ||
32 | migration breakage. So 'vms->highmem_compact' is added to control if | ||
33 | the improvement should be applied. For now, 'vms->highmem_compact' is | ||
34 | set to false, meaning that we don't have memory layout change until it | ||
35 | becomes configurable through property 'compact-highmem' in next patch. | ||
36 | |||
37 | Signed-off-by: Gavin Shan <gshan@redhat.com> | ||
38 | Reviewed-by: Eric Auger <eric.auger@redhat.com> | ||
39 | Reviewed-by: Cornelia Huck <cohuck@redhat.com> | ||
40 | Reviewed-by: Marc Zyngier <maz@kernel.org> | ||
41 | Tested-by: Zhenyu Zhang <zhenyzha@redhat.com> | ||
42 | Message-id: 20221029224307.138822-6-gshan@redhat.com | ||
17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 43 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
18 | --- | 44 | --- |
19 | include/hw/arm/virt.h | 3 +-- | 45 | include/hw/arm/virt.h | 1 + |
20 | hw/arm/virt-acpi-build.c | 9 +++++---- | 46 | hw/arm/virt.c | 15 ++++++++++----- |
21 | hw/arm/virt.c | 21 ++++++++++----------- | 47 | 2 files changed, 11 insertions(+), 5 deletions(-) |
22 | 3 files changed, 16 insertions(+), 17 deletions(-) | ||
23 | 48 | ||
24 | diff --git a/include/hw/arm/virt.h b/include/hw/arm/virt.h | 49 | diff --git a/include/hw/arm/virt.h b/include/hw/arm/virt.h |
25 | index XXXXXXX..XXXXXXX 100644 | 50 | index XXXXXXX..XXXXXXX 100644 |
26 | --- a/include/hw/arm/virt.h | 51 | --- a/include/hw/arm/virt.h |
27 | +++ b/include/hw/arm/virt.h | 52 | +++ b/include/hw/arm/virt.h |
28 | @@ -XXX,XX +XXX,XX @@ struct VirtMachineState { | 53 | @@ -XXX,XX +XXX,XX @@ struct VirtMachineState { |
29 | MemMapEntry *memmap; | 54 | PFlashCFI01 *flash[2]; |
30 | char *pciehb_nodename; | 55 | bool secure; |
31 | const int *irqmap; | 56 | bool highmem; |
32 | - int smp_cpus; | 57 | + bool highmem_compact; |
33 | void *fdt; | 58 | bool highmem_ecam; |
34 | int fdt_size; | 59 | bool highmem_mmio; |
35 | uint32_t clock_phandle; | 60 | bool highmem_redists; |
36 | @@ -XXX,XX +XXX,XX @@ static inline int virt_gicv3_redist_region_count(VirtMachineState *vms) | ||
37 | |||
38 | assert(vms->gic_version == VIRT_GIC_VERSION_3); | ||
39 | |||
40 | - return vms->smp_cpus > redist0_capacity ? 2 : 1; | ||
41 | + return MACHINE(vms)->smp.cpus > redist0_capacity ? 2 : 1; | ||
42 | } | ||
43 | |||
44 | #endif /* QEMU_ARM_VIRT_H */ | ||
45 | diff --git a/hw/arm/virt-acpi-build.c b/hw/arm/virt-acpi-build.c | ||
46 | index XXXXXXX..XXXXXXX 100644 | ||
47 | --- a/hw/arm/virt-acpi-build.c | ||
48 | +++ b/hw/arm/virt-acpi-build.c | ||
49 | @@ -XXX,XX +XXX,XX @@ | ||
50 | |||
51 | #define ACPI_BUILD_TABLE_SIZE 0x20000 | ||
52 | |||
53 | -static void acpi_dsdt_add_cpus(Aml *scope, int smp_cpus) | ||
54 | +static void acpi_dsdt_add_cpus(Aml *scope, VirtMachineState *vms) | ||
55 | { | ||
56 | + MachineState *ms = MACHINE(vms); | ||
57 | uint16_t i; | ||
58 | |||
59 | - for (i = 0; i < smp_cpus; i++) { | ||
60 | + for (i = 0; i < ms->smp.cpus; i++) { | ||
61 | Aml *dev = aml_device("C%.03X", i); | ||
62 | aml_append(dev, aml_name_decl("_HID", aml_string("ACPI0007"))); | ||
63 | aml_append(dev, aml_name_decl("_UID", aml_int(i))); | ||
64 | @@ -XXX,XX +XXX,XX @@ build_madt(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) | ||
65 | gicd->base_address = cpu_to_le64(memmap[VIRT_GIC_DIST].base); | ||
66 | gicd->version = vms->gic_version; | ||
67 | |||
68 | - for (i = 0; i < vms->smp_cpus; i++) { | ||
69 | + for (i = 0; i < MACHINE(vms)->smp.cpus; i++) { | ||
70 | AcpiMadtGenericCpuInterface *gicc = acpi_data_push(table_data, | ||
71 | sizeof(*gicc)); | ||
72 | ARMCPU *armcpu = ARM_CPU(qemu_get_cpu(i)); | ||
73 | @@ -XXX,XX +XXX,XX @@ build_dsdt(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) | ||
74 | * the RTC ACPI device at all when using UEFI. | ||
75 | */ | ||
76 | scope = aml_scope("\\_SB"); | ||
77 | - acpi_dsdt_add_cpus(scope, vms->smp_cpus); | ||
78 | + acpi_dsdt_add_cpus(scope, vms); | ||
79 | acpi_dsdt_add_uart(scope, &memmap[VIRT_UART], | ||
80 | (irqmap[VIRT_UART] + ARM_SPI_BASE)); | ||
81 | if (vmc->acpi_expose_flash) { | ||
82 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c | 61 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c |
83 | index XXXXXXX..XXXXXXX 100644 | 62 | index XXXXXXX..XXXXXXX 100644 |
84 | --- a/hw/arm/virt.c | 63 | --- a/hw/arm/virt.c |
85 | +++ b/hw/arm/virt.c | 64 | +++ b/hw/arm/virt.c |
86 | @@ -XXX,XX +XXX,XX @@ static void fdt_add_timer_nodes(const VirtMachineState *vms) | 65 | @@ -XXX,XX +XXX,XX @@ static void virt_set_high_memmap(VirtMachineState *vms, |
87 | if (vms->gic_version == VIRT_GIC_VERSION_2) { | 66 | vms->memmap[i].size = region_size; |
88 | irqflags = deposit32(irqflags, GIC_FDT_IRQ_PPI_CPU_START, | 67 | |
89 | GIC_FDT_IRQ_PPI_CPU_WIDTH, | 68 | /* |
90 | - (1 << vms->smp_cpus) - 1); | 69 | - * Check each device to see if they fit in the PA space, |
91 | + (1 << MACHINE(vms)->smp.cpus) - 1); | 70 | - * moving highest_gpa as we go. |
71 | + * Check each device to see if it fits in the PA space, | ||
72 | + * moving highest_gpa as we go. For compatibility, move | ||
73 | + * highest_gpa for disabled fitting devices as well, if | ||
74 | + * the compact layout has been disabled. | ||
75 | * | ||
76 | * For each device that doesn't fit, disable it. | ||
77 | */ | ||
78 | fits = (region_base + region_size) <= BIT_ULL(pa_bits); | ||
79 | - if (fits) { | ||
80 | - vms->highest_gpa = region_base + region_size - 1; | ||
81 | + *region_enabled &= fits; | ||
82 | + if (vms->highmem_compact && !*region_enabled) { | ||
83 | + continue; | ||
84 | } | ||
85 | |||
86 | - *region_enabled &= fits; | ||
87 | base = region_base + region_size; | ||
88 | + if (fits) { | ||
89 | + vms->highest_gpa = base - 1; | ||
90 | + } | ||
92 | } | 91 | } |
93 | 92 | } | |
94 | qemu_fdt_add_subnode(vms->fdt, "/timer"); | ||
95 | @@ -XXX,XX +XXX,XX @@ static void fdt_add_cpu_nodes(const VirtMachineState *vms) | ||
96 | int cpu; | ||
97 | int addr_cells = 1; | ||
98 | const MachineState *ms = MACHINE(vms); | ||
99 | + int smp_cpus = ms->smp.cpus; | ||
100 | |||
101 | /* | ||
102 | * From Documentation/devicetree/bindings/arm/cpus.txt | ||
103 | @@ -XXX,XX +XXX,XX @@ static void fdt_add_cpu_nodes(const VirtMachineState *vms) | ||
104 | * The simplest way to go is to examine affinity IDs of all our CPUs. If | ||
105 | * at least one of them has Aff3 populated, we set #address-cells to 2. | ||
106 | */ | ||
107 | - for (cpu = 0; cpu < vms->smp_cpus; cpu++) { | ||
108 | + for (cpu = 0; cpu < smp_cpus; cpu++) { | ||
109 | ARMCPU *armcpu = ARM_CPU(qemu_get_cpu(cpu)); | ||
110 | |||
111 | if (armcpu->mp_affinity & ARM_AFF3_MASK) { | ||
112 | @@ -XXX,XX +XXX,XX @@ static void fdt_add_cpu_nodes(const VirtMachineState *vms) | ||
113 | qemu_fdt_setprop_cell(vms->fdt, "/cpus", "#address-cells", addr_cells); | ||
114 | qemu_fdt_setprop_cell(vms->fdt, "/cpus", "#size-cells", 0x0); | ||
115 | |||
116 | - for (cpu = vms->smp_cpus - 1; cpu >= 0; cpu--) { | ||
117 | + for (cpu = smp_cpus - 1; cpu >= 0; cpu--) { | ||
118 | char *nodename = g_strdup_printf("/cpus/cpu@%d", cpu); | ||
119 | ARMCPU *armcpu = ARM_CPU(qemu_get_cpu(cpu)); | ||
120 | CPUState *cs = CPU(armcpu); | ||
121 | @@ -XXX,XX +XXX,XX @@ static void fdt_add_cpu_nodes(const VirtMachineState *vms) | ||
122 | qemu_fdt_setprop_string(vms->fdt, nodename, "compatible", | ||
123 | armcpu->dtb_compatible); | ||
124 | |||
125 | - if (vms->psci_conduit != QEMU_PSCI_CONDUIT_DISABLED | ||
126 | - && vms->smp_cpus > 1) { | ||
127 | + if (vms->psci_conduit != QEMU_PSCI_CONDUIT_DISABLED && smp_cpus > 1) { | ||
128 | qemu_fdt_setprop_string(vms->fdt, nodename, | ||
129 | "enable-method", "psci"); | ||
130 | } | ||
131 | @@ -XXX,XX +XXX,XX @@ static void fdt_add_pmu_nodes(const VirtMachineState *vms) | ||
132 | if (vms->gic_version == VIRT_GIC_VERSION_2) { | ||
133 | irqflags = deposit32(irqflags, GIC_FDT_IRQ_PPI_CPU_START, | ||
134 | GIC_FDT_IRQ_PPI_CPU_WIDTH, | ||
135 | - (1 << vms->smp_cpus) - 1); | ||
136 | + (1 << MACHINE(vms)->smp.cpus) - 1); | ||
137 | } | ||
138 | |||
139 | qemu_fdt_add_subnode(vms->fdt, "/pmu"); | ||
140 | @@ -XXX,XX +XXX,XX @@ static void finalize_gic_version(VirtMachineState *vms) | ||
141 | * virt_cpu_post_init() must be called after the CPUs have | ||
142 | * been realized and the GIC has been created. | ||
143 | */ | ||
144 | -static void virt_cpu_post_init(VirtMachineState *vms, int max_cpus, | ||
145 | - MemoryRegion *sysmem) | ||
146 | +static void virt_cpu_post_init(VirtMachineState *vms, MemoryRegion *sysmem) | ||
147 | { | ||
148 | + int max_cpus = MACHINE(vms)->smp.max_cpus; | ||
149 | bool aarch64, pmu, steal_time; | ||
150 | CPUState *cpu; | ||
151 | |||
152 | @@ -XXX,XX +XXX,XX @@ static void machvirt_init(MachineState *machine) | ||
153 | exit(1); | ||
154 | } | ||
155 | |||
156 | - vms->smp_cpus = smp_cpus; | ||
157 | - | ||
158 | if (vms->virt && kvm_enabled()) { | ||
159 | error_report("mach-virt: KVM does not support providing " | ||
160 | "Virtualization extensions to the guest CPU"); | ||
161 | @@ -XXX,XX +XXX,XX @@ static void machvirt_init(MachineState *machine) | ||
162 | create_fdt(vms); | ||
163 | |||
164 | possible_cpus = mc->possible_cpu_arch_ids(machine); | ||
165 | + assert(possible_cpus->len == max_cpus); | ||
166 | for (n = 0; n < possible_cpus->len; n++) { | ||
167 | Object *cpuobj; | ||
168 | CPUState *cs; | ||
169 | @@ -XXX,XX +XXX,XX @@ static void machvirt_init(MachineState *machine) | ||
170 | |||
171 | create_gic(vms); | ||
172 | |||
173 | - virt_cpu_post_init(vms, possible_cpus->len, sysmem); | ||
174 | + virt_cpu_post_init(vms, sysmem); | ||
175 | |||
176 | fdt_add_pmu_nodes(vms); | ||
177 | 93 | ||
178 | -- | 94 | -- |
179 | 2.20.1 | 95 | 2.25.1 |
180 | |||
181 | diff view generated by jsdifflib |
1 | From: Gan Qixin <ganqixin@huawei.com> | 1 | From: Gavin Shan <gshan@redhat.com> |
---|---|---|---|
2 | 2 | ||
3 | When running device-introspect-test, a memory leak occurred in the | 3 | After the improvement to high memory region address assignment is |
4 | exynos4210_pwm_init function, so use ptimer_free() in the finalize function to | 4 | applied, the memory layout can be changed, introducing possible |
5 | avoid it. | 5 | migration breakage. For example, VIRT_HIGH_PCIE_MMIO memory region |
6 | is disabled or enabled when the optimization is applied or not, with | ||
7 | the following configuration. The configuration is only achievable by | ||
8 | modifying the source code until more properties are added to allow | ||
9 | users selectively disable those high memory regions. | ||
6 | 10 | ||
7 | ASAN shows memory leak stack: | 11 | pa_bits = 40; |
12 | vms->highmem_redists = false; | ||
13 | vms->highmem_ecam = false; | ||
14 | vms->highmem_mmio = true; | ||
8 | 15 | ||
9 | Indirect leak of 240 byte(s) in 5 object(s) allocated from: | 16 | # qemu-system-aarch64 -accel kvm -cpu host \ |
10 | #0 0xffffab97e1f0 in __interceptor_calloc (/lib64/libasan.so.5+0xee1f0) | 17 | -machine virt-7.2,compact-highmem={on, off} \ |
11 | #1 0xffffab256800 in g_malloc0 (/lib64/libglib-2.0.so.0+0x56800) | 18 | -m 4G,maxmem=511G -monitor stdio |
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 | 19 | ||
24 | Reported-by: Euler Robot <euler.robot@huawei.com> | 20 | Region compact-highmem=off compact-highmem=on |
25 | Signed-off-by: Gan Qixin <ganqixin@huawei.com> | 21 | ---------------------------------------------------------------- |
26 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 22 | MEM [1GB 512GB] [1GB 512GB] |
23 | HIGH_GIC_REDISTS2 [512GB 512GB+64MB] [disabled] | ||
24 | HIGH_PCIE_ECAM [512GB+256MB 512GB+512MB] [disabled] | ||
25 | HIGH_PCIE_MMIO [disabled] [512GB 1TB] | ||
26 | |||
27 | In order to keep backwords compatibility, we need to disable the | ||
28 | optimization on machine, which is virt-7.1 or ealier than it. It | ||
29 | means the optimization is enabled by default from virt-7.2. Besides, | ||
30 | 'compact-highmem' property is added so that the optimization can be | ||
31 | explicitly enabled or disabled on all machine types by users. | ||
32 | |||
33 | Signed-off-by: Gavin Shan <gshan@redhat.com> | ||
34 | Reviewed-by: Eric Auger <eric.auger@redhat.com> | ||
35 | Reviewed-by: Cornelia Huck <cohuck@redhat.com> | ||
36 | Reviewed-by: Marc Zyngier <maz@kernel.org> | ||
37 | Tested-by: Zhenyu Zhang <zhenyzha@redhat.com> | ||
38 | Message-id: 20221029224307.138822-7-gshan@redhat.com | ||
27 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 39 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
28 | --- | 40 | --- |
29 | hw/timer/exynos4210_pwm.c | 11 +++++++++++ | 41 | docs/system/arm/virt.rst | 4 ++++ |
30 | 1 file changed, 11 insertions(+) | 42 | include/hw/arm/virt.h | 1 + |
43 | hw/arm/virt.c | 32 ++++++++++++++++++++++++++++++++ | ||
44 | 3 files changed, 37 insertions(+) | ||
31 | 45 | ||
32 | diff --git a/hw/timer/exynos4210_pwm.c b/hw/timer/exynos4210_pwm.c | 46 | diff --git a/docs/system/arm/virt.rst b/docs/system/arm/virt.rst |
33 | index XXXXXXX..XXXXXXX 100644 | 47 | index XXXXXXX..XXXXXXX 100644 |
34 | --- a/hw/timer/exynos4210_pwm.c | 48 | --- a/docs/system/arm/virt.rst |
35 | +++ b/hw/timer/exynos4210_pwm.c | 49 | +++ b/docs/system/arm/virt.rst |
36 | @@ -XXX,XX +XXX,XX @@ static void exynos4210_pwm_init(Object *obj) | 50 | @@ -XXX,XX +XXX,XX @@ highmem |
37 | sysbus_init_mmio(dev, &s->iomem); | 51 | address space above 32 bits. The default is ``on`` for machine types |
52 | later than ``virt-2.12``. | ||
53 | |||
54 | +compact-highmem | ||
55 | + Set ``on``/``off`` to enable/disable the compact layout for high memory regions. | ||
56 | + The default is ``on`` for machine types later than ``virt-7.2``. | ||
57 | + | ||
58 | gic-version | ||
59 | Specify the version of the Generic Interrupt Controller (GIC) to provide. | ||
60 | Valid values are: | ||
61 | diff --git a/include/hw/arm/virt.h b/include/hw/arm/virt.h | ||
62 | index XXXXXXX..XXXXXXX 100644 | ||
63 | --- a/include/hw/arm/virt.h | ||
64 | +++ b/include/hw/arm/virt.h | ||
65 | @@ -XXX,XX +XXX,XX @@ struct VirtMachineClass { | ||
66 | bool no_pmu; | ||
67 | bool claim_edge_triggered_timers; | ||
68 | bool smbios_old_sys_ver; | ||
69 | + bool no_highmem_compact; | ||
70 | bool no_highmem_ecam; | ||
71 | bool no_ged; /* Machines < 4.2 have no support for ACPI GED device */ | ||
72 | bool kvm_no_adjvtime; | ||
73 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c | ||
74 | index XXXXXXX..XXXXXXX 100644 | ||
75 | --- a/hw/arm/virt.c | ||
76 | +++ b/hw/arm/virt.c | ||
77 | @@ -XXX,XX +XXX,XX @@ static const MemMapEntry base_memmap[] = { | ||
78 | * Note the extended_memmap is sized so that it eventually also includes the | ||
79 | * base_memmap entries (VIRT_HIGH_GIC_REDIST2 index is greater than the last | ||
80 | * index of base_memmap). | ||
81 | + * | ||
82 | + * The memory map for these Highmem IO Regions can be in legacy or compact | ||
83 | + * layout, depending on 'compact-highmem' property. With legacy layout, the | ||
84 | + * PA space for one specific region is always reserved, even if the region | ||
85 | + * has been disabled or doesn't fit into the PA space. However, the PA space | ||
86 | + * for the region won't be reserved in these circumstances with compact layout. | ||
87 | */ | ||
88 | static MemMapEntry extended_memmap[] = { | ||
89 | /* Additional 64 MB redist region (can contain up to 512 redistributors) */ | ||
90 | @@ -XXX,XX +XXX,XX @@ static void virt_set_highmem(Object *obj, bool value, Error **errp) | ||
91 | vms->highmem = value; | ||
38 | } | 92 | } |
39 | 93 | ||
40 | +static void exynos4210_pwm_finalize(Object *obj) | 94 | +static bool virt_get_compact_highmem(Object *obj, Error **errp) |
41 | +{ | 95 | +{ |
42 | + Exynos4210PWMState *s = EXYNOS4210_PWM(obj); | 96 | + VirtMachineState *vms = VIRT_MACHINE(obj); |
43 | + int i; | ||
44 | + | 97 | + |
45 | + for (i = 0; i < EXYNOS4210_PWM_TIMERS_NUM; i++) { | 98 | + return vms->highmem_compact; |
46 | + ptimer_free(s->timer[i].ptimer); | ||
47 | + } | ||
48 | +} | 99 | +} |
49 | + | 100 | + |
50 | static void exynos4210_pwm_class_init(ObjectClass *klass, void *data) | 101 | +static void virt_set_compact_highmem(Object *obj, bool value, Error **errp) |
102 | +{ | ||
103 | + VirtMachineState *vms = VIRT_MACHINE(obj); | ||
104 | + | ||
105 | + vms->highmem_compact = value; | ||
106 | +} | ||
107 | + | ||
108 | static bool virt_get_its(Object *obj, Error **errp) | ||
51 | { | 109 | { |
52 | DeviceClass *dc = DEVICE_CLASS(klass); | 110 | VirtMachineState *vms = VIRT_MACHINE(obj); |
53 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo exynos4210_pwm_info = { | 111 | @@ -XXX,XX +XXX,XX @@ static void virt_machine_class_init(ObjectClass *oc, void *data) |
54 | .parent = TYPE_SYS_BUS_DEVICE, | 112 | "Set on/off to enable/disable using " |
55 | .instance_size = sizeof(Exynos4210PWMState), | 113 | "physical address space above 32 bits"); |
56 | .instance_init = exynos4210_pwm_init, | 114 | |
57 | + .instance_finalize = exynos4210_pwm_finalize, | 115 | + object_class_property_add_bool(oc, "compact-highmem", |
58 | .class_init = exynos4210_pwm_class_init, | 116 | + virt_get_compact_highmem, |
59 | }; | 117 | + virt_set_compact_highmem); |
118 | + object_class_property_set_description(oc, "compact-highmem", | ||
119 | + "Set on/off to enable/disable compact " | ||
120 | + "layout for high memory regions"); | ||
121 | + | ||
122 | object_class_property_add_str(oc, "gic-version", virt_get_gic_version, | ||
123 | virt_set_gic_version); | ||
124 | object_class_property_set_description(oc, "gic-version", | ||
125 | @@ -XXX,XX +XXX,XX @@ static void virt_instance_init(Object *obj) | ||
126 | |||
127 | /* High memory is enabled by default */ | ||
128 | vms->highmem = true; | ||
129 | + vms->highmem_compact = !vmc->no_highmem_compact; | ||
130 | vms->gic_version = VIRT_GIC_VERSION_NOSEL; | ||
131 | |||
132 | vms->highmem_ecam = !vmc->no_highmem_ecam; | ||
133 | @@ -XXX,XX +XXX,XX @@ DEFINE_VIRT_MACHINE_AS_LATEST(7, 2) | ||
134 | |||
135 | static void virt_machine_7_1_options(MachineClass *mc) | ||
136 | { | ||
137 | + VirtMachineClass *vmc = VIRT_MACHINE_CLASS(OBJECT_CLASS(mc)); | ||
138 | + | ||
139 | virt_machine_7_2_options(mc); | ||
140 | compat_props_add(mc->compat_props, hw_compat_7_1, hw_compat_7_1_len); | ||
141 | + /* Compact layout for high memory regions was introduced with 7.2 */ | ||
142 | + vmc->no_highmem_compact = true; | ||
143 | } | ||
144 | DEFINE_VIRT_MACHINE(7, 1) | ||
60 | 145 | ||
61 | -- | 146 | -- |
62 | 2.20.1 | 147 | 2.25.1 |
63 | |||
64 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Gavin Shan <gshan@redhat.com> | ||
1 | 2 | ||
3 | The 3 high memory regions are usually enabled by default, but they may | ||
4 | be not used. For example, VIRT_HIGH_GIC_REDIST2 isn't needed by GICv2. | ||
5 | This leads to waste in the PA space. | ||
6 | |||
7 | Add properties ("highmem-redists", "highmem-ecam", "highmem-mmio") to | ||
8 | allow users selectively disable them if needed. After that, the high | ||
9 | memory region for GICv3 or GICv4 redistributor can be disabled by user, | ||
10 | the number of maximal supported CPUs needs to be calculated based on | ||
11 | 'vms->highmem_redists'. The follow-up error message is also improved | ||
12 | to indicate if the high memory region for GICv3 and GICv4 has been | ||
13 | enabled or not. | ||
14 | |||
15 | Suggested-by: Marc Zyngier <maz@kernel.org> | ||
16 | Signed-off-by: Gavin Shan <gshan@redhat.com> | ||
17 | Reviewed-by: Marc Zyngier <maz@kernel.org> | ||
18 | Reviewed-by: Cornelia Huck <cohuck@redhat.com> | ||
19 | Reviewed-by: Eric Auger <eric.auger@redhat.com> | ||
20 | Message-id: 20221029224307.138822-8-gshan@redhat.com | ||
21 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
22 | --- | ||
23 | docs/system/arm/virt.rst | 13 +++++++ | ||
24 | hw/arm/virt.c | 75 ++++++++++++++++++++++++++++++++++++++-- | ||
25 | 2 files changed, 86 insertions(+), 2 deletions(-) | ||
26 | |||
27 | diff --git a/docs/system/arm/virt.rst b/docs/system/arm/virt.rst | ||
28 | index XXXXXXX..XXXXXXX 100644 | ||
29 | --- a/docs/system/arm/virt.rst | ||
30 | +++ b/docs/system/arm/virt.rst | ||
31 | @@ -XXX,XX +XXX,XX @@ compact-highmem | ||
32 | Set ``on``/``off`` to enable/disable the compact layout for high memory regions. | ||
33 | The default is ``on`` for machine types later than ``virt-7.2``. | ||
34 | |||
35 | +highmem-redists | ||
36 | + Set ``on``/``off`` to enable/disable the high memory region for GICv3 or | ||
37 | + GICv4 redistributor. The default is ``on``. Setting this to ``off`` will | ||
38 | + limit the maximum number of CPUs when GICv3 or GICv4 is used. | ||
39 | + | ||
40 | +highmem-ecam | ||
41 | + Set ``on``/``off`` to enable/disable the high memory region for PCI ECAM. | ||
42 | + The default is ``on`` for machine types later than ``virt-3.0``. | ||
43 | + | ||
44 | +highmem-mmio | ||
45 | + Set ``on``/``off`` to enable/disable the high memory region for PCI MMIO. | ||
46 | + The default is ``on``. | ||
47 | + | ||
48 | gic-version | ||
49 | Specify the version of the Generic Interrupt Controller (GIC) to provide. | ||
50 | Valid values are: | ||
51 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c | ||
52 | index XXXXXXX..XXXXXXX 100644 | ||
53 | --- a/hw/arm/virt.c | ||
54 | +++ b/hw/arm/virt.c | ||
55 | @@ -XXX,XX +XXX,XX @@ static void machvirt_init(MachineState *machine) | ||
56 | if (vms->gic_version == VIRT_GIC_VERSION_2) { | ||
57 | virt_max_cpus = GIC_NCPU; | ||
58 | } else { | ||
59 | - virt_max_cpus = virt_redist_capacity(vms, VIRT_GIC_REDIST) + | ||
60 | - virt_redist_capacity(vms, VIRT_HIGH_GIC_REDIST2); | ||
61 | + virt_max_cpus = virt_redist_capacity(vms, VIRT_GIC_REDIST); | ||
62 | + if (vms->highmem_redists) { | ||
63 | + virt_max_cpus += virt_redist_capacity(vms, VIRT_HIGH_GIC_REDIST2); | ||
64 | + } | ||
65 | } | ||
66 | |||
67 | if (max_cpus > virt_max_cpus) { | ||
68 | error_report("Number of SMP CPUs requested (%d) exceeds max CPUs " | ||
69 | "supported by machine 'mach-virt' (%d)", | ||
70 | max_cpus, virt_max_cpus); | ||
71 | + if (vms->gic_version != VIRT_GIC_VERSION_2 && !vms->highmem_redists) { | ||
72 | + error_printf("Try 'highmem-redists=on' for more CPUs\n"); | ||
73 | + } | ||
74 | + | ||
75 | exit(1); | ||
76 | } | ||
77 | |||
78 | @@ -XXX,XX +XXX,XX @@ static void virt_set_compact_highmem(Object *obj, bool value, Error **errp) | ||
79 | vms->highmem_compact = value; | ||
80 | } | ||
81 | |||
82 | +static bool virt_get_highmem_redists(Object *obj, Error **errp) | ||
83 | +{ | ||
84 | + VirtMachineState *vms = VIRT_MACHINE(obj); | ||
85 | + | ||
86 | + return vms->highmem_redists; | ||
87 | +} | ||
88 | + | ||
89 | +static void virt_set_highmem_redists(Object *obj, bool value, Error **errp) | ||
90 | +{ | ||
91 | + VirtMachineState *vms = VIRT_MACHINE(obj); | ||
92 | + | ||
93 | + vms->highmem_redists = value; | ||
94 | +} | ||
95 | + | ||
96 | +static bool virt_get_highmem_ecam(Object *obj, Error **errp) | ||
97 | +{ | ||
98 | + VirtMachineState *vms = VIRT_MACHINE(obj); | ||
99 | + | ||
100 | + return vms->highmem_ecam; | ||
101 | +} | ||
102 | + | ||
103 | +static void virt_set_highmem_ecam(Object *obj, bool value, Error **errp) | ||
104 | +{ | ||
105 | + VirtMachineState *vms = VIRT_MACHINE(obj); | ||
106 | + | ||
107 | + vms->highmem_ecam = value; | ||
108 | +} | ||
109 | + | ||
110 | +static bool virt_get_highmem_mmio(Object *obj, Error **errp) | ||
111 | +{ | ||
112 | + VirtMachineState *vms = VIRT_MACHINE(obj); | ||
113 | + | ||
114 | + return vms->highmem_mmio; | ||
115 | +} | ||
116 | + | ||
117 | +static void virt_set_highmem_mmio(Object *obj, bool value, Error **errp) | ||
118 | +{ | ||
119 | + VirtMachineState *vms = VIRT_MACHINE(obj); | ||
120 | + | ||
121 | + vms->highmem_mmio = value; | ||
122 | +} | ||
123 | + | ||
124 | + | ||
125 | static bool virt_get_its(Object *obj, Error **errp) | ||
126 | { | ||
127 | VirtMachineState *vms = VIRT_MACHINE(obj); | ||
128 | @@ -XXX,XX +XXX,XX @@ static void virt_machine_class_init(ObjectClass *oc, void *data) | ||
129 | "Set on/off to enable/disable compact " | ||
130 | "layout for high memory regions"); | ||
131 | |||
132 | + object_class_property_add_bool(oc, "highmem-redists", | ||
133 | + virt_get_highmem_redists, | ||
134 | + virt_set_highmem_redists); | ||
135 | + object_class_property_set_description(oc, "highmem-redists", | ||
136 | + "Set on/off to enable/disable high " | ||
137 | + "memory region for GICv3 or GICv4 " | ||
138 | + "redistributor"); | ||
139 | + | ||
140 | + object_class_property_add_bool(oc, "highmem-ecam", | ||
141 | + virt_get_highmem_ecam, | ||
142 | + virt_set_highmem_ecam); | ||
143 | + object_class_property_set_description(oc, "highmem-ecam", | ||
144 | + "Set on/off to enable/disable high " | ||
145 | + "memory region for PCI ECAM"); | ||
146 | + | ||
147 | + object_class_property_add_bool(oc, "highmem-mmio", | ||
148 | + virt_get_highmem_mmio, | ||
149 | + virt_set_highmem_mmio); | ||
150 | + object_class_property_set_description(oc, "highmem-mmio", | ||
151 | + "Set on/off to enable/disable high " | ||
152 | + "memory region for PCI MMIO"); | ||
153 | + | ||
154 | object_class_property_add_str(oc, "gic-version", virt_get_gic_version, | ||
155 | virt_set_gic_version); | ||
156 | object_class_property_set_description(oc, "gic-version", | ||
157 | -- | ||
158 | 2.25.1 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Mihai Carabas <mihai.carabas@oracle.com> | ||
1 | 2 | ||
3 | Use the base_memmap to build the SMBIOS 19 table which provides the address | ||
4 | mapping for a Physical Memory Array (from spec [1] chapter 7.20). | ||
5 | |||
6 | This was present on i386 from commit c97294ec1b9e36887e119589d456557d72ab37b5 | ||
7 | ("SMBIOS: Build aggregate smbios tables and entry point"). | ||
8 | |||
9 | [1] https://www.dmtf.org/sites/default/files/standards/documents/DSP0134_3.5.0.pdf | ||
10 | |||
11 | The absence of this table is a breach of the specs and is | ||
12 | detected by the FirmwareTestSuite (FWTS), but it doesn't | ||
13 | cause any known problems for guest OSes. | ||
14 | |||
15 | Signed-off-by: Mihai Carabas <mihai.carabas@oracle.com> | ||
16 | Message-id: 1668789029-5432-1-git-send-email-mihai.carabas@oracle.com | ||
17 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
18 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
19 | --- | ||
20 | hw/arm/virt.c | 8 +++++++- | ||
21 | 1 file changed, 7 insertions(+), 1 deletion(-) | ||
22 | |||
23 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c | ||
24 | index XXXXXXX..XXXXXXX 100644 | ||
25 | --- a/hw/arm/virt.c | ||
26 | +++ b/hw/arm/virt.c | ||
27 | @@ -XXX,XX +XXX,XX @@ static void *machvirt_dtb(const struct arm_boot_info *binfo, int *fdt_size) | ||
28 | static void virt_build_smbios(VirtMachineState *vms) | ||
29 | { | ||
30 | MachineClass *mc = MACHINE_GET_CLASS(vms); | ||
31 | + MachineState *ms = MACHINE(vms); | ||
32 | VirtMachineClass *vmc = VIRT_MACHINE_GET_CLASS(vms); | ||
33 | uint8_t *smbios_tables, *smbios_anchor; | ||
34 | size_t smbios_tables_len, smbios_anchor_len; | ||
35 | + struct smbios_phys_mem_area mem_array; | ||
36 | const char *product = "QEMU Virtual Machine"; | ||
37 | |||
38 | if (kvm_enabled()) { | ||
39 | @@ -XXX,XX +XXX,XX @@ static void virt_build_smbios(VirtMachineState *vms) | ||
40 | vmc->smbios_old_sys_ver ? "1.0" : mc->name, false, | ||
41 | true, SMBIOS_ENTRY_POINT_TYPE_64); | ||
42 | |||
43 | - smbios_get_tables(MACHINE(vms), NULL, 0, | ||
44 | + /* build the array of physical mem area from base_memmap */ | ||
45 | + mem_array.address = vms->memmap[VIRT_MEM].base; | ||
46 | + mem_array.length = ms->ram_size; | ||
47 | + | ||
48 | + smbios_get_tables(ms, &mem_array, 1, | ||
49 | &smbios_tables, &smbios_tables_len, | ||
50 | &smbios_anchor, &smbios_anchor_len, | ||
51 | &error_fatal); | ||
52 | -- | ||
53 | 2.25.1 | diff view generated by jsdifflib |
1 | From: Gan Qixin <ganqixin@huawei.com> | 1 | From: Timofey Kutergin <tkutergin@gmail.com> |
---|---|---|---|
2 | 2 | ||
3 | When running device-introspect-test, a memory leak occurred in the | 3 | The Cortex-A55 is one of the newer armv8.2+ CPUs; in particular |
4 | mss_timer_init function, so use ptimer_free() in the finalize function to avoid | 4 | it supports the Privileged Access Never (PAN) feature. Add |
5 | it. | 5 | a model of this CPU, so you can use a CPU type on the virt |
6 | board that models a specific real hardware CPU, rather than | ||
7 | having to use the QEMU-specific "max" CPU type. | ||
6 | 8 | ||
7 | ASAN shows memory leak stack: | 9 | Signed-off-by: Timofey Kutergin <tkutergin@gmail.com> |
8 | 10 | Message-id: 20221121150819.2782817-1-tkutergin@gmail.com | |
9 | Indirect leak of 192 byte(s) in 2 object(s) allocated from: | 11 | [PMM: tweaked commit message] |
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> | ||
26 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
27 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
28 | --- | 14 | --- |
29 | hw/timer/mss-timer.c | 13 +++++++++++++ | 15 | docs/system/arm/virt.rst | 1 + |
30 | 1 file changed, 13 insertions(+) | 16 | hw/arm/virt.c | 1 + |
17 | target/arm/cpu64.c | 69 ++++++++++++++++++++++++++++++++++++++++ | ||
18 | 3 files changed, 71 insertions(+) | ||
31 | 19 | ||
32 | diff --git a/hw/timer/mss-timer.c b/hw/timer/mss-timer.c | 20 | diff --git a/docs/system/arm/virt.rst b/docs/system/arm/virt.rst |
33 | index XXXXXXX..XXXXXXX 100644 | 21 | index XXXXXXX..XXXXXXX 100644 |
34 | --- a/hw/timer/mss-timer.c | 22 | --- a/docs/system/arm/virt.rst |
35 | +++ b/hw/timer/mss-timer.c | 23 | +++ b/docs/system/arm/virt.rst |
36 | @@ -XXX,XX +XXX,XX @@ static void mss_timer_init(Object *obj) | 24 | @@ -XXX,XX +XXX,XX @@ Supported guest CPU types: |
37 | sysbus_init_mmio(SYS_BUS_DEVICE(obj), &t->mmio); | 25 | - ``cortex-a15`` (32-bit; the default) |
26 | - ``cortex-a35`` (64-bit) | ||
27 | - ``cortex-a53`` (64-bit) | ||
28 | +- ``cortex-a55`` (64-bit) | ||
29 | - ``cortex-a57`` (64-bit) | ||
30 | - ``cortex-a72`` (64-bit) | ||
31 | - ``cortex-a76`` (64-bit) | ||
32 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c | ||
33 | index XXXXXXX..XXXXXXX 100644 | ||
34 | --- a/hw/arm/virt.c | ||
35 | +++ b/hw/arm/virt.c | ||
36 | @@ -XXX,XX +XXX,XX @@ static const char *valid_cpus[] = { | ||
37 | ARM_CPU_TYPE_NAME("cortex-a15"), | ||
38 | ARM_CPU_TYPE_NAME("cortex-a35"), | ||
39 | ARM_CPU_TYPE_NAME("cortex-a53"), | ||
40 | + ARM_CPU_TYPE_NAME("cortex-a55"), | ||
41 | ARM_CPU_TYPE_NAME("cortex-a57"), | ||
42 | ARM_CPU_TYPE_NAME("cortex-a72"), | ||
43 | ARM_CPU_TYPE_NAME("cortex-a76"), | ||
44 | diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c | ||
45 | index XXXXXXX..XXXXXXX 100644 | ||
46 | --- a/target/arm/cpu64.c | ||
47 | +++ b/target/arm/cpu64.c | ||
48 | @@ -XXX,XX +XXX,XX @@ static void aarch64_a53_initfn(Object *obj) | ||
49 | define_cortex_a72_a57_a53_cp_reginfo(cpu); | ||
38 | } | 50 | } |
39 | 51 | ||
40 | +static void mss_timer_finalize(Object *obj) | 52 | +static void aarch64_a55_initfn(Object *obj) |
41 | +{ | 53 | +{ |
42 | + MSSTimerState *t = MSS_TIMER(obj); | 54 | + ARMCPU *cpu = ARM_CPU(obj); |
43 | + int i; | ||
44 | + | 55 | + |
45 | + for (i = 0; i < NUM_TIMERS; i++) { | 56 | + cpu->dtb_compatible = "arm,cortex-a55"; |
46 | + struct Msf2Timer *st = &t->timers[i]; | 57 | + set_feature(&cpu->env, ARM_FEATURE_V8); |
58 | + set_feature(&cpu->env, ARM_FEATURE_NEON); | ||
59 | + set_feature(&cpu->env, ARM_FEATURE_GENERIC_TIMER); | ||
60 | + set_feature(&cpu->env, ARM_FEATURE_AARCH64); | ||
61 | + set_feature(&cpu->env, ARM_FEATURE_CBAR_RO); | ||
62 | + set_feature(&cpu->env, ARM_FEATURE_EL2); | ||
63 | + set_feature(&cpu->env, ARM_FEATURE_EL3); | ||
64 | + set_feature(&cpu->env, ARM_FEATURE_PMU); | ||
47 | + | 65 | + |
48 | + ptimer_free(st->ptimer); | 66 | + /* Ordered by B2.4 AArch64 registers by functional group */ |
49 | + } | 67 | + cpu->clidr = 0x82000023; |
68 | + cpu->ctr = 0x84448004; /* L1Ip = VIPT */ | ||
69 | + cpu->dcz_blocksize = 4; /* 64 bytes */ | ||
70 | + cpu->isar.id_aa64dfr0 = 0x0000000010305408ull; | ||
71 | + cpu->isar.id_aa64isar0 = 0x0000100010211120ull; | ||
72 | + cpu->isar.id_aa64isar1 = 0x0000000000100001ull; | ||
73 | + cpu->isar.id_aa64mmfr0 = 0x0000000000101122ull; | ||
74 | + cpu->isar.id_aa64mmfr1 = 0x0000000010212122ull; | ||
75 | + cpu->isar.id_aa64mmfr2 = 0x0000000000001011ull; | ||
76 | + cpu->isar.id_aa64pfr0 = 0x0000000010112222ull; | ||
77 | + cpu->isar.id_aa64pfr1 = 0x0000000000000010ull; | ||
78 | + cpu->id_afr0 = 0x00000000; | ||
79 | + cpu->isar.id_dfr0 = 0x04010088; | ||
80 | + cpu->isar.id_isar0 = 0x02101110; | ||
81 | + cpu->isar.id_isar1 = 0x13112111; | ||
82 | + cpu->isar.id_isar2 = 0x21232042; | ||
83 | + cpu->isar.id_isar3 = 0x01112131; | ||
84 | + cpu->isar.id_isar4 = 0x00011142; | ||
85 | + cpu->isar.id_isar5 = 0x01011121; | ||
86 | + cpu->isar.id_isar6 = 0x00000010; | ||
87 | + cpu->isar.id_mmfr0 = 0x10201105; | ||
88 | + cpu->isar.id_mmfr1 = 0x40000000; | ||
89 | + cpu->isar.id_mmfr2 = 0x01260000; | ||
90 | + cpu->isar.id_mmfr3 = 0x02122211; | ||
91 | + cpu->isar.id_mmfr4 = 0x00021110; | ||
92 | + cpu->isar.id_pfr0 = 0x10010131; | ||
93 | + cpu->isar.id_pfr1 = 0x00011011; | ||
94 | + cpu->isar.id_pfr2 = 0x00000011; | ||
95 | + cpu->midr = 0x412FD050; /* r2p0 */ | ||
96 | + cpu->revidr = 0; | ||
97 | + | ||
98 | + /* From B2.23 CCSIDR_EL1 */ | ||
99 | + cpu->ccsidr[0] = 0x700fe01a; /* 32KB L1 dcache */ | ||
100 | + cpu->ccsidr[1] = 0x200fe01a; /* 32KB L1 icache */ | ||
101 | + cpu->ccsidr[2] = 0x703fe07a; /* 512KB L2 cache */ | ||
102 | + | ||
103 | + /* From B2.96 SCTLR_EL3 */ | ||
104 | + cpu->reset_sctlr = 0x30c50838; | ||
105 | + | ||
106 | + /* From B4.45 ICH_VTR_EL2 */ | ||
107 | + cpu->gic_num_lrs = 4; | ||
108 | + cpu->gic_vpribits = 5; | ||
109 | + cpu->gic_vprebits = 5; | ||
110 | + cpu->gic_pribits = 5; | ||
111 | + | ||
112 | + cpu->isar.mvfr0 = 0x10110222; | ||
113 | + cpu->isar.mvfr1 = 0x13211111; | ||
114 | + cpu->isar.mvfr2 = 0x00000043; | ||
115 | + | ||
116 | + /* From D5.4 AArch64 PMU register summary */ | ||
117 | + cpu->isar.reset_pmcr_el0 = 0x410b3000; | ||
50 | +} | 118 | +} |
51 | + | 119 | + |
52 | static const VMStateDescription vmstate_timers = { | 120 | static void aarch64_a72_initfn(Object *obj) |
53 | .name = "mss-timer-block", | 121 | { |
54 | .version_id = 1, | 122 | ARMCPU *cpu = ARM_CPU(obj); |
55 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo mss_timer_info = { | 123 | @@ -XXX,XX +XXX,XX @@ static const ARMCPUInfo aarch64_cpus[] = { |
56 | .parent = TYPE_SYS_BUS_DEVICE, | 124 | { .name = "cortex-a35", .initfn = aarch64_a35_initfn }, |
57 | .instance_size = sizeof(MSSTimerState), | 125 | { .name = "cortex-a57", .initfn = aarch64_a57_initfn }, |
58 | .instance_init = mss_timer_init, | 126 | { .name = "cortex-a53", .initfn = aarch64_a53_initfn }, |
59 | + .instance_finalize = mss_timer_finalize, | 127 | + { .name = "cortex-a55", .initfn = aarch64_a55_initfn }, |
60 | .class_init = mss_timer_class_init, | 128 | { .name = "cortex-a72", .initfn = aarch64_a72_initfn }, |
61 | }; | 129 | { .name = "cortex-a76", .initfn = aarch64_a76_initfn }, |
62 | 130 | { .name = "a64fx", .initfn = aarch64_a64fx_initfn }, | |
63 | -- | 131 | -- |
64 | 2.20.1 | 132 | 2.25.1 |
65 | |||
66 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | From: Luke Starrett <lukes@xsightlabs.com> | ||
1 | 2 | ||
3 | The ARM GICv3 TRM describes that the ITLinesNumber field of GICD_TYPER | ||
4 | register: | ||
5 | |||
6 | "indicates the maximum SPI INTID that the GIC implementation supports" | ||
7 | |||
8 | As SPI #0 is absolute IRQ #32, the max SPI INTID should have accounted | ||
9 | for the internal 16x SGI's and 16x PPI's. However, the original GICv3 | ||
10 | model subtracted off the SGI/PPI. Cosmetically this can be seen at OS | ||
11 | boot (Linux) showing 32 shy of what should be there, i.e.: | ||
12 | |||
13 | [ 0.000000] GICv3: 224 SPIs implemented | ||
14 | |||
15 | Though in hw/arm/virt.c, the machine is configured for 256 SPI's. ARM | ||
16 | virt machine likely doesn't have a problem with this because the upper | ||
17 | 32 IRQ's don't actually have anything meaningful wired. But, this does | ||
18 | become a functional issue on a custom use case which wants to make use | ||
19 | of these IRQ's. Additionally, boot code (i.e. TF-A) will only init up | ||
20 | to the number (blocks of 32) that it believes to actually be there. | ||
21 | |||
22 | Signed-off-by: Luke Starrett <lukes@xsightlabs.com> | ||
23 | Message-id: AM9P193MB168473D99B761E204E032095D40D9@AM9P193MB1684.EURP193.PROD.OUTLOOK.COM | ||
24 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
25 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
26 | --- | ||
27 | hw/intc/arm_gicv3_dist.c | 4 ++-- | ||
28 | 1 file changed, 2 insertions(+), 2 deletions(-) | ||
29 | |||
30 | diff --git a/hw/intc/arm_gicv3_dist.c b/hw/intc/arm_gicv3_dist.c | ||
31 | index XXXXXXX..XXXXXXX 100644 | ||
32 | --- a/hw/intc/arm_gicv3_dist.c | ||
33 | +++ b/hw/intc/arm_gicv3_dist.c | ||
34 | @@ -XXX,XX +XXX,XX @@ static bool gicd_readl(GICv3State *s, hwaddr offset, | ||
35 | * MBIS == 0 (message-based SPIs not supported) | ||
36 | * SecurityExtn == 1 if security extns supported | ||
37 | * CPUNumber == 0 since for us ARE is always 1 | ||
38 | - * ITLinesNumber == (num external irqs / 32) - 1 | ||
39 | + * ITLinesNumber == (((max SPI IntID + 1) / 32) - 1) | ||
40 | */ | ||
41 | - int itlinesnumber = ((s->num_irq - GIC_INTERNAL) / 32) - 1; | ||
42 | + int itlinesnumber = (s->num_irq / 32) - 1; | ||
43 | /* | ||
44 | * SecurityExtn must be RAZ if GICD_CTLR.DS == 1, and | ||
45 | * "security extensions not supported" always implies DS == 1, | ||
46 | -- | ||
47 | 2.25.1 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | FEAT_EVT adds five new bits to the HCR_EL2 register: TTLBIS, TTLBOS, | ||
2 | TICAB, TOCU and TID4. These allow the guest to enable trapping of | ||
3 | various EL1 instructions to EL2. In this commit, add the necessary | ||
4 | code to allow the guest to set these bits if the feature is present; | ||
5 | because the bit is always zero when the feature isn't present we | ||
6 | won't need to use explicit feature checks in the "trap on condition" | ||
7 | tests in the following commits. | ||
1 | 8 | ||
9 | Note that although full implementation of the feature (mandatory from | ||
10 | Armv8.5 onward) requires all five trap bits, the ID registers permit | ||
11 | a value indicating that only TICAB, TOCU and TID4 are implemented, | ||
12 | which might be the case for CPUs between Armv8.2 and Armv8.5. | ||
13 | |||
14 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
15 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
16 | --- | ||
17 | target/arm/cpu.h | 30 ++++++++++++++++++++++++++++++ | ||
18 | target/arm/helper.c | 6 ++++++ | ||
19 | 2 files changed, 36 insertions(+) | ||
20 | |||
21 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | ||
22 | index XXXXXXX..XXXXXXX 100644 | ||
23 | --- a/target/arm/cpu.h | ||
24 | +++ b/target/arm/cpu.h | ||
25 | @@ -XXX,XX +XXX,XX @@ static inline bool isar_feature_aa32_tts2uxn(const ARMISARegisters *id) | ||
26 | return FIELD_EX32(id->id_mmfr4, ID_MMFR4, XNX) != 0; | ||
27 | } | ||
28 | |||
29 | +static inline bool isar_feature_aa32_half_evt(const ARMISARegisters *id) | ||
30 | +{ | ||
31 | + return FIELD_EX32(id->id_mmfr4, ID_MMFR4, EVT) >= 1; | ||
32 | +} | ||
33 | + | ||
34 | +static inline bool isar_feature_aa32_evt(const ARMISARegisters *id) | ||
35 | +{ | ||
36 | + return FIELD_EX32(id->id_mmfr4, ID_MMFR4, EVT) >= 2; | ||
37 | +} | ||
38 | + | ||
39 | static inline bool isar_feature_aa32_dit(const ARMISARegisters *id) | ||
40 | { | ||
41 | return FIELD_EX32(id->id_pfr0, ID_PFR0, DIT) != 0; | ||
42 | @@ -XXX,XX +XXX,XX @@ static inline bool isar_feature_aa64_ids(const ARMISARegisters *id) | ||
43 | return FIELD_EX64(id->id_aa64mmfr2, ID_AA64MMFR2, IDS) != 0; | ||
44 | } | ||
45 | |||
46 | +static inline bool isar_feature_aa64_half_evt(const ARMISARegisters *id) | ||
47 | +{ | ||
48 | + return FIELD_EX64(id->id_aa64mmfr2, ID_AA64MMFR2, EVT) >= 1; | ||
49 | +} | ||
50 | + | ||
51 | +static inline bool isar_feature_aa64_evt(const ARMISARegisters *id) | ||
52 | +{ | ||
53 | + return FIELD_EX64(id->id_aa64mmfr2, ID_AA64MMFR2, EVT) >= 2; | ||
54 | +} | ||
55 | + | ||
56 | static inline bool isar_feature_aa64_bti(const ARMISARegisters *id) | ||
57 | { | ||
58 | return FIELD_EX64(id->id_aa64pfr1, ID_AA64PFR1, BT) != 0; | ||
59 | @@ -XXX,XX +XXX,XX @@ static inline bool isar_feature_any_ras(const ARMISARegisters *id) | ||
60 | return isar_feature_aa64_ras(id) || isar_feature_aa32_ras(id); | ||
61 | } | ||
62 | |||
63 | +static inline bool isar_feature_any_half_evt(const ARMISARegisters *id) | ||
64 | +{ | ||
65 | + return isar_feature_aa64_half_evt(id) || isar_feature_aa32_half_evt(id); | ||
66 | +} | ||
67 | + | ||
68 | +static inline bool isar_feature_any_evt(const ARMISARegisters *id) | ||
69 | +{ | ||
70 | + return isar_feature_aa64_evt(id) || isar_feature_aa32_evt(id); | ||
71 | +} | ||
72 | + | ||
73 | /* | ||
74 | * Forward to the above feature tests given an ARMCPU pointer. | ||
75 | */ | ||
76 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
77 | index XXXXXXX..XXXXXXX 100644 | ||
78 | --- a/target/arm/helper.c | ||
79 | +++ b/target/arm/helper.c | ||
80 | @@ -XXX,XX +XXX,XX @@ static void do_hcr_write(CPUARMState *env, uint64_t value, uint64_t valid_mask) | ||
81 | } | ||
82 | } | ||
83 | |||
84 | + if (cpu_isar_feature(any_evt, cpu)) { | ||
85 | + valid_mask |= HCR_TTLBIS | HCR_TTLBOS | HCR_TICAB | HCR_TOCU | HCR_TID4; | ||
86 | + } else if (cpu_isar_feature(any_half_evt, cpu)) { | ||
87 | + valid_mask |= HCR_TICAB | HCR_TOCU | HCR_TID4; | ||
88 | + } | ||
89 | + | ||
90 | /* Clear RES0 bits. */ | ||
91 | value &= valid_mask; | ||
92 | |||
93 | -- | ||
94 | 2.25.1 | diff view generated by jsdifflib |
1 | From: Gan Qixin <ganqixin@huawei.com> | 1 | For FEAT_EVT, the HCR_EL2.TTLBIS bit allows trapping on EL1 use of |
---|---|---|---|
2 | TLB maintenance instructions that operate on the inner shareable | ||
3 | domain: | ||
2 | 4 | ||
3 | When running device-introspect-test, a memory leak occurred in the | 5 | AArch64: |
4 | exynos4210_rtc_init function, so use ptimer_free() in the finalize function to | 6 | TLBI VMALLE1IS, TLBI VAE1IS, TLBI ASIDE1IS, TLBI VAAE1IS, |
5 | avoid it. | 7 | TLBI VALE1IS, TLBI VAALE1IS, TLBI RVAE1IS, TLBI RVAAE1IS, |
8 | TLBI RVALE1IS, and TLBI RVAALE1IS. | ||
6 | 9 | ||
7 | ASAN shows memory leak stack: | 10 | AArch32: |
11 | TLBIALLIS, TLBIMVAIS, TLBIASIDIS, TLBIMVAAIS, TLBIMVALIS, | ||
12 | and TLBIMVAALIS. | ||
8 | 13 | ||
9 | Indirect leak of 96 byte(s) in 1 object(s) allocated from: | 14 | Add the trapping support. |
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 | 15 | ||
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> | 16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
17 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
28 | --- | 18 | --- |
29 | hw/rtc/exynos4210_rtc.c | 9 +++++++++ | 19 | target/arm/helper.c | 43 +++++++++++++++++++++++++++---------------- |
30 | 1 file changed, 9 insertions(+) | 20 | 1 file changed, 27 insertions(+), 16 deletions(-) |
31 | 21 | ||
32 | diff --git a/hw/rtc/exynos4210_rtc.c b/hw/rtc/exynos4210_rtc.c | 22 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
33 | index XXXXXXX..XXXXXXX 100644 | 23 | index XXXXXXX..XXXXXXX 100644 |
34 | --- a/hw/rtc/exynos4210_rtc.c | 24 | --- a/target/arm/helper.c |
35 | +++ b/hw/rtc/exynos4210_rtc.c | 25 | +++ b/target/arm/helper.c |
36 | @@ -XXX,XX +XXX,XX @@ static void exynos4210_rtc_init(Object *obj) | 26 | @@ -XXX,XX +XXX,XX @@ static CPAccessResult access_ttlb(CPUARMState *env, const ARMCPRegInfo *ri, |
37 | sysbus_init_mmio(dev, &s->iomem); | 27 | return CP_ACCESS_OK; |
38 | } | 28 | } |
39 | 29 | ||
40 | +static void exynos4210_rtc_finalize(Object *obj) | 30 | +/* Check for traps from EL1 due to HCR_EL2.TTLB or TTLBIS. */ |
31 | +static CPAccessResult access_ttlbis(CPUARMState *env, const ARMCPRegInfo *ri, | ||
32 | + bool isread) | ||
41 | +{ | 33 | +{ |
42 | + Exynos4210RTCState *s = EXYNOS4210_RTC(obj); | 34 | + if (arm_current_el(env) == 1 && |
43 | + | 35 | + (arm_hcr_el2_eff(env) & (HCR_TTLB | HCR_TTLBIS))) { |
44 | + ptimer_free(s->ptimer); | 36 | + return CP_ACCESS_TRAP_EL2; |
45 | + ptimer_free(s->ptimer_1Hz); | 37 | + } |
38 | + return CP_ACCESS_OK; | ||
46 | +} | 39 | +} |
47 | + | 40 | + |
48 | static void exynos4210_rtc_class_init(ObjectClass *klass, void *data) | 41 | static void dacr_write(CPUARMState *env, const ARMCPRegInfo *ri, uint64_t value) |
49 | { | 42 | { |
50 | DeviceClass *dc = DEVICE_CLASS(klass); | 43 | ARMCPU *cpu = env_archcpu(env); |
51 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo exynos4210_rtc_info = { | 44 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo v7_cp_reginfo[] = { |
52 | .parent = TYPE_SYS_BUS_DEVICE, | 45 | static const ARMCPRegInfo v7mp_cp_reginfo[] = { |
53 | .instance_size = sizeof(Exynos4210RTCState), | 46 | /* 32 bit TLB invalidates, Inner Shareable */ |
54 | .instance_init = exynos4210_rtc_init, | 47 | { .name = "TLBIALLIS", .cp = 15, .opc1 = 0, .crn = 8, .crm = 3, .opc2 = 0, |
55 | + .instance_finalize = exynos4210_rtc_finalize, | 48 | - .type = ARM_CP_NO_RAW, .access = PL1_W, .accessfn = access_ttlb, |
56 | .class_init = exynos4210_rtc_class_init, | 49 | + .type = ARM_CP_NO_RAW, .access = PL1_W, .accessfn = access_ttlbis, |
50 | .writefn = tlbiall_is_write }, | ||
51 | { .name = "TLBIMVAIS", .cp = 15, .opc1 = 0, .crn = 8, .crm = 3, .opc2 = 1, | ||
52 | - .type = ARM_CP_NO_RAW, .access = PL1_W, .accessfn = access_ttlb, | ||
53 | + .type = ARM_CP_NO_RAW, .access = PL1_W, .accessfn = access_ttlbis, | ||
54 | .writefn = tlbimva_is_write }, | ||
55 | { .name = "TLBIASIDIS", .cp = 15, .opc1 = 0, .crn = 8, .crm = 3, .opc2 = 2, | ||
56 | - .type = ARM_CP_NO_RAW, .access = PL1_W, .accessfn = access_ttlb, | ||
57 | + .type = ARM_CP_NO_RAW, .access = PL1_W, .accessfn = access_ttlbis, | ||
58 | .writefn = tlbiasid_is_write }, | ||
59 | { .name = "TLBIMVAAIS", .cp = 15, .opc1 = 0, .crn = 8, .crm = 3, .opc2 = 3, | ||
60 | - .type = ARM_CP_NO_RAW, .access = PL1_W, .accessfn = access_ttlb, | ||
61 | + .type = ARM_CP_NO_RAW, .access = PL1_W, .accessfn = access_ttlbis, | ||
62 | .writefn = tlbimvaa_is_write }, | ||
57 | }; | 63 | }; |
58 | 64 | ||
65 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo v8_cp_reginfo[] = { | ||
66 | /* TLBI operations */ | ||
67 | { .name = "TLBI_VMALLE1IS", .state = ARM_CP_STATE_AA64, | ||
68 | .opc0 = 1, .opc1 = 0, .crn = 8, .crm = 3, .opc2 = 0, | ||
69 | - .access = PL1_W, .accessfn = access_ttlb, .type = ARM_CP_NO_RAW, | ||
70 | + .access = PL1_W, .accessfn = access_ttlbis, .type = ARM_CP_NO_RAW, | ||
71 | .writefn = tlbi_aa64_vmalle1is_write }, | ||
72 | { .name = "TLBI_VAE1IS", .state = ARM_CP_STATE_AA64, | ||
73 | .opc0 = 1, .opc1 = 0, .crn = 8, .crm = 3, .opc2 = 1, | ||
74 | - .access = PL1_W, .accessfn = access_ttlb, .type = ARM_CP_NO_RAW, | ||
75 | + .access = PL1_W, .accessfn = access_ttlbis, .type = ARM_CP_NO_RAW, | ||
76 | .writefn = tlbi_aa64_vae1is_write }, | ||
77 | { .name = "TLBI_ASIDE1IS", .state = ARM_CP_STATE_AA64, | ||
78 | .opc0 = 1, .opc1 = 0, .crn = 8, .crm = 3, .opc2 = 2, | ||
79 | - .access = PL1_W, .accessfn = access_ttlb, .type = ARM_CP_NO_RAW, | ||
80 | + .access = PL1_W, .accessfn = access_ttlbis, .type = ARM_CP_NO_RAW, | ||
81 | .writefn = tlbi_aa64_vmalle1is_write }, | ||
82 | { .name = "TLBI_VAAE1IS", .state = ARM_CP_STATE_AA64, | ||
83 | .opc0 = 1, .opc1 = 0, .crn = 8, .crm = 3, .opc2 = 3, | ||
84 | - .access = PL1_W, .accessfn = access_ttlb, .type = ARM_CP_NO_RAW, | ||
85 | + .access = PL1_W, .accessfn = access_ttlbis, .type = ARM_CP_NO_RAW, | ||
86 | .writefn = tlbi_aa64_vae1is_write }, | ||
87 | { .name = "TLBI_VALE1IS", .state = ARM_CP_STATE_AA64, | ||
88 | .opc0 = 1, .opc1 = 0, .crn = 8, .crm = 3, .opc2 = 5, | ||
89 | - .access = PL1_W, .accessfn = access_ttlb, .type = ARM_CP_NO_RAW, | ||
90 | + .access = PL1_W, .accessfn = access_ttlbis, .type = ARM_CP_NO_RAW, | ||
91 | .writefn = tlbi_aa64_vae1is_write }, | ||
92 | { .name = "TLBI_VAALE1IS", .state = ARM_CP_STATE_AA64, | ||
93 | .opc0 = 1, .opc1 = 0, .crn = 8, .crm = 3, .opc2 = 7, | ||
94 | - .access = PL1_W, .accessfn = access_ttlb, .type = ARM_CP_NO_RAW, | ||
95 | + .access = PL1_W, .accessfn = access_ttlbis, .type = ARM_CP_NO_RAW, | ||
96 | .writefn = tlbi_aa64_vae1is_write }, | ||
97 | { .name = "TLBI_VMALLE1", .state = ARM_CP_STATE_AA64, | ||
98 | .opc0 = 1, .opc1 = 0, .crn = 8, .crm = 7, .opc2 = 0, | ||
99 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo v8_cp_reginfo[] = { | ||
100 | #endif | ||
101 | /* TLB invalidate last level of translation table walk */ | ||
102 | { .name = "TLBIMVALIS", .cp = 15, .opc1 = 0, .crn = 8, .crm = 3, .opc2 = 5, | ||
103 | - .type = ARM_CP_NO_RAW, .access = PL1_W, .accessfn = access_ttlb, | ||
104 | + .type = ARM_CP_NO_RAW, .access = PL1_W, .accessfn = access_ttlbis, | ||
105 | .writefn = tlbimva_is_write }, | ||
106 | { .name = "TLBIMVAALIS", .cp = 15, .opc1 = 0, .crn = 8, .crm = 3, .opc2 = 7, | ||
107 | - .type = ARM_CP_NO_RAW, .access = PL1_W, .accessfn = access_ttlb, | ||
108 | + .type = ARM_CP_NO_RAW, .access = PL1_W, .accessfn = access_ttlbis, | ||
109 | .writefn = tlbimvaa_is_write }, | ||
110 | { .name = "TLBIMVAL", .cp = 15, .opc1 = 0, .crn = 8, .crm = 7, .opc2 = 5, | ||
111 | .type = ARM_CP_NO_RAW, .access = PL1_W, .accessfn = access_ttlb, | ||
112 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo pauth_reginfo[] = { | ||
113 | static const ARMCPRegInfo tlbirange_reginfo[] = { | ||
114 | { .name = "TLBI_RVAE1IS", .state = ARM_CP_STATE_AA64, | ||
115 | .opc0 = 1, .opc1 = 0, .crn = 8, .crm = 2, .opc2 = 1, | ||
116 | - .access = PL1_W, .accessfn = access_ttlb, .type = ARM_CP_NO_RAW, | ||
117 | + .access = PL1_W, .accessfn = access_ttlbis, .type = ARM_CP_NO_RAW, | ||
118 | .writefn = tlbi_aa64_rvae1is_write }, | ||
119 | { .name = "TLBI_RVAAE1IS", .state = ARM_CP_STATE_AA64, | ||
120 | .opc0 = 1, .opc1 = 0, .crn = 8, .crm = 2, .opc2 = 3, | ||
121 | - .access = PL1_W, .accessfn = access_ttlb, .type = ARM_CP_NO_RAW, | ||
122 | + .access = PL1_W, .accessfn = access_ttlbis, .type = ARM_CP_NO_RAW, | ||
123 | .writefn = tlbi_aa64_rvae1is_write }, | ||
124 | { .name = "TLBI_RVALE1IS", .state = ARM_CP_STATE_AA64, | ||
125 | .opc0 = 1, .opc1 = 0, .crn = 8, .crm = 2, .opc2 = 5, | ||
126 | - .access = PL1_W, .accessfn = access_ttlb, .type = ARM_CP_NO_RAW, | ||
127 | + .access = PL1_W, .accessfn = access_ttlbis, .type = ARM_CP_NO_RAW, | ||
128 | .writefn = tlbi_aa64_rvae1is_write }, | ||
129 | { .name = "TLBI_RVAALE1IS", .state = ARM_CP_STATE_AA64, | ||
130 | .opc0 = 1, .opc1 = 0, .crn = 8, .crm = 2, .opc2 = 7, | ||
131 | - .access = PL1_W, .accessfn = access_ttlb, .type = ARM_CP_NO_RAW, | ||
132 | + .access = PL1_W, .accessfn = access_ttlbis, .type = ARM_CP_NO_RAW, | ||
133 | .writefn = tlbi_aa64_rvae1is_write }, | ||
134 | { .name = "TLBI_RVAE1OS", .state = ARM_CP_STATE_AA64, | ||
135 | .opc0 = 1, .opc1 = 0, .crn = 8, .crm = 5, .opc2 = 1, | ||
59 | -- | 136 | -- |
60 | 2.20.1 | 137 | 2.25.1 |
61 | |||
62 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | For FEAT_EVT, the HCR_EL2.TTLBOS bit allows trapping on EL1 | ||
2 | use of TLB maintenance instructions that operate on the | ||
3 | outer shareable domain: | ||
1 | 4 | ||
5 | TLBI VMALLE1OS, TLBI VAE1OS, TLBI ASIDE1OS,TLBI VAAE1OS, | ||
6 | TLBI VALE1OS, TLBI VAALE1OS, TLBI RVAE1OS, TLBI RVAAE1OS, | ||
7 | TLBI RVALE1OS, and TLBI RVAALE1OS. | ||
8 | |||
9 | (There are no AArch32 outer-shareable TLB maintenance ops.) | ||
10 | |||
11 | Implement the trapping. | ||
12 | |||
13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
14 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
15 | --- | ||
16 | target/arm/helper.c | 33 +++++++++++++++++++++++---------- | ||
17 | 1 file changed, 23 insertions(+), 10 deletions(-) | ||
18 | |||
19 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
20 | index XXXXXXX..XXXXXXX 100644 | ||
21 | --- a/target/arm/helper.c | ||
22 | +++ b/target/arm/helper.c | ||
23 | @@ -XXX,XX +XXX,XX @@ static CPAccessResult access_ttlbis(CPUARMState *env, const ARMCPRegInfo *ri, | ||
24 | return CP_ACCESS_OK; | ||
25 | } | ||
26 | |||
27 | +#ifdef TARGET_AARCH64 | ||
28 | +/* Check for traps from EL1 due to HCR_EL2.TTLB or TTLBOS. */ | ||
29 | +static CPAccessResult access_ttlbos(CPUARMState *env, const ARMCPRegInfo *ri, | ||
30 | + bool isread) | ||
31 | +{ | ||
32 | + if (arm_current_el(env) == 1 && | ||
33 | + (arm_hcr_el2_eff(env) & (HCR_TTLB | HCR_TTLBOS))) { | ||
34 | + return CP_ACCESS_TRAP_EL2; | ||
35 | + } | ||
36 | + return CP_ACCESS_OK; | ||
37 | +} | ||
38 | +#endif | ||
39 | + | ||
40 | static void dacr_write(CPUARMState *env, const ARMCPRegInfo *ri, uint64_t value) | ||
41 | { | ||
42 | ARMCPU *cpu = env_archcpu(env); | ||
43 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo tlbirange_reginfo[] = { | ||
44 | .writefn = tlbi_aa64_rvae1is_write }, | ||
45 | { .name = "TLBI_RVAE1OS", .state = ARM_CP_STATE_AA64, | ||
46 | .opc0 = 1, .opc1 = 0, .crn = 8, .crm = 5, .opc2 = 1, | ||
47 | - .access = PL1_W, .accessfn = access_ttlb, .type = ARM_CP_NO_RAW, | ||
48 | + .access = PL1_W, .accessfn = access_ttlbos, .type = ARM_CP_NO_RAW, | ||
49 | .writefn = tlbi_aa64_rvae1is_write }, | ||
50 | { .name = "TLBI_RVAAE1OS", .state = ARM_CP_STATE_AA64, | ||
51 | .opc0 = 1, .opc1 = 0, .crn = 8, .crm = 5, .opc2 = 3, | ||
52 | - .access = PL1_W, .accessfn = access_ttlb, .type = ARM_CP_NO_RAW, | ||
53 | + .access = PL1_W, .accessfn = access_ttlbos, .type = ARM_CP_NO_RAW, | ||
54 | .writefn = tlbi_aa64_rvae1is_write }, | ||
55 | { .name = "TLBI_RVALE1OS", .state = ARM_CP_STATE_AA64, | ||
56 | .opc0 = 1, .opc1 = 0, .crn = 8, .crm = 5, .opc2 = 5, | ||
57 | - .access = PL1_W, .accessfn = access_ttlb, .type = ARM_CP_NO_RAW, | ||
58 | + .access = PL1_W, .accessfn = access_ttlbos, .type = ARM_CP_NO_RAW, | ||
59 | .writefn = tlbi_aa64_rvae1is_write }, | ||
60 | { .name = "TLBI_RVAALE1OS", .state = ARM_CP_STATE_AA64, | ||
61 | .opc0 = 1, .opc1 = 0, .crn = 8, .crm = 5, .opc2 = 7, | ||
62 | - .access = PL1_W, .accessfn = access_ttlb, .type = ARM_CP_NO_RAW, | ||
63 | + .access = PL1_W, .accessfn = access_ttlbos, .type = ARM_CP_NO_RAW, | ||
64 | .writefn = tlbi_aa64_rvae1is_write }, | ||
65 | { .name = "TLBI_RVAE1", .state = ARM_CP_STATE_AA64, | ||
66 | .opc0 = 1, .opc1 = 0, .crn = 8, .crm = 6, .opc2 = 1, | ||
67 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo tlbirange_reginfo[] = { | ||
68 | static const ARMCPRegInfo tlbios_reginfo[] = { | ||
69 | { .name = "TLBI_VMALLE1OS", .state = ARM_CP_STATE_AA64, | ||
70 | .opc0 = 1, .opc1 = 0, .crn = 8, .crm = 1, .opc2 = 0, | ||
71 | - .access = PL1_W, .accessfn = access_ttlb, .type = ARM_CP_NO_RAW, | ||
72 | + .access = PL1_W, .accessfn = access_ttlbos, .type = ARM_CP_NO_RAW, | ||
73 | .writefn = tlbi_aa64_vmalle1is_write }, | ||
74 | { .name = "TLBI_VAE1OS", .state = ARM_CP_STATE_AA64, | ||
75 | .opc0 = 1, .opc1 = 0, .crn = 8, .crm = 1, .opc2 = 1, | ||
76 | - .access = PL1_W, .accessfn = access_ttlb, .type = ARM_CP_NO_RAW, | ||
77 | + .access = PL1_W, .accessfn = access_ttlbos, .type = ARM_CP_NO_RAW, | ||
78 | .writefn = tlbi_aa64_vae1is_write }, | ||
79 | { .name = "TLBI_ASIDE1OS", .state = ARM_CP_STATE_AA64, | ||
80 | .opc0 = 1, .opc1 = 0, .crn = 8, .crm = 1, .opc2 = 2, | ||
81 | - .access = PL1_W, .accessfn = access_ttlb, .type = ARM_CP_NO_RAW, | ||
82 | + .access = PL1_W, .accessfn = access_ttlbos, .type = ARM_CP_NO_RAW, | ||
83 | .writefn = tlbi_aa64_vmalle1is_write }, | ||
84 | { .name = "TLBI_VAAE1OS", .state = ARM_CP_STATE_AA64, | ||
85 | .opc0 = 1, .opc1 = 0, .crn = 8, .crm = 1, .opc2 = 3, | ||
86 | - .access = PL1_W, .accessfn = access_ttlb, .type = ARM_CP_NO_RAW, | ||
87 | + .access = PL1_W, .accessfn = access_ttlbos, .type = ARM_CP_NO_RAW, | ||
88 | .writefn = tlbi_aa64_vae1is_write }, | ||
89 | { .name = "TLBI_VALE1OS", .state = ARM_CP_STATE_AA64, | ||
90 | .opc0 = 1, .opc1 = 0, .crn = 8, .crm = 1, .opc2 = 5, | ||
91 | - .access = PL1_W, .accessfn = access_ttlb, .type = ARM_CP_NO_RAW, | ||
92 | + .access = PL1_W, .accessfn = access_ttlbos, .type = ARM_CP_NO_RAW, | ||
93 | .writefn = tlbi_aa64_vae1is_write }, | ||
94 | { .name = "TLBI_VAALE1OS", .state = ARM_CP_STATE_AA64, | ||
95 | .opc0 = 1, .opc1 = 0, .crn = 8, .crm = 1, .opc2 = 7, | ||
96 | - .access = PL1_W, .accessfn = access_ttlb, .type = ARM_CP_NO_RAW, | ||
97 | + .access = PL1_W, .accessfn = access_ttlbos, .type = ARM_CP_NO_RAW, | ||
98 | .writefn = tlbi_aa64_vae1is_write }, | ||
99 | { .name = "TLBI_ALLE2OS", .state = ARM_CP_STATE_AA64, | ||
100 | .opc0 = 1, .opc1 = 4, .crn = 8, .crm = 1, .opc2 = 0, | ||
101 | -- | ||
102 | 2.25.1 | diff view generated by jsdifflib |
1 | Implement the v8.1M FPCXT_NS floating-point system register. This is | 1 | For FEAT_EVT, the HCR_EL2.TICAB bit allows trapping of the ICIALLUIS |
---|---|---|---|
2 | a little more complicated than FPCXT_S, because it has specific | 2 | and IC IALLUIS cache maintenance instructions. |
3 | handling for "current FP state is inactive", and it only wants to do | 3 | |
4 | PreserveFPState(), not the full set of actions done by | 4 | The HCR_EL2.TOCU bit traps all the other cache maintenance |
5 | ExecuteFPCheck() which vfp_access_check() implements. | 5 | instructions that operate to the point of unification: |
6 | AArch64 IC IVAU, IC IALLU, DC CVAU | ||
7 | AArch32 ICIMVAU, ICIALLU, DCCMVAU | ||
8 | |||
9 | The two trap bits between them cover all of the cache maintenance | ||
10 | instructions which must also check the HCR_TPU flag. Turn the old | ||
11 | aa64_cacheop_pou_access() function into a helper function which takes | ||
12 | the set of HCR_EL2 flags to check as an argument, and call it from | ||
13 | new access_ticab() and access_tocu() functions as appropriate for | ||
14 | each cache op. | ||
6 | 15 | ||
7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 17 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
9 | Message-id: 20201210201433.26262-4-peter.maydell@linaro.org | ||
10 | --- | 18 | --- |
11 | target/arm/translate-vfp.c.inc | 102 ++++++++++++++++++++++++++++++++- | 19 | target/arm/helper.c | 36 +++++++++++++++++++++++------------- |
12 | 1 file changed, 99 insertions(+), 3 deletions(-) | 20 | 1 file changed, 23 insertions(+), 13 deletions(-) |
13 | 21 | ||
14 | diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc | 22 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
15 | index XXXXXXX..XXXXXXX 100644 | 23 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/translate-vfp.c.inc | 24 | --- a/target/arm/helper.c |
17 | +++ b/target/arm/translate-vfp.c.inc | 25 | +++ b/target/arm/helper.c |
18 | @@ -XXX,XX +XXX,XX @@ static FPSysRegCheckResult fp_sysreg_checks(DisasContext *s, int regno) | 26 | @@ -XXX,XX +XXX,XX @@ static CPAccessResult aa64_cacheop_poc_access(CPUARMState *env, |
27 | return CP_ACCESS_OK; | ||
28 | } | ||
29 | |||
30 | -static CPAccessResult aa64_cacheop_pou_access(CPUARMState *env, | ||
31 | - const ARMCPRegInfo *ri, | ||
32 | - bool isread) | ||
33 | +static CPAccessResult do_cacheop_pou_access(CPUARMState *env, uint64_t hcrflags) | ||
34 | { | ||
35 | /* Cache invalidate/clean to Point of Unification... */ | ||
36 | switch (arm_current_el(env)) { | ||
37 | @@ -XXX,XX +XXX,XX @@ static CPAccessResult aa64_cacheop_pou_access(CPUARMState *env, | ||
38 | } | ||
39 | /* fall through */ | ||
40 | case 1: | ||
41 | - /* ... EL1 must trap to EL2 if HCR_EL2.TPU is set. */ | ||
42 | - if (arm_hcr_el2_eff(env) & HCR_TPU) { | ||
43 | + /* ... EL1 must trap to EL2 if relevant HCR_EL2 flags are set. */ | ||
44 | + if (arm_hcr_el2_eff(env) & hcrflags) { | ||
45 | return CP_ACCESS_TRAP_EL2; | ||
19 | } | 46 | } |
20 | break; | 47 | break; |
21 | case ARM_VFP_FPCXT_S: | 48 | @@ -XXX,XX +XXX,XX @@ static CPAccessResult aa64_cacheop_pou_access(CPUARMState *env, |
22 | + case ARM_VFP_FPCXT_NS: | 49 | return CP_ACCESS_OK; |
23 | if (!arm_dc_feature(s, ARM_FEATURE_V8_1M)) { | ||
24 | return false; | ||
25 | } | ||
26 | @@ -XXX,XX +XXX,XX @@ static FPSysRegCheckResult fp_sysreg_checks(DisasContext *s, int regno) | ||
27 | return FPSysRegCheckFailed; | ||
28 | } | ||
29 | |||
30 | - if (!vfp_access_check(s)) { | ||
31 | + /* | ||
32 | + * FPCXT_NS is a special case: it has specific handling for | ||
33 | + * "current FP state is inactive", and must do the PreserveFPState() | ||
34 | + * but not the usual full set of actions done by ExecuteFPCheck(). | ||
35 | + * So we don't call vfp_access_check() and the callers must handle this. | ||
36 | + */ | ||
37 | + if (regno != ARM_VFP_FPCXT_NS && !vfp_access_check(s)) { | ||
38 | return FPSysRegCheckDone; | ||
39 | } | ||
40 | - | ||
41 | return FPSysRegCheckContinue; | ||
42 | } | 50 | } |
43 | 51 | ||
44 | +static void gen_branch_fpInactive(DisasContext *s, TCGCond cond, | 52 | +static CPAccessResult access_ticab(CPUARMState *env, const ARMCPRegInfo *ri, |
45 | + TCGLabel *label) | 53 | + bool isread) |
46 | +{ | 54 | +{ |
47 | + /* | 55 | + return do_cacheop_pou_access(env, HCR_TICAB | HCR_TPU); |
48 | + * FPCXT_NS is a special case: it has specific handling for | ||
49 | + * "current FP state is inactive", and must do the PreserveFPState() | ||
50 | + * but not the usual full set of actions done by ExecuteFPCheck(). | ||
51 | + * We don't have a TB flag that matches the fpInactive check, so we | ||
52 | + * do it at runtime as we don't expect FPCXT_NS accesses to be frequent. | ||
53 | + * | ||
54 | + * Emit code that checks fpInactive and does a conditional | ||
55 | + * branch to label based on it: | ||
56 | + * if cond is TCG_COND_NE then branch if fpInactive != 0 (ie if inactive) | ||
57 | + * if cond is TCG_COND_EQ then branch if fpInactive == 0 (ie if active) | ||
58 | + */ | ||
59 | + assert(cond == TCG_COND_EQ || cond == TCG_COND_NE); | ||
60 | + | ||
61 | + /* fpInactive = FPCCR_NS.ASPEN == 1 && CONTROL.FPCA == 0 */ | ||
62 | + TCGv_i32 aspen, fpca; | ||
63 | + aspen = load_cpu_field(v7m.fpccr[M_REG_NS]); | ||
64 | + fpca = load_cpu_field(v7m.control[M_REG_S]); | ||
65 | + tcg_gen_andi_i32(aspen, aspen, R_V7M_FPCCR_ASPEN_MASK); | ||
66 | + tcg_gen_xori_i32(aspen, aspen, R_V7M_FPCCR_ASPEN_MASK); | ||
67 | + tcg_gen_andi_i32(fpca, fpca, R_V7M_CONTROL_FPCA_MASK); | ||
68 | + tcg_gen_or_i32(fpca, fpca, aspen); | ||
69 | + tcg_gen_brcondi_i32(tcg_invert_cond(cond), fpca, 0, label); | ||
70 | + tcg_temp_free_i32(aspen); | ||
71 | + tcg_temp_free_i32(fpca); | ||
72 | +} | 56 | +} |
73 | + | 57 | + |
74 | static bool gen_M_fp_sysreg_write(DisasContext *s, int regno, | 58 | +static CPAccessResult access_tocu(CPUARMState *env, const ARMCPRegInfo *ri, |
75 | 59 | + bool isread) | |
76 | fp_sysreg_loadfn *loadfn, | 60 | +{ |
77 | @@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_write(DisasContext *s, int regno, | 61 | + return do_cacheop_pou_access(env, HCR_TOCU | HCR_TPU); |
78 | { | 62 | +} |
79 | /* Do a write to an M-profile floating point system register */ | ||
80 | TCGv_i32 tmp; | ||
81 | + TCGLabel *lab_end = NULL; | ||
82 | |||
83 | switch (fp_sysreg_checks(s, regno)) { | ||
84 | case FPSysRegCheckFailed: | ||
85 | @@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_write(DisasContext *s, int regno, | ||
86 | tcg_temp_free_i32(tmp); | ||
87 | break; | ||
88 | } | ||
89 | + case ARM_VFP_FPCXT_NS: | ||
90 | + lab_end = gen_new_label(); | ||
91 | + /* fpInactive case: write is a NOP, so branch to end */ | ||
92 | + gen_branch_fpInactive(s, TCG_COND_NE, lab_end); | ||
93 | + /* !fpInactive: PreserveFPState(), and reads same as FPCXT_S */ | ||
94 | + gen_preserve_fp_state(s); | ||
95 | + /* fall through */ | ||
96 | case ARM_VFP_FPCXT_S: | ||
97 | { | ||
98 | TCGv_i32 sfpa, control; | ||
99 | @@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_write(DisasContext *s, int regno, | ||
100 | default: | ||
101 | g_assert_not_reached(); | ||
102 | } | ||
103 | + if (lab_end) { | ||
104 | + gen_set_label(lab_end); | ||
105 | + } | ||
106 | return true; | ||
107 | } | ||
108 | |||
109 | @@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_read(DisasContext *s, int regno, | ||
110 | { | ||
111 | /* Do a read from an M-profile floating point system register */ | ||
112 | TCGv_i32 tmp; | ||
113 | + TCGLabel *lab_end = NULL; | ||
114 | + bool lookup_tb = false; | ||
115 | |||
116 | switch (fp_sysreg_checks(s, regno)) { | ||
117 | case FPSysRegCheckFailed: | ||
118 | @@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_read(DisasContext *s, int regno, | ||
119 | fpscr = load_cpu_field(v7m.fpdscr[M_REG_NS]); | ||
120 | gen_helper_vfp_set_fpscr(cpu_env, fpscr); | ||
121 | tcg_temp_free_i32(fpscr); | ||
122 | - gen_lookup_tb(s); | ||
123 | + lookup_tb = true; | ||
124 | + break; | ||
125 | + } | ||
126 | + case ARM_VFP_FPCXT_NS: | ||
127 | + { | ||
128 | + TCGv_i32 control, sfpa, fpscr, fpdscr, zero; | ||
129 | + TCGLabel *lab_active = gen_new_label(); | ||
130 | + | 63 | + |
131 | + lookup_tb = true; | 64 | /* See: D4.7.2 TLB maintenance requirements and the TLB maintenance instructions |
132 | + | 65 | * Page D4-1736 (DDI0487A.b) |
133 | + gen_branch_fpInactive(s, TCG_COND_EQ, lab_active); | 66 | */ |
134 | + /* fpInactive case: reads as FPDSCR_NS */ | 67 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo v8_cp_reginfo[] = { |
135 | + TCGv_i32 tmp = load_cpu_field(v7m.fpdscr[M_REG_NS]); | 68 | { .name = "IC_IALLUIS", .state = ARM_CP_STATE_AA64, |
136 | + storefn(s, opaque, tmp); | 69 | .opc0 = 1, .opc1 = 0, .crn = 7, .crm = 1, .opc2 = 0, |
137 | + lab_end = gen_new_label(); | 70 | .access = PL1_W, .type = ARM_CP_NOP, |
138 | + tcg_gen_br(lab_end); | 71 | - .accessfn = aa64_cacheop_pou_access }, |
139 | + | 72 | + .accessfn = access_ticab }, |
140 | + gen_set_label(lab_active); | 73 | { .name = "IC_IALLU", .state = ARM_CP_STATE_AA64, |
141 | + /* !fpInactive: Reads the same as FPCXT_S, but side effects differ */ | 74 | .opc0 = 1, .opc1 = 0, .crn = 7, .crm = 5, .opc2 = 0, |
142 | + gen_preserve_fp_state(s); | 75 | .access = PL1_W, .type = ARM_CP_NOP, |
143 | + tmp = tcg_temp_new_i32(); | 76 | - .accessfn = aa64_cacheop_pou_access }, |
144 | + sfpa = tcg_temp_new_i32(); | 77 | + .accessfn = access_tocu }, |
145 | + fpscr = tcg_temp_new_i32(); | 78 | { .name = "IC_IVAU", .state = ARM_CP_STATE_AA64, |
146 | + gen_helper_vfp_get_fpscr(fpscr, cpu_env); | 79 | .opc0 = 1, .opc1 = 3, .crn = 7, .crm = 5, .opc2 = 1, |
147 | + tcg_gen_andi_i32(tmp, fpscr, ~FPCR_NZCV_MASK); | 80 | .access = PL0_W, .type = ARM_CP_NOP, |
148 | + control = load_cpu_field(v7m.control[M_REG_S]); | 81 | - .accessfn = aa64_cacheop_pou_access }, |
149 | + tcg_gen_andi_i32(sfpa, control, R_V7M_CONTROL_SFPA_MASK); | 82 | + .accessfn = access_tocu }, |
150 | + tcg_gen_shli_i32(sfpa, sfpa, 31 - R_V7M_CONTROL_SFPA_SHIFT); | 83 | { .name = "DC_IVAC", .state = ARM_CP_STATE_AA64, |
151 | + tcg_gen_or_i32(tmp, tmp, sfpa); | 84 | .opc0 = 1, .opc1 = 0, .crn = 7, .crm = 6, .opc2 = 1, |
152 | + tcg_temp_free_i32(control); | 85 | .access = PL1_W, .accessfn = aa64_cacheop_poc_access, |
153 | + /* Store result before updating FPSCR, in case it faults */ | 86 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo v8_cp_reginfo[] = { |
154 | + storefn(s, opaque, tmp); | 87 | { .name = "DC_CVAU", .state = ARM_CP_STATE_AA64, |
155 | + /* If SFPA is zero then set FPSCR from FPDSCR_NS */ | 88 | .opc0 = 1, .opc1 = 3, .crn = 7, .crm = 11, .opc2 = 1, |
156 | + fpdscr = load_cpu_field(v7m.fpdscr[M_REG_NS]); | 89 | .access = PL0_W, .type = ARM_CP_NOP, |
157 | + zero = tcg_const_i32(0); | 90 | - .accessfn = aa64_cacheop_pou_access }, |
158 | + tcg_gen_movcond_i32(TCG_COND_EQ, fpscr, sfpa, zero, fpdscr, fpscr); | 91 | + .accessfn = access_tocu }, |
159 | + gen_helper_vfp_set_fpscr(cpu_env, fpscr); | 92 | { .name = "DC_CIVAC", .state = ARM_CP_STATE_AA64, |
160 | + tcg_temp_free_i32(zero); | 93 | .opc0 = 1, .opc1 = 3, .crn = 7, .crm = 14, .opc2 = 1, |
161 | + tcg_temp_free_i32(sfpa); | 94 | .access = PL0_W, .type = ARM_CP_NOP, |
162 | + tcg_temp_free_i32(fpdscr); | 95 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo v8_cp_reginfo[] = { |
163 | + tcg_temp_free_i32(fpscr); | 96 | .writefn = tlbiipas2is_hyp_write }, |
164 | break; | 97 | /* 32 bit cache operations */ |
165 | } | 98 | { .name = "ICIALLUIS", .cp = 15, .opc1 = 0, .crn = 7, .crm = 1, .opc2 = 0, |
166 | default: | 99 | - .type = ARM_CP_NOP, .access = PL1_W, .accessfn = aa64_cacheop_pou_access }, |
167 | g_assert_not_reached(); | 100 | + .type = ARM_CP_NOP, .access = PL1_W, .accessfn = access_ticab }, |
168 | } | 101 | { .name = "BPIALLUIS", .cp = 15, .opc1 = 0, .crn = 7, .crm = 1, .opc2 = 6, |
169 | + | 102 | .type = ARM_CP_NOP, .access = PL1_W }, |
170 | + if (lab_end) { | 103 | { .name = "ICIALLU", .cp = 15, .opc1 = 0, .crn = 7, .crm = 5, .opc2 = 0, |
171 | + gen_set_label(lab_end); | 104 | - .type = ARM_CP_NOP, .access = PL1_W, .accessfn = aa64_cacheop_pou_access }, |
172 | + } | 105 | + .type = ARM_CP_NOP, .access = PL1_W, .accessfn = access_tocu }, |
173 | + if (lookup_tb) { | 106 | { .name = "ICIMVAU", .cp = 15, .opc1 = 0, .crn = 7, .crm = 5, .opc2 = 1, |
174 | + gen_lookup_tb(s); | 107 | - .type = ARM_CP_NOP, .access = PL1_W, .accessfn = aa64_cacheop_pou_access }, |
175 | + } | 108 | + .type = ARM_CP_NOP, .access = PL1_W, .accessfn = access_tocu }, |
176 | return true; | 109 | { .name = "BPIALL", .cp = 15, .opc1 = 0, .crn = 7, .crm = 5, .opc2 = 6, |
177 | } | 110 | .type = ARM_CP_NOP, .access = PL1_W }, |
178 | 111 | { .name = "BPIMVA", .cp = 15, .opc1 = 0, .crn = 7, .crm = 5, .opc2 = 7, | |
112 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo v8_cp_reginfo[] = { | ||
113 | { .name = "DCCSW", .cp = 15, .opc1 = 0, .crn = 7, .crm = 10, .opc2 = 2, | ||
114 | .type = ARM_CP_NOP, .access = PL1_W, .accessfn = access_tsw }, | ||
115 | { .name = "DCCMVAU", .cp = 15, .opc1 = 0, .crn = 7, .crm = 11, .opc2 = 1, | ||
116 | - .type = ARM_CP_NOP, .access = PL1_W, .accessfn = aa64_cacheop_pou_access }, | ||
117 | + .type = ARM_CP_NOP, .access = PL1_W, .accessfn = access_tocu }, | ||
118 | { .name = "DCCIMVAC", .cp = 15, .opc1 = 0, .crn = 7, .crm = 14, .opc2 = 1, | ||
119 | .type = ARM_CP_NOP, .access = PL1_W, .accessfn = aa64_cacheop_poc_access }, | ||
120 | { .name = "DCCISW", .cp = 15, .opc1 = 0, .crn = 7, .crm = 14, .opc2 = 2, | ||
179 | -- | 121 | -- |
180 | 2.20.1 | 122 | 2.25.1 |
181 | |||
182 | diff view generated by jsdifflib |
New patch | |||
---|---|---|---|
1 | For FEAT_EVT, the HCR_EL2.TID4 trap allows trapping of the cache ID | ||
2 | registers CCSIDR_EL1, CCSIDR2_EL1, CLIDR_EL1 and CSSELR_EL1 (and | ||
3 | their AArch32 equivalents). This is a subset of the registers | ||
4 | trapped by HCR_EL2.TID2, which includes all of these and also the | ||
5 | CTR_EL0 register. | ||
1 | 6 | ||
7 | Our implementation already uses a separate access function for | ||
8 | CTR_EL0 (ctr_el0_access()), so all of the registers currently using | ||
9 | access_aa64_tid2() should also be checking TID4. Make that function | ||
10 | check both TID2 and TID4, and rename it appropriately. | ||
11 | |||
12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
13 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
14 | --- | ||
15 | target/arm/helper.c | 17 +++++++++-------- | ||
16 | 1 file changed, 9 insertions(+), 8 deletions(-) | ||
17 | |||
18 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
19 | index XXXXXXX..XXXXXXX 100644 | ||
20 | --- a/target/arm/helper.c | ||
21 | +++ b/target/arm/helper.c | ||
22 | @@ -XXX,XX +XXX,XX @@ static void scr_reset(CPUARMState *env, const ARMCPRegInfo *ri) | ||
23 | scr_write(env, ri, 0); | ||
24 | } | ||
25 | |||
26 | -static CPAccessResult access_aa64_tid2(CPUARMState *env, | ||
27 | - const ARMCPRegInfo *ri, | ||
28 | - bool isread) | ||
29 | +static CPAccessResult access_tid4(CPUARMState *env, | ||
30 | + const ARMCPRegInfo *ri, | ||
31 | + bool isread) | ||
32 | { | ||
33 | - if (arm_current_el(env) == 1 && (arm_hcr_el2_eff(env) & HCR_TID2)) { | ||
34 | + if (arm_current_el(env) == 1 && | ||
35 | + (arm_hcr_el2_eff(env) & (HCR_TID2 | HCR_TID4))) { | ||
36 | return CP_ACCESS_TRAP_EL2; | ||
37 | } | ||
38 | |||
39 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo v7_cp_reginfo[] = { | ||
40 | { .name = "CCSIDR", .state = ARM_CP_STATE_BOTH, | ||
41 | .opc0 = 3, .crn = 0, .crm = 0, .opc1 = 1, .opc2 = 0, | ||
42 | .access = PL1_R, | ||
43 | - .accessfn = access_aa64_tid2, | ||
44 | + .accessfn = access_tid4, | ||
45 | .readfn = ccsidr_read, .type = ARM_CP_NO_RAW }, | ||
46 | { .name = "CSSELR", .state = ARM_CP_STATE_BOTH, | ||
47 | .opc0 = 3, .crn = 0, .crm = 0, .opc1 = 2, .opc2 = 0, | ||
48 | .access = PL1_RW, | ||
49 | - .accessfn = access_aa64_tid2, | ||
50 | + .accessfn = access_tid4, | ||
51 | .writefn = csselr_write, .resetvalue = 0, | ||
52 | .bank_fieldoffsets = { offsetof(CPUARMState, cp15.csselr_s), | ||
53 | offsetof(CPUARMState, cp15.csselr_ns) } }, | ||
54 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo ccsidr2_reginfo[] = { | ||
55 | { .name = "CCSIDR2", .state = ARM_CP_STATE_BOTH, | ||
56 | .opc0 = 3, .opc1 = 1, .crn = 0, .crm = 0, .opc2 = 2, | ||
57 | .access = PL1_R, | ||
58 | - .accessfn = access_aa64_tid2, | ||
59 | + .accessfn = access_tid4, | ||
60 | .readfn = ccsidr2_read, .type = ARM_CP_NO_RAW }, | ||
61 | }; | ||
62 | |||
63 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) | ||
64 | .name = "CLIDR", .state = ARM_CP_STATE_BOTH, | ||
65 | .opc0 = 3, .crn = 0, .crm = 0, .opc1 = 1, .opc2 = 1, | ||
66 | .access = PL1_R, .type = ARM_CP_CONST, | ||
67 | - .accessfn = access_aa64_tid2, | ||
68 | + .accessfn = access_tid4, | ||
69 | .resetvalue = cpu->clidr | ||
70 | }; | ||
71 | define_one_arm_cp_reg(cpu, &clidr); | ||
72 | -- | ||
73 | 2.25.1 | diff view generated by jsdifflib |
1 | Now that we have implemented all the features needed by the v8.1M | 1 | Update the ID registers for TCG's '-cpu max' to report the |
---|---|---|---|
2 | architecture, we can add the model of the Cortex-M55. This is the | 2 | FEAT_EVT Enhanced Virtualization Traps support. |
3 | configuration without MVE support; we'll add MVE later. | ||
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: Richard Henderson <richard.henderson@linaro.org> | 5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
7 | Message-id: 20201210201433.26262-5-peter.maydell@linaro.org | ||
8 | --- | 6 | --- |
9 | target/arm/cpu_tcg.c | 42 ++++++++++++++++++++++++++++++++++++++++++ | 7 | docs/system/arm/emulation.rst | 1 + |
10 | 1 file changed, 42 insertions(+) | 8 | target/arm/cpu64.c | 1 + |
9 | target/arm/cpu_tcg.c | 1 + | ||
10 | 3 files changed, 3 insertions(+) | ||
11 | 11 | ||
12 | diff --git a/docs/system/arm/emulation.rst b/docs/system/arm/emulation.rst | ||
13 | index XXXXXXX..XXXXXXX 100644 | ||
14 | --- a/docs/system/arm/emulation.rst | ||
15 | +++ b/docs/system/arm/emulation.rst | ||
16 | @@ -XXX,XX +XXX,XX @@ the following architecture extensions: | ||
17 | - FEAT_DoubleFault (Double Fault Extension) | ||
18 | - FEAT_E0PD (Preventing EL0 access to halves of address maps) | ||
19 | - FEAT_ETS (Enhanced Translation Synchronization) | ||
20 | +- FEAT_EVT (Enhanced Virtualization Traps) | ||
21 | - FEAT_FCMA (Floating-point complex number instructions) | ||
22 | - FEAT_FHM (Floating-point half-precision multiplication instructions) | ||
23 | - FEAT_FP16 (Half-precision floating-point data processing) | ||
24 | diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c | ||
25 | index XXXXXXX..XXXXXXX 100644 | ||
26 | --- a/target/arm/cpu64.c | ||
27 | +++ b/target/arm/cpu64.c | ||
28 | @@ -XXX,XX +XXX,XX @@ static void aarch64_max_initfn(Object *obj) | ||
29 | t = FIELD_DP64(t, ID_AA64MMFR2, FWB, 1); /* FEAT_S2FWB */ | ||
30 | t = FIELD_DP64(t, ID_AA64MMFR2, TTL, 1); /* FEAT_TTL */ | ||
31 | t = FIELD_DP64(t, ID_AA64MMFR2, BBM, 2); /* FEAT_BBM at level 2 */ | ||
32 | + t = FIELD_DP64(t, ID_AA64MMFR2, EVT, 2); /* FEAT_EVT */ | ||
33 | t = FIELD_DP64(t, ID_AA64MMFR2, E0PD, 1); /* FEAT_E0PD */ | ||
34 | cpu->isar.id_aa64mmfr2 = t; | ||
35 | |||
12 | diff --git a/target/arm/cpu_tcg.c b/target/arm/cpu_tcg.c | 36 | diff --git a/target/arm/cpu_tcg.c b/target/arm/cpu_tcg.c |
13 | index XXXXXXX..XXXXXXX 100644 | 37 | index XXXXXXX..XXXXXXX 100644 |
14 | --- a/target/arm/cpu_tcg.c | 38 | --- a/target/arm/cpu_tcg.c |
15 | +++ b/target/arm/cpu_tcg.c | 39 | +++ b/target/arm/cpu_tcg.c |
16 | @@ -XXX,XX +XXX,XX @@ static void cortex_m33_initfn(Object *obj) | 40 | @@ -XXX,XX +XXX,XX @@ void aa32_max_features(ARMCPU *cpu) |
17 | cpu->ctr = 0x8000c000; | 41 | t = FIELD_DP32(t, ID_MMFR4, AC2, 1); /* ACTLR2, HACTLR2 */ |
18 | } | 42 | t = FIELD_DP32(t, ID_MMFR4, CNP, 1); /* FEAT_TTCNP */ |
19 | 43 | t = FIELD_DP32(t, ID_MMFR4, XNX, 1); /* FEAT_XNX */ | |
20 | +static void cortex_m55_initfn(Object *obj) | 44 | + t = FIELD_DP32(t, ID_MMFR4, EVT, 2); /* FEAT_EVT */ |
21 | +{ | 45 | cpu->isar.id_mmfr4 = t; |
22 | + ARMCPU *cpu = ARM_CPU(obj); | 46 | |
23 | + | 47 | t = cpu->isar.id_mmfr5; |
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 | -- | 48 | -- |
73 | 2.20.1 | 49 | 2.25.1 |
74 | |||
75 | diff view generated by jsdifflib |
1 | From: Bin Meng <bin.meng@windriver.com> | 1 | Convert the TYPE_ARM_SMMU device to 3-phase reset. The legacy method |
---|---|---|---|
2 | doesn't do anything that's invalid in the hold phase, so the | ||
3 | conversion is simple and not a behaviour change. | ||
2 | 4 | ||
3 | This adds the target guide for SABRE Lite board, and documents how | 5 | Note that we must convert this base class before we can convert the |
4 | to boot a Linux kernel and U-Boot bootloader. | 6 | TYPE_ARM_SMMUV3 subclass -- transitional support in Resettable |
7 | handles "chain to parent class reset" when the base class is 3-phase | ||
8 | and the subclass is still using legacy reset, but not the other way | ||
9 | around. | ||
5 | 10 | ||
6 | Signed-off-by: Bin Meng <bin.meng@windriver.com> | ||
7 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
8 | Message-id: 20210106063504.10841-5-bmeng.cn@gmail.com | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
12 | Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> | ||
13 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
14 | Reviewed-by: Eric Auger <eric.auger@redhat.com> | ||
15 | Message-id: 20221109161444.3397405-2-peter.maydell@linaro.org | ||
10 | --- | 16 | --- |
11 | docs/system/arm/sabrelite.rst | 119 ++++++++++++++++++++++++++++++++++ | 17 | hw/arm/smmu-common.c | 7 ++++--- |
12 | docs/system/target-arm.rst | 1 + | 18 | 1 file changed, 4 insertions(+), 3 deletions(-) |
13 | 2 files changed, 120 insertions(+) | ||
14 | create mode 100644 docs/system/arm/sabrelite.rst | ||
15 | 19 | ||
16 | diff --git a/docs/system/arm/sabrelite.rst b/docs/system/arm/sabrelite.rst | 20 | diff --git a/hw/arm/smmu-common.c b/hw/arm/smmu-common.c |
17 | new file mode 100644 | ||
18 | index XXXXXXX..XXXXXXX | ||
19 | --- /dev/null | ||
20 | +++ b/docs/system/arm/sabrelite.rst | ||
21 | @@ -XXX,XX +XXX,XX @@ | ||
22 | +Boundary Devices SABRE Lite (``sabrelite``) | ||
23 | +=========================================== | ||
24 | + | ||
25 | +Boundary Devices SABRE Lite i.MX6 Development Board is a low-cost development | ||
26 | +platform featuring the powerful Freescale / NXP Semiconductor's i.MX 6 Quad | ||
27 | +Applications Processor. | ||
28 | + | ||
29 | +Supported devices | ||
30 | +----------------- | ||
31 | + | ||
32 | +The SABRE Lite machine supports the following devices: | ||
33 | + | ||
34 | + * Up to 4 Cortex A9 cores | ||
35 | + * Generic Interrupt Controller | ||
36 | + * 1 Clock Controller Module | ||
37 | + * 1 System Reset Controller | ||
38 | + * 5 UARTs | ||
39 | + * 2 EPIC timers | ||
40 | + * 1 GPT timer | ||
41 | + * 2 Watchdog timers | ||
42 | + * 1 FEC Ethernet controller | ||
43 | + * 3 I2C controllers | ||
44 | + * 7 GPIO controllers | ||
45 | + * 4 SDHC storage controllers | ||
46 | + * 4 USB 2.0 host controllers | ||
47 | + * 5 ECSPI controllers | ||
48 | + * 1 SST 25VF016B flash | ||
49 | + | ||
50 | +Please note above list is a complete superset the QEMU SABRE Lite machine can | ||
51 | +support. For a normal use case, a device tree blob that represents a real world | ||
52 | +SABRE Lite board, only exposes a subset of devices to the guest software. | ||
53 | + | ||
54 | +Boot options | ||
55 | +------------ | ||
56 | + | ||
57 | +The SABRE Lite machine can start using the standard -kernel functionality | ||
58 | +for loading a Linux kernel, U-Boot bootloader or ELF executable. | ||
59 | + | ||
60 | +Running Linux kernel | ||
61 | +-------------------- | ||
62 | + | ||
63 | +Linux mainline v5.10 release is tested at the time of writing. To build a Linux | ||
64 | +mainline kernel that can be booted by the SABRE Lite machine, simply configure | ||
65 | +the kernel using the imx_v6_v7_defconfig configuration: | ||
66 | + | ||
67 | +.. code-block:: bash | ||
68 | + | ||
69 | + $ export ARCH=arm | ||
70 | + $ export CROSS_COMPILE=arm-linux-gnueabihf- | ||
71 | + $ make imx_v6_v7_defconfig | ||
72 | + $ make | ||
73 | + | ||
74 | +To boot the newly built Linux kernel in QEMU with the SABRE Lite machine, use: | ||
75 | + | ||
76 | +.. code-block:: bash | ||
77 | + | ||
78 | + $ qemu-system-arm -M sabrelite -smp 4 -m 1G \ | ||
79 | + -display none -serial null -serial stdio \ | ||
80 | + -kernel arch/arm/boot/zImage \ | ||
81 | + -dtb arch/arm/boot/dts/imx6q-sabrelite.dtb \ | ||
82 | + -initrd /path/to/rootfs.ext4 \ | ||
83 | + -append "root=/dev/ram" | ||
84 | + | ||
85 | +Running U-Boot | ||
86 | +-------------- | ||
87 | + | ||
88 | +U-Boot mainline v2020.10 release is tested at the time of writing. To build a | ||
89 | +U-Boot mainline bootloader that can be booted by the SABRE Lite machine, use | ||
90 | +the mx6qsabrelite_defconfig with similar commands as described above for Linux: | ||
91 | + | ||
92 | +.. code-block:: bash | ||
93 | + | ||
94 | + $ export CROSS_COMPILE=arm-linux-gnueabihf- | ||
95 | + $ make mx6qsabrelite_defconfig | ||
96 | + | ||
97 | +Note we need to adjust settings by: | ||
98 | + | ||
99 | +.. code-block:: bash | ||
100 | + | ||
101 | + $ make menuconfig | ||
102 | + | ||
103 | +then manually select the following configuration in U-Boot: | ||
104 | + | ||
105 | + Device Tree Control > Provider of DTB for DT Control > Embedded DTB | ||
106 | + | ||
107 | +To start U-Boot using the SABRE Lite machine, provide the u-boot binary to | ||
108 | +the -kernel argument, along with an SD card image with rootfs: | ||
109 | + | ||
110 | +.. code-block:: bash | ||
111 | + | ||
112 | + $ qemu-system-arm -M sabrelite -smp 4 -m 1G \ | ||
113 | + -display none -serial null -serial stdio \ | ||
114 | + -kernel u-boot | ||
115 | + | ||
116 | +The following example shows booting Linux kernel from dhcp, and uses the | ||
117 | +rootfs on an SD card. This requires some additional command line parameters | ||
118 | +for QEMU: | ||
119 | + | ||
120 | +.. code-block:: none | ||
121 | + | ||
122 | + -nic user,tftp=/path/to/kernel/zImage \ | ||
123 | + -drive file=sdcard.img,id=rootfs -device sd-card,drive=rootfs | ||
124 | + | ||
125 | +The directory for the built-in TFTP server should also contain the device tree | ||
126 | +blob of the SABRE Lite board. The sample SD card image was populated with the | ||
127 | +root file system with one single partition. You may adjust the kernel "root=" | ||
128 | +boot parameter accordingly. | ||
129 | + | ||
130 | +After U-Boot boots, type the following commands in the U-Boot command shell to | ||
131 | +boot the Linux kernel: | ||
132 | + | ||
133 | +.. code-block:: none | ||
134 | + | ||
135 | + => setenv ethaddr 00:11:22:33:44:55 | ||
136 | + => setenv bootfile zImage | ||
137 | + => dhcp | ||
138 | + => tftpboot 14000000 imx6q-sabrelite.dtb | ||
139 | + => setenv bootargs root=/dev/mmcblk3p1 | ||
140 | + => bootz 12000000 - 14000000 | ||
141 | diff --git a/docs/system/target-arm.rst b/docs/system/target-arm.rst | ||
142 | index XXXXXXX..XXXXXXX 100644 | 21 | index XXXXXXX..XXXXXXX 100644 |
143 | --- a/docs/system/target-arm.rst | 22 | --- a/hw/arm/smmu-common.c |
144 | +++ b/docs/system/target-arm.rst | 23 | +++ b/hw/arm/smmu-common.c |
145 | @@ -XXX,XX +XXX,XX @@ undocumented; you can get a complete list by running | 24 | @@ -XXX,XX +XXX,XX @@ static void smmu_base_realize(DeviceState *dev, Error **errp) |
146 | arm/versatile | 25 | } |
147 | arm/vexpress | 26 | } |
148 | arm/aspeed | 27 | |
149 | + arm/sabrelite | 28 | -static void smmu_base_reset(DeviceState *dev) |
150 | arm/digic | 29 | +static void smmu_base_reset_hold(Object *obj) |
151 | arm/musicpal | 30 | { |
152 | arm/gumstix | 31 | - SMMUState *s = ARM_SMMU(dev); |
32 | + SMMUState *s = ARM_SMMU(obj); | ||
33 | |||
34 | g_hash_table_remove_all(s->configs); | ||
35 | g_hash_table_remove_all(s->iotlb); | ||
36 | @@ -XXX,XX +XXX,XX @@ static Property smmu_dev_properties[] = { | ||
37 | static void smmu_base_class_init(ObjectClass *klass, void *data) | ||
38 | { | ||
39 | DeviceClass *dc = DEVICE_CLASS(klass); | ||
40 | + ResettableClass *rc = RESETTABLE_CLASS(klass); | ||
41 | SMMUBaseClass *sbc = ARM_SMMU_CLASS(klass); | ||
42 | |||
43 | device_class_set_props(dc, smmu_dev_properties); | ||
44 | device_class_set_parent_realize(dc, smmu_base_realize, | ||
45 | &sbc->parent_realize); | ||
46 | - dc->reset = smmu_base_reset; | ||
47 | + rc->phases.hold = smmu_base_reset_hold; | ||
48 | } | ||
49 | |||
50 | static const TypeInfo smmu_base_info = { | ||
153 | -- | 51 | -- |
154 | 2.20.1 | 52 | 2.25.1 |
155 | 53 | ||
156 | 54 | diff view generated by jsdifflib |
1 | This commit is the result of running the timer-del-timer-free.cocci | 1 | Convert the TYPE_ARM_SMMUV3 device to 3-phase reset. The legacy |
---|---|---|---|
2 | script on the whole source tree. | 2 | reset method doesn't do anything that's invalid in the hold phase, so |
3 | the conversion only requires changing it to a hold phase method, and | ||
4 | using the 3-phase versions of the "save the parent reset method and | ||
5 | chain to it" code. | ||
3 | 6 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
5 | Acked-by: Corey Minyard <cminyard@mvista.com> | ||
6 | Acked-by: Paolo Bonzini <pbonzini@redhat.com> | ||
7 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
9 | Message-id: 20201215154107.3255-4-peter.maydell@linaro.org | 9 | Reviewed-by: Eric Auger <eric.auger@redhat.com> |
10 | Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> | ||
11 | Message-id: 20221109161444.3397405-3-peter.maydell@linaro.org | ||
10 | --- | 12 | --- |
11 | block/iscsi.c | 2 -- | 13 | include/hw/arm/smmuv3.h | 2 +- |
12 | block/nbd.c | 1 - | 14 | hw/arm/smmuv3.c | 12 ++++++++---- |
13 | block/qcow2.c | 1 - | 15 | 2 files changed, 9 insertions(+), 5 deletions(-) |
14 | hw/block/nvme.c | 2 -- | ||
15 | hw/char/serial.c | 2 -- | ||
16 | hw/char/virtio-serial-bus.c | 2 -- | ||
17 | hw/ide/core.c | 1 - | ||
18 | hw/input/hid.c | 1 - | ||
19 | hw/intc/apic.c | 1 - | ||
20 | hw/intc/ioapic.c | 1 - | ||
21 | hw/ipmi/ipmi_bmc_extern.c | 1 - | ||
22 | hw/net/e1000.c | 3 --- | ||
23 | hw/net/e1000e_core.c | 8 -------- | ||
24 | hw/net/pcnet-pci.c | 1 - | ||
25 | hw/net/rtl8139.c | 1 - | ||
26 | hw/net/spapr_llan.c | 1 - | ||
27 | hw/net/virtio-net.c | 2 -- | ||
28 | hw/s390x/s390-pci-inst.c | 1 - | ||
29 | hw/sd/sd.c | 1 - | ||
30 | hw/sd/sdhci.c | 2 -- | ||
31 | hw/usb/dev-hub.c | 1 - | ||
32 | hw/usb/hcd-ehci.c | 1 - | ||
33 | hw/usb/hcd-ohci-pci.c | 1 - | ||
34 | hw/usb/hcd-uhci.c | 1 - | ||
35 | hw/usb/hcd-xhci.c | 1 - | ||
36 | hw/usb/redirect.c | 1 - | ||
37 | hw/vfio/display.c | 1 - | ||
38 | hw/virtio/vhost-vsock-common.c | 1 - | ||
39 | hw/virtio/virtio-balloon.c | 1 - | ||
40 | hw/virtio/virtio-rng.c | 1 - | ||
41 | hw/watchdog/wdt_diag288.c | 1 - | ||
42 | hw/watchdog/wdt_i6300esb.c | 1 - | ||
43 | migration/colo.c | 1 - | ||
44 | monitor/hmp-cmds.c | 1 - | ||
45 | net/announce.c | 1 - | ||
46 | net/colo-compare.c | 1 - | ||
47 | net/slirp.c | 1 - | ||
48 | replay/replay-debugging.c | 1 - | ||
49 | target/s390x/cpu.c | 2 -- | ||
50 | ui/console.c | 1 - | ||
51 | ui/spice-core.c | 1 - | ||
52 | util/throttle.c | 1 - | ||
53 | 42 files changed, 58 deletions(-) | ||
54 | 16 | ||
55 | diff --git a/block/iscsi.c b/block/iscsi.c | 17 | diff --git a/include/hw/arm/smmuv3.h b/include/hw/arm/smmuv3.h |
56 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
57 | --- a/block/iscsi.c | 19 | --- a/include/hw/arm/smmuv3.h |
58 | +++ b/block/iscsi.c | 20 | +++ b/include/hw/arm/smmuv3.h |
59 | @@ -XXX,XX +XXX,XX @@ static void iscsi_detach_aio_context(BlockDriverState *bs) | 21 | @@ -XXX,XX +XXX,XX @@ struct SMMUv3Class { |
60 | iscsilun->events = 0; | 22 | /*< public >*/ |
61 | 23 | ||
62 | if (iscsilun->nop_timer) { | 24 | DeviceRealize parent_realize; |
63 | - timer_del(iscsilun->nop_timer); | 25 | - DeviceReset parent_reset; |
64 | timer_free(iscsilun->nop_timer); | 26 | + ResettablePhases parent_phases; |
65 | iscsilun->nop_timer = NULL; | 27 | }; |
66 | } | 28 | |
67 | if (iscsilun->event_timer) { | 29 | #define TYPE_ARM_SMMUV3 "arm-smmuv3" |
68 | - timer_del(iscsilun->event_timer); | 30 | diff --git a/hw/arm/smmuv3.c b/hw/arm/smmuv3.c |
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 | 31 | index XXXXXXX..XXXXXXX 100644 |
74 | --- a/block/nbd.c | 32 | --- a/hw/arm/smmuv3.c |
75 | +++ b/block/nbd.c | 33 | +++ b/hw/arm/smmuv3.c |
76 | @@ -XXX,XX +XXX,XX @@ static void nbd_recv_coroutines_wake_all(BDRVNBDState *s) | 34 | @@ -XXX,XX +XXX,XX @@ static void smmu_init_irq(SMMUv3State *s, SysBusDevice *dev) |
77 | static void reconnect_delay_timer_del(BDRVNBDState *s) | ||
78 | { | ||
79 | if (s->reconnect_delay_timer) { | ||
80 | - timer_del(s->reconnect_delay_timer); | ||
81 | timer_free(s->reconnect_delay_timer); | ||
82 | s->reconnect_delay_timer = NULL; | ||
83 | } | ||
84 | diff --git a/block/qcow2.c b/block/qcow2.c | ||
85 | index XXXXXXX..XXXXXXX 100644 | ||
86 | --- a/block/qcow2.c | ||
87 | +++ b/block/qcow2.c | ||
88 | @@ -XXX,XX +XXX,XX @@ static void cache_clean_timer_del(BlockDriverState *bs) | ||
89 | { | ||
90 | BDRVQcow2State *s = bs->opaque; | ||
91 | if (s->cache_clean_timer) { | ||
92 | - timer_del(s->cache_clean_timer); | ||
93 | timer_free(s->cache_clean_timer); | ||
94 | s->cache_clean_timer = NULL; | ||
95 | } | ||
96 | diff --git a/hw/block/nvme.c b/hw/block/nvme.c | ||
97 | index XXXXXXX..XXXXXXX 100644 | ||
98 | --- a/hw/block/nvme.c | ||
99 | +++ b/hw/block/nvme.c | ||
100 | @@ -XXX,XX +XXX,XX @@ static uint16_t nvme_io_cmd(NvmeCtrl *n, NvmeRequest *req) | ||
101 | static void nvme_free_sq(NvmeSQueue *sq, NvmeCtrl *n) | ||
102 | { | ||
103 | n->sq[sq->sqid] = NULL; | ||
104 | - timer_del(sq->timer); | ||
105 | timer_free(sq->timer); | ||
106 | g_free(sq->io_req); | ||
107 | if (sq->sqid) { | ||
108 | @@ -XXX,XX +XXX,XX @@ static uint16_t nvme_get_log(NvmeCtrl *n, NvmeRequest *req) | ||
109 | static void nvme_free_cq(NvmeCQueue *cq, NvmeCtrl *n) | ||
110 | { | ||
111 | n->cq[cq->cqid] = NULL; | ||
112 | - timer_del(cq->timer); | ||
113 | timer_free(cq->timer); | ||
114 | msix_vector_unuse(&n->parent_obj, cq->vector); | ||
115 | if (cq->cqid) { | ||
116 | diff --git a/hw/char/serial.c b/hw/char/serial.c | ||
117 | index XXXXXXX..XXXXXXX 100644 | ||
118 | --- a/hw/char/serial.c | ||
119 | +++ b/hw/char/serial.c | ||
120 | @@ -XXX,XX +XXX,XX @@ static void serial_unrealize(DeviceState *dev) | ||
121 | |||
122 | qemu_chr_fe_deinit(&s->chr, false); | ||
123 | |||
124 | - timer_del(s->modem_status_poll); | ||
125 | timer_free(s->modem_status_poll); | ||
126 | |||
127 | - timer_del(s->fifo_timeout_timer); | ||
128 | timer_free(s->fifo_timeout_timer); | ||
129 | |||
130 | fifo8_destroy(&s->recv_fifo); | ||
131 | diff --git a/hw/char/virtio-serial-bus.c b/hw/char/virtio-serial-bus.c | ||
132 | index XXXXXXX..XXXXXXX 100644 | ||
133 | --- a/hw/char/virtio-serial-bus.c | ||
134 | +++ b/hw/char/virtio-serial-bus.c | ||
135 | @@ -XXX,XX +XXX,XX @@ static void virtio_serial_post_load_timer_cb(void *opaque) | ||
136 | } | ||
137 | } | ||
138 | g_free(s->post_load->connected); | ||
139 | - timer_del(s->post_load->timer); | ||
140 | timer_free(s->post_load->timer); | ||
141 | g_free(s->post_load); | ||
142 | s->post_load = NULL; | ||
143 | @@ -XXX,XX +XXX,XX @@ static void virtio_serial_device_unrealize(DeviceState *dev) | ||
144 | g_free(vser->ports_map); | ||
145 | if (vser->post_load) { | ||
146 | g_free(vser->post_load->connected); | ||
147 | - timer_del(vser->post_load->timer); | ||
148 | timer_free(vser->post_load->timer); | ||
149 | g_free(vser->post_load); | ||
150 | } | ||
151 | diff --git a/hw/ide/core.c b/hw/ide/core.c | ||
152 | index XXXXXXX..XXXXXXX 100644 | ||
153 | --- a/hw/ide/core.c | ||
154 | +++ b/hw/ide/core.c | ||
155 | @@ -XXX,XX +XXX,XX @@ void ide_init2(IDEBus *bus, qemu_irq irq) | ||
156 | |||
157 | void ide_exit(IDEState *s) | ||
158 | { | ||
159 | - timer_del(s->sector_write_timer); | ||
160 | timer_free(s->sector_write_timer); | ||
161 | qemu_vfree(s->smart_selftest_data); | ||
162 | qemu_vfree(s->io_buffer); | ||
163 | diff --git a/hw/input/hid.c b/hw/input/hid.c | ||
164 | index XXXXXXX..XXXXXXX 100644 | ||
165 | --- a/hw/input/hid.c | ||
166 | +++ b/hw/input/hid.c | ||
167 | @@ -XXX,XX +XXX,XX @@ static void hid_idle_timer(void *opaque) | ||
168 | static void hid_del_idle_timer(HIDState *hs) | ||
169 | { | ||
170 | if (hs->idle_timer) { | ||
171 | - timer_del(hs->idle_timer); | ||
172 | timer_free(hs->idle_timer); | ||
173 | hs->idle_timer = NULL; | ||
174 | } | ||
175 | diff --git a/hw/intc/apic.c b/hw/intc/apic.c | ||
176 | index XXXXXXX..XXXXXXX 100644 | ||
177 | --- a/hw/intc/apic.c | ||
178 | +++ b/hw/intc/apic.c | ||
179 | @@ -XXX,XX +XXX,XX @@ static void apic_unrealize(DeviceState *dev) | ||
180 | { | ||
181 | APICCommonState *s = APIC(dev); | ||
182 | |||
183 | - timer_del(s->timer); | ||
184 | timer_free(s->timer); | ||
185 | local_apics[s->id] = NULL; | ||
186 | } | ||
187 | diff --git a/hw/intc/ioapic.c b/hw/intc/ioapic.c | ||
188 | index XXXXXXX..XXXXXXX 100644 | ||
189 | --- a/hw/intc/ioapic.c | ||
190 | +++ b/hw/intc/ioapic.c | ||
191 | @@ -XXX,XX +XXX,XX @@ static void ioapic_unrealize(DeviceState *dev) | ||
192 | { | ||
193 | IOAPICCommonState *s = IOAPIC_COMMON(dev); | ||
194 | |||
195 | - timer_del(s->delayed_ioapic_service_timer); | ||
196 | timer_free(s->delayed_ioapic_service_timer); | ||
197 | } | ||
198 | |||
199 | diff --git a/hw/ipmi/ipmi_bmc_extern.c b/hw/ipmi/ipmi_bmc_extern.c | ||
200 | index XXXXXXX..XXXXXXX 100644 | ||
201 | --- a/hw/ipmi/ipmi_bmc_extern.c | ||
202 | +++ b/hw/ipmi/ipmi_bmc_extern.c | ||
203 | @@ -XXX,XX +XXX,XX @@ static void ipmi_bmc_extern_finalize(Object *obj) | ||
204 | { | ||
205 | IPMIBmcExtern *ibe = IPMI_BMC_EXTERN(obj); | ||
206 | |||
207 | - timer_del(ibe->extern_timer); | ||
208 | timer_free(ibe->extern_timer); | ||
209 | } | ||
210 | |||
211 | diff --git a/hw/net/e1000.c b/hw/net/e1000.c | ||
212 | index XXXXXXX..XXXXXXX 100644 | ||
213 | --- a/hw/net/e1000.c | ||
214 | +++ b/hw/net/e1000.c | ||
215 | @@ -XXX,XX +XXX,XX @@ pci_e1000_uninit(PCIDevice *dev) | ||
216 | { | ||
217 | E1000State *d = E1000(dev); | ||
218 | |||
219 | - timer_del(d->autoneg_timer); | ||
220 | timer_free(d->autoneg_timer); | ||
221 | - timer_del(d->mit_timer); | ||
222 | timer_free(d->mit_timer); | ||
223 | - timer_del(d->flush_queue_timer); | ||
224 | timer_free(d->flush_queue_timer); | ||
225 | qemu_del_nic(d->nic); | ||
226 | } | ||
227 | diff --git a/hw/net/e1000e_core.c b/hw/net/e1000e_core.c | ||
228 | index XXXXXXX..XXXXXXX 100644 | ||
229 | --- a/hw/net/e1000e_core.c | ||
230 | +++ b/hw/net/e1000e_core.c | ||
231 | @@ -XXX,XX +XXX,XX @@ e1000e_intrmgr_pci_unint(E1000ECore *core) | ||
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 | } | 35 | } |
254 | } | 36 | } |
255 | @@ -XXX,XX +XXX,XX @@ e1000e_core_pci_uninit(E1000ECore *core) | 37 | |
38 | -static void smmu_reset(DeviceState *dev) | ||
39 | +static void smmu_reset_hold(Object *obj) | ||
256 | { | 40 | { |
257 | int i; | 41 | - SMMUv3State *s = ARM_SMMUV3(dev); |
258 | 42 | + SMMUv3State *s = ARM_SMMUV3(obj); | |
259 | - timer_del(core->autoneg_timer); | 43 | SMMUv3Class *c = ARM_SMMUV3_GET_CLASS(s); |
260 | timer_free(core->autoneg_timer); | 44 | |
261 | 45 | - c->parent_reset(dev); | |
262 | e1000e_intrmgr_pci_unint(core); | 46 | + if (c->parent_phases.hold) { |
263 | diff --git a/hw/net/pcnet-pci.c b/hw/net/pcnet-pci.c | 47 | + c->parent_phases.hold(obj); |
264 | index XXXXXXX..XXXXXXX 100644 | 48 | + } |
265 | --- a/hw/net/pcnet-pci.c | 49 | |
266 | +++ b/hw/net/pcnet-pci.c | 50 | smmuv3_init_regs(s); |
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 | } | 51 | } |
275 | diff --git a/hw/net/rtl8139.c b/hw/net/rtl8139.c | 52 | @@ -XXX,XX +XXX,XX @@ static void smmuv3_instance_init(Object *obj) |
276 | index XXXXXXX..XXXXXXX 100644 | 53 | static void smmuv3_class_init(ObjectClass *klass, void *data) |
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 | { | 54 | { |
326 | if (pbdev->fmb_timer) { | 55 | DeviceClass *dc = DEVICE_CLASS(klass); |
327 | - timer_del(pbdev->fmb_timer); | 56 | + ResettableClass *rc = RESETTABLE_CLASS(klass); |
328 | timer_free(pbdev->fmb_timer); | 57 | SMMUv3Class *c = ARM_SMMUV3_CLASS(klass); |
329 | pbdev->fmb_timer = NULL; | 58 | |
330 | } | 59 | dc->vmsd = &vmstate_smmuv3; |
331 | diff --git a/hw/sd/sd.c b/hw/sd/sd.c | 60 | - device_class_set_parent_reset(dc, smmu_reset, &c->parent_reset); |
332 | index XXXXXXX..XXXXXXX 100644 | 61 | + resettable_class_set_parent_phases(rc, NULL, smmu_reset_hold, NULL, |
333 | --- a/hw/sd/sd.c | 62 | + &c->parent_phases); |
334 | +++ b/hw/sd/sd.c | 63 | c->parent_realize = dc->realize; |
335 | @@ -XXX,XX +XXX,XX @@ static void sd_instance_finalize(Object *obj) | 64 | dc->realize = smmu_realize; |
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 | } | 65 | } |
623 | -- | 66 | -- |
624 | 2.20.1 | 67 | 2.25.1 |
625 | 68 | ||
626 | 69 | diff view generated by jsdifflib |
1 | Currently timer_free() is a simple wrapper for g_free(). This means | 1 | Convert the TYPE_ARM_GIC_COMMON device to 3-phase reset. This is a |
---|---|---|---|
2 | that the timer being freed must not be currently active, as otherwise | 2 | simple no-behaviour-change conversion. |
3 | QEMU might crash later when the active list is processed and still | ||
4 | has a pointer to freed memory on it. As a result almost all calls to | ||
5 | timer_free() are preceded by a timer_del() call, as can be seen in | ||
6 | the output of | ||
7 | git grep -B1 '\<timer_free\>' | ||
8 | |||
9 | This is unfortunate API design as it makes it easy to accidentally | ||
10 | misuse (by forgetting the timer_del()), and the correct use is | ||
11 | annoyingly verbose. | ||
12 | |||
13 | Make timer_free() imply a timer_del(). | ||
14 | 3 | ||
15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
16 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 5 | Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> |
17 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
18 | Message-id: 20201215154107.3255-2-peter.maydell@linaro.org | 7 | Message-id: 20221109161444.3397405-4-peter.maydell@linaro.org |
19 | --- | 8 | --- |
20 | include/qemu/timer.h | 24 +++++++++++++----------- | 9 | hw/intc/arm_gic_common.c | 7 ++++--- |
21 | 1 file changed, 13 insertions(+), 11 deletions(-) | 10 | 1 file changed, 4 insertions(+), 3 deletions(-) |
22 | 11 | ||
23 | diff --git a/include/qemu/timer.h b/include/qemu/timer.h | 12 | diff --git a/hw/intc/arm_gic_common.c b/hw/intc/arm_gic_common.c |
24 | index XXXXXXX..XXXXXXX 100644 | 13 | index XXXXXXX..XXXXXXX 100644 |
25 | --- a/include/qemu/timer.h | 14 | --- a/hw/intc/arm_gic_common.c |
26 | +++ b/include/qemu/timer.h | 15 | +++ b/hw/intc/arm_gic_common.c |
27 | @@ -XXX,XX +XXX,XX @@ static inline QEMUTimer *timer_new_ms(QEMUClockType type, QEMUTimerCB *cb, | 16 | @@ -XXX,XX +XXX,XX @@ static inline void arm_gic_common_reset_irq_state(GICState *s, int first_cpu, |
28 | */ | 17 | } |
29 | void timer_deinit(QEMUTimer *ts); | 18 | } |
30 | 19 | ||
31 | -/** | 20 | -static void arm_gic_common_reset(DeviceState *dev) |
32 | - * timer_free: | 21 | +static void arm_gic_common_reset_hold(Object *obj) |
33 | - * @ts: the timer | 22 | { |
34 | - * | 23 | - GICState *s = ARM_GIC_COMMON(dev); |
35 | - * Free a timer (it must not be on the active list) | 24 | + GICState *s = ARM_GIC_COMMON(obj); |
36 | - */ | 25 | int i, j; |
37 | -static inline void timer_free(QEMUTimer *ts) | 26 | int resetprio; |
38 | -{ | 27 | |
39 | - g_free(ts); | 28 | @@ -XXX,XX +XXX,XX @@ static Property arm_gic_common_properties[] = { |
40 | -} | 29 | static void arm_gic_common_class_init(ObjectClass *klass, void *data) |
41 | - | 30 | { |
42 | /** | 31 | DeviceClass *dc = DEVICE_CLASS(klass); |
43 | * timer_del: | 32 | + ResettableClass *rc = RESETTABLE_CLASS(klass); |
44 | * @ts: the timer | 33 | ARMLinuxBootIfClass *albifc = ARM_LINUX_BOOT_IF_CLASS(klass); |
45 | @@ -XXX,XX +XXX,XX @@ static inline void timer_free(QEMUTimer *ts) | 34 | |
46 | */ | 35 | - dc->reset = arm_gic_common_reset; |
47 | void timer_del(QEMUTimer *ts); | 36 | + rc->phases.hold = arm_gic_common_reset_hold; |
48 | 37 | dc->realize = arm_gic_common_realize; | |
49 | +/** | 38 | device_class_set_props(dc, arm_gic_common_properties); |
50 | + * timer_free: | 39 | dc->vmsd = &vmstate_gic; |
51 | + * @ts: the timer | ||
52 | + * | ||
53 | + * Free a timer. This will call timer_del() for you to remove | ||
54 | + * the timer from the active list if it was still active. | ||
55 | + */ | ||
56 | +static inline void timer_free(QEMUTimer *ts) | ||
57 | +{ | ||
58 | + timer_del(ts); | ||
59 | + g_free(ts); | ||
60 | +} | ||
61 | + | ||
62 | /** | ||
63 | * timer_mod_ns: | ||
64 | * @ts: the timer | ||
65 | -- | 40 | -- |
66 | 2.20.1 | 41 | 2.25.1 |
67 | 42 | ||
68 | 43 | diff view generated by jsdifflib |
1 | Now that timer_free() implicitly calls timer_del(), sequences | 1 | Now we have converted TYPE_ARM_GIC_COMMON, we can convert the |
---|---|---|---|
2 | timer_del(mytimer); | 2 | TYPE_ARM_GIC_KVM subclass to 3-phase reset. |
3 | timer_free(mytimer); | ||
4 | |||
5 | can be simplified to just | ||
6 | timer_free(mytimer); | ||
7 | |||
8 | Add a Coccinelle script to do this transformation. | ||
9 | 3 | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | Acked-by: Paolo Bonzini <pbonzini@redhat.com> | ||
12 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
13 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
14 | Message-id: 20201215154107.3255-3-peter.maydell@linaro.org | 6 | Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> |
7 | Message-id: 20221109161444.3397405-5-peter.maydell@linaro.org | ||
15 | --- | 8 | --- |
16 | scripts/coccinelle/timer-del-timer-free.cocci | 18 ++++++++++++++++++ | 9 | hw/intc/arm_gic_kvm.c | 14 +++++++++----- |
17 | 1 file changed, 18 insertions(+) | 10 | 1 file changed, 9 insertions(+), 5 deletions(-) |
18 | create mode 100644 scripts/coccinelle/timer-del-timer-free.cocci | ||
19 | 11 | ||
20 | diff --git a/scripts/coccinelle/timer-del-timer-free.cocci b/scripts/coccinelle/timer-del-timer-free.cocci | 12 | diff --git a/hw/intc/arm_gic_kvm.c b/hw/intc/arm_gic_kvm.c |
21 | new file mode 100644 | 13 | index XXXXXXX..XXXXXXX 100644 |
22 | index XXXXXXX..XXXXXXX | 14 | --- a/hw/intc/arm_gic_kvm.c |
23 | --- /dev/null | 15 | +++ b/hw/intc/arm_gic_kvm.c |
24 | +++ b/scripts/coccinelle/timer-del-timer-free.cocci | 16 | @@ -XXX,XX +XXX,XX @@ DECLARE_OBJ_CHECKERS(GICState, KVMARMGICClass, |
25 | @@ -XXX,XX +XXX,XX @@ | 17 | struct KVMARMGICClass { |
26 | +// Remove superfluous timer_del() calls | 18 | ARMGICCommonClass parent_class; |
27 | +// | 19 | DeviceRealize parent_realize; |
28 | +// Copyright Linaro Limited 2020 | 20 | - void (*parent_reset)(DeviceState *dev); |
29 | +// This work is licensed under the terms of the GNU GPLv2 or later. | 21 | + ResettablePhases parent_phases; |
30 | +// | 22 | }; |
31 | +// spatch --macro-file scripts/cocci-macro-file.h \ | 23 | |
32 | +// --sp-file scripts/coccinelle/timer-del-timer-free.cocci \ | 24 | void kvm_arm_gic_set_irq(uint32_t num_irq, int irq, int level) |
33 | +// --in-place --dir . | 25 | @@ -XXX,XX +XXX,XX @@ static void kvm_arm_gic_get(GICState *s) |
34 | +// | 26 | } |
35 | +// The timer_free() function now implicitly calls timer_del() | 27 | } |
36 | +// for you, so calls to timer_del() immediately before the | 28 | |
37 | +// timer_free() of the same timer can be deleted. | 29 | -static void kvm_arm_gic_reset(DeviceState *dev) |
38 | + | 30 | +static void kvm_arm_gic_reset_hold(Object *obj) |
39 | +@@ | 31 | { |
40 | +expression T; | 32 | - GICState *s = ARM_GIC_COMMON(dev); |
41 | +@@ | 33 | + GICState *s = ARM_GIC_COMMON(obj); |
42 | +-timer_del(T); | 34 | KVMARMGICClass *kgc = KVM_ARM_GIC_GET_CLASS(s); |
43 | + timer_free(T); | 35 | |
36 | - kgc->parent_reset(dev); | ||
37 | + if (kgc->parent_phases.hold) { | ||
38 | + kgc->parent_phases.hold(obj); | ||
39 | + } | ||
40 | |||
41 | if (kvm_arm_gic_can_save_restore(s)) { | ||
42 | kvm_arm_gic_put(s); | ||
43 | @@ -XXX,XX +XXX,XX @@ static void kvm_arm_gic_realize(DeviceState *dev, Error **errp) | ||
44 | static void kvm_arm_gic_class_init(ObjectClass *klass, void *data) | ||
45 | { | ||
46 | DeviceClass *dc = DEVICE_CLASS(klass); | ||
47 | + ResettableClass *rc = RESETTABLE_CLASS(klass); | ||
48 | ARMGICCommonClass *agcc = ARM_GIC_COMMON_CLASS(klass); | ||
49 | KVMARMGICClass *kgc = KVM_ARM_GIC_CLASS(klass); | ||
50 | |||
51 | @@ -XXX,XX +XXX,XX @@ static void kvm_arm_gic_class_init(ObjectClass *klass, void *data) | ||
52 | agcc->post_load = kvm_arm_gic_put; | ||
53 | device_class_set_parent_realize(dc, kvm_arm_gic_realize, | ||
54 | &kgc->parent_realize); | ||
55 | - device_class_set_parent_reset(dc, kvm_arm_gic_reset, &kgc->parent_reset); | ||
56 | + resettable_class_set_parent_phases(rc, NULL, kvm_arm_gic_reset_hold, NULL, | ||
57 | + &kgc->parent_phases); | ||
58 | } | ||
59 | |||
60 | static const TypeInfo kvm_arm_gic_info = { | ||
44 | -- | 61 | -- |
45 | 2.20.1 | 62 | 2.25.1 |
46 | 63 | ||
47 | 64 | diff view generated by jsdifflib |
1 | Support for running KVM on 32-bit Arm hosts was removed in commit | 1 | Convert the TYPE_ARM_GICV3_COMMON parent class to 3-phase reset. |
---|---|---|---|
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. | ||
8 | 2 | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 3 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 4 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
11 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 5 | Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> |
12 | Message-id: 20201215144215.28482-1-peter.maydell@linaro.org | 6 | Message-id: 20221109161444.3397405-6-peter.maydell@linaro.org |
13 | --- | 7 | --- |
14 | hw/arm/highbank.c | 14 ++++---------- | 8 | hw/intc/arm_gicv3_common.c | 7 ++++--- |
15 | 1 file changed, 4 insertions(+), 10 deletions(-) | 9 | 1 file changed, 4 insertions(+), 3 deletions(-) |
16 | 10 | ||
17 | diff --git a/hw/arm/highbank.c b/hw/arm/highbank.c | 11 | diff --git a/hw/intc/arm_gicv3_common.c b/hw/intc/arm_gicv3_common.c |
18 | index XXXXXXX..XXXXXXX 100644 | 12 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/hw/arm/highbank.c | 13 | --- a/hw/intc/arm_gicv3_common.c |
20 | +++ b/hw/arm/highbank.c | 14 | +++ b/hw/intc/arm_gicv3_common.c |
21 | @@ -XXX,XX +XXX,XX @@ | 15 | @@ -XXX,XX +XXX,XX @@ static void arm_gicv3_finalize(Object *obj) |
22 | #include "hw/arm/boot.h" | 16 | g_free(s->redist_region_count); |
23 | #include "hw/loader.h" | ||
24 | #include "net/net.h" | ||
25 | -#include "sysemu/kvm.h" | ||
26 | #include "sysemu/runstate.h" | ||
27 | #include "sysemu/sysemu.h" | ||
28 | #include "hw/boards.h" | ||
29 | @@ -XXX,XX +XXX,XX @@ | ||
30 | #include "hw/cpu/a15mpcore.h" | ||
31 | #include "qemu/log.h" | ||
32 | #include "qom/object.h" | ||
33 | +#include "cpu.h" | ||
34 | |||
35 | #define SMP_BOOT_ADDR 0x100 | ||
36 | #define SMP_BOOT_REG 0x40 | ||
37 | @@ -XXX,XX +XXX,XX @@ static void calxeda_init(MachineState *machine, enum cxmachines machine_id) | ||
38 | highbank_binfo.loader_start = 0; | ||
39 | highbank_binfo.write_secondary_boot = hb_write_secondary; | ||
40 | highbank_binfo.secondary_cpu_reset_hook = hb_reset_secondary; | ||
41 | - if (!kvm_enabled()) { | ||
42 | - highbank_binfo.board_setup_addr = BOARD_SETUP_ADDR; | ||
43 | - highbank_binfo.write_board_setup = hb_write_board_setup; | ||
44 | - highbank_binfo.secure_board_setup = true; | ||
45 | - } else { | ||
46 | - warn_report("cannot load built-in Monitor support " | ||
47 | - "if KVM is enabled. Some guests (such as Linux) " | ||
48 | - "may not boot."); | ||
49 | - } | ||
50 | + highbank_binfo.board_setup_addr = BOARD_SETUP_ADDR; | ||
51 | + highbank_binfo.write_board_setup = hb_write_board_setup; | ||
52 | + highbank_binfo.secure_board_setup = true; | ||
53 | |||
54 | arm_load_kernel(ARM_CPU(first_cpu), machine, &highbank_binfo); | ||
55 | } | 17 | } |
18 | |||
19 | -static void arm_gicv3_common_reset(DeviceState *dev) | ||
20 | +static void arm_gicv3_common_reset_hold(Object *obj) | ||
21 | { | ||
22 | - GICv3State *s = ARM_GICV3_COMMON(dev); | ||
23 | + GICv3State *s = ARM_GICV3_COMMON(obj); | ||
24 | int i; | ||
25 | |||
26 | for (i = 0; i < s->num_cpu; i++) { | ||
27 | @@ -XXX,XX +XXX,XX @@ static Property arm_gicv3_common_properties[] = { | ||
28 | static void arm_gicv3_common_class_init(ObjectClass *klass, void *data) | ||
29 | { | ||
30 | DeviceClass *dc = DEVICE_CLASS(klass); | ||
31 | + ResettableClass *rc = RESETTABLE_CLASS(klass); | ||
32 | ARMLinuxBootIfClass *albifc = ARM_LINUX_BOOT_IF_CLASS(klass); | ||
33 | |||
34 | - dc->reset = arm_gicv3_common_reset; | ||
35 | + rc->phases.hold = arm_gicv3_common_reset_hold; | ||
36 | dc->realize = arm_gicv3_common_realize; | ||
37 | device_class_set_props(dc, arm_gicv3_common_properties); | ||
38 | dc->vmsd = &vmstate_gicv3; | ||
56 | -- | 39 | -- |
57 | 2.20.1 | 40 | 2.25.1 |
58 | 41 | ||
59 | 42 | diff view generated by jsdifflib |
1 | In commit 64f863baeedc8659 we implemented the v8.1M FPCXT_S register, | 1 | Convert the TYPE_KVM_ARM_GICV3 device to 3-phase reset. |
---|---|---|---|
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. | ||
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 | 2 | ||
15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 3 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
16 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 4 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
17 | Message-id: 20201210201433.26262-3-peter.maydell@linaro.org | 5 | Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> |
6 | Message-id: 20221109161444.3397405-7-peter.maydell@linaro.org | ||
18 | --- | 7 | --- |
19 | target/arm/translate-vfp.c.inc | 12 ++++++------ | 8 | hw/intc/arm_gicv3_kvm.c | 14 +++++++++----- |
20 | 1 file changed, 6 insertions(+), 6 deletions(-) | 9 | 1 file changed, 9 insertions(+), 5 deletions(-) |
21 | 10 | ||
22 | diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc | 11 | diff --git a/hw/intc/arm_gicv3_kvm.c b/hw/intc/arm_gicv3_kvm.c |
23 | index XXXXXXX..XXXXXXX 100644 | 12 | index XXXXXXX..XXXXXXX 100644 |
24 | --- a/target/arm/translate-vfp.c.inc | 13 | --- a/hw/intc/arm_gicv3_kvm.c |
25 | +++ b/target/arm/translate-vfp.c.inc | 14 | +++ b/hw/intc/arm_gicv3_kvm.c |
26 | @@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_write(DisasContext *s, int regno, | 15 | @@ -XXX,XX +XXX,XX @@ DECLARE_OBJ_CHECKERS(GICv3State, KVMARMGICv3Class, |
27 | } | 16 | struct KVMARMGICv3Class { |
28 | case ARM_VFP_FPCXT_S: | 17 | ARMGICv3CommonClass parent_class; |
29 | { | 18 | DeviceRealize parent_realize; |
30 | - TCGv_i32 sfpa, control, fpscr; | 19 | - void (*parent_reset)(DeviceState *dev); |
31 | - /* Set FPSCR[27:0] and CONTROL.SFPA from value */ | 20 | + ResettablePhases parent_phases; |
32 | + TCGv_i32 sfpa, control; | 21 | }; |
33 | + /* | 22 | |
34 | + * Set FPSCR and CONTROL.SFPA from value; the new FPSCR takes | 23 | static void kvm_arm_gicv3_set_irq(void *opaque, int irq, int level) |
35 | + * bits [27:0] from value and zeroes bits [31:28]. | 24 | @@ -XXX,XX +XXX,XX @@ static void arm_gicv3_icc_reset(CPUARMState *env, const ARMCPRegInfo *ri) |
36 | + */ | 25 | c->icc_ctlr_el1[GICV3_S] = c->icc_ctlr_el1[GICV3_NS]; |
37 | tmp = loadfn(s, opaque); | 26 | } |
38 | sfpa = tcg_temp_new_i32(); | 27 | |
39 | tcg_gen_shri_i32(sfpa, tmp, 31); | 28 | -static void kvm_arm_gicv3_reset(DeviceState *dev) |
40 | @@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_write(DisasContext *s, int regno, | 29 | +static void kvm_arm_gicv3_reset_hold(Object *obj) |
41 | tcg_gen_deposit_i32(control, control, sfpa, | 30 | { |
42 | R_V7M_CONTROL_SFPA_SHIFT, 1); | 31 | - GICv3State *s = ARM_GICV3_COMMON(dev); |
43 | store_cpu_field(control, v7m.control[M_REG_S]); | 32 | + GICv3State *s = ARM_GICV3_COMMON(obj); |
44 | - fpscr = load_cpu_field(vfp.xregs[ARM_VFP_FPSCR]); | 33 | KVMARMGICv3Class *kgc = KVM_ARM_GICV3_GET_CLASS(s); |
45 | - tcg_gen_andi_i32(fpscr, fpscr, FPCR_NZCV_MASK); | 34 | |
46 | tcg_gen_andi_i32(tmp, tmp, ~FPCR_NZCV_MASK); | 35 | DPRINTF("Reset\n"); |
47 | - tcg_gen_or_i32(fpscr, fpscr, tmp); | 36 | |
48 | - store_cpu_field(fpscr, vfp.xregs[ARM_VFP_FPSCR]); | 37 | - kgc->parent_reset(dev); |
49 | + gen_helper_vfp_set_fpscr(cpu_env, tmp); | 38 | + if (kgc->parent_phases.hold) { |
50 | tcg_temp_free_i32(tmp); | 39 | + kgc->parent_phases.hold(obj); |
51 | tcg_temp_free_i32(sfpa); | 40 | + } |
52 | break; | 41 | |
42 | if (s->migration_blocker) { | ||
43 | DPRINTF("Cannot put kernel gic state, no kernel interface\n"); | ||
44 | @@ -XXX,XX +XXX,XX @@ static void kvm_arm_gicv3_realize(DeviceState *dev, Error **errp) | ||
45 | static void kvm_arm_gicv3_class_init(ObjectClass *klass, void *data) | ||
46 | { | ||
47 | DeviceClass *dc = DEVICE_CLASS(klass); | ||
48 | + ResettableClass *rc = RESETTABLE_CLASS(klass); | ||
49 | ARMGICv3CommonClass *agcc = ARM_GICV3_COMMON_CLASS(klass); | ||
50 | KVMARMGICv3Class *kgc = KVM_ARM_GICV3_CLASS(klass); | ||
51 | |||
52 | @@ -XXX,XX +XXX,XX @@ static void kvm_arm_gicv3_class_init(ObjectClass *klass, void *data) | ||
53 | agcc->post_load = kvm_arm_gicv3_put; | ||
54 | device_class_set_parent_realize(dc, kvm_arm_gicv3_realize, | ||
55 | &kgc->parent_realize); | ||
56 | - device_class_set_parent_reset(dc, kvm_arm_gicv3_reset, &kgc->parent_reset); | ||
57 | + resettable_class_set_parent_phases(rc, NULL, kvm_arm_gicv3_reset_hold, NULL, | ||
58 | + &kgc->parent_phases); | ||
59 | } | ||
60 | |||
61 | static const TypeInfo kvm_arm_gicv3_info = { | ||
53 | -- | 62 | -- |
54 | 2.20.1 | 63 | 2.25.1 |
55 | 64 | ||
56 | 65 | diff view generated by jsdifflib |
1 | From: Gan Qixin <ganqixin@huawei.com> | 1 | Convert the TYPE_ARM_GICV3_ITS_COMMON parent class to 3-phase reset. |
---|---|---|---|
2 | 2 | ||
3 | When running device-introspect-test, a memory leak occurred in the | 3 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
4 | digic_timer_init function, so use ptimer_free() in the finalize function to | 4 | Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> |
5 | avoid it. | 5 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
6 | Message-id: 20221109161444.3397405-8-peter.maydell@linaro.org | ||
7 | --- | ||
8 | hw/intc/arm_gicv3_its_common.c | 7 ++++--- | ||
9 | 1 file changed, 4 insertions(+), 3 deletions(-) | ||
6 | 10 | ||
7 | ASAN shows memory leak stack: | 11 | diff --git a/hw/intc/arm_gicv3_its_common.c b/hw/intc/arm_gicv3_its_common.c |
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 | 12 | index XXXXXXX..XXXXXXX 100644 |
34 | --- a/hw/timer/digic-timer.c | 13 | --- a/hw/intc/arm_gicv3_its_common.c |
35 | +++ b/hw/timer/digic-timer.c | 14 | +++ b/hw/intc/arm_gicv3_its_common.c |
36 | @@ -XXX,XX +XXX,XX @@ static void digic_timer_init(Object *obj) | 15 | @@ -XXX,XX +XXX,XX @@ void gicv3_its_init_mmio(GICv3ITSState *s, const MemoryRegionOps *ops, |
37 | sysbus_init_mmio(SYS_BUS_DEVICE(obj), &s->iomem); | 16 | msi_nonbroken = true; |
38 | } | 17 | } |
39 | 18 | ||
40 | +static void digic_timer_finalize(Object *obj) | 19 | -static void gicv3_its_common_reset(DeviceState *dev) |
41 | +{ | 20 | +static void gicv3_its_common_reset_hold(Object *obj) |
42 | + DigicTimerState *s = DIGIC_TIMER(obj); | 21 | { |
43 | + | 22 | - GICv3ITSState *s = ARM_GICV3_ITS_COMMON(dev); |
44 | + ptimer_free(s->ptimer); | 23 | + GICv3ITSState *s = ARM_GICV3_ITS_COMMON(obj); |
45 | +} | 24 | |
46 | + | 25 | s->ctlr = 0; |
47 | static void digic_timer_class_init(ObjectClass *klass, void *class_data) | 26 | s->cbaser = 0; |
27 | @@ -XXX,XX +XXX,XX @@ static void gicv3_its_common_reset(DeviceState *dev) | ||
28 | static void gicv3_its_common_class_init(ObjectClass *klass, void *data) | ||
48 | { | 29 | { |
49 | DeviceClass *dc = DEVICE_CLASS(klass); | 30 | DeviceClass *dc = DEVICE_CLASS(klass); |
50 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo digic_timer_info = { | 31 | + ResettableClass *rc = RESETTABLE_CLASS(klass); |
51 | .parent = TYPE_SYS_BUS_DEVICE, | 32 | |
52 | .instance_size = sizeof(DigicTimerState), | 33 | - dc->reset = gicv3_its_common_reset; |
53 | .instance_init = digic_timer_init, | 34 | + rc->phases.hold = gicv3_its_common_reset_hold; |
54 | + .instance_finalize = digic_timer_finalize, | 35 | dc->vmsd = &vmstate_its; |
55 | .class_init = digic_timer_class_init, | 36 | } |
56 | }; | ||
57 | 37 | ||
58 | -- | 38 | -- |
59 | 2.20.1 | 39 | 2.25.1 |
60 | 40 | ||
61 | 41 | diff view generated by jsdifflib |
1 | From: Gan Qixin <ganqixin@huawei.com> | 1 | Convert the TYPE_ARM_GICV3_ITS device to 3-phase reset. |
---|---|---|---|
2 | 2 | ||
3 | When running device-introspect-test, a memory leak occurred in the a10_pit_init | 3 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
4 | function, so use ptimer_free() in the finalize function to avoid it. | 4 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
5 | Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> | ||
6 | Message-id: 20221109161444.3397405-9-peter.maydell@linaro.org | ||
7 | --- | ||
8 | hw/intc/arm_gicv3_its.c | 14 +++++++++----- | ||
9 | 1 file changed, 9 insertions(+), 5 deletions(-) | ||
5 | 10 | ||
6 | ASAN shows memory leak stack: | 11 | diff --git a/hw/intc/arm_gicv3_its.c b/hw/intc/arm_gicv3_its.c |
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 | 12 | index XXXXXXX..XXXXXXX 100644 |
33 | --- a/hw/timer/allwinner-a10-pit.c | 13 | --- a/hw/intc/arm_gicv3_its.c |
34 | +++ b/hw/timer/allwinner-a10-pit.c | 14 | +++ b/hw/intc/arm_gicv3_its.c |
35 | @@ -XXX,XX +XXX,XX @@ static void a10_pit_init(Object *obj) | 15 | @@ -XXX,XX +XXX,XX @@ DECLARE_OBJ_CHECKERS(GICv3ITSState, GICv3ITSClass, |
16 | |||
17 | struct GICv3ITSClass { | ||
18 | GICv3ITSCommonClass parent_class; | ||
19 | - void (*parent_reset)(DeviceState *dev); | ||
20 | + ResettablePhases parent_phases; | ||
21 | }; | ||
22 | |||
23 | /* | ||
24 | @@ -XXX,XX +XXX,XX @@ static void gicv3_arm_its_realize(DeviceState *dev, Error **errp) | ||
36 | } | 25 | } |
37 | } | 26 | } |
38 | 27 | ||
39 | +static void a10_pit_finalize(Object *obj) | 28 | -static void gicv3_its_reset(DeviceState *dev) |
40 | +{ | 29 | +static void gicv3_its_reset_hold(Object *obj) |
41 | + AwA10PITState *s = AW_A10_PIT(obj); | 30 | { |
42 | + int i; | 31 | - GICv3ITSState *s = ARM_GICV3_ITS_COMMON(dev); |
43 | + | 32 | + GICv3ITSState *s = ARM_GICV3_ITS_COMMON(obj); |
44 | + for (i = 0; i < AW_A10_PIT_TIMER_NR; i++) { | 33 | GICv3ITSClass *c = ARM_GICV3_ITS_GET_CLASS(s); |
45 | + ptimer_free(s->timer[i]); | 34 | |
35 | - c->parent_reset(dev); | ||
36 | + if (c->parent_phases.hold) { | ||
37 | + c->parent_phases.hold(obj); | ||
46 | + } | 38 | + } |
47 | +} | 39 | |
48 | + | 40 | /* Quiescent bit reset to 1 */ |
49 | static void a10_pit_class_init(ObjectClass *klass, void *data) | 41 | s->ctlr = FIELD_DP32(s->ctlr, GITS_CTLR, QUIESCENT, 1); |
42 | @@ -XXX,XX +XXX,XX @@ static Property gicv3_its_props[] = { | ||
43 | static void gicv3_its_class_init(ObjectClass *klass, void *data) | ||
50 | { | 44 | { |
51 | DeviceClass *dc = DEVICE_CLASS(klass); | 45 | DeviceClass *dc = DEVICE_CLASS(klass); |
52 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo a10_pit_info = { | 46 | + ResettableClass *rc = RESETTABLE_CLASS(klass); |
53 | .parent = TYPE_SYS_BUS_DEVICE, | 47 | GICv3ITSClass *ic = ARM_GICV3_ITS_CLASS(klass); |
54 | .instance_size = sizeof(AwA10PITState), | 48 | GICv3ITSCommonClass *icc = ARM_GICV3_ITS_COMMON_CLASS(klass); |
55 | .instance_init = a10_pit_init, | 49 | |
56 | + .instance_finalize = a10_pit_finalize, | 50 | dc->realize = gicv3_arm_its_realize; |
57 | .class_init = a10_pit_class_init, | 51 | device_class_set_props(dc, gicv3_its_props); |
58 | }; | 52 | - device_class_set_parent_reset(dc, gicv3_its_reset, &ic->parent_reset); |
53 | + resettable_class_set_parent_phases(rc, NULL, gicv3_its_reset_hold, NULL, | ||
54 | + &ic->parent_phases); | ||
55 | icc->post_load = gicv3_its_post_load; | ||
56 | } | ||
59 | 57 | ||
60 | -- | 58 | -- |
61 | 2.20.1 | 59 | 2.25.1 |
62 | 60 | ||
63 | 61 | diff view generated by jsdifflib |
1 | The CCR is a register most of whose bits are banked between security | 1 | Convert the TYPE_KVM_ARM_ITS device to 3-phase reset. |
---|---|---|---|
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. | ||
6 | 2 | ||
7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 3 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 4 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
9 | Message-id: 20201210201433.26262-2-peter.maydell@linaro.org | 5 | Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> |
6 | Message-id: 20221109161444.3397405-10-peter.maydell@linaro.org | ||
10 | --- | 7 | --- |
11 | hw/intc/armv7m_nvic.c | 15 +++++++++++++++ | 8 | hw/intc/arm_gicv3_its_kvm.c | 14 +++++++++----- |
12 | 1 file changed, 15 insertions(+) | 9 | 1 file changed, 9 insertions(+), 5 deletions(-) |
13 | 10 | ||
14 | diff --git a/hw/intc/armv7m_nvic.c b/hw/intc/armv7m_nvic.c | 11 | diff --git a/hw/intc/arm_gicv3_its_kvm.c b/hw/intc/arm_gicv3_its_kvm.c |
15 | index XXXXXXX..XXXXXXX 100644 | 12 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/hw/intc/armv7m_nvic.c | 13 | --- a/hw/intc/arm_gicv3_its_kvm.c |
17 | +++ b/hw/intc/armv7m_nvic.c | 14 | +++ b/hw/intc/arm_gicv3_its_kvm.c |
18 | @@ -XXX,XX +XXX,XX @@ static uint32_t nvic_readl(NVICState *s, uint32_t offset, MemTxAttrs attrs) | 15 | @@ -XXX,XX +XXX,XX @@ DECLARE_OBJ_CHECKERS(GICv3ITSState, KVMARMITSClass, |
19 | */ | 16 | |
20 | val = cpu->env.v7m.ccr[attrs.secure]; | 17 | struct KVMARMITSClass { |
21 | val |= cpu->env.v7m.ccr[M_REG_NS] & R_V7M_CCR_BFHFNMIGN_MASK; | 18 | GICv3ITSCommonClass parent_class; |
22 | + /* BFHFNMIGN is RAZ/WI from NS if AIRCR.BFHFNMINS is 0 */ | 19 | - void (*parent_reset)(DeviceState *dev); |
23 | + if (!attrs.secure) { | 20 | + ResettablePhases parent_phases; |
24 | + if (!(cpu->env.v7m.aircr & R_V7M_AIRCR_BFHFNMINS_MASK)) { | 21 | }; |
25 | + val &= ~R_V7M_CCR_BFHFNMIGN_MASK; | 22 | |
26 | + } | 23 | |
27 | + } | 24 | @@ -XXX,XX +XXX,XX @@ static void kvm_arm_its_post_load(GICv3ITSState *s) |
28 | return val; | 25 | GITS_CTLR, &s->ctlr, true, &error_abort); |
29 | case 0xd24: /* System Handler Control and State (SHCSR) */ | 26 | } |
30 | if (!arm_feature(&cpu->env, ARM_FEATURE_V7)) { | 27 | |
31 | @@ -XXX,XX +XXX,XX @@ static void nvic_writel(NVICState *s, uint32_t offset, uint32_t value, | 28 | -static void kvm_arm_its_reset(DeviceState *dev) |
32 | (cpu->env.v7m.ccr[M_REG_NS] & ~R_V7M_CCR_BFHFNMIGN_MASK) | 29 | +static void kvm_arm_its_reset_hold(Object *obj) |
33 | | (value & R_V7M_CCR_BFHFNMIGN_MASK); | 30 | { |
34 | value &= ~R_V7M_CCR_BFHFNMIGN_MASK; | 31 | - GICv3ITSState *s = ARM_GICV3_ITS_COMMON(dev); |
35 | + } else { | 32 | + GICv3ITSState *s = ARM_GICV3_ITS_COMMON(obj); |
36 | + /* | 33 | KVMARMITSClass *c = KVM_ARM_ITS_GET_CLASS(s); |
37 | + * BFHFNMIGN is RAZ/WI from NS if AIRCR.BFHFNMINS is 0, so | 34 | int i; |
38 | + * preserve the state currently in the NS element of the array | 35 | |
39 | + */ | 36 | - c->parent_reset(dev); |
40 | + if (!(cpu->env.v7m.aircr & R_V7M_AIRCR_BFHFNMINS_MASK)) { | 37 | + if (c->parent_phases.hold) { |
41 | + value &= ~R_V7M_CCR_BFHFNMIGN_MASK; | 38 | + c->parent_phases.hold(obj); |
42 | + value |= cpu->env.v7m.ccr[M_REG_NS] & R_V7M_CCR_BFHFNMIGN_MASK; | 39 | + } |
43 | + } | 40 | |
44 | } | 41 | if (kvm_device_check_attr(s->dev_fd, KVM_DEV_ARM_VGIC_GRP_CTRL, |
45 | 42 | KVM_DEV_ARM_ITS_CTRL_RESET)) { | |
46 | cpu->env.v7m.ccr[attrs.secure] = value; | 43 | @@ -XXX,XX +XXX,XX @@ static Property kvm_arm_its_props[] = { |
44 | static void kvm_arm_its_class_init(ObjectClass *klass, void *data) | ||
45 | { | ||
46 | DeviceClass *dc = DEVICE_CLASS(klass); | ||
47 | + ResettableClass *rc = RESETTABLE_CLASS(klass); | ||
48 | GICv3ITSCommonClass *icc = ARM_GICV3_ITS_COMMON_CLASS(klass); | ||
49 | KVMARMITSClass *ic = KVM_ARM_ITS_CLASS(klass); | ||
50 | |||
51 | dc->realize = kvm_arm_its_realize; | ||
52 | device_class_set_props(dc, kvm_arm_its_props); | ||
53 | - device_class_set_parent_reset(dc, kvm_arm_its_reset, &ic->parent_reset); | ||
54 | + resettable_class_set_parent_phases(rc, NULL, kvm_arm_its_reset_hold, NULL, | ||
55 | + &ic->parent_phases); | ||
56 | icc->send_msi = kvm_its_send_msi; | ||
57 | icc->pre_save = kvm_arm_its_pre_save; | ||
58 | icc->post_load = kvm_arm_its_post_load; | ||
47 | -- | 59 | -- |
48 | 2.20.1 | 60 | 2.25.1 |
49 | 61 | ||
50 | 62 | diff view generated by jsdifflib |
1 | From: Bin Meng <bin.meng@windriver.com> | 1 | From: Schspa Shi <schspa@gmail.com> |
---|---|---|---|
2 | 2 | ||
3 | At present, when booting U-Boot on QEMU sabrelite, we see: | 3 | We use 32bit value for linux,initrd-[start/end], when we have |
4 | loader_start > 4GB, there will be a wrong initrd_start passed | ||
5 | to the kernel, and the kernel will report the following warning. | ||
4 | 6 | ||
5 | Net: Board Net Initialization Failed | 7 | [ 0.000000] ------------[ cut here ]------------ |
6 | No ethernet found. | 8 | [ 0.000000] initrd not fully accessible via the linear mapping -- please check your bootloader ... |
9 | [ 0.000000] WARNING: CPU: 0 PID: 0 at arch/arm64/mm/init.c:355 arm64_memblock_init+0x158/0x244 | ||
10 | [ 0.000000] Modules linked in: | ||
11 | [ 0.000000] CPU: 0 PID: 0 Comm: swapper Tainted: G W 6.1.0-rc3-13250-g30a0b95b1335-dirty #28 | ||
12 | [ 0.000000] Hardware name: Horizon Sigi Virtual development board (DT) | ||
13 | [ 0.000000] pstate: 600000c5 (nZCv daIF -PAN -UAO -TCO -DIT -SSBS BTYPE=--) | ||
14 | [ 0.000000] pc : arm64_memblock_init+0x158/0x244 | ||
15 | [ 0.000000] lr : arm64_memblock_init+0x158/0x244 | ||
16 | [ 0.000000] sp : ffff800009273df0 | ||
17 | [ 0.000000] x29: ffff800009273df0 x28: 0000001000cc0010 x27: 0000800000000000 | ||
18 | [ 0.000000] x26: 000000000050a3e2 x25: ffff800008b46000 x24: ffff800008b46000 | ||
19 | [ 0.000000] x23: ffff800008a53000 x22: ffff800009420000 x21: ffff800008a53000 | ||
20 | [ 0.000000] x20: 0000000004000000 x19: 0000000004000000 x18: 00000000ffff1020 | ||
21 | [ 0.000000] x17: 6568632065736165 x16: 6c70202d2d20676e x15: 697070616d207261 | ||
22 | [ 0.000000] x14: 656e696c20656874 x13: 0a2e2e2e20726564 x12: 0000000000000000 | ||
23 | [ 0.000000] x11: 0000000000000000 x10: 00000000ffffffff x9 : 0000000000000000 | ||
24 | [ 0.000000] x8 : 0000000000000000 x7 : 796c6c756620746f x6 : 6e20647274696e69 | ||
25 | [ 0.000000] x5 : ffff8000093c7c47 x4 : ffff800008a2102f x3 : ffff800009273a88 | ||
26 | [ 0.000000] x2 : 80000000fffff038 x1 : 00000000000000c0 x0 : 0000000000000056 | ||
27 | [ 0.000000] Call trace: | ||
28 | [ 0.000000] arm64_memblock_init+0x158/0x244 | ||
29 | [ 0.000000] setup_arch+0x164/0x1cc | ||
30 | [ 0.000000] start_kernel+0x94/0x4ac | ||
31 | [ 0.000000] __primary_switched+0xb4/0xbc | ||
32 | [ 0.000000] ---[ end trace 0000000000000000 ]--- | ||
33 | [ 0.000000] Zone ranges: | ||
34 | [ 0.000000] DMA [mem 0x0000001000000000-0x0000001007ffffff] | ||
7 | 35 | ||
8 | U-Boot scans PHY at address 4/5/6/7 (see board_eth_init() in the | 36 | This doesn't affect any machine types we currently support, because |
9 | U-Boot source: board/boundary/nitrogen6x/nitrogen6x.c). On the real | 37 | for all of our machine types the RAM starts well below the 4GB |
10 | board, the Ethernet PHY is at address 6. Adjust this by updating the | 38 | mark, but it does demonstrate that we're not currently writing |
11 | "fec-phy-num" property of the fsl_imx6 SoC object. | 39 | the device-tree properties quite as intended. |
12 | 40 | ||
13 | With this change, U-Boot sees the PHY but complains MAC address: | 41 | To fix it, we can change it to write these values to the dtb using a |
42 | type width matching #address-cells. This is the intended size for | ||
43 | these dtb properties, and is how u-boot, for instance, writes them, | ||
44 | although in practice the Linux kernel will cope with them being any | ||
45 | width as long as they're big enough to fit the value. | ||
14 | 46 | ||
15 | Net: using phy at 6 | 47 | Signed-off-by: Schspa Shi <schspa@gmail.com> |
16 | FEC [PRIME] | 48 | Message-id: 20221129160724.75667-1-schspa@gmail.com |
17 | Error: FEC address not set. | 49 | [PMM: tweaked commit message] |
18 | 50 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | |
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> | 51 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
30 | --- | 52 | --- |
31 | hw/arm/sabrelite.c | 4 ++++ | 53 | hw/arm/boot.c | 10 ++++++---- |
32 | 1 file changed, 4 insertions(+) | 54 | 1 file changed, 6 insertions(+), 4 deletions(-) |
33 | 55 | ||
34 | diff --git a/hw/arm/sabrelite.c b/hw/arm/sabrelite.c | 56 | diff --git a/hw/arm/boot.c b/hw/arm/boot.c |
35 | index XXXXXXX..XXXXXXX 100644 | 57 | index XXXXXXX..XXXXXXX 100644 |
36 | --- a/hw/arm/sabrelite.c | 58 | --- a/hw/arm/boot.c |
37 | +++ b/hw/arm/sabrelite.c | 59 | +++ b/hw/arm/boot.c |
38 | @@ -XXX,XX +XXX,XX @@ static void sabrelite_init(MachineState *machine) | 60 | @@ -XXX,XX +XXX,XX @@ int arm_load_dtb(hwaddr addr, const struct arm_boot_info *binfo, |
39 | 61 | } | |
40 | s = FSL_IMX6(object_new(TYPE_FSL_IMX6)); | 62 | |
41 | object_property_add_child(OBJECT(machine), "soc", OBJECT(s)); | 63 | if (binfo->initrd_size) { |
42 | + | 64 | - rc = qemu_fdt_setprop_cell(fdt, "/chosen", "linux,initrd-start", |
43 | + /* Ethernet PHY address is 6 */ | 65 | - binfo->initrd_start); |
44 | + object_property_set_int(OBJECT(s), "fec-phy-num", 6, &error_fatal); | 66 | + rc = qemu_fdt_setprop_sized_cells(fdt, "/chosen", "linux,initrd-start", |
45 | + | 67 | + acells, binfo->initrd_start); |
46 | qdev_realize(DEVICE(s), NULL, &error_fatal); | 68 | if (rc < 0) { |
47 | 69 | fprintf(stderr, "couldn't set /chosen/linux,initrd-start\n"); | |
48 | memory_region_add_subregion(get_system_memory(), FSL_IMX6_MMDC_ADDR, | 70 | goto fail; |
71 | } | ||
72 | |||
73 | - rc = qemu_fdt_setprop_cell(fdt, "/chosen", "linux,initrd-end", | ||
74 | - binfo->initrd_start + binfo->initrd_size); | ||
75 | + rc = qemu_fdt_setprop_sized_cells(fdt, "/chosen", "linux,initrd-end", | ||
76 | + acells, | ||
77 | + binfo->initrd_start + | ||
78 | + binfo->initrd_size); | ||
79 | if (rc < 0) { | ||
80 | fprintf(stderr, "couldn't set /chosen/linux,initrd-end\n"); | ||
81 | goto fail; | ||
49 | -- | 82 | -- |
50 | 2.20.1 | 83 | 2.25.1 |
51 | |||
52 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Zhuojia Shen <chaosdefinition@hotmail.com> |
---|---|---|---|
2 | 2 | ||
3 | In 50244cc76abc we updated mte_check_fail to match the ARM | 3 | In CPUID registers exposed to userspace, some registers were missing |
4 | pseudocode, using the correct EL to select the TCF field. | 4 | and some fields were not exposed. This patch aligns exposed ID |
5 | But we failed to update MTE0_ACTIVE the same way, which led | 5 | registers and their fields with what the upstream kernel currently |
6 | to g_assert_not_reached(). | 6 | exposes. |
7 | 7 | ||
8 | Cc: qemu-stable@nongnu.org | 8 | Specifically, the following new ID registers/fields are exposed to |
9 | Buglink: https://bugs.launchpad.net/bugs/1907137 | 9 | userspace: |
10 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 10 | |
11 | Message-id: 20201221204426.88514-1-richard.henderson@linaro.org | 11 | ID_AA64PFR1_EL1.BT: bits 3-0 |
12 | ID_AA64PFR1_EL1.MTE: bits 11-8 | ||
13 | ID_AA64PFR1_EL1.SME: bits 27-24 | ||
14 | |||
15 | ID_AA64ZFR0_EL1.SVEver: bits 3-0 | ||
16 | ID_AA64ZFR0_EL1.AES: bits 7-4 | ||
17 | ID_AA64ZFR0_EL1.BitPerm: bits 19-16 | ||
18 | ID_AA64ZFR0_EL1.BF16: bits 23-20 | ||
19 | ID_AA64ZFR0_EL1.SHA3: bits 35-32 | ||
20 | ID_AA64ZFR0_EL1.SM4: bits 43-40 | ||
21 | ID_AA64ZFR0_EL1.I8MM: bits 47-44 | ||
22 | ID_AA64ZFR0_EL1.F32MM: bits 55-52 | ||
23 | ID_AA64ZFR0_EL1.F64MM: bits 59-56 | ||
24 | |||
25 | ID_AA64SMFR0_EL1.F32F32: bit 32 | ||
26 | ID_AA64SMFR0_EL1.B16F32: bit 34 | ||
27 | ID_AA64SMFR0_EL1.F16F32: bit 35 | ||
28 | ID_AA64SMFR0_EL1.I8I32: bits 39-36 | ||
29 | ID_AA64SMFR0_EL1.F64F64: bit 48 | ||
30 | ID_AA64SMFR0_EL1.I16I64: bits 55-52 | ||
31 | ID_AA64SMFR0_EL1.FA64: bit 63 | ||
32 | |||
33 | ID_AA64MMFR0_EL1.ECV: bits 63-60 | ||
34 | |||
35 | ID_AA64MMFR1_EL1.AFP: bits 47-44 | ||
36 | |||
37 | ID_AA64MMFR2_EL1.AT: bits 35-32 | ||
38 | |||
39 | ID_AA64ISAR0_EL1.RNDR: bits 63-60 | ||
40 | |||
41 | ID_AA64ISAR1_EL1.FRINTTS: bits 35-32 | ||
42 | ID_AA64ISAR1_EL1.BF16: bits 47-44 | ||
43 | ID_AA64ISAR1_EL1.DGH: bits 51-48 | ||
44 | ID_AA64ISAR1_EL1.I8MM: bits 55-52 | ||
45 | |||
46 | ID_AA64ISAR2_EL1.WFxT: bits 3-0 | ||
47 | ID_AA64ISAR2_EL1.RPRES: bits 7-4 | ||
48 | ID_AA64ISAR2_EL1.GPA3: bits 11-8 | ||
49 | ID_AA64ISAR2_EL1.APA3: bits 15-12 | ||
50 | |||
51 | The code is also refactored to use symbolic names for ID register fields | ||
52 | for better readability and maintainability. | ||
53 | |||
54 | Signed-off-by: Zhuojia Shen <chaosdefinition@hotmail.com> | ||
55 | Message-id: DS7PR12MB6309BC9133877BCC6FC419FEAC0D9@DS7PR12MB6309.namprd12.prod.outlook.com | ||
12 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 56 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 57 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
14 | --- | 58 | --- |
15 | target/arm/helper.c | 2 +- | 59 | target/arm/helper.c | 96 +++++++++++++++++++++++++++++++++++++-------- |
16 | 1 file changed, 1 insertion(+), 1 deletion(-) | 60 | 1 file changed, 79 insertions(+), 17 deletions(-) |
17 | 61 | ||
18 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 62 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
19 | index XXXXXXX..XXXXXXX 100644 | 63 | index XXXXXXX..XXXXXXX 100644 |
20 | --- a/target/arm/helper.c | 64 | --- a/target/arm/helper.c |
21 | +++ b/target/arm/helper.c | 65 | +++ b/target/arm/helper.c |
22 | @@ -XXX,XX +XXX,XX @@ static uint32_t rebuild_hflags_a64(CPUARMState *env, int el, int fp_el, | 66 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) |
23 | if (FIELD_EX32(flags, TBFLAG_A64, UNPRIV) | 67 | #ifdef CONFIG_USER_ONLY |
24 | && tbid | 68 | static const ARMCPRegUserSpaceInfo v8_user_idregs[] = { |
25 | && !(env->pstate & PSTATE_TCO) | 69 | { .name = "ID_AA64PFR0_EL1", |
26 | - && (sctlr & SCTLR_TCF0) | 70 | - .exported_bits = 0x000f000f00ff0000, |
27 | + && (sctlr & SCTLR_TCF) | 71 | - .fixed_bits = 0x0000000000000011 }, |
28 | && allocation_tag_access_enabled(env, 0, sctlr)) { | 72 | + .exported_bits = R_ID_AA64PFR0_FP_MASK | |
29 | flags = FIELD_DP32(flags, TBFLAG_A64, MTE0_ACTIVE, 1); | 73 | + R_ID_AA64PFR0_ADVSIMD_MASK | |
30 | } | 74 | + R_ID_AA64PFR0_SVE_MASK | |
75 | + R_ID_AA64PFR0_DIT_MASK, | ||
76 | + .fixed_bits = (0x1 << R_ID_AA64PFR0_EL0_SHIFT) | | ||
77 | + (0x1 << R_ID_AA64PFR0_EL1_SHIFT) }, | ||
78 | { .name = "ID_AA64PFR1_EL1", | ||
79 | - .exported_bits = 0x00000000000000f0 }, | ||
80 | + .exported_bits = R_ID_AA64PFR1_BT_MASK | | ||
81 | + R_ID_AA64PFR1_SSBS_MASK | | ||
82 | + R_ID_AA64PFR1_MTE_MASK | | ||
83 | + R_ID_AA64PFR1_SME_MASK }, | ||
84 | { .name = "ID_AA64PFR*_EL1_RESERVED", | ||
85 | - .is_glob = true }, | ||
86 | - { .name = "ID_AA64ZFR0_EL1" }, | ||
87 | + .is_glob = true }, | ||
88 | + { .name = "ID_AA64ZFR0_EL1", | ||
89 | + .exported_bits = R_ID_AA64ZFR0_SVEVER_MASK | | ||
90 | + R_ID_AA64ZFR0_AES_MASK | | ||
91 | + R_ID_AA64ZFR0_BITPERM_MASK | | ||
92 | + R_ID_AA64ZFR0_BFLOAT16_MASK | | ||
93 | + R_ID_AA64ZFR0_SHA3_MASK | | ||
94 | + R_ID_AA64ZFR0_SM4_MASK | | ||
95 | + R_ID_AA64ZFR0_I8MM_MASK | | ||
96 | + R_ID_AA64ZFR0_F32MM_MASK | | ||
97 | + R_ID_AA64ZFR0_F64MM_MASK }, | ||
98 | + { .name = "ID_AA64SMFR0_EL1", | ||
99 | + .exported_bits = R_ID_AA64SMFR0_F32F32_MASK | | ||
100 | + R_ID_AA64SMFR0_B16F32_MASK | | ||
101 | + R_ID_AA64SMFR0_F16F32_MASK | | ||
102 | + R_ID_AA64SMFR0_I8I32_MASK | | ||
103 | + R_ID_AA64SMFR0_F64F64_MASK | | ||
104 | + R_ID_AA64SMFR0_I16I64_MASK | | ||
105 | + R_ID_AA64SMFR0_FA64_MASK }, | ||
106 | { .name = "ID_AA64MMFR0_EL1", | ||
107 | - .fixed_bits = 0x00000000ff000000 }, | ||
108 | - { .name = "ID_AA64MMFR1_EL1" }, | ||
109 | + .exported_bits = R_ID_AA64MMFR0_ECV_MASK, | ||
110 | + .fixed_bits = (0xf << R_ID_AA64MMFR0_TGRAN64_SHIFT) | | ||
111 | + (0xf << R_ID_AA64MMFR0_TGRAN4_SHIFT) }, | ||
112 | + { .name = "ID_AA64MMFR1_EL1", | ||
113 | + .exported_bits = R_ID_AA64MMFR1_AFP_MASK }, | ||
114 | + { .name = "ID_AA64MMFR2_EL1", | ||
115 | + .exported_bits = R_ID_AA64MMFR2_AT_MASK }, | ||
116 | { .name = "ID_AA64MMFR*_EL1_RESERVED", | ||
117 | - .is_glob = true }, | ||
118 | + .is_glob = true }, | ||
119 | { .name = "ID_AA64DFR0_EL1", | ||
120 | - .fixed_bits = 0x0000000000000006 }, | ||
121 | - { .name = "ID_AA64DFR1_EL1" }, | ||
122 | + .fixed_bits = (0x6 << R_ID_AA64DFR0_DEBUGVER_SHIFT) }, | ||
123 | + { .name = "ID_AA64DFR1_EL1" }, | ||
124 | { .name = "ID_AA64DFR*_EL1_RESERVED", | ||
125 | - .is_glob = true }, | ||
126 | + .is_glob = true }, | ||
127 | { .name = "ID_AA64AFR*", | ||
128 | - .is_glob = true }, | ||
129 | + .is_glob = true }, | ||
130 | { .name = "ID_AA64ISAR0_EL1", | ||
131 | - .exported_bits = 0x00fffffff0fffff0 }, | ||
132 | + .exported_bits = R_ID_AA64ISAR0_AES_MASK | | ||
133 | + R_ID_AA64ISAR0_SHA1_MASK | | ||
134 | + R_ID_AA64ISAR0_SHA2_MASK | | ||
135 | + R_ID_AA64ISAR0_CRC32_MASK | | ||
136 | + R_ID_AA64ISAR0_ATOMIC_MASK | | ||
137 | + R_ID_AA64ISAR0_RDM_MASK | | ||
138 | + R_ID_AA64ISAR0_SHA3_MASK | | ||
139 | + R_ID_AA64ISAR0_SM3_MASK | | ||
140 | + R_ID_AA64ISAR0_SM4_MASK | | ||
141 | + R_ID_AA64ISAR0_DP_MASK | | ||
142 | + R_ID_AA64ISAR0_FHM_MASK | | ||
143 | + R_ID_AA64ISAR0_TS_MASK | | ||
144 | + R_ID_AA64ISAR0_RNDR_MASK }, | ||
145 | { .name = "ID_AA64ISAR1_EL1", | ||
146 | - .exported_bits = 0x000000f0ffffffff }, | ||
147 | + .exported_bits = R_ID_AA64ISAR1_DPB_MASK | | ||
148 | + R_ID_AA64ISAR1_APA_MASK | | ||
149 | + R_ID_AA64ISAR1_API_MASK | | ||
150 | + R_ID_AA64ISAR1_JSCVT_MASK | | ||
151 | + R_ID_AA64ISAR1_FCMA_MASK | | ||
152 | + R_ID_AA64ISAR1_LRCPC_MASK | | ||
153 | + R_ID_AA64ISAR1_GPA_MASK | | ||
154 | + R_ID_AA64ISAR1_GPI_MASK | | ||
155 | + R_ID_AA64ISAR1_FRINTTS_MASK | | ||
156 | + R_ID_AA64ISAR1_SB_MASK | | ||
157 | + R_ID_AA64ISAR1_BF16_MASK | | ||
158 | + R_ID_AA64ISAR1_DGH_MASK | | ||
159 | + R_ID_AA64ISAR1_I8MM_MASK }, | ||
160 | + { .name = "ID_AA64ISAR2_EL1", | ||
161 | + .exported_bits = R_ID_AA64ISAR2_WFXT_MASK | | ||
162 | + R_ID_AA64ISAR2_RPRES_MASK | | ||
163 | + R_ID_AA64ISAR2_GPA3_MASK | | ||
164 | + R_ID_AA64ISAR2_APA3_MASK }, | ||
165 | { .name = "ID_AA64ISAR*_EL1_RESERVED", | ||
166 | - .is_glob = true }, | ||
167 | + .is_glob = true }, | ||
168 | }; | ||
169 | modify_arm_cp_regs(v8_idregs, v8_user_idregs); | ||
170 | #endif | ||
171 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) | ||
172 | #ifdef CONFIG_USER_ONLY | ||
173 | static const ARMCPRegUserSpaceInfo id_v8_user_midr_cp_reginfo[] = { | ||
174 | { .name = "MIDR_EL1", | ||
175 | - .exported_bits = 0x00000000ffffffff }, | ||
176 | - { .name = "REVIDR_EL1" }, | ||
177 | + .exported_bits = R_MIDR_EL1_REVISION_MASK | | ||
178 | + R_MIDR_EL1_PARTNUM_MASK | | ||
179 | + R_MIDR_EL1_ARCHITECTURE_MASK | | ||
180 | + R_MIDR_EL1_VARIANT_MASK | | ||
181 | + R_MIDR_EL1_IMPLEMENTER_MASK }, | ||
182 | + { .name = "REVIDR_EL1" }, | ||
183 | }; | ||
184 | modify_arm_cp_regs(id_v8_midr_cp_reginfo, id_v8_user_midr_cp_reginfo); | ||
185 | #endif | ||
31 | -- | 186 | -- |
32 | 2.20.1 | 187 | 2.25.1 |
33 | |||
34 | diff view generated by jsdifflib |
1 | From: Bin Meng <bin.meng@windriver.com> | 1 | From: Thomas Huth <thuth@redhat.com> |
---|---|---|---|
2 | 2 | ||
3 | Currently when U-Boot boots, it prints "??" for i.MX processor: | 3 | The header target/arm/kvm-consts.h checks CONFIG_KVM which is marked as |
4 | poisoned in common code, so the files that include this header have to | ||
5 | be added to specific_ss and recompiled for each, qemu-system-arm and | ||
6 | qemu-system-aarch64. However, since the kvm headers are only optionally | ||
7 | used in kvm-constants.h for some sanity checks, we can additionally | ||
8 | check the NEED_CPU_H macro first to avoid the poisoned CONFIG_KVM macro, | ||
9 | so kvm-constants.h can also be used from "common" files (without the | ||
10 | sanity checks - which should be OK since they are still done from other | ||
11 | target-specific files instead). This way, and by adjusting some other | ||
12 | include statements in the related files here and there, we can move some | ||
13 | files from specific_ss into softmmu_ss, so that they only need to be | ||
14 | compiled once during the build process. | ||
4 | 15 | ||
5 | CPU: Freescale i.MX?? rev1.0 at 792 MHz | 16 | Signed-off-by: Thomas Huth <thuth@redhat.com> |
6 | 17 | Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> | |
7 | The register that was used to determine the silicon type is | 18 | Message-id: 20221202154023.293614-1-thuth@redhat.com |
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> | 19 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
18 | --- | 20 | --- |
19 | hw/misc/imx6_ccm.c | 2 +- | 21 | include/hw/misc/xlnx-zynqmp-apu-ctrl.h | 2 +- |
20 | 1 file changed, 1 insertion(+), 1 deletion(-) | 22 | target/arm/kvm-consts.h | 8 ++++---- |
23 | hw/misc/imx6_src.c | 2 +- | ||
24 | hw/misc/iotkit-sysctl.c | 1 - | ||
25 | hw/misc/meson.build | 11 +++++------ | ||
26 | 5 files changed, 11 insertions(+), 13 deletions(-) | ||
21 | 27 | ||
22 | diff --git a/hw/misc/imx6_ccm.c b/hw/misc/imx6_ccm.c | 28 | diff --git a/include/hw/misc/xlnx-zynqmp-apu-ctrl.h b/include/hw/misc/xlnx-zynqmp-apu-ctrl.h |
23 | index XXXXXXX..XXXXXXX 100644 | 29 | index XXXXXXX..XXXXXXX 100644 |
24 | --- a/hw/misc/imx6_ccm.c | 30 | --- a/include/hw/misc/xlnx-zynqmp-apu-ctrl.h |
25 | +++ b/hw/misc/imx6_ccm.c | 31 | +++ b/include/hw/misc/xlnx-zynqmp-apu-ctrl.h |
26 | @@ -XXX,XX +XXX,XX @@ static void imx6_ccm_reset(DeviceState *dev) | 32 | @@ -XXX,XX +XXX,XX @@ |
27 | s->analog[USB_ANALOG_USB2_VBUS_DETECT] = 0x00000004; | 33 | |
28 | s->analog[USB_ANALOG_USB2_CHRG_DETECT] = 0x00000000; | 34 | #include "hw/sysbus.h" |
29 | s->analog[USB_ANALOG_USB2_MISC] = 0x00000002; | 35 | #include "hw/register.h" |
30 | - s->analog[USB_ANALOG_DIGPROG] = 0x00000000; | 36 | -#include "target/arm/cpu.h" |
31 | + s->analog[USB_ANALOG_DIGPROG] = 0x00630000; | 37 | +#include "target/arm/cpu-qom.h" |
32 | 38 | ||
33 | /* all PLLs need to be locked */ | 39 | #define TYPE_XLNX_ZYNQMP_APU_CTRL "xlnx.apu-ctrl" |
34 | s->analog[CCM_ANALOG_PLL_ARM] |= CCM_ANALOG_PLL_LOCK; | 40 | OBJECT_DECLARE_SIMPLE_TYPE(XlnxZynqMPAPUCtrl, XLNX_ZYNQMP_APU_CTRL) |
41 | diff --git a/target/arm/kvm-consts.h b/target/arm/kvm-consts.h | ||
42 | index XXXXXXX..XXXXXXX 100644 | ||
43 | --- a/target/arm/kvm-consts.h | ||
44 | +++ b/target/arm/kvm-consts.h | ||
45 | @@ -XXX,XX +XXX,XX @@ | ||
46 | #ifndef ARM_KVM_CONSTS_H | ||
47 | #define ARM_KVM_CONSTS_H | ||
48 | |||
49 | +#ifdef NEED_CPU_H | ||
50 | #ifdef CONFIG_KVM | ||
51 | #include <linux/kvm.h> | ||
52 | #include <linux/psci.h> | ||
53 | - | ||
54 | #define MISMATCH_CHECK(X, Y) QEMU_BUILD_BUG_ON(X != Y) | ||
55 | +#endif | ||
56 | +#endif | ||
57 | |||
58 | -#else | ||
59 | - | ||
60 | +#ifndef MISMATCH_CHECK | ||
61 | #define MISMATCH_CHECK(X, Y) QEMU_BUILD_BUG_ON(0) | ||
62 | - | ||
63 | #endif | ||
64 | |||
65 | #define CP_REG_SIZE_SHIFT 52 | ||
66 | diff --git a/hw/misc/imx6_src.c b/hw/misc/imx6_src.c | ||
67 | index XXXXXXX..XXXXXXX 100644 | ||
68 | --- a/hw/misc/imx6_src.c | ||
69 | +++ b/hw/misc/imx6_src.c | ||
70 | @@ -XXX,XX +XXX,XX @@ | ||
71 | #include "qemu/log.h" | ||
72 | #include "qemu/main-loop.h" | ||
73 | #include "qemu/module.h" | ||
74 | -#include "arm-powerctl.h" | ||
75 | +#include "target/arm/arm-powerctl.h" | ||
76 | #include "hw/core/cpu.h" | ||
77 | |||
78 | #ifndef DEBUG_IMX6_SRC | ||
79 | diff --git a/hw/misc/iotkit-sysctl.c b/hw/misc/iotkit-sysctl.c | ||
80 | index XXXXXXX..XXXXXXX 100644 | ||
81 | --- a/hw/misc/iotkit-sysctl.c | ||
82 | +++ b/hw/misc/iotkit-sysctl.c | ||
83 | @@ -XXX,XX +XXX,XX @@ | ||
84 | #include "hw/qdev-properties.h" | ||
85 | #include "hw/arm/armsse-version.h" | ||
86 | #include "target/arm/arm-powerctl.h" | ||
87 | -#include "target/arm/cpu.h" | ||
88 | |||
89 | REG32(SECDBGSTAT, 0x0) | ||
90 | REG32(SECDBGSET, 0x4) | ||
91 | diff --git a/hw/misc/meson.build b/hw/misc/meson.build | ||
92 | index XXXXXXX..XXXXXXX 100644 | ||
93 | --- a/hw/misc/meson.build | ||
94 | +++ b/hw/misc/meson.build | ||
95 | @@ -XXX,XX +XXX,XX @@ softmmu_ss.add(when: 'CONFIG_IMX', if_true: files( | ||
96 | 'imx25_ccm.c', | ||
97 | 'imx31_ccm.c', | ||
98 | 'imx6_ccm.c', | ||
99 | + 'imx6_src.c', | ||
100 | 'imx6ul_ccm.c', | ||
101 | 'imx7_ccm.c', | ||
102 | 'imx7_gpr.c', | ||
103 | @@ -XXX,XX +XXX,XX @@ softmmu_ss.add(when: 'CONFIG_RASPI', if_true: files( | ||
104 | )) | ||
105 | softmmu_ss.add(when: 'CONFIG_SLAVIO', if_true: files('slavio_misc.c')) | ||
106 | softmmu_ss.add(when: 'CONFIG_ZYNQ', if_true: files('zynq_slcr.c')) | ||
107 | -specific_ss.add(when: 'CONFIG_XLNX_ZYNQMP_ARM', if_true: files('xlnx-zynqmp-crf.c')) | ||
108 | -specific_ss.add(when: 'CONFIG_XLNX_ZYNQMP_ARM', if_true: files('xlnx-zynqmp-apu-ctrl.c')) | ||
109 | +softmmu_ss.add(when: 'CONFIG_XLNX_ZYNQMP_ARM', if_true: files('xlnx-zynqmp-crf.c')) | ||
110 | +softmmu_ss.add(when: 'CONFIG_XLNX_ZYNQMP_ARM', if_true: files('xlnx-zynqmp-apu-ctrl.c')) | ||
111 | specific_ss.add(when: 'CONFIG_XLNX_VERSAL', if_true: files('xlnx-versal-crl.c')) | ||
112 | softmmu_ss.add(when: 'CONFIG_XLNX_VERSAL', if_true: files( | ||
113 | 'xlnx-versal-xramc.c', | ||
114 | @@ -XXX,XX +XXX,XX @@ softmmu_ss.add(when: 'CONFIG_TZ_MPC', if_true: files('tz-mpc.c')) | ||
115 | softmmu_ss.add(when: 'CONFIG_TZ_MSC', if_true: files('tz-msc.c')) | ||
116 | softmmu_ss.add(when: 'CONFIG_TZ_PPC', if_true: files('tz-ppc.c')) | ||
117 | softmmu_ss.add(when: 'CONFIG_IOTKIT_SECCTL', if_true: files('iotkit-secctl.c')) | ||
118 | +softmmu_ss.add(when: 'CONFIG_IOTKIT_SYSCTL', if_true: files('iotkit-sysctl.c')) | ||
119 | softmmu_ss.add(when: 'CONFIG_IOTKIT_SYSINFO', if_true: files('iotkit-sysinfo.c')) | ||
120 | softmmu_ss.add(when: 'CONFIG_ARMSSE_CPU_PWRCTRL', if_true: files('armsse-cpu-pwrctrl.c')) | ||
121 | softmmu_ss.add(when: 'CONFIG_ARMSSE_CPUID', if_true: files('armsse-cpuid.c')) | ||
122 | @@ -XXX,XX +XXX,XX @@ softmmu_ss.add(when: 'CONFIG_GRLIB', if_true: files('grlib_ahb_apb_pnp.c')) | ||
123 | |||
124 | specific_ss.add(when: 'CONFIG_AVR_POWER', if_true: files('avr_power.c')) | ||
125 | |||
126 | -specific_ss.add(when: 'CONFIG_IMX', if_true: files('imx6_src.c')) | ||
127 | -specific_ss.add(when: 'CONFIG_IOTKIT_SYSCTL', if_true: files('iotkit-sysctl.c')) | ||
128 | - | ||
129 | specific_ss.add(when: 'CONFIG_MAC_VIA', if_true: files('mac_via.c')) | ||
130 | |||
131 | specific_ss.add(when: 'CONFIG_MIPS_CPS', if_true: files('mips_cmgcr.c', 'mips_cpc.c')) | ||
132 | specific_ss.add(when: 'CONFIG_MIPS_ITU', if_true: files('mips_itu.c')) | ||
133 | |||
134 | -specific_ss.add(when: 'CONFIG_SBSA_REF', if_true: files('sbsa_ec.c')) | ||
135 | +softmmu_ss.add(when: 'CONFIG_SBSA_REF', if_true: files('sbsa_ec.c')) | ||
136 | |||
137 | # HPPA devices | ||
138 | softmmu_ss.add(when: 'CONFIG_LASI', if_true: files('lasi.c')) | ||
35 | -- | 139 | -- |
36 | 2.20.1 | 140 | 2.25.1 |
37 | 141 | ||
38 | 142 | diff view generated by jsdifflib |
1 | The Arm CPU finalize function uses a sequence of timer_del(), timer_deinit(), | 1 | From: Philippe Mathieu-Daudé <philmd@linaro.org> |
---|---|---|---|
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(). | ||
5 | 2 | ||
3 | When building with --disable-tcg on Darwin we get: | ||
4 | |||
5 | target/arm/cpu.c:725:16: error: incomplete definition of type 'struct TCGCPUOps' | ||
6 | cc->tcg_ops->do_interrupt(cs); | ||
7 | ~~~~~~~~~~~^ | ||
8 | |||
9 | Commit 083afd18a9 ("target/arm: Restrict cpu_exec_interrupt() | ||
10 | handler to sysemu") limited this block to system emulation, | ||
11 | but neglected to also limit it to TCG. | ||
12 | |||
13 | Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> | ||
14 | Reviewed-by: Fabiano Rosas <farosas@suse.de> | ||
15 | Message-id: 20221209110823.59495-1-philmd@linaro.org | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 16 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
9 | Message-id: 20201215154107.3255-5-peter.maydell@linaro.org | ||
10 | --- | 17 | --- |
11 | target/arm/cpu.c | 2 -- | 18 | target/arm/cpu.c | 5 +++-- |
12 | 1 file changed, 2 deletions(-) | 19 | 1 file changed, 3 insertions(+), 2 deletions(-) |
13 | 20 | ||
14 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | 21 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c |
15 | index XXXXXXX..XXXXXXX 100644 | 22 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/cpu.c | 23 | --- a/target/arm/cpu.c |
17 | +++ b/target/arm/cpu.c | 24 | +++ b/target/arm/cpu.c |
18 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_finalizefn(Object *obj) | 25 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_reset(DeviceState *dev) |
19 | } | 26 | arm_rebuild_hflags(env); |
20 | #ifndef CONFIG_USER_ONLY | 27 | } |
21 | if (cpu->pmu_timer) { | 28 | |
22 | - timer_del(cpu->pmu_timer); | 29 | -#ifndef CONFIG_USER_ONLY |
23 | - timer_deinit(cpu->pmu_timer); | 30 | +#if defined(CONFIG_TCG) && !defined(CONFIG_USER_ONLY) |
24 | timer_free(cpu->pmu_timer); | 31 | |
25 | } | 32 | static inline bool arm_excp_unmasked(CPUState *cs, unsigned int excp_idx, |
26 | #endif | 33 | unsigned int target_el, |
34 | @@ -XXX,XX +XXX,XX @@ static bool arm_cpu_exec_interrupt(CPUState *cs, int interrupt_request) | ||
35 | cc->tcg_ops->do_interrupt(cs); | ||
36 | return true; | ||
37 | } | ||
38 | -#endif /* !CONFIG_USER_ONLY */ | ||
39 | + | ||
40 | +#endif /* CONFIG_TCG && !CONFIG_USER_ONLY */ | ||
41 | |||
42 | void arm_cpu_update_virq(ARMCPU *cpu) | ||
43 | { | ||
27 | -- | 44 | -- |
28 | 2.20.1 | 45 | 2.25.1 |
29 | 46 | ||
30 | 47 | diff view generated by jsdifflib |