1 | Nothing too exciting, but does include the last bits of v8.1M support work. | 1 | Mostly straightforward bugfixes. The new Xilinx devices are |
---|---|---|---|
2 | arguably 'new feature', but they're fixing a regression where | ||
3 | our changes to PSCI in commit 3f37979bf mean that EL3 guest | ||
4 | code now needs to talk to a proper emulated power-controller | ||
5 | device to turn on secondary CPUs; and it's not yet rc1 and | ||
6 | they only affect the Xilinx board, so it seems OK to me. | ||
2 | 7 | ||
8 | thanks | ||
3 | -- PMM | 9 | -- PMM |
4 | 10 | ||
5 | The following changes since commit e79de63ab1bd1f6550e7b915e433bec1ad1a870a: | 11 | The following changes since commit 1d60bb4b14601e38ed17384277aa4c30c57925d3: |
6 | 12 | ||
7 | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210107' into staging (2021-01-07 20:34:05 +0000) | 13 | Merge tag 'pull-request-2022-03-15v2' of https://gitlab.com/thuth/qemu into staging (2022-03-16 10:43:58 +0000) |
8 | 14 | ||
9 | are available in the Git repository at: | 15 | are available in the Git repository at: |
10 | 16 | ||
11 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210108 | 17 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20220318 |
12 | 18 | ||
13 | for you to fetch changes up to c9f8511ea8d2b80723af0fea1f716d752c1b5208: | 19 | for you to fetch changes up to 79d54c9eac04c554e3c081589542f801ace71797: |
14 | 20 | ||
15 | docs/system: arm: Add sabrelite board description (2021-01-08 15:13:39 +0000) | 21 | util/osdep: Remove some early cruft (2022-03-18 11:32:13 +0000) |
16 | 22 | ||
17 | ---------------------------------------------------------------- | 23 | ---------------------------------------------------------------- |
18 | target-arm queue: | 24 | target-arm queue: |
19 | * intc/arm_gic: Fix gic_irq_signaling_enabled() for vCPUs | 25 | * Fix sve2 ldnt1 and stnt1 |
20 | * target/arm: Fix MTE0_ACTIVE | 26 | * Fix pauth_check_trap vs SEL2 |
21 | * target/arm: Implement v8.1M and Cortex-M55 model | 27 | * Fix handling of LPAE block descriptors |
22 | * hw/arm/highbank: Drop dead KVM support code | 28 | * hw/dma/xlnx_csu_dma: Set TYPE_XLNX_CSU_DMA class_size |
23 | * util/qemu-timer: Make timer_free() imply timer_del() | 29 | * hw/misc/npcm7xx_clk: Don't leak string in npcm7xx_clk_sel_init() |
24 | * various devices: Use ptimer_free() in finalize function | 30 | * nsis installer: List emulators in alphabetical order |
25 | * docs/system: arm: Add sabrelite board description | 31 | * nsis installer: Suppress "ANSI targets are deprecated" warning |
26 | * sabrelite: Minor fixes to allow booting U-Boot | 32 | * nsis installer: Fix mouse-over descriptions for emulators |
33 | * hw/arm/virt: Fix gic-version=max when CONFIG_ARM_GICV3_TCG is unset | ||
34 | * Improve M-profile vector table access logging | ||
35 | * Xilinx ZynqMP: model CRF and APU control | ||
36 | * Fix compile issues on modern Solaris | ||
27 | 37 | ||
28 | ---------------------------------------------------------------- | 38 | ---------------------------------------------------------------- |
29 | Andrew Jones (1): | 39 | Andrew Deason (3): |
30 | hw/arm/virt: Remove virt machine state 'smp_cpus' | 40 | util/osdep: Avoid madvise proto on modern Solaris |
41 | hw/i386/acpi-build: Avoid 'sun' identifier | ||
42 | util/osdep: Remove some early cruft | ||
31 | 43 | ||
32 | Bin Meng (4): | 44 | Edgar E. Iglesias (6): |
33 | hw/misc: imx6_ccm: Update PMU_MISC0 reset value | 45 | hw/arm/xlnx-zynqmp: Add an unimplemented SERDES area |
34 | hw/msic: imx6_ccm: Correct register value for silicon type | 46 | target/arm: Make rvbar settable after realize |
35 | hw/arm: sabrelite: Connect the Ethernet PHY at address 6 | 47 | hw/misc: Add a model of the Xilinx ZynqMP CRF |
36 | docs/system: arm: Add sabrelite board description | 48 | hw/arm/xlnx-zynqmp: Connect the ZynqMP CRF |
49 | hw/misc: Add a model of the Xilinx ZynqMP APU Control | ||
50 | hw/arm/xlnx-zynqmp: Connect the ZynqMP APU Control | ||
37 | 51 | ||
38 | Edgar E. Iglesias (1): | 52 | Eric Auger (2): |
39 | intc/arm_gic: Fix gic_irq_signaling_enabled() for vCPUs | 53 | hw/intc: Rename CONFIG_ARM_GIC_TCG into CONFIG_ARM_GICV3_TCG |
54 | hw/arm/virt: Fix gic-version=max when CONFIG_ARM_GICV3_TCG is unset | ||
40 | 55 | ||
41 | Gan Qixin (7): | 56 | Peter Maydell (8): |
42 | digic-timer: Use ptimer_free() in the finalize function to avoid memleaks | 57 | target/arm: Fix handling of LPAE block descriptors |
43 | allwinner-a10-pit: Use ptimer_free() in the finalize function to avoid memleaks | 58 | hw/dma/xlnx_csu_dma: Set TYPE_XLNX_CSU_DMA class_size |
44 | exynos4210_rtc: Use ptimer_free() in the finalize function to avoid memleaks | 59 | hw/misc/npcm7xx_clk: Don't leak string in npcm7xx_clk_sel_init() |
45 | exynos4210_pwm: Use ptimer_free() in the finalize function to avoid memleaks | 60 | nsis installer: List emulators in alphabetical order |
46 | mss-timer: Use ptimer_free() in the finalize function to avoid memleaks | 61 | nsis installer: Suppress "ANSI targets are deprecated" warning |
47 | musicpal: Use ptimer_free() in the finalize function to avoid memleaks | 62 | nsis installer: Fix mouse-over descriptions for emulators |
48 | exynos4210_mct: Use ptimer_free() in the finalize function to avoid memleaks | 63 | target/arm: Log M-profile vector table accesses |
64 | target/arm: Log fault address for M-profile faults | ||
49 | 65 | ||
50 | Peter Maydell (9): | 66 | Richard Henderson (2): |
51 | hw/intc/armv7m_nvic: Correct handling of CCR.BFHFNMIGN | 67 | target/arm: Fix sve2 ldnt1 and stnt1 |
52 | target/arm: Correct store of FPSCR value via FPCXT_S | 68 | target/arm: Fix pauth_check_trap vs SEL2 |
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 | 69 | ||
61 | Richard Henderson (1): | 70 | meson.build | 23 ++- |
62 | target/arm: Fix MTE0_ACTIVE | 71 | include/hw/arm/xlnx-zynqmp.h | 4 + |
63 | 72 | include/hw/misc/xlnx-zynqmp-apu-ctrl.h | 93 ++++++++++++ | |
64 | docs/system/arm/sabrelite.rst | 119 ++++++++++++++++++++++++++ | 73 | include/hw/misc/xlnx-zynqmp-crf.h | 211 ++++++++++++++++++++++++++ |
65 | docs/system/target-arm.rst | 1 + | 74 | include/qemu/osdep.h | 8 + |
66 | scripts/coccinelle/timer-del-timer-free.cocci | 18 ++++ | 75 | target/arm/cpu.h | 3 +- |
67 | include/hw/arm/virt.h | 3 +- | 76 | target/arm/sve.decode | 5 +- |
68 | include/qemu/timer.h | 24 +++--- | 77 | hw/arm/virt.c | 7 +- |
69 | block/iscsi.c | 2 - | 78 | hw/arm/xlnx-zynqmp.c | 46 +++++- |
70 | block/nbd.c | 1 - | 79 | hw/dma/xlnx_csu_dma.c | 1 + |
71 | block/qcow2.c | 1 - | 80 | hw/i386/acpi-build.c | 4 +- |
72 | hw/arm/highbank.c | 14 +-- | 81 | hw/misc/npcm7xx_clk.c | 4 +- |
73 | hw/arm/musicpal.c | 12 +++ | 82 | hw/misc/xlnx-zynqmp-apu-ctrl.c | 253 +++++++++++++++++++++++++++++++ |
74 | hw/arm/sabrelite.c | 4 + | 83 | hw/misc/xlnx-zynqmp-crf.c | 266 +++++++++++++++++++++++++++++++++ |
75 | hw/arm/virt-acpi-build.c | 9 +- | 84 | target/arm/cpu.c | 17 ++- |
76 | hw/arm/virt.c | 21 +++-- | 85 | target/arm/helper.c | 20 ++- |
77 | hw/block/nvme.c | 2 - | 86 | target/arm/m_helper.c | 11 ++ |
78 | hw/char/serial.c | 2 - | 87 | target/arm/pauth_helper.c | 2 +- |
79 | hw/char/virtio-serial-bus.c | 2 - | 88 | target/arm/translate-sve.c | 51 ++++++- |
80 | hw/ide/core.c | 1 - | 89 | tests/tcg/aarch64/test-826.c | 50 +++++++ |
81 | hw/input/hid.c | 1 - | 90 | util/osdep.c | 10 -- |
82 | hw/intc/apic.c | 1 - | 91 | hw/intc/Kconfig | 2 +- |
83 | hw/intc/arm_gic.c | 4 +- | 92 | hw/intc/meson.build | 4 +- |
84 | hw/intc/armv7m_nvic.c | 15 ++++ | 93 | hw/misc/meson.build | 2 + |
85 | hw/intc/ioapic.c | 1 - | 94 | qemu.nsi | 8 +- |
86 | hw/ipmi/ipmi_bmc_extern.c | 1 - | 95 | scripts/nsis.py | 17 ++- |
87 | hw/misc/imx6_ccm.c | 4 +- | 96 | tests/tcg/aarch64/Makefile.target | 4 + |
88 | hw/net/e1000.c | 3 - | 97 | tests/tcg/configure.sh | 4 + |
89 | hw/net/e1000e_core.c | 8 -- | 98 | 28 files changed, 1084 insertions(+), 46 deletions(-) |
90 | hw/net/pcnet-pci.c | 1 - | 99 | create mode 100644 include/hw/misc/xlnx-zynqmp-apu-ctrl.h |
91 | hw/net/rtl8139.c | 1 - | 100 | create mode 100644 include/hw/misc/xlnx-zynqmp-crf.h |
92 | hw/net/spapr_llan.c | 1 - | 101 | create mode 100644 hw/misc/xlnx-zynqmp-apu-ctrl.c |
93 | hw/net/virtio-net.c | 2 - | 102 | create mode 100644 hw/misc/xlnx-zynqmp-crf.c |
94 | hw/rtc/exynos4210_rtc.c | 9 ++ | 103 | create mode 100644 tests/tcg/aarch64/test-826.c |
95 | hw/s390x/s390-pci-inst.c | 1 - | ||
96 | hw/sd/sd.c | 1 - | ||
97 | hw/sd/sdhci.c | 2 - | ||
98 | hw/timer/allwinner-a10-pit.c | 11 +++ | ||
99 | hw/timer/digic-timer.c | 8 ++ | ||
100 | hw/timer/exynos4210_mct.c | 14 +++ | ||
101 | hw/timer/exynos4210_pwm.c | 11 +++ | ||
102 | hw/timer/mss-timer.c | 13 +++ | ||
103 | hw/usb/dev-hub.c | 1 - | ||
104 | hw/usb/hcd-ehci.c | 1 - | ||
105 | hw/usb/hcd-ohci-pci.c | 1 - | ||
106 | hw/usb/hcd-uhci.c | 1 - | ||
107 | hw/usb/hcd-xhci.c | 1 - | ||
108 | hw/usb/redirect.c | 1 - | ||
109 | hw/vfio/display.c | 1 - | ||
110 | hw/virtio/vhost-vsock-common.c | 1 - | ||
111 | hw/virtio/virtio-balloon.c | 1 - | ||
112 | hw/virtio/virtio-rng.c | 1 - | ||
113 | hw/watchdog/wdt_diag288.c | 1 - | ||
114 | hw/watchdog/wdt_i6300esb.c | 1 - | ||
115 | migration/colo.c | 1 - | ||
116 | monitor/hmp-cmds.c | 1 - | ||
117 | net/announce.c | 1 - | ||
118 | net/colo-compare.c | 1 - | ||
119 | net/slirp.c | 1 - | ||
120 | replay/replay-debugging.c | 1 - | ||
121 | target/arm/cpu.c | 2 - | ||
122 | target/arm/cpu_tcg.c | 42 +++++++++ | ||
123 | target/arm/helper.c | 2 +- | ||
124 | target/s390x/cpu.c | 2 - | ||
125 | ui/console.c | 1 - | ||
126 | ui/spice-core.c | 1 - | ||
127 | util/throttle.c | 1 - | ||
128 | target/arm/translate-vfp.c.inc | 114 ++++++++++++++++++++++-- | ||
129 | 65 files changed, 421 insertions(+), 111 deletions(-) | ||
130 | create mode 100644 docs/system/arm/sabrelite.rst | ||
131 | create mode 100644 scripts/coccinelle/timer-del-timer-free.cocci | ||
132 | diff view generated by jsdifflib |
1 | From: Gan Qixin <ganqixin@huawei.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | When running device-introspect-test, a memory leak occurred in the | 3 | For both ldnt1 and stnt1, the meaning of the Rn and Rm are different |
4 | mv88w8618_pit_init function, so use ptimer_free() in the finalize function to | 4 | from ld1 and st1: the vector and integer registers are reversed, and |
5 | avoid it. | 5 | the integer register 31 refers to XZR instead of SP. |
6 | 6 | ||
7 | ASAN shows memory leak stack: | 7 | Secondly, the 64-bit version of ldnt1 was being interpreted as |
8 | 8 | 32-bit unpacked unscaled offset instead of 64-bit unscaled offset, | |
9 | Indirect leak of 192 byte(s) in 4 object(s) allocated from: | 9 | which discarded the upper 32 bits of the address coming from |
10 | #0 0xffffab97e1f0 in __interceptor_calloc (/lib64/libasan.so.5+0xee1f0) | 10 | the vector argument. |
11 | #1 0xffffab256800 in g_malloc0 (/lib64/libglib-2.0.so.0+0x56800) | 11 | |
12 | #2 0xaaabf555db84 in timer_new_full /qemu/include/qemu/timer.h:523 | 12 | Thirdly, validate that the memory element size is in range for the |
13 | #3 0xaaabf555db84 in timer_new /qemu/include/qemu/timer.h:544 | 13 | vector element size for ldnt1. For ld1, we do this via independent |
14 | #4 0xaaabf555db84 in timer_new_ns /qemu/include/qemu/timer.h:562 | 14 | decode patterns, but for ldnt1 we need to do it manually. |
15 | #5 0xaaabf555db84 in ptimer_init /qemu/hw/core/ptimer.c:433 | 15 | |
16 | #6 0xaaabf5bb2290 in mv88w8618_timer_init /qemu/hw/arm/musicpal.c:862 | 16 | Resolves: https://gitlab.com/qemu-project/qemu/-/issues/826 |
17 | #7 0xaaabf5bb2290 in mv88w8618_pit_init /qemu/hw/arm/musicpal.c:954 | 17 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
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> | 18 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
19 | Message-id: 20220308031655.240710-1-richard.henderson@linaro.org | ||
27 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 20 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
28 | --- | 21 | --- |
29 | hw/arm/musicpal.c | 12 ++++++++++++ | 22 | target/arm/sve.decode | 5 ++- |
30 | 1 file changed, 12 insertions(+) | 23 | target/arm/translate-sve.c | 51 +++++++++++++++++++++++++++++-- |
31 | 24 | tests/tcg/aarch64/test-826.c | 50 ++++++++++++++++++++++++++++++ | |
32 | diff --git a/hw/arm/musicpal.c b/hw/arm/musicpal.c | 25 | tests/tcg/aarch64/Makefile.target | 4 +++ |
26 | tests/tcg/configure.sh | 4 +++ | ||
27 | 5 files changed, 109 insertions(+), 5 deletions(-) | ||
28 | create mode 100644 tests/tcg/aarch64/test-826.c | ||
29 | |||
30 | diff --git a/target/arm/sve.decode b/target/arm/sve.decode | ||
33 | index XXXXXXX..XXXXXXX 100644 | 31 | index XXXXXXX..XXXXXXX 100644 |
34 | --- a/hw/arm/musicpal.c | 32 | --- a/target/arm/sve.decode |
35 | +++ b/hw/arm/musicpal.c | 33 | +++ b/target/arm/sve.decode |
36 | @@ -XXX,XX +XXX,XX @@ static void mv88w8618_pit_init(Object *obj) | 34 | @@ -XXX,XX +XXX,XX @@ USDOT_zzzz 01000100 .. 0 ..... 011 110 ..... ..... @rda_rn_rm |
37 | sysbus_init_mmio(dev, &s->iomem); | 35 | |
36 | ### SVE2 Memory Gather Load Group | ||
37 | |||
38 | -# SVE2 64-bit gather non-temporal load | ||
39 | -# (scalar plus unpacked 32-bit unscaled offsets) | ||
40 | +# SVE2 64-bit gather non-temporal load (scalar plus 64-bit unscaled offsets) | ||
41 | LDNT1_zprz 1100010 msz:2 00 rm:5 1 u:1 0 pg:3 rn:5 rd:5 \ | ||
42 | - &rprr_gather_load xs=0 esz=3 scale=0 ff=0 | ||
43 | + &rprr_gather_load xs=2 esz=3 scale=0 ff=0 | ||
44 | |||
45 | # SVE2 32-bit gather non-temporal load (scalar plus 32-bit unscaled offsets) | ||
46 | LDNT1_zprz 1000010 msz:2 00 rm:5 10 u:1 pg:3 rn:5 rd:5 \ | ||
47 | diff --git a/target/arm/translate-sve.c b/target/arm/translate-sve.c | ||
48 | index XXXXXXX..XXXXXXX 100644 | ||
49 | --- a/target/arm/translate-sve.c | ||
50 | +++ b/target/arm/translate-sve.c | ||
51 | @@ -XXX,XX +XXX,XX @@ static bool trans_LD1_zpiz(DisasContext *s, arg_LD1_zpiz *a) | ||
52 | |||
53 | static bool trans_LDNT1_zprz(DisasContext *s, arg_LD1_zprz *a) | ||
54 | { | ||
55 | + gen_helper_gvec_mem_scatter *fn = NULL; | ||
56 | + bool be = s->be_data == MO_BE; | ||
57 | + bool mte = s->mte_active[0]; | ||
58 | + | ||
59 | + if (a->esz < a->msz + !a->u) { | ||
60 | + return false; | ||
61 | + } | ||
62 | if (!dc_isar_feature(aa64_sve2, s)) { | ||
63 | return false; | ||
64 | } | ||
65 | - return trans_LD1_zprz(s, a); | ||
66 | + if (!sve_access_check(s)) { | ||
67 | + return true; | ||
68 | + } | ||
69 | + | ||
70 | + switch (a->esz) { | ||
71 | + case MO_32: | ||
72 | + fn = gather_load_fn32[mte][be][0][0][a->u][a->msz]; | ||
73 | + break; | ||
74 | + case MO_64: | ||
75 | + fn = gather_load_fn64[mte][be][0][2][a->u][a->msz]; | ||
76 | + break; | ||
77 | + } | ||
78 | + assert(fn != NULL); | ||
79 | + | ||
80 | + do_mem_zpz(s, a->rd, a->pg, a->rn, 0, | ||
81 | + cpu_reg(s, a->rm), a->msz, false, fn); | ||
82 | + return true; | ||
38 | } | 83 | } |
39 | 84 | ||
40 | +static void mv88w8618_pit_finalize(Object *obj) | 85 | /* Indexed by [mte][be][xs][msz]. */ |
86 | @@ -XXX,XX +XXX,XX @@ static bool trans_ST1_zpiz(DisasContext *s, arg_ST1_zpiz *a) | ||
87 | |||
88 | static bool trans_STNT1_zprz(DisasContext *s, arg_ST1_zprz *a) | ||
89 | { | ||
90 | + gen_helper_gvec_mem_scatter *fn; | ||
91 | + bool be = s->be_data == MO_BE; | ||
92 | + bool mte = s->mte_active[0]; | ||
93 | + | ||
94 | + if (a->esz < a->msz) { | ||
95 | + return false; | ||
96 | + } | ||
97 | if (!dc_isar_feature(aa64_sve2, s)) { | ||
98 | return false; | ||
99 | } | ||
100 | - return trans_ST1_zprz(s, a); | ||
101 | + if (!sve_access_check(s)) { | ||
102 | + return true; | ||
103 | + } | ||
104 | + | ||
105 | + switch (a->esz) { | ||
106 | + case MO_32: | ||
107 | + fn = scatter_store_fn32[mte][be][0][a->msz]; | ||
108 | + break; | ||
109 | + case MO_64: | ||
110 | + fn = scatter_store_fn64[mte][be][2][a->msz]; | ||
111 | + break; | ||
112 | + default: | ||
113 | + g_assert_not_reached(); | ||
114 | + } | ||
115 | + | ||
116 | + do_mem_zpz(s, a->rd, a->pg, a->rn, 0, | ||
117 | + cpu_reg(s, a->rm), a->msz, true, fn); | ||
118 | + return true; | ||
119 | } | ||
120 | |||
121 | /* | ||
122 | diff --git a/tests/tcg/aarch64/test-826.c b/tests/tcg/aarch64/test-826.c | ||
123 | new file mode 100644 | ||
124 | index XXXXXXX..XXXXXXX | ||
125 | --- /dev/null | ||
126 | +++ b/tests/tcg/aarch64/test-826.c | ||
127 | @@ -XXX,XX +XXX,XX @@ | ||
128 | +#include <sys/mman.h> | ||
129 | +#include <unistd.h> | ||
130 | +#include <signal.h> | ||
131 | +#include <stdlib.h> | ||
132 | +#include <stdio.h> | ||
133 | +#include <assert.h> | ||
134 | + | ||
135 | +static void *expected; | ||
136 | + | ||
137 | +void sigsegv(int sig, siginfo_t *info, void *vuc) | ||
41 | +{ | 138 | +{ |
42 | + SysBusDevice *dev = SYS_BUS_DEVICE(obj); | 139 | + ucontext_t *uc = vuc; |
43 | + mv88w8618_pit_state *s = MV88W8618_PIT(dev); | 140 | + |
44 | + int i; | 141 | + assert(info->si_addr == expected); |
45 | + | 142 | + uc->uc_mcontext.pc += 4; |
46 | + for (i = 0; i < 4; i++) { | ||
47 | + ptimer_free(s->timer[i].ptimer); | ||
48 | + } | ||
49 | +} | 143 | +} |
50 | + | 144 | + |
51 | static const VMStateDescription mv88w8618_timer_vmsd = { | 145 | +int main() |
52 | .name = "timer", | 146 | +{ |
53 | .version_id = 1, | 147 | + struct sigaction sa = { |
54 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo mv88w8618_pit_info = { | 148 | + .sa_sigaction = sigsegv, |
55 | .parent = TYPE_SYS_BUS_DEVICE, | 149 | + .sa_flags = SA_SIGINFO |
56 | .instance_size = sizeof(mv88w8618_pit_state), | 150 | + }; |
57 | .instance_init = mv88w8618_pit_init, | 151 | + |
58 | + .instance_finalize = mv88w8618_pit_finalize, | 152 | + void *page; |
59 | .class_init = mv88w8618_pit_class_init, | 153 | + long ofs; |
60 | }; | 154 | + |
61 | 155 | + if (sigaction(SIGSEGV, &sa, NULL) < 0) { | |
156 | + perror("sigaction"); | ||
157 | + return EXIT_FAILURE; | ||
158 | + } | ||
159 | + | ||
160 | + page = mmap(0, getpagesize(), PROT_NONE, MAP_PRIVATE | MAP_ANON, -1, 0); | ||
161 | + if (page == MAP_FAILED) { | ||
162 | + perror("mmap"); | ||
163 | + return EXIT_FAILURE; | ||
164 | + } | ||
165 | + | ||
166 | + ofs = 0x124; | ||
167 | + expected = page + ofs; | ||
168 | + | ||
169 | + asm("ptrue p0.d, vl1\n\t" | ||
170 | + "dup z0.d, %0\n\t" | ||
171 | + "ldnt1h {z1.d}, p0/z, [z0.d, %1]\n\t" | ||
172 | + "dup z1.d, %1\n\t" | ||
173 | + "ldnt1h {z0.d}, p0/z, [z1.d, %0]" | ||
174 | + : : "r"(page), "r"(ofs) : "v0", "v1"); | ||
175 | + | ||
176 | + return EXIT_SUCCESS; | ||
177 | +} | ||
178 | diff --git a/tests/tcg/aarch64/Makefile.target b/tests/tcg/aarch64/Makefile.target | ||
179 | index XXXXXXX..XXXXXXX 100644 | ||
180 | --- a/tests/tcg/aarch64/Makefile.target | ||
181 | +++ b/tests/tcg/aarch64/Makefile.target | ||
182 | @@ -XXX,XX +XXX,XX @@ run-gdbstub-sve-ioctls: sve-ioctls | ||
183 | |||
184 | EXTRA_RUNS += run-gdbstub-sysregs run-gdbstub-sve-ioctls | ||
185 | endif | ||
186 | +endif | ||
187 | |||
188 | +ifneq ($(DOCKER_IMAGE)$(CROSS_CC_HAS_SVE2),) | ||
189 | +AARCH64_TESTS += test-826 | ||
190 | +test-826: CFLAGS+=-march=armv8.1-a+sve2 | ||
191 | endif | ||
192 | |||
193 | TESTS += $(AARCH64_TESTS) | ||
194 | diff --git a/tests/tcg/configure.sh b/tests/tcg/configure.sh | ||
195 | index XXXXXXX..XXXXXXX 100755 | ||
196 | --- a/tests/tcg/configure.sh | ||
197 | +++ b/tests/tcg/configure.sh | ||
198 | @@ -XXX,XX +XXX,XX @@ for target in $target_list; do | ||
199 | -march=armv8.1-a+sve -o $TMPE $TMPC; then | ||
200 | echo "CROSS_CC_HAS_SVE=y" >> $config_target_mak | ||
201 | fi | ||
202 | + if do_compiler "$target_compiler" $target_compiler_cflags \ | ||
203 | + -march=armv8.1-a+sve2 -o $TMPE $TMPC; then | ||
204 | + echo "CROSS_CC_HAS_SVE2=y" >> $config_target_mak | ||
205 | + fi | ||
206 | if do_compiler "$target_compiler" $target_compiler_cflags \ | ||
207 | -march=armv8.3-a -o $TMPE $TMPC; then | ||
208 | echo "CROSS_CC_HAS_ARMV8_3=y" >> $config_target_mak | ||
62 | -- | 209 | -- |
63 | 2.20.1 | 210 | 2.25.1 |
64 | |||
65 | diff view generated by jsdifflib |
1 | From: Bin Meng <bin.meng@windriver.com> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Currently when U-Boot boots, it prints "??" for i.MX processor: | 3 | When arm_is_el2_enabled was introduced, we missed |
4 | updating pauth_check_trap. | ||
4 | 5 | ||
5 | CPU: Freescale i.MX?? rev1.0 at 792 MHz | 6 | Resolves: https://gitlab.com/qemu-project/qemu/-/issues/788 |
6 | 7 | Fixes: e6ef0169264b ("target/arm: use arm_is_el2_enabled() where applicable") | |
7 | The register that was used to determine the silicon type is | 8 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
8 | undocumented in the latest IMX6DQRM (Rev. 6, 05/2020), but we | 9 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
9 | can refer to get_cpu_rev() in arch/arm/mach-imx/mx6/soc.c in | 10 | Message-id: 20220315021205.342768-1-richard.henderson@linaro.org |
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> | 11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
18 | --- | 12 | --- |
19 | hw/misc/imx6_ccm.c | 2 +- | 13 | target/arm/pauth_helper.c | 2 +- |
20 | 1 file changed, 1 insertion(+), 1 deletion(-) | 14 | 1 file changed, 1 insertion(+), 1 deletion(-) |
21 | 15 | ||
22 | diff --git a/hw/misc/imx6_ccm.c b/hw/misc/imx6_ccm.c | 16 | diff --git a/target/arm/pauth_helper.c b/target/arm/pauth_helper.c |
23 | index XXXXXXX..XXXXXXX 100644 | 17 | index XXXXXXX..XXXXXXX 100644 |
24 | --- a/hw/misc/imx6_ccm.c | 18 | --- a/target/arm/pauth_helper.c |
25 | +++ b/hw/misc/imx6_ccm.c | 19 | +++ b/target/arm/pauth_helper.c |
26 | @@ -XXX,XX +XXX,XX @@ static void imx6_ccm_reset(DeviceState *dev) | 20 | @@ -XXX,XX +XXX,XX @@ static void QEMU_NORETURN pauth_trap(CPUARMState *env, int target_el, |
27 | s->analog[USB_ANALOG_USB2_VBUS_DETECT] = 0x00000004; | 21 | |
28 | s->analog[USB_ANALOG_USB2_CHRG_DETECT] = 0x00000000; | 22 | static void pauth_check_trap(CPUARMState *env, int el, uintptr_t ra) |
29 | s->analog[USB_ANALOG_USB2_MISC] = 0x00000002; | 23 | { |
30 | - s->analog[USB_ANALOG_DIGPROG] = 0x00000000; | 24 | - if (el < 2 && arm_feature(env, ARM_FEATURE_EL2)) { |
31 | + s->analog[USB_ANALOG_DIGPROG] = 0x00630000; | 25 | + if (el < 2 && arm_is_el2_enabled(env)) { |
32 | 26 | uint64_t hcr = arm_hcr_el2_eff(env); | |
33 | /* all PLLs need to be locked */ | 27 | bool trap = !(hcr & HCR_API); |
34 | s->analog[CCM_ANALOG_PLL_ARM] |= CCM_ANALOG_PLL_LOCK; | 28 | if (el == 0) { |
35 | -- | 29 | -- |
36 | 2.20.1 | 30 | 2.25.1 |
37 | 31 | ||
38 | 32 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | LPAE descriptors come in three forms: |
---|---|---|---|
2 | 2 | ||
3 | In 50244cc76abc we updated mte_check_fail to match the ARM | 3 | * table descriptors, giving the address of the next level page table |
4 | pseudocode, using the correct EL to select the TCF field. | 4 | * page descriptors, which occur only at level 3 and describe the |
5 | But we failed to update MTE0_ACTIVE the same way, which led | 5 | mapping of one page (which might be 4K, 16K or 64K) |
6 | to g_assert_not_reached(). | 6 | * block descriptors, which occur at higher page table levels, and |
7 | describe the mapping of huge pages | ||
7 | 8 | ||
8 | Cc: qemu-stable@nongnu.org | 9 | QEMU's page-table-walk code treats block and page entries |
9 | Buglink: https://bugs.launchpad.net/bugs/1907137 | 10 | identically, simply ORing in a number of bits from the input virtual |
10 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 11 | address that depends on the level of the page table that we stopped |
11 | Message-id: 20201221204426.88514-1-richard.henderson@linaro.org | 12 | at; we depend on the previous masking of descaddr with descaddrmask |
12 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 13 | to have already cleared out the low bits of the descriptor word. |
14 | |||
15 | This is not quite right: the address field in a block descriptor is | ||
16 | smaller, and so there are bits which are valid address bits in a page | ||
17 | descriptor or a table descriptor but which are not supposed to be | ||
18 | part of the address in a block descriptor, and descaddrmask does not | ||
19 | clear them. We previously mostly got away with this because those | ||
20 | descriptor bits are RES0; however with FEAT_BBM (part of Armv8.4) | ||
21 | block descriptor bit 16 is defined to be the nT bit. No emulated | ||
22 | QEMU CPU has FEAT_BBM yet, but if the host CPU has it then we might | ||
23 | see it when using KVM or hvf. | ||
24 | |||
25 | Explicitly zero out all the descaddr bits we're about to OR vaddr | ||
26 | bits into. | ||
27 | |||
28 | Resolves: https://gitlab.com/qemu-project/qemu/-/issues/790 | ||
13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 29 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
30 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
31 | Message-id: 20220304165628.2345765-1-peter.maydell@linaro.org | ||
14 | --- | 32 | --- |
15 | target/arm/helper.c | 2 +- | 33 | target/arm/helper.c | 10 ++++++++-- |
16 | 1 file changed, 1 insertion(+), 1 deletion(-) | 34 | 1 file changed, 8 insertions(+), 2 deletions(-) |
17 | 35 | ||
18 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 36 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
19 | index XXXXXXX..XXXXXXX 100644 | 37 | index XXXXXXX..XXXXXXX 100644 |
20 | --- a/target/arm/helper.c | 38 | --- a/target/arm/helper.c |
21 | +++ b/target/arm/helper.c | 39 | +++ b/target/arm/helper.c |
22 | @@ -XXX,XX +XXX,XX @@ static uint32_t rebuild_hflags_a64(CPUARMState *env, int el, int fp_el, | 40 | @@ -XXX,XX +XXX,XX @@ static bool get_phys_addr_lpae(CPUARMState *env, uint64_t address, |
23 | if (FIELD_EX32(flags, TBFLAG_A64, UNPRIV) | 41 | indexmask = indexmask_grainsize; |
24 | && tbid | 42 | continue; |
25 | && !(env->pstate & PSTATE_TCO) | ||
26 | - && (sctlr & SCTLR_TCF0) | ||
27 | + && (sctlr & SCTLR_TCF) | ||
28 | && allocation_tag_access_enabled(env, 0, sctlr)) { | ||
29 | flags = FIELD_DP32(flags, TBFLAG_A64, MTE0_ACTIVE, 1); | ||
30 | } | 43 | } |
44 | - /* Block entry at level 1 or 2, or page entry at level 3. | ||
45 | + /* | ||
46 | + * Block entry at level 1 or 2, or page entry at level 3. | ||
47 | * These are basically the same thing, although the number | ||
48 | - * of bits we pull in from the vaddr varies. | ||
49 | + * of bits we pull in from the vaddr varies. Note that although | ||
50 | + * descaddrmask masks enough of the low bits of the descriptor | ||
51 | + * to give a correct page or table address, the address field | ||
52 | + * in a block descriptor is smaller; so we need to explicitly | ||
53 | + * clear the lower bits here before ORing in the low vaddr bits. | ||
54 | */ | ||
55 | page_size = (1ULL << ((stride * (4 - level)) + 3)); | ||
56 | + descaddr &= ~(page_size - 1); | ||
57 | descaddr |= (address & (page_size - 1)); | ||
58 | /* Extract attributes from the descriptor */ | ||
59 | attrs = extract64(descriptor, 2, 10) | ||
31 | -- | 60 | -- |
32 | 2.20.1 | 61 | 2.25.1 |
33 | |||
34 | diff view generated by jsdifflib |
1 | From: Bin Meng <bin.meng@windriver.com> | 1 | In commit 00f05c02f9e7342f we gave the TYPE_XLNX_CSU_DMA object its |
---|---|---|---|
2 | own class struct, but forgot to update the TypeInfo::class_size | ||
3 | accordingly. This meant that not enough memory was allocated for the | ||
4 | class struct, and the initialization of xcdc->read in the class init | ||
5 | function wrote off the end of the memory. Add the missing line. | ||
2 | 6 | ||
3 | At present, when booting U-Boot on QEMU sabrelite, we see: | 7 | Found by running 'check-qtest-aarch64' with a clang |
8 | address-sanitizer build, which complains: | ||
4 | 9 | ||
5 | Net: Board Net Initialization Failed | 10 | ==2542634==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x61000000ab00 at pc 0x559a20aebc29 bp 0x7fff97df74d0 sp 0x7fff97df74c8 |
6 | No ethernet found. | 11 | WRITE of size 8 at 0x61000000ab00 thread T0 |
12 | #0 0x559a20aebc28 in xlnx_csu_dma_class_init /mnt/nvmedisk/linaro/qemu-from-laptop/qemu/build/san/../../hw/dma/xlnx_csu_dma.c:722:16 | ||
13 | #1 0x559a21bf297c in type_initialize /mnt/nvmedisk/linaro/qemu-from-laptop/qemu/build/san/../../qom/object.c:365:9 | ||
14 | #2 0x559a21bf3442 in object_class_foreach_tramp /mnt/nvmedisk/linaro/qemu-from-laptop/qemu/build/san/../../qom/object.c:1070:5 | ||
15 | #3 0x7f09bcb641b7 in g_hash_table_foreach (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x401b7) | ||
16 | #4 0x559a21bf3c27 in object_class_foreach /mnt/nvmedisk/linaro/qemu-from-laptop/qemu/build/san/../../qom/object.c:1092:5 | ||
17 | #5 0x559a21bf3c27 in object_class_get_list /mnt/nvmedisk/linaro/qemu-from-laptop/qemu/build/san/../../qom/object.c:1149:5 | ||
18 | #6 0x559a2081a2fd in select_machine /mnt/nvmedisk/linaro/qemu-from-laptop/qemu/build/san/../../softmmu/vl.c:1661:24 | ||
19 | #7 0x559a2081a2fd in qemu_create_machine /mnt/nvmedisk/linaro/qemu-from-laptop/qemu/build/san/../../softmmu/vl.c:2146:35 | ||
20 | #8 0x559a2081a2fd in qemu_init /mnt/nvmedisk/linaro/qemu-from-laptop/qemu/build/san/../../softmmu/vl.c:3706:5 | ||
21 | #9 0x559a20720ed5 in main /mnt/nvmedisk/linaro/qemu-from-laptop/qemu/build/san/../../softmmu/main.c:49:5 | ||
22 | #10 0x7f09baec00b2 in __libc_start_main /build/glibc-sMfBJT/glibc-2.31/csu/../csu/libc-start.c:308:16 | ||
23 | #11 0x559a2067673d in _start (/mnt/nvmedisk/linaro/qemu-from-laptop/qemu/build/san/qemu-system-aarch64+0xf4b73d) | ||
7 | 24 | ||
8 | U-Boot scans PHY at address 4/5/6/7 (see board_eth_init() in the | 25 | 0x61000000ab00 is located 0 bytes to the right of 192-byte region [0x61000000aa40,0x61000000ab00) |
9 | U-Boot source: board/boundary/nitrogen6x/nitrogen6x.c). On the real | 26 | allocated by thread T0 here: |
10 | board, the Ethernet PHY is at address 6. Adjust this by updating the | 27 | #0 0x559a206eeff2 in calloc (/mnt/nvmedisk/linaro/qemu-from-laptop/qemu/build/san/qemu-system-aarch64+0xfc3ff2) |
11 | "fec-phy-num" property of the fsl_imx6 SoC object. | 28 | #1 0x7f09bcb7bef0 in g_malloc0 (/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x57ef0) |
29 | #2 0x559a21bf3442 in object_class_foreach_tramp /mnt/nvmedisk/linaro/qemu-from-laptop/qemu/build/san/../../qom/object.c:1070:5 | ||
12 | 30 | ||
13 | With this change, U-Boot sees the PHY but complains MAC address: | 31 | Fixes: 00f05c02f9e7342f ("hw/dma/xlnx_csu_dma: Support starting a read transfer through a class method") |
32 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
33 | Reviewed-by: Francisco Iglesias <francisco.iglesias@xilinx.com> | ||
34 | Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> | ||
35 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
36 | Reviewed-by: Alistair Francis <alistair.francis@wdc.com> | ||
37 | Message-id: 20220308150207.2546272-1-peter.maydell@linaro.org | ||
38 | --- | ||
39 | hw/dma/xlnx_csu_dma.c | 1 + | ||
40 | 1 file changed, 1 insertion(+) | ||
14 | 41 | ||
15 | Net: using phy at 6 | 42 | diff --git a/hw/dma/xlnx_csu_dma.c b/hw/dma/xlnx_csu_dma.c |
16 | FEC [PRIME] | ||
17 | Error: FEC address not set. | ||
18 | |||
19 | This is due to U-Boot tries to read the MAC address from the fuse, | ||
20 | which QEMU does not have any valid content filled in. However this | ||
21 | does not prevent the Ethernet from working in QEMU. We just need to | ||
22 | set up the MAC address later in the U-Boot command shell, by: | ||
23 | |||
24 | => setenv ethaddr 00:11:22:33:44:55 | ||
25 | |||
26 | Signed-off-by: Bin Meng <bin.meng@windriver.com> | ||
27 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
28 | Message-id: 20210106063504.10841-4-bmeng.cn@gmail.com | ||
29 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
30 | --- | ||
31 | hw/arm/sabrelite.c | 4 ++++ | ||
32 | 1 file changed, 4 insertions(+) | ||
33 | |||
34 | diff --git a/hw/arm/sabrelite.c b/hw/arm/sabrelite.c | ||
35 | index XXXXXXX..XXXXXXX 100644 | 43 | index XXXXXXX..XXXXXXX 100644 |
36 | --- a/hw/arm/sabrelite.c | 44 | --- a/hw/dma/xlnx_csu_dma.c |
37 | +++ b/hw/arm/sabrelite.c | 45 | +++ b/hw/dma/xlnx_csu_dma.c |
38 | @@ -XXX,XX +XXX,XX @@ static void sabrelite_init(MachineState *machine) | 46 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo xlnx_csu_dma_info = { |
39 | 47 | .parent = TYPE_SYS_BUS_DEVICE, | |
40 | s = FSL_IMX6(object_new(TYPE_FSL_IMX6)); | 48 | .instance_size = sizeof(XlnxCSUDMA), |
41 | object_property_add_child(OBJECT(machine), "soc", OBJECT(s)); | 49 | .class_init = xlnx_csu_dma_class_init, |
42 | + | 50 | + .class_size = sizeof(XlnxCSUDMAClass), |
43 | + /* Ethernet PHY address is 6 */ | 51 | .instance_init = xlnx_csu_dma_init, |
44 | + object_property_set_int(OBJECT(s), "fec-phy-num", 6, &error_fatal); | 52 | .interfaces = (InterfaceInfo[]) { |
45 | + | 53 | { TYPE_STREAM_SINK }, |
46 | qdev_realize(DEVICE(s), NULL, &error_fatal); | ||
47 | |||
48 | memory_region_add_subregion(get_system_memory(), FSL_IMX6_MMDC_ADDR, | ||
49 | -- | 54 | -- |
50 | 2.20.1 | 55 | 2.25.1 |
51 | 56 | ||
52 | 57 | diff view generated by jsdifflib |
1 | Support for running KVM on 32-bit Arm hosts was removed in commit | 1 | In npcm7xx_clk_sel_init() we allocate a string with g_strdup_printf(). |
---|---|---|---|
2 | 82bf7ae84ce739e. You can still run a 32-bit guest on a 64-bit Arm | 2 | Use g_autofree so we free it rather than leaking it. |
3 | host CPU, but because Arm KVM requires the host and guest CPU types | 3 | |
4 | to match, it is not possible to run a guest that requires a Cortex-A9 | 4 | (Detected with the clang leak sanitizer.) |
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 | 5 | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
11 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 8 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
12 | Message-id: 20201215144215.28482-1-peter.maydell@linaro.org | 9 | Message-id: 20220308170302.2582820-1-peter.maydell@linaro.org |
13 | --- | 10 | --- |
14 | hw/arm/highbank.c | 14 ++++---------- | 11 | hw/misc/npcm7xx_clk.c | 4 ++-- |
15 | 1 file changed, 4 insertions(+), 10 deletions(-) | 12 | 1 file changed, 2 insertions(+), 2 deletions(-) |
16 | 13 | ||
17 | diff --git a/hw/arm/highbank.c b/hw/arm/highbank.c | 14 | diff --git a/hw/misc/npcm7xx_clk.c b/hw/misc/npcm7xx_clk.c |
18 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/hw/arm/highbank.c | 16 | --- a/hw/misc/npcm7xx_clk.c |
20 | +++ b/hw/arm/highbank.c | 17 | +++ b/hw/misc/npcm7xx_clk.c |
21 | @@ -XXX,XX +XXX,XX @@ | 18 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_clk_sel_init(Object *obj) |
22 | #include "hw/arm/boot.h" | 19 | NPCM7xxClockSELState *sel = NPCM7XX_CLOCK_SEL(obj); |
23 | #include "hw/loader.h" | 20 | |
24 | #include "net/net.h" | 21 | for (i = 0; i < NPCM7XX_CLK_SEL_MAX_INPUT; ++i) { |
25 | -#include "sysemu/kvm.h" | 22 | - sel->clock_in[i] = qdev_init_clock_in(DEVICE(sel), |
26 | #include "sysemu/runstate.h" | 23 | - g_strdup_printf("clock-in[%d]", i), |
27 | #include "sysemu/sysemu.h" | 24 | + g_autofree char *s = g_strdup_printf("clock-in[%d]", i); |
28 | #include "hw/boards.h" | 25 | + sel->clock_in[i] = qdev_init_clock_in(DEVICE(sel), s, |
29 | @@ -XXX,XX +XXX,XX @@ | 26 | npcm7xx_clk_update_sel_cb, sel, ClockUpdate); |
30 | #include "hw/cpu/a15mpcore.h" | 27 | } |
31 | #include "qemu/log.h" | 28 | sel->clock_out = qdev_init_clock_out(DEVICE(sel), "clock-out"); |
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 | } | ||
56 | -- | 29 | -- |
57 | 2.20.1 | 30 | 2.25.1 |
58 | 31 | ||
59 | 32 | diff view generated by jsdifflib |
1 | This commit is the result of running the timer-del-timer-free.cocci | 1 | We currently list the emulators in the Windows installer's dialog |
---|---|---|---|
2 | script on the whole source tree. | 2 | in an essentially random order (it's whatever glob.glob() returns |
3 | them to, which is filesystem-implementation-dependent). Add a | ||
4 | call to sorted() so they appear in alphabetical order. | ||
3 | 5 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
5 | Acked-by: Corey Minyard <cminyard@mvista.com> | 7 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
6 | Acked-by: Paolo Bonzini <pbonzini@redhat.com> | 8 | Reviewed-by: Stefan Weil <sw@weilnetz.de> |
7 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 9 | Reviewed-by: John Snow <jsnow@redhat.com> |
8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 10 | Message-id: 20220305105743.2384766-2-peter.maydell@linaro.org |
9 | Message-id: 20201215154107.3255-4-peter.maydell@linaro.org | ||
10 | --- | 11 | --- |
11 | block/iscsi.c | 2 -- | 12 | scripts/nsis.py | 4 ++-- |
12 | block/nbd.c | 1 - | 13 | 1 file changed, 2 insertions(+), 2 deletions(-) |
13 | block/qcow2.c | 1 - | ||
14 | hw/block/nvme.c | 2 -- | ||
15 | hw/char/serial.c | 2 -- | ||
16 | hw/char/virtio-serial-bus.c | 2 -- | ||
17 | hw/ide/core.c | 1 - | ||
18 | hw/input/hid.c | 1 - | ||
19 | hw/intc/apic.c | 1 - | ||
20 | hw/intc/ioapic.c | 1 - | ||
21 | hw/ipmi/ipmi_bmc_extern.c | 1 - | ||
22 | hw/net/e1000.c | 3 --- | ||
23 | hw/net/e1000e_core.c | 8 -------- | ||
24 | hw/net/pcnet-pci.c | 1 - | ||
25 | hw/net/rtl8139.c | 1 - | ||
26 | hw/net/spapr_llan.c | 1 - | ||
27 | hw/net/virtio-net.c | 2 -- | ||
28 | hw/s390x/s390-pci-inst.c | 1 - | ||
29 | hw/sd/sd.c | 1 - | ||
30 | hw/sd/sdhci.c | 2 -- | ||
31 | hw/usb/dev-hub.c | 1 - | ||
32 | hw/usb/hcd-ehci.c | 1 - | ||
33 | hw/usb/hcd-ohci-pci.c | 1 - | ||
34 | hw/usb/hcd-uhci.c | 1 - | ||
35 | hw/usb/hcd-xhci.c | 1 - | ||
36 | hw/usb/redirect.c | 1 - | ||
37 | hw/vfio/display.c | 1 - | ||
38 | hw/virtio/vhost-vsock-common.c | 1 - | ||
39 | hw/virtio/virtio-balloon.c | 1 - | ||
40 | hw/virtio/virtio-rng.c | 1 - | ||
41 | hw/watchdog/wdt_diag288.c | 1 - | ||
42 | hw/watchdog/wdt_i6300esb.c | 1 - | ||
43 | migration/colo.c | 1 - | ||
44 | monitor/hmp-cmds.c | 1 - | ||
45 | net/announce.c | 1 - | ||
46 | net/colo-compare.c | 1 - | ||
47 | net/slirp.c | 1 - | ||
48 | replay/replay-debugging.c | 1 - | ||
49 | target/s390x/cpu.c | 2 -- | ||
50 | ui/console.c | 1 - | ||
51 | ui/spice-core.c | 1 - | ||
52 | util/throttle.c | 1 - | ||
53 | 42 files changed, 58 deletions(-) | ||
54 | 14 | ||
55 | diff --git a/block/iscsi.c b/block/iscsi.c | 15 | diff --git a/scripts/nsis.py b/scripts/nsis.py |
56 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
57 | --- a/block/iscsi.c | 17 | --- a/scripts/nsis.py |
58 | +++ b/block/iscsi.c | 18 | +++ b/scripts/nsis.py |
59 | @@ -XXX,XX +XXX,XX @@ static void iscsi_detach_aio_context(BlockDriverState *bs) | 19 | @@ -XXX,XX +XXX,XX @@ def main(): |
60 | iscsilun->events = 0; | 20 | with open( |
61 | 21 | os.path.join(destdir + args.prefix, "system-emulations.nsh"), "w" | |
62 | if (iscsilun->nop_timer) { | 22 | ) as nsh: |
63 | - timer_del(iscsilun->nop_timer); | 23 | - for exe in glob.glob( |
64 | timer_free(iscsilun->nop_timer); | 24 | + for exe in sorted(glob.glob( |
65 | iscsilun->nop_timer = NULL; | 25 | os.path.join(destdir + args.prefix, "qemu-system-*.exe") |
66 | } | 26 | - ): |
67 | if (iscsilun->event_timer) { | 27 | + )): |
68 | - timer_del(iscsilun->event_timer); | 28 | exe = os.path.basename(exe) |
69 | timer_free(iscsilun->event_timer); | 29 | arch = exe[12:-4] |
70 | iscsilun->event_timer = NULL; | 30 | nsh.write( |
71 | } | ||
72 | diff --git a/block/nbd.c b/block/nbd.c | ||
73 | index XXXXXXX..XXXXXXX 100644 | ||
74 | --- a/block/nbd.c | ||
75 | +++ b/block/nbd.c | ||
76 | @@ -XXX,XX +XXX,XX @@ static void nbd_recv_coroutines_wake_all(BDRVNBDState *s) | ||
77 | static void reconnect_delay_timer_del(BDRVNBDState *s) | ||
78 | { | ||
79 | if (s->reconnect_delay_timer) { | ||
80 | - timer_del(s->reconnect_delay_timer); | ||
81 | timer_free(s->reconnect_delay_timer); | ||
82 | s->reconnect_delay_timer = NULL; | ||
83 | } | ||
84 | diff --git a/block/qcow2.c b/block/qcow2.c | ||
85 | index XXXXXXX..XXXXXXX 100644 | ||
86 | --- a/block/qcow2.c | ||
87 | +++ b/block/qcow2.c | ||
88 | @@ -XXX,XX +XXX,XX @@ static void cache_clean_timer_del(BlockDriverState *bs) | ||
89 | { | ||
90 | BDRVQcow2State *s = bs->opaque; | ||
91 | if (s->cache_clean_timer) { | ||
92 | - timer_del(s->cache_clean_timer); | ||
93 | timer_free(s->cache_clean_timer); | ||
94 | s->cache_clean_timer = NULL; | ||
95 | } | ||
96 | diff --git a/hw/block/nvme.c b/hw/block/nvme.c | ||
97 | index XXXXXXX..XXXXXXX 100644 | ||
98 | --- a/hw/block/nvme.c | ||
99 | +++ b/hw/block/nvme.c | ||
100 | @@ -XXX,XX +XXX,XX @@ static uint16_t nvme_io_cmd(NvmeCtrl *n, NvmeRequest *req) | ||
101 | static void nvme_free_sq(NvmeSQueue *sq, NvmeCtrl *n) | ||
102 | { | ||
103 | n->sq[sq->sqid] = NULL; | ||
104 | - timer_del(sq->timer); | ||
105 | timer_free(sq->timer); | ||
106 | g_free(sq->io_req); | ||
107 | if (sq->sqid) { | ||
108 | @@ -XXX,XX +XXX,XX @@ static uint16_t nvme_get_log(NvmeCtrl *n, NvmeRequest *req) | ||
109 | static void nvme_free_cq(NvmeCQueue *cq, NvmeCtrl *n) | ||
110 | { | ||
111 | n->cq[cq->cqid] = NULL; | ||
112 | - timer_del(cq->timer); | ||
113 | timer_free(cq->timer); | ||
114 | msix_vector_unuse(&n->parent_obj, cq->vector); | ||
115 | if (cq->cqid) { | ||
116 | diff --git a/hw/char/serial.c b/hw/char/serial.c | ||
117 | index XXXXXXX..XXXXXXX 100644 | ||
118 | --- a/hw/char/serial.c | ||
119 | +++ b/hw/char/serial.c | ||
120 | @@ -XXX,XX +XXX,XX @@ static void serial_unrealize(DeviceState *dev) | ||
121 | |||
122 | qemu_chr_fe_deinit(&s->chr, false); | ||
123 | |||
124 | - timer_del(s->modem_status_poll); | ||
125 | timer_free(s->modem_status_poll); | ||
126 | |||
127 | - timer_del(s->fifo_timeout_timer); | ||
128 | timer_free(s->fifo_timeout_timer); | ||
129 | |||
130 | fifo8_destroy(&s->recv_fifo); | ||
131 | diff --git a/hw/char/virtio-serial-bus.c b/hw/char/virtio-serial-bus.c | ||
132 | index XXXXXXX..XXXXXXX 100644 | ||
133 | --- a/hw/char/virtio-serial-bus.c | ||
134 | +++ b/hw/char/virtio-serial-bus.c | ||
135 | @@ -XXX,XX +XXX,XX @@ static void virtio_serial_post_load_timer_cb(void *opaque) | ||
136 | } | ||
137 | } | ||
138 | g_free(s->post_load->connected); | ||
139 | - timer_del(s->post_load->timer); | ||
140 | timer_free(s->post_load->timer); | ||
141 | g_free(s->post_load); | ||
142 | s->post_load = NULL; | ||
143 | @@ -XXX,XX +XXX,XX @@ static void virtio_serial_device_unrealize(DeviceState *dev) | ||
144 | g_free(vser->ports_map); | ||
145 | if (vser->post_load) { | ||
146 | g_free(vser->post_load->connected); | ||
147 | - timer_del(vser->post_load->timer); | ||
148 | timer_free(vser->post_load->timer); | ||
149 | g_free(vser->post_load); | ||
150 | } | ||
151 | diff --git a/hw/ide/core.c b/hw/ide/core.c | ||
152 | index XXXXXXX..XXXXXXX 100644 | ||
153 | --- a/hw/ide/core.c | ||
154 | +++ b/hw/ide/core.c | ||
155 | @@ -XXX,XX +XXX,XX @@ void ide_init2(IDEBus *bus, qemu_irq irq) | ||
156 | |||
157 | void ide_exit(IDEState *s) | ||
158 | { | ||
159 | - timer_del(s->sector_write_timer); | ||
160 | timer_free(s->sector_write_timer); | ||
161 | qemu_vfree(s->smart_selftest_data); | ||
162 | qemu_vfree(s->io_buffer); | ||
163 | diff --git a/hw/input/hid.c b/hw/input/hid.c | ||
164 | index XXXXXXX..XXXXXXX 100644 | ||
165 | --- a/hw/input/hid.c | ||
166 | +++ b/hw/input/hid.c | ||
167 | @@ -XXX,XX +XXX,XX @@ static void hid_idle_timer(void *opaque) | ||
168 | static void hid_del_idle_timer(HIDState *hs) | ||
169 | { | ||
170 | if (hs->idle_timer) { | ||
171 | - timer_del(hs->idle_timer); | ||
172 | timer_free(hs->idle_timer); | ||
173 | hs->idle_timer = NULL; | ||
174 | } | ||
175 | diff --git a/hw/intc/apic.c b/hw/intc/apic.c | ||
176 | index XXXXXXX..XXXXXXX 100644 | ||
177 | --- a/hw/intc/apic.c | ||
178 | +++ b/hw/intc/apic.c | ||
179 | @@ -XXX,XX +XXX,XX @@ static void apic_unrealize(DeviceState *dev) | ||
180 | { | ||
181 | APICCommonState *s = APIC(dev); | ||
182 | |||
183 | - timer_del(s->timer); | ||
184 | timer_free(s->timer); | ||
185 | local_apics[s->id] = NULL; | ||
186 | } | ||
187 | diff --git a/hw/intc/ioapic.c b/hw/intc/ioapic.c | ||
188 | index XXXXXXX..XXXXXXX 100644 | ||
189 | --- a/hw/intc/ioapic.c | ||
190 | +++ b/hw/intc/ioapic.c | ||
191 | @@ -XXX,XX +XXX,XX @@ static void ioapic_unrealize(DeviceState *dev) | ||
192 | { | ||
193 | IOAPICCommonState *s = IOAPIC_COMMON(dev); | ||
194 | |||
195 | - timer_del(s->delayed_ioapic_service_timer); | ||
196 | timer_free(s->delayed_ioapic_service_timer); | ||
197 | } | ||
198 | |||
199 | diff --git a/hw/ipmi/ipmi_bmc_extern.c b/hw/ipmi/ipmi_bmc_extern.c | ||
200 | index XXXXXXX..XXXXXXX 100644 | ||
201 | --- a/hw/ipmi/ipmi_bmc_extern.c | ||
202 | +++ b/hw/ipmi/ipmi_bmc_extern.c | ||
203 | @@ -XXX,XX +XXX,XX @@ static void ipmi_bmc_extern_finalize(Object *obj) | ||
204 | { | ||
205 | IPMIBmcExtern *ibe = IPMI_BMC_EXTERN(obj); | ||
206 | |||
207 | - timer_del(ibe->extern_timer); | ||
208 | timer_free(ibe->extern_timer); | ||
209 | } | ||
210 | |||
211 | diff --git a/hw/net/e1000.c b/hw/net/e1000.c | ||
212 | index XXXXXXX..XXXXXXX 100644 | ||
213 | --- a/hw/net/e1000.c | ||
214 | +++ b/hw/net/e1000.c | ||
215 | @@ -XXX,XX +XXX,XX @@ pci_e1000_uninit(PCIDevice *dev) | ||
216 | { | ||
217 | E1000State *d = E1000(dev); | ||
218 | |||
219 | - timer_del(d->autoneg_timer); | ||
220 | timer_free(d->autoneg_timer); | ||
221 | - timer_del(d->mit_timer); | ||
222 | timer_free(d->mit_timer); | ||
223 | - timer_del(d->flush_queue_timer); | ||
224 | timer_free(d->flush_queue_timer); | ||
225 | qemu_del_nic(d->nic); | ||
226 | } | ||
227 | diff --git a/hw/net/e1000e_core.c b/hw/net/e1000e_core.c | ||
228 | index XXXXXXX..XXXXXXX 100644 | ||
229 | --- a/hw/net/e1000e_core.c | ||
230 | +++ b/hw/net/e1000e_core.c | ||
231 | @@ -XXX,XX +XXX,XX @@ e1000e_intrmgr_pci_unint(E1000ECore *core) | ||
232 | { | ||
233 | int i; | ||
234 | |||
235 | - timer_del(core->radv.timer); | ||
236 | timer_free(core->radv.timer); | ||
237 | - timer_del(core->rdtr.timer); | ||
238 | timer_free(core->rdtr.timer); | ||
239 | - timer_del(core->raid.timer); | ||
240 | timer_free(core->raid.timer); | ||
241 | |||
242 | - timer_del(core->tadv.timer); | ||
243 | timer_free(core->tadv.timer); | ||
244 | - timer_del(core->tidv.timer); | ||
245 | timer_free(core->tidv.timer); | ||
246 | |||
247 | - timer_del(core->itr.timer); | ||
248 | timer_free(core->itr.timer); | ||
249 | |||
250 | for (i = 0; i < E1000E_MSIX_VEC_NUM; i++) { | ||
251 | - timer_del(core->eitr[i].timer); | ||
252 | timer_free(core->eitr[i].timer); | ||
253 | } | ||
254 | } | ||
255 | @@ -XXX,XX +XXX,XX @@ e1000e_core_pci_uninit(E1000ECore *core) | ||
256 | { | ||
257 | int i; | ||
258 | |||
259 | - timer_del(core->autoneg_timer); | ||
260 | timer_free(core->autoneg_timer); | ||
261 | |||
262 | e1000e_intrmgr_pci_unint(core); | ||
263 | diff --git a/hw/net/pcnet-pci.c b/hw/net/pcnet-pci.c | ||
264 | index XXXXXXX..XXXXXXX 100644 | ||
265 | --- a/hw/net/pcnet-pci.c | ||
266 | +++ b/hw/net/pcnet-pci.c | ||
267 | @@ -XXX,XX +XXX,XX @@ static void pci_pcnet_uninit(PCIDevice *dev) | ||
268 | PCIPCNetState *d = PCI_PCNET(dev); | ||
269 | |||
270 | qemu_free_irq(d->state.irq); | ||
271 | - timer_del(d->state.poll_timer); | ||
272 | timer_free(d->state.poll_timer); | ||
273 | qemu_del_nic(d->state.nic); | ||
274 | } | ||
275 | diff --git a/hw/net/rtl8139.c b/hw/net/rtl8139.c | ||
276 | index XXXXXXX..XXXXXXX 100644 | ||
277 | --- a/hw/net/rtl8139.c | ||
278 | +++ b/hw/net/rtl8139.c | ||
279 | @@ -XXX,XX +XXX,XX @@ static void pci_rtl8139_uninit(PCIDevice *dev) | ||
280 | |||
281 | g_free(s->cplus_txbuffer); | ||
282 | s->cplus_txbuffer = NULL; | ||
283 | - timer_del(s->timer); | ||
284 | timer_free(s->timer); | ||
285 | qemu_del_nic(s->nic); | ||
286 | } | ||
287 | diff --git a/hw/net/spapr_llan.c b/hw/net/spapr_llan.c | ||
288 | index XXXXXXX..XXXXXXX 100644 | ||
289 | --- a/hw/net/spapr_llan.c | ||
290 | +++ b/hw/net/spapr_llan.c | ||
291 | @@ -XXX,XX +XXX,XX @@ static void spapr_vlan_instance_finalize(Object *obj) | ||
292 | } | ||
293 | |||
294 | if (dev->rxp_timer) { | ||
295 | - timer_del(dev->rxp_timer); | ||
296 | timer_free(dev->rxp_timer); | ||
297 | } | ||
298 | } | ||
299 | diff --git a/hw/net/virtio-net.c b/hw/net/virtio-net.c | ||
300 | index XXXXXXX..XXXXXXX 100644 | ||
301 | --- a/hw/net/virtio-net.c | ||
302 | +++ b/hw/net/virtio-net.c | ||
303 | @@ -XXX,XX +XXX,XX @@ static void virtio_net_rsc_cleanup(VirtIONet *n) | ||
304 | g_free(seg); | ||
305 | } | ||
306 | |||
307 | - timer_del(chain->drain_timer); | ||
308 | timer_free(chain->drain_timer); | ||
309 | QTAILQ_REMOVE(&n->rsc_chains, chain, next); | ||
310 | g_free(chain); | ||
311 | @@ -XXX,XX +XXX,XX @@ static void virtio_net_del_queue(VirtIONet *n, int index) | ||
312 | |||
313 | virtio_del_queue(vdev, index * 2); | ||
314 | if (q->tx_timer) { | ||
315 | - timer_del(q->tx_timer); | ||
316 | timer_free(q->tx_timer); | ||
317 | q->tx_timer = NULL; | ||
318 | } else { | ||
319 | diff --git a/hw/s390x/s390-pci-inst.c b/hw/s390x/s390-pci-inst.c | ||
320 | index XXXXXXX..XXXXXXX 100644 | ||
321 | --- a/hw/s390x/s390-pci-inst.c | ||
322 | +++ b/hw/s390x/s390-pci-inst.c | ||
323 | @@ -XXX,XX +XXX,XX @@ void pci_dereg_ioat(S390PCIIOMMU *iommu) | ||
324 | void fmb_timer_free(S390PCIBusDevice *pbdev) | ||
325 | { | ||
326 | if (pbdev->fmb_timer) { | ||
327 | - timer_del(pbdev->fmb_timer); | ||
328 | timer_free(pbdev->fmb_timer); | ||
329 | pbdev->fmb_timer = NULL; | ||
330 | } | ||
331 | diff --git a/hw/sd/sd.c b/hw/sd/sd.c | ||
332 | index XXXXXXX..XXXXXXX 100644 | ||
333 | --- a/hw/sd/sd.c | ||
334 | +++ b/hw/sd/sd.c | ||
335 | @@ -XXX,XX +XXX,XX @@ static void sd_instance_finalize(Object *obj) | ||
336 | { | ||
337 | SDState *sd = SD_CARD(obj); | ||
338 | |||
339 | - timer_del(sd->ocr_power_timer); | ||
340 | timer_free(sd->ocr_power_timer); | ||
341 | } | ||
342 | |||
343 | diff --git a/hw/sd/sdhci.c b/hw/sd/sdhci.c | ||
344 | index XXXXXXX..XXXXXXX 100644 | ||
345 | --- a/hw/sd/sdhci.c | ||
346 | +++ b/hw/sd/sdhci.c | ||
347 | @@ -XXX,XX +XXX,XX @@ void sdhci_initfn(SDHCIState *s) | ||
348 | |||
349 | void sdhci_uninitfn(SDHCIState *s) | ||
350 | { | ||
351 | - timer_del(s->insert_timer); | ||
352 | timer_free(s->insert_timer); | ||
353 | - timer_del(s->transfer_timer); | ||
354 | timer_free(s->transfer_timer); | ||
355 | |||
356 | g_free(s->fifo_buffer); | ||
357 | diff --git a/hw/usb/dev-hub.c b/hw/usb/dev-hub.c | ||
358 | index XXXXXXX..XXXXXXX 100644 | ||
359 | --- a/hw/usb/dev-hub.c | ||
360 | +++ b/hw/usb/dev-hub.c | ||
361 | @@ -XXX,XX +XXX,XX @@ static void usb_hub_unrealize(USBDevice *dev) | ||
362 | &s->ports[i].port); | ||
363 | } | ||
364 | |||
365 | - timer_del(s->port_timer); | ||
366 | timer_free(s->port_timer); | ||
367 | } | ||
368 | |||
369 | diff --git a/hw/usb/hcd-ehci.c b/hw/usb/hcd-ehci.c | ||
370 | index XXXXXXX..XXXXXXX 100644 | ||
371 | --- a/hw/usb/hcd-ehci.c | ||
372 | +++ b/hw/usb/hcd-ehci.c | ||
373 | @@ -XXX,XX +XXX,XX @@ void usb_ehci_unrealize(EHCIState *s, DeviceState *dev) | ||
374 | trace_usb_ehci_unrealize(); | ||
375 | |||
376 | if (s->frame_timer) { | ||
377 | - timer_del(s->frame_timer); | ||
378 | timer_free(s->frame_timer); | ||
379 | s->frame_timer = NULL; | ||
380 | } | ||
381 | diff --git a/hw/usb/hcd-ohci-pci.c b/hw/usb/hcd-ohci-pci.c | ||
382 | index XXXXXXX..XXXXXXX 100644 | ||
383 | --- a/hw/usb/hcd-ohci-pci.c | ||
384 | +++ b/hw/usb/hcd-ohci-pci.c | ||
385 | @@ -XXX,XX +XXX,XX @@ static void usb_ohci_exit(PCIDevice *dev) | ||
386 | usb_bus_release(&s->bus); | ||
387 | } | ||
388 | |||
389 | - timer_del(s->eof_timer); | ||
390 | timer_free(s->eof_timer); | ||
391 | } | ||
392 | |||
393 | diff --git a/hw/usb/hcd-uhci.c b/hw/usb/hcd-uhci.c | ||
394 | index XXXXXXX..XXXXXXX 100644 | ||
395 | --- a/hw/usb/hcd-uhci.c | ||
396 | +++ b/hw/usb/hcd-uhci.c | ||
397 | @@ -XXX,XX +XXX,XX @@ static void usb_uhci_exit(PCIDevice *dev) | ||
398 | trace_usb_uhci_exit(); | ||
399 | |||
400 | if (s->frame_timer) { | ||
401 | - timer_del(s->frame_timer); | ||
402 | timer_free(s->frame_timer); | ||
403 | s->frame_timer = NULL; | ||
404 | } | ||
405 | diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c | ||
406 | index XXXXXXX..XXXXXXX 100644 | ||
407 | --- a/hw/usb/hcd-xhci.c | ||
408 | +++ b/hw/usb/hcd-xhci.c | ||
409 | @@ -XXX,XX +XXX,XX @@ static void usb_xhci_unrealize(DeviceState *dev) | ||
410 | } | ||
411 | |||
412 | if (xhci->mfwrap_timer) { | ||
413 | - timer_del(xhci->mfwrap_timer); | ||
414 | timer_free(xhci->mfwrap_timer); | ||
415 | xhci->mfwrap_timer = NULL; | ||
416 | } | ||
417 | diff --git a/hw/usb/redirect.c b/hw/usb/redirect.c | ||
418 | index XXXXXXX..XXXXXXX 100644 | ||
419 | --- a/hw/usb/redirect.c | ||
420 | +++ b/hw/usb/redirect.c | ||
421 | @@ -XXX,XX +XXX,XX @@ static void usbredir_unrealize(USBDevice *udev) | ||
422 | qemu_bh_delete(dev->chardev_close_bh); | ||
423 | qemu_bh_delete(dev->device_reject_bh); | ||
424 | |||
425 | - timer_del(dev->attach_timer); | ||
426 | timer_free(dev->attach_timer); | ||
427 | |||
428 | usbredir_cleanup_device_queues(dev); | ||
429 | diff --git a/hw/vfio/display.c b/hw/vfio/display.c | ||
430 | index XXXXXXX..XXXXXXX 100644 | ||
431 | --- a/hw/vfio/display.c | ||
432 | +++ b/hw/vfio/display.c | ||
433 | @@ -XXX,XX +XXX,XX @@ static void vfio_display_edid_exit(VFIODisplay *dpy) | ||
434 | |||
435 | g_free(dpy->edid_regs); | ||
436 | g_free(dpy->edid_blob); | ||
437 | - timer_del(dpy->edid_link_timer); | ||
438 | timer_free(dpy->edid_link_timer); | ||
439 | } | ||
440 | |||
441 | diff --git a/hw/virtio/vhost-vsock-common.c b/hw/virtio/vhost-vsock-common.c | ||
442 | index XXXXXXX..XXXXXXX 100644 | ||
443 | --- a/hw/virtio/vhost-vsock-common.c | ||
444 | +++ b/hw/virtio/vhost-vsock-common.c | ||
445 | @@ -XXX,XX +XXX,XX @@ static void vhost_vsock_common_post_load_timer_cleanup(VHostVSockCommon *vvc) | ||
446 | return; | ||
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 | } | ||
623 | -- | 31 | -- |
624 | 2.20.1 | 32 | 2.25.1 |
625 | 33 | ||
626 | 34 | diff view generated by jsdifflib |
1 | Implement the v8.1M FPCXT_NS floating-point system register. This is | 1 | When we build our Windows installer, it emits the warning: |
---|---|---|---|
2 | a little more complicated than FPCXT_S, because it has specific | 2 | |
3 | handling for "current FP state is inactive", and it only wants to do | 3 | warning 7998: ANSI targets are deprecated |
4 | PreserveFPState(), not the full set of actions done by | 4 | |
5 | ExecuteFPCheck() which vfp_access_check() implements. | 5 | Fix this by making our installer a Unicode installer instead. These |
6 | won't work on Win95/98/ME, but we already do not support those. | ||
7 | |||
8 | See | ||
9 | https://nsis.sourceforge.io/Docs/Chapter4.html#aunicodetarget | ||
10 | for the documentation of the Unicode directive. | ||
6 | 11 | ||
7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 13 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
9 | Message-id: 20201210201433.26262-4-peter.maydell@linaro.org | 14 | Reviewed-by: Stefan Weil <sw@weilnetz.de> |
15 | Message-id: 20220305105743.2384766-3-peter.maydell@linaro.org | ||
10 | --- | 16 | --- |
11 | target/arm/translate-vfp.c.inc | 102 ++++++++++++++++++++++++++++++++- | 17 | qemu.nsi | 3 +++ |
12 | 1 file changed, 99 insertions(+), 3 deletions(-) | 18 | 1 file changed, 3 insertions(+) |
13 | 19 | ||
14 | diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc | 20 | diff --git a/qemu.nsi b/qemu.nsi |
15 | index XXXXXXX..XXXXXXX 100644 | 21 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/translate-vfp.c.inc | 22 | --- a/qemu.nsi |
17 | +++ b/target/arm/translate-vfp.c.inc | 23 | +++ b/qemu.nsi |
18 | @@ -XXX,XX +XXX,XX @@ static FPSysRegCheckResult fp_sysreg_checks(DisasContext *s, int regno) | 24 | @@ -XXX,XX +XXX,XX @@ |
19 | } | 25 | !define OUTFILE "qemu-setup.exe" |
20 | break; | 26 | !endif |
21 | case ARM_VFP_FPCXT_S: | 27 | |
22 | + case ARM_VFP_FPCXT_NS: | 28 | +; Build a unicode installer |
23 | if (!arm_dc_feature(s, ARM_FEATURE_V8_1M)) { | 29 | +Unicode true |
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 | } | ||
43 | |||
44 | +static void gen_branch_fpInactive(DisasContext *s, TCGCond cond, | ||
45 | + TCGLabel *label) | ||
46 | +{ | ||
47 | + /* | ||
48 | + * FPCXT_NS is a special case: it has specific handling for | ||
49 | + * "current FP state is inactive", and must do the PreserveFPState() | ||
50 | + * but not the usual full set of actions done by ExecuteFPCheck(). | ||
51 | + * We don't have a TB flag that matches the fpInactive check, so we | ||
52 | + * do it at runtime as we don't expect FPCXT_NS accesses to be frequent. | ||
53 | + * | ||
54 | + * Emit code that checks fpInactive and does a conditional | ||
55 | + * branch to label based on it: | ||
56 | + * if cond is TCG_COND_NE then branch if fpInactive != 0 (ie if inactive) | ||
57 | + * if cond is TCG_COND_EQ then branch if fpInactive == 0 (ie if active) | ||
58 | + */ | ||
59 | + assert(cond == TCG_COND_EQ || cond == TCG_COND_NE); | ||
60 | + | 30 | + |
61 | + /* fpInactive = FPCCR_NS.ASPEN == 1 && CONTROL.FPCA == 0 */ | 31 | ; Use maximum compression. |
62 | + TCGv_i32 aspen, fpca; | 32 | SetCompressor /SOLID lzma |
63 | + aspen = load_cpu_field(v7m.fpccr[M_REG_NS]); | ||
64 | + fpca = load_cpu_field(v7m.control[M_REG_S]); | ||
65 | + tcg_gen_andi_i32(aspen, aspen, R_V7M_FPCCR_ASPEN_MASK); | ||
66 | + tcg_gen_xori_i32(aspen, aspen, R_V7M_FPCCR_ASPEN_MASK); | ||
67 | + tcg_gen_andi_i32(fpca, fpca, R_V7M_CONTROL_FPCA_MASK); | ||
68 | + tcg_gen_or_i32(fpca, fpca, aspen); | ||
69 | + tcg_gen_brcondi_i32(tcg_invert_cond(cond), fpca, 0, label); | ||
70 | + tcg_temp_free_i32(aspen); | ||
71 | + tcg_temp_free_i32(fpca); | ||
72 | +} | ||
73 | + | ||
74 | static bool gen_M_fp_sysreg_write(DisasContext *s, int regno, | ||
75 | |||
76 | fp_sysreg_loadfn *loadfn, | ||
77 | @@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_write(DisasContext *s, int regno, | ||
78 | { | ||
79 | /* Do a write to an M-profile floating point system register */ | ||
80 | TCGv_i32 tmp; | ||
81 | + TCGLabel *lab_end = NULL; | ||
82 | |||
83 | switch (fp_sysreg_checks(s, regno)) { | ||
84 | case FPSysRegCheckFailed: | ||
85 | @@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_write(DisasContext *s, int regno, | ||
86 | tcg_temp_free_i32(tmp); | ||
87 | break; | ||
88 | } | ||
89 | + case ARM_VFP_FPCXT_NS: | ||
90 | + lab_end = gen_new_label(); | ||
91 | + /* fpInactive case: write is a NOP, so branch to end */ | ||
92 | + gen_branch_fpInactive(s, TCG_COND_NE, lab_end); | ||
93 | + /* !fpInactive: PreserveFPState(), and reads same as FPCXT_S */ | ||
94 | + gen_preserve_fp_state(s); | ||
95 | + /* fall through */ | ||
96 | case ARM_VFP_FPCXT_S: | ||
97 | { | ||
98 | TCGv_i32 sfpa, control; | ||
99 | @@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_write(DisasContext *s, int regno, | ||
100 | default: | ||
101 | g_assert_not_reached(); | ||
102 | } | ||
103 | + if (lab_end) { | ||
104 | + gen_set_label(lab_end); | ||
105 | + } | ||
106 | return true; | ||
107 | } | ||
108 | |||
109 | @@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_read(DisasContext *s, int regno, | ||
110 | { | ||
111 | /* Do a read from an M-profile floating point system register */ | ||
112 | TCGv_i32 tmp; | ||
113 | + TCGLabel *lab_end = NULL; | ||
114 | + bool lookup_tb = false; | ||
115 | |||
116 | switch (fp_sysreg_checks(s, regno)) { | ||
117 | case FPSysRegCheckFailed: | ||
118 | @@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_read(DisasContext *s, int regno, | ||
119 | fpscr = load_cpu_field(v7m.fpdscr[M_REG_NS]); | ||
120 | gen_helper_vfp_set_fpscr(cpu_env, fpscr); | ||
121 | tcg_temp_free_i32(fpscr); | ||
122 | - gen_lookup_tb(s); | ||
123 | + lookup_tb = true; | ||
124 | + break; | ||
125 | + } | ||
126 | + case ARM_VFP_FPCXT_NS: | ||
127 | + { | ||
128 | + TCGv_i32 control, sfpa, fpscr, fpdscr, zero; | ||
129 | + TCGLabel *lab_active = gen_new_label(); | ||
130 | + | ||
131 | + lookup_tb = true; | ||
132 | + | ||
133 | + gen_branch_fpInactive(s, TCG_COND_EQ, lab_active); | ||
134 | + /* fpInactive case: reads as FPDSCR_NS */ | ||
135 | + TCGv_i32 tmp = load_cpu_field(v7m.fpdscr[M_REG_NS]); | ||
136 | + storefn(s, opaque, tmp); | ||
137 | + lab_end = gen_new_label(); | ||
138 | + tcg_gen_br(lab_end); | ||
139 | + | ||
140 | + gen_set_label(lab_active); | ||
141 | + /* !fpInactive: Reads the same as FPCXT_S, but side effects differ */ | ||
142 | + gen_preserve_fp_state(s); | ||
143 | + tmp = tcg_temp_new_i32(); | ||
144 | + sfpa = tcg_temp_new_i32(); | ||
145 | + fpscr = tcg_temp_new_i32(); | ||
146 | + gen_helper_vfp_get_fpscr(fpscr, cpu_env); | ||
147 | + tcg_gen_andi_i32(tmp, fpscr, ~FPCR_NZCV_MASK); | ||
148 | + control = load_cpu_field(v7m.control[M_REG_S]); | ||
149 | + tcg_gen_andi_i32(sfpa, control, R_V7M_CONTROL_SFPA_MASK); | ||
150 | + tcg_gen_shli_i32(sfpa, sfpa, 31 - R_V7M_CONTROL_SFPA_SHIFT); | ||
151 | + tcg_gen_or_i32(tmp, tmp, sfpa); | ||
152 | + tcg_temp_free_i32(control); | ||
153 | + /* Store result before updating FPSCR, in case it faults */ | ||
154 | + storefn(s, opaque, tmp); | ||
155 | + /* If SFPA is zero then set FPSCR from FPDSCR_NS */ | ||
156 | + fpdscr = load_cpu_field(v7m.fpdscr[M_REG_NS]); | ||
157 | + zero = tcg_const_i32(0); | ||
158 | + tcg_gen_movcond_i32(TCG_COND_EQ, fpscr, sfpa, zero, fpdscr, fpscr); | ||
159 | + gen_helper_vfp_set_fpscr(cpu_env, fpscr); | ||
160 | + tcg_temp_free_i32(zero); | ||
161 | + tcg_temp_free_i32(sfpa); | ||
162 | + tcg_temp_free_i32(fpdscr); | ||
163 | + tcg_temp_free_i32(fpscr); | ||
164 | break; | ||
165 | } | ||
166 | default: | ||
167 | g_assert_not_reached(); | ||
168 | } | ||
169 | + | ||
170 | + if (lab_end) { | ||
171 | + gen_set_label(lab_end); | ||
172 | + } | ||
173 | + if (lookup_tb) { | ||
174 | + gen_lookup_tb(s); | ||
175 | + } | ||
176 | return true; | ||
177 | } | ||
178 | 33 | ||
179 | -- | 34 | -- |
180 | 2.20.1 | 35 | 2.25.1 |
181 | 36 | ||
182 | 37 | diff view generated by jsdifflib |
1 | Currently timer_free() is a simple wrapper for g_free(). This means | 1 | We use the nsis.py script to write out an installer script Section |
---|---|---|---|
2 | that the timer being freed must not be currently active, as otherwise | 2 | for each emulator executable, so the exact set of Sections depends on |
3 | QEMU might crash later when the active list is processed and still | 3 | which executables were built. However the part of qemu.nsi which |
4 | has a pointer to freed memory on it. As a result almost all calls to | 4 | specifies mouse-over descriptions for each Section still has a |
5 | timer_free() are preceded by a timer_del() call, as can be seen in | 5 | hard-coded and very outdated list (with just i386 and alpha). This |
6 | the output of | 6 | causes two problems. Firstly, if you build the installer for a |
7 | git grep -B1 '\<timer_free\>' | 7 | configuration where you didn't build the i386 binaries you get |
8 | warnings like this: | ||
9 | warning 6000: unknown variable/constant "{Section_i386}" detected, ignoring (macro:_==:1) | ||
10 | warning 6000: unknown variable/constant "{Section_i386w}" detected, ignoring (macro:_==:1) | ||
11 | (this happens in our gitlab CI jobs, for instance). | ||
12 | Secondly, most of the emulators in the generated installer don't have | ||
13 | any mouseover text. | ||
8 | 14 | ||
9 | This is unfortunate API design as it makes it easy to accidentally | 15 | Make nsis.py generate a second output file which has the necessary |
10 | misuse (by forgetting the timer_del()), and the correct use is | 16 | MUI_DESCRIPTION_TEXT lines for each Section it creates, so we can |
11 | annoyingly verbose. | 17 | include that at the right point in qemu.nsi to set the mouse-over |
12 | 18 | text. | |
13 | Make timer_free() imply a timer_del(). | ||
14 | 19 | ||
15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 20 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
16 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 21 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
17 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 22 | Reviewed-by: John Snow <jsnow@redhat.com> |
18 | Message-id: 20201215154107.3255-2-peter.maydell@linaro.org | 23 | Message-id: 20220305105743.2384766-4-peter.maydell@linaro.org |
19 | --- | 24 | --- |
20 | include/qemu/timer.h | 24 +++++++++++++----------- | 25 | qemu.nsi | 5 +---- |
21 | 1 file changed, 13 insertions(+), 11 deletions(-) | 26 | scripts/nsis.py | 13 ++++++++++++- |
27 | 2 files changed, 13 insertions(+), 5 deletions(-) | ||
22 | 28 | ||
23 | diff --git a/include/qemu/timer.h b/include/qemu/timer.h | 29 | diff --git a/qemu.nsi b/qemu.nsi |
24 | index XXXXXXX..XXXXXXX 100644 | 30 | index XXXXXXX..XXXXXXX 100644 |
25 | --- a/include/qemu/timer.h | 31 | --- a/qemu.nsi |
26 | +++ b/include/qemu/timer.h | 32 | +++ b/qemu.nsi |
27 | @@ -XXX,XX +XXX,XX @@ static inline QEMUTimer *timer_new_ms(QEMUClockType type, QEMUTimerCB *cb, | 33 | @@ -XXX,XX +XXX,XX @@ SectionEnd |
28 | */ | 34 | ; Descriptions (mouse-over). |
29 | void timer_deinit(QEMUTimer *ts); | 35 | !insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN |
30 | 36 | !insertmacro MUI_DESCRIPTION_TEXT ${SectionSystem} "System emulation." | |
31 | -/** | 37 | - !insertmacro MUI_DESCRIPTION_TEXT ${Section_alpha} "Alpha system emulation." |
32 | - * timer_free: | 38 | - !insertmacro MUI_DESCRIPTION_TEXT ${Section_alphaw} "Alpha system emulation (GUI)." |
33 | - * @ts: the timer | 39 | - !insertmacro MUI_DESCRIPTION_TEXT ${Section_i386} "PC i386 system emulation." |
34 | - * | 40 | - !insertmacro MUI_DESCRIPTION_TEXT ${Section_i386w} "PC i386 system emulation (GUI)." |
35 | - * Free a timer (it must not be on the active list) | 41 | +!include "${BINDIR}\system-mui-text.nsh" |
36 | - */ | 42 | !insertmacro MUI_DESCRIPTION_TEXT ${SectionTools} "Tools." |
37 | -static inline void timer_free(QEMUTimer *ts) | 43 | !ifdef DLLDIR |
38 | -{ | 44 | !insertmacro MUI_DESCRIPTION_TEXT ${SectionDll} "Runtime Libraries (DLL)." |
39 | - g_free(ts); | 45 | diff --git a/scripts/nsis.py b/scripts/nsis.py |
40 | -} | 46 | index XXXXXXX..XXXXXXX 100644 |
41 | - | 47 | --- a/scripts/nsis.py |
42 | /** | 48 | +++ b/scripts/nsis.py |
43 | * timer_del: | 49 | @@ -XXX,XX +XXX,XX @@ def main(): |
44 | * @ts: the timer | 50 | subprocess.run(["make", "install", "DESTDIR=" + destdir + os.path.sep]) |
45 | @@ -XXX,XX +XXX,XX @@ static inline void timer_free(QEMUTimer *ts) | 51 | with open( |
46 | */ | 52 | os.path.join(destdir + args.prefix, "system-emulations.nsh"), "w" |
47 | void timer_del(QEMUTimer *ts); | 53 | - ) as nsh: |
48 | 54 | + ) as nsh, open( | |
49 | +/** | 55 | + os.path.join(destdir + args.prefix, "system-mui-text.nsh"), "w" |
50 | + * timer_free: | 56 | + ) as muinsh: |
51 | + * @ts: the timer | 57 | for exe in sorted(glob.glob( |
52 | + * | 58 | os.path.join(destdir + args.prefix, "qemu-system-*.exe") |
53 | + * Free a timer. This will call timer_del() for you to remove | 59 | )): |
54 | + * the timer from the active list if it was still active. | 60 | @@ -XXX,XX +XXX,XX @@ def main(): |
55 | + */ | 61 | arch, exe |
56 | +static inline void timer_free(QEMUTimer *ts) | 62 | ) |
57 | +{ | 63 | ) |
58 | + timer_del(ts); | 64 | + if arch.endswith('w'): |
59 | + g_free(ts); | 65 | + desc = arch[:-1] + " emulation (GUI)." |
60 | +} | 66 | + else: |
67 | + desc = arch + " emulation." | ||
61 | + | 68 | + |
62 | /** | 69 | + muinsh.write( |
63 | * timer_mod_ns: | 70 | + """ |
64 | * @ts: the timer | 71 | + !insertmacro MUI_DESCRIPTION_TEXT ${{Section_{0}}} "{1}" |
72 | + """.format(arch, desc)) | ||
73 | |||
74 | for exe in glob.glob(os.path.join(destdir + args.prefix, "*.exe")): | ||
75 | signcode(exe) | ||
65 | -- | 76 | -- |
66 | 2.20.1 | 77 | 2.25.1 |
67 | 78 | ||
68 | 79 | diff view generated by jsdifflib |
1 | From: Gan Qixin <ganqixin@huawei.com> | 1 | From: Eric Auger <eric.auger@redhat.com> |
---|---|---|---|
2 | 2 | ||
3 | When running device-introspect-test, a memory leak occurred in the | 3 | CONFIG_ARM_GIC_TCG actually guards the compilation of TCG GICv3 |
4 | exynos4210_mct_init function, so use ptimer_free() in the finalize function to | 4 | specific files. So let's rename it into CONFIG_ARM_GICV3_TCG |
5 | avoid it. | ||
6 | 5 | ||
7 | ASAN shows memory leak stack: | 6 | Signed-off-by: Eric Auger <eric.auger@redhat.com> |
8 | 7 | Reviewed-by: Andrew Jones <drjones@redhat.com> | |
9 | Indirect leak of 96 byte(s) in 1 object(s) allocated from: | 8 | Message-id: 20220308182452.223473-2-eric.auger@redhat.com |
10 | #0 0xffffab97e1f0 in __interceptor_calloc (/lib64/libasan.so.5+0xee1f0) | ||
11 | #1 0xffffab256800 in g_malloc0 (/lib64/libglib-2.0.so.0+0x56800) | ||
12 | #2 0xaaabf555db78 in ptimer_init /qemu/hw/core/ptimer.c:432 | ||
13 | #3 0xaaabf56b01a0 in exynos4210_mct_init /qemu/hw/timer/exynos4210_mct.c:1505 | ||
14 | #4 0xaaabf6339f6c in object_initialize_with_type /qemu/qom/object.c:515 | ||
15 | #5 0xaaabf633a1e0 in object_new_with_type /qemu/qom/object.c:729 | ||
16 | #6 0xaaabf6375e40 in qmp_device_list_properties /qemu/qom/qom-qmp-cmds.c:153 | ||
17 | #7 0xaaabf653d8ec in qmp_marshal_device_list_properties /qemu/qapi/qapi-commands-qdev.c:59 | ||
18 | #8 0xaaabf6587d08 in do_qmp_dispatch_bh /qemu/qapi/qmp-dispatch.c:110 | ||
19 | #9 0xaaabf6552708 in aio_bh_call /qemu/util/async.c:136 | ||
20 | #10 0xaaabf6552708 in aio_bh_poll /qemu/util/async.c:164 | ||
21 | #11 0xaaabf655f19c in aio_dispatch /qemu/util/aio-posix.c:381 | ||
22 | #12 0xaaabf65523f4 in aio_ctx_dispatch /qemu/util/async.c:306 | ||
23 | |||
24 | Reported-by: Euler Robot <euler.robot@huawei.com> | ||
25 | Signed-off-by: Gan Qixin <ganqixin@huawei.com> | ||
26 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
27 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
28 | --- | 11 | --- |
29 | hw/timer/exynos4210_mct.c | 14 ++++++++++++++ | 12 | hw/intc/Kconfig | 2 +- |
30 | 1 file changed, 14 insertions(+) | 13 | hw/intc/meson.build | 4 ++-- |
14 | 2 files changed, 3 insertions(+), 3 deletions(-) | ||
31 | 15 | ||
32 | diff --git a/hw/timer/exynos4210_mct.c b/hw/timer/exynos4210_mct.c | 16 | diff --git a/hw/intc/Kconfig b/hw/intc/Kconfig |
33 | index XXXXXXX..XXXXXXX 100644 | 17 | index XXXXXXX..XXXXXXX 100644 |
34 | --- a/hw/timer/exynos4210_mct.c | 18 | --- a/hw/intc/Kconfig |
35 | +++ b/hw/timer/exynos4210_mct.c | 19 | +++ b/hw/intc/Kconfig |
36 | @@ -XXX,XX +XXX,XX @@ static void exynos4210_mct_init(Object *obj) | 20 | @@ -XXX,XX +XXX,XX @@ config APIC |
37 | sysbus_init_mmio(dev, &s->iomem); | 21 | select MSI_NONBROKEN |
38 | } | 22 | select I8259 |
39 | 23 | ||
40 | +static void exynos4210_mct_finalize(Object *obj) | 24 | -config ARM_GIC_TCG |
41 | +{ | 25 | +config ARM_GICV3_TCG |
42 | + int i; | 26 | bool |
43 | + Exynos4210MCTState *s = EXYNOS4210_MCT(obj); | 27 | default y |
44 | + | 28 | depends on ARM_GIC && TCG |
45 | + ptimer_free(s->g_timer.ptimer_frc); | 29 | diff --git a/hw/intc/meson.build b/hw/intc/meson.build |
46 | + | 30 | index XXXXXXX..XXXXXXX 100644 |
47 | + for (i = 0; i < 2; i++) { | 31 | --- a/hw/intc/meson.build |
48 | + ptimer_free(s->l_timer[i].tick_timer.ptimer_tick); | 32 | +++ b/hw/intc/meson.build |
49 | + ptimer_free(s->l_timer[i].ptimer_frc); | 33 | @@ -XXX,XX +XXX,XX @@ softmmu_ss.add(when: 'CONFIG_ARM_GIC', if_true: files( |
50 | + } | 34 | 'arm_gicv3_common.c', |
51 | +} | 35 | 'arm_gicv3_its_common.c', |
52 | + | 36 | )) |
53 | static void exynos4210_mct_class_init(ObjectClass *klass, void *data) | 37 | -softmmu_ss.add(when: 'CONFIG_ARM_GIC_TCG', if_true: files( |
54 | { | 38 | +softmmu_ss.add(when: 'CONFIG_ARM_GICV3_TCG', if_true: files( |
55 | DeviceClass *dc = DEVICE_CLASS(klass); | 39 | 'arm_gicv3.c', |
56 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo exynos4210_mct_info = { | 40 | 'arm_gicv3_dist.c', |
57 | .parent = TYPE_SYS_BUS_DEVICE, | 41 | 'arm_gicv3_its.c', |
58 | .instance_size = sizeof(Exynos4210MCTState), | 42 | @@ -XXX,XX +XXX,XX @@ softmmu_ss.add(when: 'CONFIG_XLNX_ZYNQMP_PMU', if_true: files('xlnx-pmu-iomod-in |
59 | .instance_init = exynos4210_mct_init, | 43 | specific_ss.add(when: 'CONFIG_ALLWINNER_A10_PIC', if_true: files('allwinner-a10-pic.c')) |
60 | + .instance_finalize = exynos4210_mct_finalize, | 44 | specific_ss.add(when: 'CONFIG_APIC', if_true: files('apic.c', 'apic_common.c')) |
61 | .class_init = exynos4210_mct_class_init, | 45 | specific_ss.add(when: 'CONFIG_ARM_GIC', if_true: files('arm_gicv3_cpuif_common.c')) |
62 | }; | 46 | -specific_ss.add(when: 'CONFIG_ARM_GIC_TCG', if_true: files('arm_gicv3_cpuif.c')) |
63 | 47 | +specific_ss.add(when: 'CONFIG_ARM_GICV3_TCG', if_true: files('arm_gicv3_cpuif.c')) | |
48 | specific_ss.add(when: 'CONFIG_ARM_GIC_KVM', if_true: files('arm_gic_kvm.c')) | ||
49 | specific_ss.add(when: ['CONFIG_ARM_GIC_KVM', 'TARGET_AARCH64'], if_true: files('arm_gicv3_kvm.c', 'arm_gicv3_its_kvm.c')) | ||
50 | specific_ss.add(when: 'CONFIG_ARM_V7M', if_true: files('armv7m_nvic.c')) | ||
64 | -- | 51 | -- |
65 | 2.20.1 | 52 | 2.25.1 |
66 | |||
67 | diff view generated by jsdifflib |
1 | From: Andrew Jones <drjones@redhat.com> | 1 | From: Eric Auger <eric.auger@redhat.com> |
---|---|---|---|
2 | 2 | ||
3 | virt machine's 'smp_cpus' and machine->smp.cpus must always have the | 3 | In TCG mode, if gic-version=max we always select GICv3 even if |
4 | same value. And, anywhere we have virt machine state we have machine | 4 | CONFIG_ARM_GICV3_TCG is unset. We shall rather select GICv2. |
5 | state. So let's remove the redundancy. Also, to make it easier to see | 5 | This also brings the benefit of fixing qos tests errors for tests |
6 | that machine->smp is the true source for "smp_cpus" and "max_cpus", | 6 | using gic-version=max with CONFIG_ARM_GICV3_TCG unset. |
7 | avoid passing them in function parameters, preferring instead to get | ||
8 | them from the state. | ||
9 | 7 | ||
10 | No functional change intended. | 8 | Signed-off-by: Eric Auger <eric.auger@redhat.com> |
11 | 9 | Reviewed-by: Andrew Jones <drjones@redhat.com> | |
12 | Signed-off-by: Andrew Jones <drjones@redhat.com> | 10 | Message-id: 20220308182452.223473-3-eric.auger@redhat.com |
13 | Reviewed-by: David Edmondson <david.edmondson@oracle.com> | 11 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
14 | Reviewed-by: Ying Fang <fangying1@huawei.com> | ||
15 | Message-id: 20201215174815.51520-1-drjones@redhat.com | ||
16 | [PMM: minor formatting tweak to smp_cpus variable declaration] | ||
17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
18 | --- | 13 | --- |
19 | include/hw/arm/virt.h | 3 +-- | 14 | hw/arm/virt.c | 7 ++++++- |
20 | hw/arm/virt-acpi-build.c | 9 +++++---- | 15 | 1 file changed, 6 insertions(+), 1 deletion(-) |
21 | hw/arm/virt.c | 21 ++++++++++----------- | ||
22 | 3 files changed, 16 insertions(+), 17 deletions(-) | ||
23 | 16 | ||
24 | diff --git a/include/hw/arm/virt.h b/include/hw/arm/virt.h | ||
25 | index XXXXXXX..XXXXXXX 100644 | ||
26 | --- a/include/hw/arm/virt.h | ||
27 | +++ b/include/hw/arm/virt.h | ||
28 | @@ -XXX,XX +XXX,XX @@ struct VirtMachineState { | ||
29 | MemMapEntry *memmap; | ||
30 | char *pciehb_nodename; | ||
31 | const int *irqmap; | ||
32 | - int smp_cpus; | ||
33 | void *fdt; | ||
34 | int fdt_size; | ||
35 | uint32_t clock_phandle; | ||
36 | @@ -XXX,XX +XXX,XX @@ static inline int virt_gicv3_redist_region_count(VirtMachineState *vms) | ||
37 | |||
38 | assert(vms->gic_version == VIRT_GIC_VERSION_3); | ||
39 | |||
40 | - return vms->smp_cpus > redist0_capacity ? 2 : 1; | ||
41 | + return MACHINE(vms)->smp.cpus > redist0_capacity ? 2 : 1; | ||
42 | } | ||
43 | |||
44 | #endif /* QEMU_ARM_VIRT_H */ | ||
45 | diff --git a/hw/arm/virt-acpi-build.c b/hw/arm/virt-acpi-build.c | ||
46 | index XXXXXXX..XXXXXXX 100644 | ||
47 | --- a/hw/arm/virt-acpi-build.c | ||
48 | +++ b/hw/arm/virt-acpi-build.c | ||
49 | @@ -XXX,XX +XXX,XX @@ | ||
50 | |||
51 | #define ACPI_BUILD_TABLE_SIZE 0x20000 | ||
52 | |||
53 | -static void acpi_dsdt_add_cpus(Aml *scope, int smp_cpus) | ||
54 | +static void acpi_dsdt_add_cpus(Aml *scope, VirtMachineState *vms) | ||
55 | { | ||
56 | + MachineState *ms = MACHINE(vms); | ||
57 | uint16_t i; | ||
58 | |||
59 | - for (i = 0; i < smp_cpus; i++) { | ||
60 | + for (i = 0; i < ms->smp.cpus; i++) { | ||
61 | Aml *dev = aml_device("C%.03X", i); | ||
62 | aml_append(dev, aml_name_decl("_HID", aml_string("ACPI0007"))); | ||
63 | aml_append(dev, aml_name_decl("_UID", aml_int(i))); | ||
64 | @@ -XXX,XX +XXX,XX @@ build_madt(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) | ||
65 | gicd->base_address = cpu_to_le64(memmap[VIRT_GIC_DIST].base); | ||
66 | gicd->version = vms->gic_version; | ||
67 | |||
68 | - for (i = 0; i < vms->smp_cpus; i++) { | ||
69 | + for (i = 0; i < MACHINE(vms)->smp.cpus; i++) { | ||
70 | AcpiMadtGenericCpuInterface *gicc = acpi_data_push(table_data, | ||
71 | sizeof(*gicc)); | ||
72 | ARMCPU *armcpu = ARM_CPU(qemu_get_cpu(i)); | ||
73 | @@ -XXX,XX +XXX,XX @@ build_dsdt(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) | ||
74 | * the RTC ACPI device at all when using UEFI. | ||
75 | */ | ||
76 | scope = aml_scope("\\_SB"); | ||
77 | - acpi_dsdt_add_cpus(scope, vms->smp_cpus); | ||
78 | + acpi_dsdt_add_cpus(scope, vms); | ||
79 | acpi_dsdt_add_uart(scope, &memmap[VIRT_UART], | ||
80 | (irqmap[VIRT_UART] + ARM_SPI_BASE)); | ||
81 | if (vmc->acpi_expose_flash) { | ||
82 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c | 17 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c |
83 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
84 | --- a/hw/arm/virt.c | 19 | --- a/hw/arm/virt.c |
85 | +++ b/hw/arm/virt.c | 20 | +++ b/hw/arm/virt.c |
86 | @@ -XXX,XX +XXX,XX @@ static void fdt_add_timer_nodes(const VirtMachineState *vms) | ||
87 | if (vms->gic_version == VIRT_GIC_VERSION_2) { | ||
88 | irqflags = deposit32(irqflags, GIC_FDT_IRQ_PPI_CPU_START, | ||
89 | GIC_FDT_IRQ_PPI_CPU_WIDTH, | ||
90 | - (1 << vms->smp_cpus) - 1); | ||
91 | + (1 << MACHINE(vms)->smp.cpus) - 1); | ||
92 | } | ||
93 | |||
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) | 21 | @@ -XXX,XX +XXX,XX @@ static void finalize_gic_version(VirtMachineState *vms) |
141 | * virt_cpu_post_init() must be called after the CPUs have | 22 | vms->gic_version = VIRT_GIC_VERSION_2; |
142 | * been realized and the GIC has been created. | 23 | break; |
143 | */ | 24 | case VIRT_GIC_VERSION_MAX: |
144 | -static void virt_cpu_post_init(VirtMachineState *vms, int max_cpus, | 25 | - vms->gic_version = VIRT_GIC_VERSION_3; |
145 | - MemoryRegion *sysmem) | 26 | + if (module_object_class_by_name("arm-gicv3")) { |
146 | +static void virt_cpu_post_init(VirtMachineState *vms, MemoryRegion *sysmem) | 27 | + /* CONFIG_ARM_GICV3_TCG was set */ |
147 | { | 28 | + vms->gic_version = VIRT_GIC_VERSION_3; |
148 | + int max_cpus = MACHINE(vms)->smp.max_cpus; | 29 | + } else { |
149 | bool aarch64, pmu, steal_time; | 30 | + vms->gic_version = VIRT_GIC_VERSION_2; |
150 | CPUState *cpu; | 31 | + } |
151 | 32 | break; | |
152 | @@ -XXX,XX +XXX,XX @@ static void machvirt_init(MachineState *machine) | 33 | case VIRT_GIC_VERSION_HOST: |
153 | exit(1); | 34 | error_report("gic-version=host requires KVM"); |
154 | } | ||
155 | |||
156 | - vms->smp_cpus = smp_cpus; | ||
157 | - | ||
158 | if (vms->virt && kvm_enabled()) { | ||
159 | error_report("mach-virt: KVM does not support providing " | ||
160 | "Virtualization extensions to the guest CPU"); | ||
161 | @@ -XXX,XX +XXX,XX @@ static void machvirt_init(MachineState *machine) | ||
162 | create_fdt(vms); | ||
163 | |||
164 | possible_cpus = mc->possible_cpu_arch_ids(machine); | ||
165 | + assert(possible_cpus->len == max_cpus); | ||
166 | for (n = 0; n < possible_cpus->len; n++) { | ||
167 | Object *cpuobj; | ||
168 | CPUState *cs; | ||
169 | @@ -XXX,XX +XXX,XX @@ static void machvirt_init(MachineState *machine) | ||
170 | |||
171 | create_gic(vms); | ||
172 | |||
173 | - virt_cpu_post_init(vms, possible_cpus->len, sysmem); | ||
174 | + virt_cpu_post_init(vms, sysmem); | ||
175 | |||
176 | fdt_add_pmu_nodes(vms); | ||
177 | |||
178 | -- | 35 | -- |
179 | 2.20.1 | 36 | 2.25.1 |
180 | |||
181 | diff view generated by jsdifflib |
1 | The Arm CPU finalize function uses a sequence of timer_del(), timer_deinit(), | 1 | Currently the CPU_LOG_INT logging misses some useful information |
---|---|---|---|
2 | timer_free() to free the timer. The timer_deinit() step in this was always | 2 | about loads from the vector table. Add logging where we load vector |
3 | unnecessary, and now the timer_del() is implied by timer_free(), so we can | 3 | table entries. This is particularly helpful for cases where the user |
4 | collapse this down to simply calling timer_free(). | 4 | has accidentally not put a vector table in their image at all, which |
5 | can result in confusing guest crashes at startup. | ||
6 | |||
7 | Here's an example of the new logging for a case where | ||
8 | the vector table contains garbage: | ||
9 | |||
10 | Loaded reset SP 0x0 PC 0x0 from vector table | ||
11 | Loaded reset SP 0xd008f8df PC 0xf000bf00 from vector table | ||
12 | Taking exception 3 [Prefetch Abort] on CPU 0 | ||
13 | ...with CFSR.IACCVIOL | ||
14 | ...BusFault with BFSR.STKERR | ||
15 | ...taking pending nonsecure exception 3 | ||
16 | ...loading from element 3 of non-secure vector table at 0xc | ||
17 | ...loaded new PC 0x20000558 | ||
18 | ---------------- | ||
19 | IN: | ||
20 | 0x20000558: 08000079 stmdaeq r0, {r0, r3, r4, r5, r6} | ||
21 | |||
22 | (The double reset logging is the result of our long-standing | ||
23 | "CPUs all get reset twice" weirdness; it looks a bit ugly | ||
24 | but it'll go away if we ever fix that :-)) | ||
5 | 25 | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 26 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 27 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 28 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
9 | Message-id: 20201215154107.3255-5-peter.maydell@linaro.org | 29 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> |
30 | Message-id: 20220315204306.2797684-2-peter.maydell@linaro.org | ||
10 | --- | 31 | --- |
11 | target/arm/cpu.c | 2 -- | 32 | target/arm/cpu.c | 5 +++++ |
12 | 1 file changed, 2 deletions(-) | 33 | target/arm/m_helper.c | 5 +++++ |
34 | 2 files changed, 10 insertions(+) | ||
13 | 35 | ||
14 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | 36 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c |
15 | index XXXXXXX..XXXXXXX 100644 | 37 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/cpu.c | 38 | --- a/target/arm/cpu.c |
17 | +++ b/target/arm/cpu.c | 39 | +++ b/target/arm/cpu.c |
18 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_finalizefn(Object *obj) | 40 | @@ -XXX,XX +XXX,XX @@ |
41 | #include "qemu/osdep.h" | ||
42 | #include "qemu/qemu-print.h" | ||
43 | #include "qemu/timer.h" | ||
44 | +#include "qemu/log.h" | ||
45 | #include "qemu-common.h" | ||
46 | #include "target/arm/idau.h" | ||
47 | #include "qemu/module.h" | ||
48 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_reset(DeviceState *dev) | ||
49 | initial_pc = ldl_phys(s->as, vecbase + 4); | ||
50 | } | ||
51 | |||
52 | + qemu_log_mask(CPU_LOG_INT, | ||
53 | + "Loaded reset SP 0x%x PC 0x%x from vector table\n", | ||
54 | + initial_msp, initial_pc); | ||
55 | + | ||
56 | env->regs[13] = initial_msp & 0xFFFFFFFC; | ||
57 | env->regs[15] = initial_pc & ~1; | ||
58 | env->thumb = initial_pc & 1; | ||
59 | diff --git a/target/arm/m_helper.c b/target/arm/m_helper.c | ||
60 | index XXXXXXX..XXXXXXX 100644 | ||
61 | --- a/target/arm/m_helper.c | ||
62 | +++ b/target/arm/m_helper.c | ||
63 | @@ -XXX,XX +XXX,XX @@ static bool arm_v7m_load_vector(ARMCPU *cpu, int exc, bool targets_secure, | ||
64 | ARMMMUIdx mmu_idx; | ||
65 | bool exc_secure; | ||
66 | |||
67 | + qemu_log_mask(CPU_LOG_INT, | ||
68 | + "...loading from element %d of %s vector table at 0x%x\n", | ||
69 | + exc, targets_secure ? "secure" : "non-secure", addr); | ||
70 | + | ||
71 | mmu_idx = arm_v7m_mmu_idx_for_secstate_and_priv(env, targets_secure, true); | ||
72 | |||
73 | /* | ||
74 | @@ -XXX,XX +XXX,XX @@ static bool arm_v7m_load_vector(ARMCPU *cpu, int exc, bool targets_secure, | ||
75 | goto load_fail; | ||
19 | } | 76 | } |
20 | #ifndef CONFIG_USER_ONLY | 77 | *pvec = vector_entry; |
21 | if (cpu->pmu_timer) { | 78 | + qemu_log_mask(CPU_LOG_INT, "...loaded new PC 0x%x\n", *pvec); |
22 | - timer_del(cpu->pmu_timer); | 79 | return true; |
23 | - timer_deinit(cpu->pmu_timer); | 80 | |
24 | timer_free(cpu->pmu_timer); | 81 | load_fail: |
25 | } | ||
26 | #endif | ||
27 | -- | 82 | -- |
28 | 2.20.1 | 83 | 2.25.1 |
29 | 84 | ||
30 | 85 | diff view generated by jsdifflib |
1 | Now that we have implemented all the features needed by the v8.1M | 1 | For M-profile, the fault address is not always exposed to the guest |
---|---|---|---|
2 | architecture, we can add the model of the Cortex-M55. This is the | 2 | in a fault register (for instance the BFAR bus fault address register |
3 | configuration without MVE support; we'll add MVE later. | 3 | is only updated for bus faults on data accesses, not instruction |
4 | accesses). Currently we log the address only if we're putting it | ||
5 | into a particular guest-visible register. Since we always have it, | ||
6 | log it generically, to make logs of i-side faults a bit clearer. | ||
4 | 7 | ||
5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 10 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
7 | Message-id: 20201210201433.26262-5-peter.maydell@linaro.org | 11 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> |
12 | Message-id: 20220315204306.2797684-3-peter.maydell@linaro.org | ||
8 | --- | 13 | --- |
9 | target/arm/cpu_tcg.c | 42 ++++++++++++++++++++++++++++++++++++++++++ | 14 | target/arm/m_helper.c | 6 ++++++ |
10 | 1 file changed, 42 insertions(+) | 15 | 1 file changed, 6 insertions(+) |
11 | 16 | ||
12 | diff --git a/target/arm/cpu_tcg.c b/target/arm/cpu_tcg.c | 17 | diff --git a/target/arm/m_helper.c b/target/arm/m_helper.c |
13 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
14 | --- a/target/arm/cpu_tcg.c | 19 | --- a/target/arm/m_helper.c |
15 | +++ b/target/arm/cpu_tcg.c | 20 | +++ b/target/arm/m_helper.c |
16 | @@ -XXX,XX +XXX,XX @@ static void cortex_m33_initfn(Object *obj) | 21 | @@ -XXX,XX +XXX,XX @@ void arm_v7m_cpu_do_interrupt(CPUState *cs) |
17 | cpu->ctr = 0x8000c000; | 22 | * Note that for M profile we don't have a guest facing FSR, but |
18 | } | 23 | * the env->exception.fsr will be populated by the code that |
19 | 24 | * raises the fault, in the A profile short-descriptor format. | |
20 | +static void cortex_m55_initfn(Object *obj) | 25 | + * |
21 | +{ | 26 | + * Log the exception.vaddress now regardless of subtype, because |
22 | + ARMCPU *cpu = ARM_CPU(obj); | 27 | + * logging below only logs it when it goes into a guest visible |
23 | + | 28 | + * register. |
24 | + set_feature(&cpu->env, ARM_FEATURE_V8); | 29 | */ |
25 | + set_feature(&cpu->env, ARM_FEATURE_V8_1M); | 30 | + qemu_log_mask(CPU_LOG_INT, "...at fault address 0x%x\n", |
26 | + set_feature(&cpu->env, ARM_FEATURE_M); | 31 | + (uint32_t)env->exception.vaddress); |
27 | + set_feature(&cpu->env, ARM_FEATURE_M_MAIN); | 32 | switch (env->exception.fsr & 0xf) { |
28 | + set_feature(&cpu->env, ARM_FEATURE_M_SECURITY); | 33 | case M_FAKE_FSR_NSC_EXEC: |
29 | + set_feature(&cpu->env, ARM_FEATURE_THUMB_DSP); | 34 | /* |
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 | -- | 35 | -- |
73 | 2.20.1 | 36 | 2.25.1 |
74 | 37 | ||
75 | 38 | diff view generated by jsdifflib |
1 | From: Bin Meng <bin.meng@windriver.com> | 1 | From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com> |
---|---|---|---|
2 | 2 | ||
3 | U-Boot expects PMU_MISC0 register bit 7 is set (see init_bandgap() | 3 | Add an unimplemented SERDES (Serializer/Deserializer) area. |
4 | in arch/arm/mach-imx/mx6/soc.c) during boot. This bit indicates the | ||
5 | bandgap has stabilized. | ||
6 | 4 | ||
7 | With this change, the latest upstream U-Boot (v2021.01-rc3) for imx6 | 5 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
8 | sabrelite board (mx6qsabrelite_defconfig), with a slight change made | 6 | Reviewed-by: Francisco Iglesias <francisco.iglesias@xilinx.com> |
9 | by switching CONFIG_OF_SEPARATE to CONFIG_OF_EMBED, boots to U-Boot | 7 | Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> |
10 | shell on QEMU with the following command: | 8 | Message-id: 20220316164645.2303510-2-edgar.iglesias@gmail.com |
11 | |||
12 | $ qemu-system-arm -M sabrelite -smp 4 -m 1G -kernel u-boot \ | ||
13 | -display none -serial null -serial stdio | ||
14 | |||
15 | Boot log below: | ||
16 | |||
17 | U-Boot 2021.01-rc3 (Dec 12 2020 - 17:40:02 +0800) | ||
18 | |||
19 | CPU: Freescale i.MX?? rev1.0 at 792 MHz | ||
20 | Reset cause: POR | ||
21 | Model: Freescale i.MX6 Quad SABRE Lite Board | ||
22 | Board: SABRE Lite | ||
23 | I2C: ready | ||
24 | DRAM: 1 GiB | ||
25 | force_idle_bus: sda=0 scl=0 sda.gp=0x5c scl.gp=0x55 | ||
26 | force_idle_bus: failed to clear bus, sda=0 scl=0 | ||
27 | force_idle_bus: sda=0 scl=0 sda.gp=0x6d scl.gp=0x6c | ||
28 | force_idle_bus: failed to clear bus, sda=0 scl=0 | ||
29 | force_idle_bus: sda=0 scl=0 sda.gp=0xcb scl.gp=0x5 | ||
30 | force_idle_bus: failed to clear bus, sda=0 scl=0 | ||
31 | MMC: FSL_SDHC: 0, FSL_SDHC: 1 | ||
32 | Loading Environment from MMC... *** Warning - No block device, using default environment | ||
33 | |||
34 | In: serial | ||
35 | Out: serial | ||
36 | Err: serial | ||
37 | Net: Board Net Initialization Failed | ||
38 | No ethernet found. | ||
39 | starting USB... | ||
40 | Bus usb@2184000: usb dr_mode not found | ||
41 | USB EHCI 1.00 | ||
42 | Bus usb@2184200: USB EHCI 1.00 | ||
43 | scanning bus usb@2184000 for devices... 1 USB Device(s) found | ||
44 | scanning bus usb@2184200 for devices... 1 USB Device(s) found | ||
45 | scanning usb for storage devices... 0 Storage Device(s) found | ||
46 | scanning usb for ethernet devices... 0 Ethernet Device(s) found | ||
47 | Hit any key to stop autoboot: 0 | ||
48 | => | ||
49 | |||
50 | Signed-off-by: Bin Meng <bin.meng@windriver.com> | ||
51 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | ||
52 | Message-id: 20210106063504.10841-2-bmeng.cn@gmail.com | ||
53 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
54 | --- | 10 | --- |
55 | hw/misc/imx6_ccm.c | 2 +- | 11 | include/hw/arm/xlnx-zynqmp.h | 2 +- |
56 | 1 file changed, 1 insertion(+), 1 deletion(-) | 12 | hw/arm/xlnx-zynqmp.c | 5 +++++ |
13 | 2 files changed, 6 insertions(+), 1 deletion(-) | ||
57 | 14 | ||
58 | diff --git a/hw/misc/imx6_ccm.c b/hw/misc/imx6_ccm.c | 15 | diff --git a/include/hw/arm/xlnx-zynqmp.h b/include/hw/arm/xlnx-zynqmp.h |
59 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
60 | --- a/hw/misc/imx6_ccm.c | 17 | --- a/include/hw/arm/xlnx-zynqmp.h |
61 | +++ b/hw/misc/imx6_ccm.c | 18 | +++ b/include/hw/arm/xlnx-zynqmp.h |
62 | @@ -XXX,XX +XXX,XX @@ static void imx6_ccm_reset(DeviceState *dev) | 19 | @@ -XXX,XX +XXX,XX @@ OBJECT_DECLARE_SIMPLE_TYPE(XlnxZynqMPState, XLNX_ZYNQMP) |
63 | s->analog[PMU_REG_3P0] = 0x00000F74; | 20 | /* |
64 | s->analog[PMU_REG_2P5] = 0x00005071; | 21 | * Unimplemented mmio regions needed to boot some images. |
65 | s->analog[PMU_REG_CORE] = 0x00402010; | 22 | */ |
66 | - s->analog[PMU_MISC0] = 0x04000000; | 23 | -#define XLNX_ZYNQMP_NUM_UNIMP_AREAS 1 |
67 | + s->analog[PMU_MISC0] = 0x04000080; | 24 | +#define XLNX_ZYNQMP_NUM_UNIMP_AREAS 2 |
68 | s->analog[PMU_MISC1] = 0x00000000; | 25 | |
69 | s->analog[PMU_MISC2] = 0x00272727; | 26 | struct XlnxZynqMPState { |
27 | /*< private >*/ | ||
28 | diff --git a/hw/arm/xlnx-zynqmp.c b/hw/arm/xlnx-zynqmp.c | ||
29 | index XXXXXXX..XXXXXXX 100644 | ||
30 | --- a/hw/arm/xlnx-zynqmp.c | ||
31 | +++ b/hw/arm/xlnx-zynqmp.c | ||
32 | @@ -XXX,XX +XXX,XX @@ | ||
33 | #define QSPI_DMA_ADDR 0xff0f0800 | ||
34 | #define NUM_QSPI_IRQ_LINES 2 | ||
35 | |||
36 | +/* Serializer/Deserializer. */ | ||
37 | +#define SERDES_ADDR 0xfd400000 | ||
38 | +#define SERDES_SIZE 0x20000 | ||
39 | + | ||
40 | #define DP_ADDR 0xfd4a0000 | ||
41 | #define DP_IRQ 113 | ||
42 | |||
43 | @@ -XXX,XX +XXX,XX @@ static void xlnx_zynqmp_create_unimp_mmio(XlnxZynqMPState *s) | ||
44 | hwaddr size; | ||
45 | } unimp_areas[ARRAY_SIZE(s->mr_unimp)] = { | ||
46 | { .name = "apu", APU_ADDR, APU_SIZE }, | ||
47 | + { .name = "serdes", SERDES_ADDR, SERDES_SIZE }, | ||
48 | }; | ||
49 | unsigned int nr; | ||
70 | 50 | ||
71 | -- | 51 | -- |
72 | 2.20.1 | 52 | 2.25.1 |
73 | 53 | ||
74 | 54 | diff view generated by jsdifflib |
1 | From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com> | 1 | From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com> |
---|---|---|---|
2 | 2 | ||
3 | Correct the indexing into s->cpu_ctlr for vCPUs. | 3 | Make the rvbar property settable after realize. This is done |
4 | in preparation to model the ZynqMP's runtime configurable rvbar. | ||
4 | 5 | ||
5 | Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> | 6 | Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> |
6 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | 7 | Message-id: 20220316164645.2303510-3-edgar.iglesias@gmail.com |
7 | Reviewed-by: Luc Michel <luc.michel@greensocs.com> | 8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Message-id: 20201214222154.3480243-2-edgar.iglesias@gmail.com | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 10 | --- |
11 | hw/intc/arm_gic.c | 4 +++- | 11 | target/arm/cpu.h | 3 ++- |
12 | 1 file changed, 3 insertions(+), 1 deletion(-) | 12 | target/arm/cpu.c | 12 +++++++----- |
13 | target/arm/helper.c | 10 +++++++--- | ||
14 | 3 files changed, 16 insertions(+), 9 deletions(-) | ||
13 | 15 | ||
14 | diff --git a/hw/intc/arm_gic.c b/hw/intc/arm_gic.c | 16 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h |
15 | index XXXXXXX..XXXXXXX 100644 | 17 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/hw/intc/arm_gic.c | 18 | --- a/target/arm/cpu.h |
17 | +++ b/hw/intc/arm_gic.c | 19 | +++ b/target/arm/cpu.h |
18 | @@ -XXX,XX +XXX,XX @@ static inline void gic_get_best_virq(GICState *s, int cpu, | 20 | @@ -XXX,XX +XXX,XX @@ typedef struct CPUArchState { |
19 | static inline bool gic_irq_signaling_enabled(GICState *s, int cpu, bool virt, | 21 | uint64_t vbar_el[4]; |
20 | int group_mask) | 22 | }; |
21 | { | 23 | uint32_t mvbar; /* (monitor) vector base address register */ |
22 | + int cpu_iface = virt ? (cpu + GIC_NCPU) : cpu; | 24 | + uint64_t rvbar; /* rvbar sampled from rvbar property at reset */ |
25 | struct { /* FCSE PID. */ | ||
26 | uint32_t fcseidr_ns; | ||
27 | uint32_t fcseidr_s; | ||
28 | @@ -XXX,XX +XXX,XX @@ struct ArchCPU { | ||
29 | |||
30 | /* DCZ blocksize, in log_2(words), ie low 4 bits of DCZID_EL0 */ | ||
31 | uint32_t dcz_blocksize; | ||
32 | - uint64_t rvbar; | ||
33 | + uint64_t rvbar_prop; /* Property/input signals. */ | ||
34 | |||
35 | /* Configurable aspects of GIC cpu interface (which is part of the CPU) */ | ||
36 | int gic_num_lrs; /* number of list registers */ | ||
37 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | ||
38 | index XXXXXXX..XXXXXXX 100644 | ||
39 | --- a/target/arm/cpu.c | ||
40 | +++ b/target/arm/cpu.c | ||
41 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_reset(DeviceState *dev) | ||
42 | } else { | ||
43 | env->pstate = PSTATE_MODE_EL1h; | ||
44 | } | ||
45 | - env->pc = cpu->rvbar; | ||
23 | + | 46 | + |
24 | if (!virt && !(s->ctlr & group_mask)) { | 47 | + /* Sample rvbar at reset. */ |
25 | return false; | 48 | + env->cp15.rvbar = cpu->rvbar_prop; |
49 | + env->pc = env->cp15.rvbar; | ||
50 | #endif | ||
51 | } else { | ||
52 | #if defined(CONFIG_USER_ONLY) | ||
53 | @@ -XXX,XX +XXX,XX @@ static Property arm_cpu_reset_cbar_property = | ||
54 | static Property arm_cpu_reset_hivecs_property = | ||
55 | DEFINE_PROP_BOOL("reset-hivecs", ARMCPU, reset_hivecs, false); | ||
56 | |||
57 | -static Property arm_cpu_rvbar_property = | ||
58 | - DEFINE_PROP_UINT64("rvbar", ARMCPU, rvbar, 0); | ||
59 | - | ||
60 | #ifndef CONFIG_USER_ONLY | ||
61 | static Property arm_cpu_has_el2_property = | ||
62 | DEFINE_PROP_BOOL("has_el2", ARMCPU, has_el2, true); | ||
63 | @@ -XXX,XX +XXX,XX @@ void arm_cpu_post_init(Object *obj) | ||
26 | } | 64 | } |
27 | @@ -XXX,XX +XXX,XX @@ static inline bool gic_irq_signaling_enabled(GICState *s, int cpu, bool virt, | 65 | |
28 | return false; | 66 | if (arm_feature(&cpu->env, ARM_FEATURE_AARCH64)) { |
67 | - qdev_property_add_static(DEVICE(obj), &arm_cpu_rvbar_property); | ||
68 | + object_property_add_uint64_ptr(obj, "rvbar", | ||
69 | + &cpu->rvbar_prop, | ||
70 | + OBJ_PROP_FLAG_READWRITE); | ||
29 | } | 71 | } |
30 | 72 | ||
31 | - if (!(s->cpu_ctlr[cpu] & group_mask)) { | 73 | #ifndef CONFIG_USER_ONLY |
32 | + if (!(s->cpu_ctlr[cpu_iface] & group_mask)) { | 74 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
33 | return false; | 75 | index XXXXXXX..XXXXXXX 100644 |
34 | } | 76 | --- a/target/arm/helper.c |
35 | 77 | +++ b/target/arm/helper.c | |
78 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) | ||
79 | ARMCPRegInfo rvbar = { | ||
80 | .name = "RVBAR_EL1", .state = ARM_CP_STATE_AA64, | ||
81 | .opc0 = 3, .opc1 = 0, .crn = 12, .crm = 0, .opc2 = 1, | ||
82 | - .type = ARM_CP_CONST, .access = PL1_R, .resetvalue = cpu->rvbar | ||
83 | + .access = PL1_R, | ||
84 | + .fieldoffset = offsetof(CPUARMState, cp15.rvbar), | ||
85 | }; | ||
86 | define_one_arm_cp_reg(cpu, &rvbar); | ||
87 | } | ||
88 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) | ||
89 | ARMCPRegInfo rvbar = { | ||
90 | .name = "RVBAR_EL2", .state = ARM_CP_STATE_AA64, | ||
91 | .opc0 = 3, .opc1 = 4, .crn = 12, .crm = 0, .opc2 = 1, | ||
92 | - .type = ARM_CP_CONST, .access = PL2_R, .resetvalue = cpu->rvbar | ||
93 | + .access = PL2_R, | ||
94 | + .fieldoffset = offsetof(CPUARMState, cp15.rvbar), | ||
95 | }; | ||
96 | define_one_arm_cp_reg(cpu, &rvbar); | ||
97 | } | ||
98 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) | ||
99 | ARMCPRegInfo el3_regs[] = { | ||
100 | { .name = "RVBAR_EL3", .state = ARM_CP_STATE_AA64, | ||
101 | .opc0 = 3, .opc1 = 6, .crn = 12, .crm = 0, .opc2 = 1, | ||
102 | - .type = ARM_CP_CONST, .access = PL3_R, .resetvalue = cpu->rvbar }, | ||
103 | + .access = PL3_R, | ||
104 | + .fieldoffset = offsetof(CPUARMState, cp15.rvbar), | ||
105 | + }, | ||
106 | { .name = "SCTLR_EL3", .state = ARM_CP_STATE_AA64, | ||
107 | .opc0 = 3, .opc1 = 6, .crn = 1, .crm = 0, .opc2 = 0, | ||
108 | .access = PL3_RW, | ||
36 | -- | 109 | -- |
37 | 2.20.1 | 110 | 2.25.1 |
38 | |||
39 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | The CCR is a register most of whose bits are banked between security | ||
2 | states but where BFHFNMIGN is not, and we keep it in the non-secure | ||
3 | entry of the v7m.ccr[] array. The logic which tries to handle this | ||
4 | bit fails to implement the "RAZ/WI from Nonsecure if AIRCR.BFHFNMINS | ||
5 | is zero" requirement; correct the omission. | ||
6 | 1 | ||
7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
9 | Message-id: 20201210201433.26262-2-peter.maydell@linaro.org | ||
10 | --- | ||
11 | hw/intc/armv7m_nvic.c | 15 +++++++++++++++ | ||
12 | 1 file changed, 15 insertions(+) | ||
13 | |||
14 | diff --git a/hw/intc/armv7m_nvic.c b/hw/intc/armv7m_nvic.c | ||
15 | index XXXXXXX..XXXXXXX 100644 | ||
16 | --- a/hw/intc/armv7m_nvic.c | ||
17 | +++ b/hw/intc/armv7m_nvic.c | ||
18 | @@ -XXX,XX +XXX,XX @@ static uint32_t nvic_readl(NVICState *s, uint32_t offset, MemTxAttrs attrs) | ||
19 | */ | ||
20 | val = cpu->env.v7m.ccr[attrs.secure]; | ||
21 | val |= cpu->env.v7m.ccr[M_REG_NS] & R_V7M_CCR_BFHFNMIGN_MASK; | ||
22 | + /* BFHFNMIGN is RAZ/WI from NS if AIRCR.BFHFNMINS is 0 */ | ||
23 | + if (!attrs.secure) { | ||
24 | + if (!(cpu->env.v7m.aircr & R_V7M_AIRCR_BFHFNMINS_MASK)) { | ||
25 | + val &= ~R_V7M_CCR_BFHFNMIGN_MASK; | ||
26 | + } | ||
27 | + } | ||
28 | return val; | ||
29 | case 0xd24: /* System Handler Control and State (SHCSR) */ | ||
30 | if (!arm_feature(&cpu->env, ARM_FEATURE_V7)) { | ||
31 | @@ -XXX,XX +XXX,XX @@ static void nvic_writel(NVICState *s, uint32_t offset, uint32_t value, | ||
32 | (cpu->env.v7m.ccr[M_REG_NS] & ~R_V7M_CCR_BFHFNMIGN_MASK) | ||
33 | | (value & R_V7M_CCR_BFHFNMIGN_MASK); | ||
34 | value &= ~R_V7M_CCR_BFHFNMIGN_MASK; | ||
35 | + } else { | ||
36 | + /* | ||
37 | + * BFHFNMIGN is RAZ/WI from NS if AIRCR.BFHFNMINS is 0, so | ||
38 | + * preserve the state currently in the NS element of the array | ||
39 | + */ | ||
40 | + if (!(cpu->env.v7m.aircr & R_V7M_AIRCR_BFHFNMINS_MASK)) { | ||
41 | + value &= ~R_V7M_CCR_BFHFNMIGN_MASK; | ||
42 | + value |= cpu->env.v7m.ccr[M_REG_NS] & R_V7M_CCR_BFHFNMIGN_MASK; | ||
43 | + } | ||
44 | } | ||
45 | |||
46 | cpu->env.v7m.ccr[attrs.secure] = value; | ||
47 | -- | ||
48 | 2.20.1 | ||
49 | |||
50 | diff view generated by jsdifflib |
Deleted patch | |||
---|---|---|---|
1 | In commit 64f863baeedc8659 we implemented the v8.1M FPCXT_S register, | ||
2 | but we got the write behaviour wrong. On read, this register reads | ||
3 | bits [27:0] of FPSCR plus the CONTROL.SFPA bit. On write, it doesn't | ||
4 | just write back those bits -- it writes a value to the whole FPSCR, | ||
5 | whose upper 4 bits are zeroes. | ||
6 | 1 | ||
7 | We also incorrectly implemented the write-to-FPSCR as a simple store | ||
8 | to vfp.xregs; this skips the "update the softfloat flags" part of | ||
9 | the vfp_set_fpscr helper so the value would read back correctly but | ||
10 | not actually take effect. | ||
11 | |||
12 | Fix both of these things by doing a complete write to the FPSCR | ||
13 | using the helper function. | ||
14 | |||
15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
16 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
17 | Message-id: 20201210201433.26262-3-peter.maydell@linaro.org | ||
18 | --- | ||
19 | target/arm/translate-vfp.c.inc | 12 ++++++------ | ||
20 | 1 file changed, 6 insertions(+), 6 deletions(-) | ||
21 | |||
22 | diff --git a/target/arm/translate-vfp.c.inc b/target/arm/translate-vfp.c.inc | ||
23 | index XXXXXXX..XXXXXXX 100644 | ||
24 | --- a/target/arm/translate-vfp.c.inc | ||
25 | +++ b/target/arm/translate-vfp.c.inc | ||
26 | @@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_write(DisasContext *s, int regno, | ||
27 | } | ||
28 | case ARM_VFP_FPCXT_S: | ||
29 | { | ||
30 | - TCGv_i32 sfpa, control, fpscr; | ||
31 | - /* Set FPSCR[27:0] and CONTROL.SFPA from value */ | ||
32 | + TCGv_i32 sfpa, control; | ||
33 | + /* | ||
34 | + * Set FPSCR and CONTROL.SFPA from value; the new FPSCR takes | ||
35 | + * bits [27:0] from value and zeroes bits [31:28]. | ||
36 | + */ | ||
37 | tmp = loadfn(s, opaque); | ||
38 | sfpa = tcg_temp_new_i32(); | ||
39 | tcg_gen_shri_i32(sfpa, tmp, 31); | ||
40 | @@ -XXX,XX +XXX,XX @@ static bool gen_M_fp_sysreg_write(DisasContext *s, int regno, | ||
41 | tcg_gen_deposit_i32(control, control, sfpa, | ||
42 | R_V7M_CONTROL_SFPA_SHIFT, 1); | ||
43 | store_cpu_field(control, v7m.control[M_REG_S]); | ||
44 | - fpscr = load_cpu_field(vfp.xregs[ARM_VFP_FPSCR]); | ||
45 | - tcg_gen_andi_i32(fpscr, fpscr, FPCR_NZCV_MASK); | ||
46 | tcg_gen_andi_i32(tmp, tmp, ~FPCR_NZCV_MASK); | ||
47 | - tcg_gen_or_i32(fpscr, fpscr, tmp); | ||
48 | - store_cpu_field(fpscr, vfp.xregs[ARM_VFP_FPSCR]); | ||
49 | + gen_helper_vfp_set_fpscr(cpu_env, tmp); | ||
50 | tcg_temp_free_i32(tmp); | ||
51 | tcg_temp_free_i32(sfpa); | ||
52 | break; | ||
53 | -- | ||
54 | 2.20.1 | ||
55 | |||
56 | diff view generated by jsdifflib |
1 | Now that timer_free() implicitly calls timer_del(), sequences | 1 | From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com> |
---|---|---|---|
2 | timer_del(mytimer); | ||
3 | timer_free(mytimer); | ||
4 | 2 | ||
5 | can be simplified to just | 3 | Add a model of the Xilinx ZynqMP CRF. At the moment this |
6 | timer_free(mytimer); | 4 | is mostly a stub model. |
7 | 5 | ||
8 | Add a Coccinelle script to do this transformation. | 6 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
8 | Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> | ||
9 | Message-id: 20220316164645.2303510-4-edgar.iglesias@gmail.com | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | ||
11 | --- | ||
12 | include/hw/misc/xlnx-zynqmp-crf.h | 211 ++++++++++++++++++++++++ | ||
13 | hw/misc/xlnx-zynqmp-crf.c | 266 ++++++++++++++++++++++++++++++ | ||
14 | hw/misc/meson.build | 1 + | ||
15 | 3 files changed, 478 insertions(+) | ||
16 | create mode 100644 include/hw/misc/xlnx-zynqmp-crf.h | ||
17 | create mode 100644 hw/misc/xlnx-zynqmp-crf.c | ||
9 | 18 | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 19 | diff --git a/include/hw/misc/xlnx-zynqmp-crf.h b/include/hw/misc/xlnx-zynqmp-crf.h |
11 | Acked-by: Paolo Bonzini <pbonzini@redhat.com> | ||
12 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
13 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
14 | Message-id: 20201215154107.3255-3-peter.maydell@linaro.org | ||
15 | --- | ||
16 | scripts/coccinelle/timer-del-timer-free.cocci | 18 ++++++++++++++++++ | ||
17 | 1 file changed, 18 insertions(+) | ||
18 | create mode 100644 scripts/coccinelle/timer-del-timer-free.cocci | ||
19 | |||
20 | diff --git a/scripts/coccinelle/timer-del-timer-free.cocci b/scripts/coccinelle/timer-del-timer-free.cocci | ||
21 | new file mode 100644 | 20 | new file mode 100644 |
22 | index XXXXXXX..XXXXXXX | 21 | index XXXXXXX..XXXXXXX |
23 | --- /dev/null | 22 | --- /dev/null |
24 | +++ b/scripts/coccinelle/timer-del-timer-free.cocci | 23 | +++ b/include/hw/misc/xlnx-zynqmp-crf.h |
25 | @@ -XXX,XX +XXX,XX @@ | 24 | @@ -XXX,XX +XXX,XX @@ |
26 | +// Remove superfluous timer_del() calls | 25 | +/* |
27 | +// | 26 | + * QEMU model of the CRF - Clock Reset FPD. |
28 | +// Copyright Linaro Limited 2020 | 27 | + * |
29 | +// This work is licensed under the terms of the GNU GPLv2 or later. | 28 | + * Copyright (c) 2022 Xilinx Inc. |
30 | +// | 29 | + * SPDX-License-Identifier: GPL-2.0-or-later |
31 | +// spatch --macro-file scripts/cocci-macro-file.h \ | 30 | + * Written by Edgar E. Iglesias <edgar.iglesias@xilinx.com> |
32 | +// --sp-file scripts/coccinelle/timer-del-timer-free.cocci \ | 31 | + */ |
33 | +// --in-place --dir . | 32 | +#ifndef HW_MISC_XLNX_ZYNQMP_CRF_H |
34 | +// | 33 | +#define HW_MISC_XLNX_ZYNQMP_CRF_H |
35 | +// The timer_free() function now implicitly calls timer_del() | 34 | + |
36 | +// for you, so calls to timer_del() immediately before the | 35 | +#include "hw/sysbus.h" |
37 | +// timer_free() of the same timer can be deleted. | 36 | +#include "hw/register.h" |
38 | + | 37 | + |
39 | +@@ | 38 | +#define TYPE_XLNX_ZYNQMP_CRF "xlnx.zynqmp_crf" |
40 | +expression T; | 39 | +OBJECT_DECLARE_SIMPLE_TYPE(XlnxZynqMPCRF, XLNX_ZYNQMP_CRF) |
41 | +@@ | 40 | + |
42 | +-timer_del(T); | 41 | +REG32(ERR_CTRL, 0x0) |
43 | + timer_free(T); | 42 | + FIELD(ERR_CTRL, SLVERR_ENABLE, 0, 1) |
43 | +REG32(IR_STATUS, 0x4) | ||
44 | + FIELD(IR_STATUS, ADDR_DECODE_ERR, 0, 1) | ||
45 | +REG32(IR_MASK, 0x8) | ||
46 | + FIELD(IR_MASK, ADDR_DECODE_ERR, 0, 1) | ||
47 | +REG32(IR_ENABLE, 0xc) | ||
48 | + FIELD(IR_ENABLE, ADDR_DECODE_ERR, 0, 1) | ||
49 | +REG32(IR_DISABLE, 0x10) | ||
50 | + FIELD(IR_DISABLE, ADDR_DECODE_ERR, 0, 1) | ||
51 | +REG32(CRF_WPROT, 0x1c) | ||
52 | + FIELD(CRF_WPROT, ACTIVE, 0, 1) | ||
53 | +REG32(APLL_CTRL, 0x20) | ||
54 | + FIELD(APLL_CTRL, POST_SRC, 24, 3) | ||
55 | + FIELD(APLL_CTRL, PRE_SRC, 20, 3) | ||
56 | + FIELD(APLL_CTRL, CLKOUTDIV, 17, 1) | ||
57 | + FIELD(APLL_CTRL, DIV2, 16, 1) | ||
58 | + FIELD(APLL_CTRL, FBDIV, 8, 7) | ||
59 | + FIELD(APLL_CTRL, BYPASS, 3, 1) | ||
60 | + FIELD(APLL_CTRL, RESET, 0, 1) | ||
61 | +REG32(APLL_CFG, 0x24) | ||
62 | + FIELD(APLL_CFG, LOCK_DLY, 25, 7) | ||
63 | + FIELD(APLL_CFG, LOCK_CNT, 13, 10) | ||
64 | + FIELD(APLL_CFG, LFHF, 10, 2) | ||
65 | + FIELD(APLL_CFG, CP, 5, 4) | ||
66 | + FIELD(APLL_CFG, RES, 0, 4) | ||
67 | +REG32(APLL_FRAC_CFG, 0x28) | ||
68 | + FIELD(APLL_FRAC_CFG, ENABLED, 31, 1) | ||
69 | + FIELD(APLL_FRAC_CFG, SEED, 22, 3) | ||
70 | + FIELD(APLL_FRAC_CFG, ALGRTHM, 19, 1) | ||
71 | + FIELD(APLL_FRAC_CFG, ORDER, 18, 1) | ||
72 | + FIELD(APLL_FRAC_CFG, DATA, 0, 16) | ||
73 | +REG32(DPLL_CTRL, 0x2c) | ||
74 | + FIELD(DPLL_CTRL, POST_SRC, 24, 3) | ||
75 | + FIELD(DPLL_CTRL, PRE_SRC, 20, 3) | ||
76 | + FIELD(DPLL_CTRL, CLKOUTDIV, 17, 1) | ||
77 | + FIELD(DPLL_CTRL, DIV2, 16, 1) | ||
78 | + FIELD(DPLL_CTRL, FBDIV, 8, 7) | ||
79 | + FIELD(DPLL_CTRL, BYPASS, 3, 1) | ||
80 | + FIELD(DPLL_CTRL, RESET, 0, 1) | ||
81 | +REG32(DPLL_CFG, 0x30) | ||
82 | + FIELD(DPLL_CFG, LOCK_DLY, 25, 7) | ||
83 | + FIELD(DPLL_CFG, LOCK_CNT, 13, 10) | ||
84 | + FIELD(DPLL_CFG, LFHF, 10, 2) | ||
85 | + FIELD(DPLL_CFG, CP, 5, 4) | ||
86 | + FIELD(DPLL_CFG, RES, 0, 4) | ||
87 | +REG32(DPLL_FRAC_CFG, 0x34) | ||
88 | + FIELD(DPLL_FRAC_CFG, ENABLED, 31, 1) | ||
89 | + FIELD(DPLL_FRAC_CFG, SEED, 22, 3) | ||
90 | + FIELD(DPLL_FRAC_CFG, ALGRTHM, 19, 1) | ||
91 | + FIELD(DPLL_FRAC_CFG, ORDER, 18, 1) | ||
92 | + FIELD(DPLL_FRAC_CFG, DATA, 0, 16) | ||
93 | +REG32(VPLL_CTRL, 0x38) | ||
94 | + FIELD(VPLL_CTRL, POST_SRC, 24, 3) | ||
95 | + FIELD(VPLL_CTRL, PRE_SRC, 20, 3) | ||
96 | + FIELD(VPLL_CTRL, CLKOUTDIV, 17, 1) | ||
97 | + FIELD(VPLL_CTRL, DIV2, 16, 1) | ||
98 | + FIELD(VPLL_CTRL, FBDIV, 8, 7) | ||
99 | + FIELD(VPLL_CTRL, BYPASS, 3, 1) | ||
100 | + FIELD(VPLL_CTRL, RESET, 0, 1) | ||
101 | +REG32(VPLL_CFG, 0x3c) | ||
102 | + FIELD(VPLL_CFG, LOCK_DLY, 25, 7) | ||
103 | + FIELD(VPLL_CFG, LOCK_CNT, 13, 10) | ||
104 | + FIELD(VPLL_CFG, LFHF, 10, 2) | ||
105 | + FIELD(VPLL_CFG, CP, 5, 4) | ||
106 | + FIELD(VPLL_CFG, RES, 0, 4) | ||
107 | +REG32(VPLL_FRAC_CFG, 0x40) | ||
108 | + FIELD(VPLL_FRAC_CFG, ENABLED, 31, 1) | ||
109 | + FIELD(VPLL_FRAC_CFG, SEED, 22, 3) | ||
110 | + FIELD(VPLL_FRAC_CFG, ALGRTHM, 19, 1) | ||
111 | + FIELD(VPLL_FRAC_CFG, ORDER, 18, 1) | ||
112 | + FIELD(VPLL_FRAC_CFG, DATA, 0, 16) | ||
113 | +REG32(PLL_STATUS, 0x44) | ||
114 | + FIELD(PLL_STATUS, VPLL_STABLE, 5, 1) | ||
115 | + FIELD(PLL_STATUS, DPLL_STABLE, 4, 1) | ||
116 | + FIELD(PLL_STATUS, APLL_STABLE, 3, 1) | ||
117 | + FIELD(PLL_STATUS, VPLL_LOCK, 2, 1) | ||
118 | + FIELD(PLL_STATUS, DPLL_LOCK, 1, 1) | ||
119 | + FIELD(PLL_STATUS, APLL_LOCK, 0, 1) | ||
120 | +REG32(APLL_TO_LPD_CTRL, 0x48) | ||
121 | + FIELD(APLL_TO_LPD_CTRL, DIVISOR0, 8, 6) | ||
122 | +REG32(DPLL_TO_LPD_CTRL, 0x4c) | ||
123 | + FIELD(DPLL_TO_LPD_CTRL, DIVISOR0, 8, 6) | ||
124 | +REG32(VPLL_TO_LPD_CTRL, 0x50) | ||
125 | + FIELD(VPLL_TO_LPD_CTRL, DIVISOR0, 8, 6) | ||
126 | +REG32(ACPU_CTRL, 0x60) | ||
127 | + FIELD(ACPU_CTRL, CLKACT_HALF, 25, 1) | ||
128 | + FIELD(ACPU_CTRL, CLKACT_FULL, 24, 1) | ||
129 | + FIELD(ACPU_CTRL, DIVISOR0, 8, 6) | ||
130 | + FIELD(ACPU_CTRL, SRCSEL, 0, 3) | ||
131 | +REG32(DBG_TRACE_CTRL, 0x64) | ||
132 | + FIELD(DBG_TRACE_CTRL, CLKACT, 24, 1) | ||
133 | + FIELD(DBG_TRACE_CTRL, DIVISOR0, 8, 6) | ||
134 | + FIELD(DBG_TRACE_CTRL, SRCSEL, 0, 3) | ||
135 | +REG32(DBG_FPD_CTRL, 0x68) | ||
136 | + FIELD(DBG_FPD_CTRL, CLKACT, 24, 1) | ||
137 | + FIELD(DBG_FPD_CTRL, DIVISOR0, 8, 6) | ||
138 | + FIELD(DBG_FPD_CTRL, SRCSEL, 0, 3) | ||
139 | +REG32(DP_VIDEO_REF_CTRL, 0x70) | ||
140 | + FIELD(DP_VIDEO_REF_CTRL, CLKACT, 24, 1) | ||
141 | + FIELD(DP_VIDEO_REF_CTRL, DIVISOR1, 16, 6) | ||
142 | + FIELD(DP_VIDEO_REF_CTRL, DIVISOR0, 8, 6) | ||
143 | + FIELD(DP_VIDEO_REF_CTRL, SRCSEL, 0, 3) | ||
144 | +REG32(DP_AUDIO_REF_CTRL, 0x74) | ||
145 | + FIELD(DP_AUDIO_REF_CTRL, CLKACT, 24, 1) | ||
146 | + FIELD(DP_AUDIO_REF_CTRL, DIVISOR1, 16, 6) | ||
147 | + FIELD(DP_AUDIO_REF_CTRL, DIVISOR0, 8, 6) | ||
148 | + FIELD(DP_AUDIO_REF_CTRL, SRCSEL, 0, 3) | ||
149 | +REG32(DP_STC_REF_CTRL, 0x7c) | ||
150 | + FIELD(DP_STC_REF_CTRL, CLKACT, 24, 1) | ||
151 | + FIELD(DP_STC_REF_CTRL, DIVISOR1, 16, 6) | ||
152 | + FIELD(DP_STC_REF_CTRL, DIVISOR0, 8, 6) | ||
153 | + FIELD(DP_STC_REF_CTRL, SRCSEL, 0, 3) | ||
154 | +REG32(DDR_CTRL, 0x80) | ||
155 | + FIELD(DDR_CTRL, CLKACT, 24, 1) | ||
156 | + FIELD(DDR_CTRL, DIVISOR0, 8, 6) | ||
157 | + FIELD(DDR_CTRL, SRCSEL, 0, 3) | ||
158 | +REG32(GPU_REF_CTRL, 0x84) | ||
159 | + FIELD(GPU_REF_CTRL, PP1_CLKACT, 26, 1) | ||
160 | + FIELD(GPU_REF_CTRL, PP0_CLKACT, 25, 1) | ||
161 | + FIELD(GPU_REF_CTRL, CLKACT, 24, 1) | ||
162 | + FIELD(GPU_REF_CTRL, DIVISOR0, 8, 6) | ||
163 | + FIELD(GPU_REF_CTRL, SRCSEL, 0, 3) | ||
164 | +REG32(SATA_REF_CTRL, 0xa0) | ||
165 | + FIELD(SATA_REF_CTRL, CLKACT, 24, 1) | ||
166 | + FIELD(SATA_REF_CTRL, DIVISOR0, 8, 6) | ||
167 | + FIELD(SATA_REF_CTRL, SRCSEL, 0, 3) | ||
168 | +REG32(PCIE_REF_CTRL, 0xb4) | ||
169 | + FIELD(PCIE_REF_CTRL, CLKACT, 24, 1) | ||
170 | + FIELD(PCIE_REF_CTRL, DIVISOR0, 8, 6) | ||
171 | + FIELD(PCIE_REF_CTRL, SRCSEL, 0, 3) | ||
172 | +REG32(GDMA_REF_CTRL, 0xb8) | ||
173 | + FIELD(GDMA_REF_CTRL, CLKACT, 24, 1) | ||
174 | + FIELD(GDMA_REF_CTRL, DIVISOR0, 8, 6) | ||
175 | + FIELD(GDMA_REF_CTRL, SRCSEL, 0, 3) | ||
176 | +REG32(DPDMA_REF_CTRL, 0xbc) | ||
177 | + FIELD(DPDMA_REF_CTRL, CLKACT, 24, 1) | ||
178 | + FIELD(DPDMA_REF_CTRL, DIVISOR0, 8, 6) | ||
179 | + FIELD(DPDMA_REF_CTRL, SRCSEL, 0, 3) | ||
180 | +REG32(TOPSW_MAIN_CTRL, 0xc0) | ||
181 | + FIELD(TOPSW_MAIN_CTRL, CLKACT, 24, 1) | ||
182 | + FIELD(TOPSW_MAIN_CTRL, DIVISOR0, 8, 6) | ||
183 | + FIELD(TOPSW_MAIN_CTRL, SRCSEL, 0, 3) | ||
184 | +REG32(TOPSW_LSBUS_CTRL, 0xc4) | ||
185 | + FIELD(TOPSW_LSBUS_CTRL, CLKACT, 24, 1) | ||
186 | + FIELD(TOPSW_LSBUS_CTRL, DIVISOR0, 8, 6) | ||
187 | + FIELD(TOPSW_LSBUS_CTRL, SRCSEL, 0, 3) | ||
188 | +REG32(DBG_TSTMP_CTRL, 0xf8) | ||
189 | + FIELD(DBG_TSTMP_CTRL, DIVISOR0, 8, 6) | ||
190 | + FIELD(DBG_TSTMP_CTRL, SRCSEL, 0, 3) | ||
191 | +REG32(RST_FPD_TOP, 0x100) | ||
192 | + FIELD(RST_FPD_TOP, PCIE_CFG_RESET, 19, 1) | ||
193 | + FIELD(RST_FPD_TOP, PCIE_BRIDGE_RESET, 18, 1) | ||
194 | + FIELD(RST_FPD_TOP, PCIE_CTRL_RESET, 17, 1) | ||
195 | + FIELD(RST_FPD_TOP, DP_RESET, 16, 1) | ||
196 | + FIELD(RST_FPD_TOP, SWDT_RESET, 15, 1) | ||
197 | + FIELD(RST_FPD_TOP, AFI_FM5_RESET, 12, 1) | ||
198 | + FIELD(RST_FPD_TOP, AFI_FM4_RESET, 11, 1) | ||
199 | + FIELD(RST_FPD_TOP, AFI_FM3_RESET, 10, 1) | ||
200 | + FIELD(RST_FPD_TOP, AFI_FM2_RESET, 9, 1) | ||
201 | + FIELD(RST_FPD_TOP, AFI_FM1_RESET, 8, 1) | ||
202 | + FIELD(RST_FPD_TOP, AFI_FM0_RESET, 7, 1) | ||
203 | + FIELD(RST_FPD_TOP, GDMA_RESET, 6, 1) | ||
204 | + FIELD(RST_FPD_TOP, GPU_PP1_RESET, 5, 1) | ||
205 | + FIELD(RST_FPD_TOP, GPU_PP0_RESET, 4, 1) | ||
206 | + FIELD(RST_FPD_TOP, GPU_RESET, 3, 1) | ||
207 | + FIELD(RST_FPD_TOP, GT_RESET, 2, 1) | ||
208 | + FIELD(RST_FPD_TOP, SATA_RESET, 1, 1) | ||
209 | +REG32(RST_FPD_APU, 0x104) | ||
210 | + FIELD(RST_FPD_APU, ACPU3_PWRON_RESET, 13, 1) | ||
211 | + FIELD(RST_FPD_APU, ACPU2_PWRON_RESET, 12, 1) | ||
212 | + FIELD(RST_FPD_APU, ACPU1_PWRON_RESET, 11, 1) | ||
213 | + FIELD(RST_FPD_APU, ACPU0_PWRON_RESET, 10, 1) | ||
214 | + FIELD(RST_FPD_APU, APU_L2_RESET, 8, 1) | ||
215 | + FIELD(RST_FPD_APU, ACPU3_RESET, 3, 1) | ||
216 | + FIELD(RST_FPD_APU, ACPU2_RESET, 2, 1) | ||
217 | + FIELD(RST_FPD_APU, ACPU1_RESET, 1, 1) | ||
218 | + FIELD(RST_FPD_APU, ACPU0_RESET, 0, 1) | ||
219 | +REG32(RST_DDR_SS, 0x108) | ||
220 | + FIELD(RST_DDR_SS, DDR_RESET, 3, 1) | ||
221 | + FIELD(RST_DDR_SS, APM_RESET, 2, 1) | ||
222 | + | ||
223 | +#define CRF_R_MAX (R_RST_DDR_SS + 1) | ||
224 | + | ||
225 | +struct XlnxZynqMPCRF { | ||
226 | + SysBusDevice parent_obj; | ||
227 | + MemoryRegion iomem; | ||
228 | + qemu_irq irq_ir; | ||
229 | + | ||
230 | + RegisterInfoArray *reg_array; | ||
231 | + uint32_t regs[CRF_R_MAX]; | ||
232 | + RegisterInfo regs_info[CRF_R_MAX]; | ||
233 | +}; | ||
234 | + | ||
235 | +#endif | ||
236 | diff --git a/hw/misc/xlnx-zynqmp-crf.c b/hw/misc/xlnx-zynqmp-crf.c | ||
237 | new file mode 100644 | ||
238 | index XXXXXXX..XXXXXXX | ||
239 | --- /dev/null | ||
240 | +++ b/hw/misc/xlnx-zynqmp-crf.c | ||
241 | @@ -XXX,XX +XXX,XX @@ | ||
242 | +/* | ||
243 | + * QEMU model of the CRF - Clock Reset FPD. | ||
244 | + * | ||
245 | + * Copyright (c) 2022 Xilinx Inc. | ||
246 | + * SPDX-License-Identifier: GPL-2.0-or-later | ||
247 | + * Written by Edgar E. Iglesias <edgar.iglesias@xilinx.com> | ||
248 | + */ | ||
249 | + | ||
250 | +#include "qemu/osdep.h" | ||
251 | +#include "hw/sysbus.h" | ||
252 | +#include "hw/register.h" | ||
253 | +#include "qemu/bitops.h" | ||
254 | +#include "qemu/log.h" | ||
255 | +#include "migration/vmstate.h" | ||
256 | +#include "hw/irq.h" | ||
257 | +#include "hw/misc/xlnx-zynqmp-crf.h" | ||
258 | +#include "target/arm/arm-powerctl.h" | ||
259 | + | ||
260 | +#ifndef XLNX_ZYNQMP_CRF_ERR_DEBUG | ||
261 | +#define XLNX_ZYNQMP_CRF_ERR_DEBUG 0 | ||
262 | +#endif | ||
263 | + | ||
264 | +#define CRF_MAX_CPU 4 | ||
265 | + | ||
266 | +static void ir_update_irq(XlnxZynqMPCRF *s) | ||
267 | +{ | ||
268 | + bool pending = s->regs[R_IR_STATUS] & ~s->regs[R_IR_MASK]; | ||
269 | + qemu_set_irq(s->irq_ir, pending); | ||
270 | +} | ||
271 | + | ||
272 | +static void ir_status_postw(RegisterInfo *reg, uint64_t val64) | ||
273 | +{ | ||
274 | + XlnxZynqMPCRF *s = XLNX_ZYNQMP_CRF(reg->opaque); | ||
275 | + ir_update_irq(s); | ||
276 | +} | ||
277 | + | ||
278 | +static uint64_t ir_enable_prew(RegisterInfo *reg, uint64_t val64) | ||
279 | +{ | ||
280 | + XlnxZynqMPCRF *s = XLNX_ZYNQMP_CRF(reg->opaque); | ||
281 | + uint32_t val = val64; | ||
282 | + | ||
283 | + s->regs[R_IR_MASK] &= ~val; | ||
284 | + ir_update_irq(s); | ||
285 | + return 0; | ||
286 | +} | ||
287 | + | ||
288 | +static uint64_t ir_disable_prew(RegisterInfo *reg, uint64_t val64) | ||
289 | +{ | ||
290 | + XlnxZynqMPCRF *s = XLNX_ZYNQMP_CRF(reg->opaque); | ||
291 | + uint32_t val = val64; | ||
292 | + | ||
293 | + s->regs[R_IR_MASK] |= val; | ||
294 | + ir_update_irq(s); | ||
295 | + return 0; | ||
296 | +} | ||
297 | + | ||
298 | +static uint64_t rst_fpd_apu_prew(RegisterInfo *reg, uint64_t val64) | ||
299 | +{ | ||
300 | + XlnxZynqMPCRF *s = XLNX_ZYNQMP_CRF(reg->opaque); | ||
301 | + uint32_t val = val64; | ||
302 | + uint32_t val_old = s->regs[R_RST_FPD_APU]; | ||
303 | + unsigned int i; | ||
304 | + | ||
305 | + for (i = 0; i < CRF_MAX_CPU; i++) { | ||
306 | + uint32_t mask = (1 << (R_RST_FPD_APU_ACPU0_RESET_SHIFT + i)); | ||
307 | + | ||
308 | + if ((val ^ val_old) & mask) { | ||
309 | + if (val & mask) { | ||
310 | + arm_set_cpu_off(i); | ||
311 | + } else { | ||
312 | + arm_set_cpu_on_and_reset(i); | ||
313 | + } | ||
314 | + } | ||
315 | + } | ||
316 | + return val64; | ||
317 | +} | ||
318 | + | ||
319 | +static const RegisterAccessInfo crf_regs_info[] = { | ||
320 | + { .name = "ERR_CTRL", .addr = A_ERR_CTRL, | ||
321 | + },{ .name = "IR_STATUS", .addr = A_IR_STATUS, | ||
322 | + .w1c = 0x1, | ||
323 | + .post_write = ir_status_postw, | ||
324 | + },{ .name = "IR_MASK", .addr = A_IR_MASK, | ||
325 | + .reset = 0x1, | ||
326 | + .ro = 0x1, | ||
327 | + },{ .name = "IR_ENABLE", .addr = A_IR_ENABLE, | ||
328 | + .pre_write = ir_enable_prew, | ||
329 | + },{ .name = "IR_DISABLE", .addr = A_IR_DISABLE, | ||
330 | + .pre_write = ir_disable_prew, | ||
331 | + },{ .name = "CRF_WPROT", .addr = A_CRF_WPROT, | ||
332 | + },{ .name = "APLL_CTRL", .addr = A_APLL_CTRL, | ||
333 | + .reset = 0x12c09, | ||
334 | + .rsvd = 0xf88c80f6, | ||
335 | + },{ .name = "APLL_CFG", .addr = A_APLL_CFG, | ||
336 | + .rsvd = 0x1801210, | ||
337 | + },{ .name = "APLL_FRAC_CFG", .addr = A_APLL_FRAC_CFG, | ||
338 | + .rsvd = 0x7e330000, | ||
339 | + },{ .name = "DPLL_CTRL", .addr = A_DPLL_CTRL, | ||
340 | + .reset = 0x2c09, | ||
341 | + .rsvd = 0xf88c80f6, | ||
342 | + },{ .name = "DPLL_CFG", .addr = A_DPLL_CFG, | ||
343 | + .rsvd = 0x1801210, | ||
344 | + },{ .name = "DPLL_FRAC_CFG", .addr = A_DPLL_FRAC_CFG, | ||
345 | + .rsvd = 0x7e330000, | ||
346 | + },{ .name = "VPLL_CTRL", .addr = A_VPLL_CTRL, | ||
347 | + .reset = 0x12809, | ||
348 | + .rsvd = 0xf88c80f6, | ||
349 | + },{ .name = "VPLL_CFG", .addr = A_VPLL_CFG, | ||
350 | + .rsvd = 0x1801210, | ||
351 | + },{ .name = "VPLL_FRAC_CFG", .addr = A_VPLL_FRAC_CFG, | ||
352 | + .rsvd = 0x7e330000, | ||
353 | + },{ .name = "PLL_STATUS", .addr = A_PLL_STATUS, | ||
354 | + .reset = 0x3f, | ||
355 | + .rsvd = 0xc0, | ||
356 | + .ro = 0x3f, | ||
357 | + },{ .name = "APLL_TO_LPD_CTRL", .addr = A_APLL_TO_LPD_CTRL, | ||
358 | + .reset = 0x400, | ||
359 | + .rsvd = 0xc0ff, | ||
360 | + },{ .name = "DPLL_TO_LPD_CTRL", .addr = A_DPLL_TO_LPD_CTRL, | ||
361 | + .reset = 0x400, | ||
362 | + .rsvd = 0xc0ff, | ||
363 | + },{ .name = "VPLL_TO_LPD_CTRL", .addr = A_VPLL_TO_LPD_CTRL, | ||
364 | + .reset = 0x400, | ||
365 | + .rsvd = 0xc0ff, | ||
366 | + },{ .name = "ACPU_CTRL", .addr = A_ACPU_CTRL, | ||
367 | + .reset = 0x3000400, | ||
368 | + .rsvd = 0xfcffc0f8, | ||
369 | + },{ .name = "DBG_TRACE_CTRL", .addr = A_DBG_TRACE_CTRL, | ||
370 | + .reset = 0x2500, | ||
371 | + .rsvd = 0xfeffc0f8, | ||
372 | + },{ .name = "DBG_FPD_CTRL", .addr = A_DBG_FPD_CTRL, | ||
373 | + .reset = 0x1002500, | ||
374 | + .rsvd = 0xfeffc0f8, | ||
375 | + },{ .name = "DP_VIDEO_REF_CTRL", .addr = A_DP_VIDEO_REF_CTRL, | ||
376 | + .reset = 0x1002300, | ||
377 | + .rsvd = 0xfec0c0f8, | ||
378 | + },{ .name = "DP_AUDIO_REF_CTRL", .addr = A_DP_AUDIO_REF_CTRL, | ||
379 | + .reset = 0x1032300, | ||
380 | + .rsvd = 0xfec0c0f8, | ||
381 | + },{ .name = "DP_STC_REF_CTRL", .addr = A_DP_STC_REF_CTRL, | ||
382 | + .reset = 0x1203200, | ||
383 | + .rsvd = 0xfec0c0f8, | ||
384 | + },{ .name = "DDR_CTRL", .addr = A_DDR_CTRL, | ||
385 | + .reset = 0x1000500, | ||
386 | + .rsvd = 0xfeffc0f8, | ||
387 | + },{ .name = "GPU_REF_CTRL", .addr = A_GPU_REF_CTRL, | ||
388 | + .reset = 0x1500, | ||
389 | + .rsvd = 0xf8ffc0f8, | ||
390 | + },{ .name = "SATA_REF_CTRL", .addr = A_SATA_REF_CTRL, | ||
391 | + .reset = 0x1001600, | ||
392 | + .rsvd = 0xfeffc0f8, | ||
393 | + },{ .name = "PCIE_REF_CTRL", .addr = A_PCIE_REF_CTRL, | ||
394 | + .reset = 0x1500, | ||
395 | + .rsvd = 0xfeffc0f8, | ||
396 | + },{ .name = "GDMA_REF_CTRL", .addr = A_GDMA_REF_CTRL, | ||
397 | + .reset = 0x1000500, | ||
398 | + .rsvd = 0xfeffc0f8, | ||
399 | + },{ .name = "DPDMA_REF_CTRL", .addr = A_DPDMA_REF_CTRL, | ||
400 | + .reset = 0x1000500, | ||
401 | + .rsvd = 0xfeffc0f8, | ||
402 | + },{ .name = "TOPSW_MAIN_CTRL", .addr = A_TOPSW_MAIN_CTRL, | ||
403 | + .reset = 0x1000400, | ||
404 | + .rsvd = 0xfeffc0f8, | ||
405 | + },{ .name = "TOPSW_LSBUS_CTRL", .addr = A_TOPSW_LSBUS_CTRL, | ||
406 | + .reset = 0x1000800, | ||
407 | + .rsvd = 0xfeffc0f8, | ||
408 | + },{ .name = "DBG_TSTMP_CTRL", .addr = A_DBG_TSTMP_CTRL, | ||
409 | + .reset = 0xa00, | ||
410 | + .rsvd = 0xffffc0f8, | ||
411 | + }, | ||
412 | + { .name = "RST_FPD_TOP", .addr = A_RST_FPD_TOP, | ||
413 | + .reset = 0xf9ffe, | ||
414 | + .rsvd = 0xf06001, | ||
415 | + },{ .name = "RST_FPD_APU", .addr = A_RST_FPD_APU, | ||
416 | + .reset = 0x3d0f, | ||
417 | + .rsvd = 0xc2f0, | ||
418 | + .pre_write = rst_fpd_apu_prew, | ||
419 | + },{ .name = "RST_DDR_SS", .addr = A_RST_DDR_SS, | ||
420 | + .reset = 0xf, | ||
421 | + .rsvd = 0xf3, | ||
422 | + } | ||
423 | +}; | ||
424 | + | ||
425 | +static void crf_reset_enter(Object *obj, ResetType type) | ||
426 | +{ | ||
427 | + XlnxZynqMPCRF *s = XLNX_ZYNQMP_CRF(obj); | ||
428 | + unsigned int i; | ||
429 | + | ||
430 | + for (i = 0; i < ARRAY_SIZE(s->regs_info); ++i) { | ||
431 | + register_reset(&s->regs_info[i]); | ||
432 | + } | ||
433 | +} | ||
434 | + | ||
435 | +static void crf_reset_hold(Object *obj) | ||
436 | +{ | ||
437 | + XlnxZynqMPCRF *s = XLNX_ZYNQMP_CRF(obj); | ||
438 | + ir_update_irq(s); | ||
439 | +} | ||
440 | + | ||
441 | +static const MemoryRegionOps crf_ops = { | ||
442 | + .read = register_read_memory, | ||
443 | + .write = register_write_memory, | ||
444 | + .endianness = DEVICE_LITTLE_ENDIAN, | ||
445 | + .valid = { | ||
446 | + .min_access_size = 4, | ||
447 | + .max_access_size = 4, | ||
448 | + }, | ||
449 | +}; | ||
450 | + | ||
451 | +static void crf_init(Object *obj) | ||
452 | +{ | ||
453 | + XlnxZynqMPCRF *s = XLNX_ZYNQMP_CRF(obj); | ||
454 | + SysBusDevice *sbd = SYS_BUS_DEVICE(obj); | ||
455 | + | ||
456 | + s->reg_array = | ||
457 | + register_init_block32(DEVICE(obj), crf_regs_info, | ||
458 | + ARRAY_SIZE(crf_regs_info), | ||
459 | + s->regs_info, s->regs, | ||
460 | + &crf_ops, | ||
461 | + XLNX_ZYNQMP_CRF_ERR_DEBUG, | ||
462 | + CRF_R_MAX * 4); | ||
463 | + sysbus_init_mmio(sbd, &s->reg_array->mem); | ||
464 | + sysbus_init_irq(sbd, &s->irq_ir); | ||
465 | +} | ||
466 | + | ||
467 | +static void crf_finalize(Object *obj) | ||
468 | +{ | ||
469 | + XlnxZynqMPCRF *s = XLNX_ZYNQMP_CRF(obj); | ||
470 | + register_finalize_block(s->reg_array); | ||
471 | +} | ||
472 | + | ||
473 | +static const VMStateDescription vmstate_crf = { | ||
474 | + .name = TYPE_XLNX_ZYNQMP_CRF, | ||
475 | + .version_id = 1, | ||
476 | + .minimum_version_id = 1, | ||
477 | + .fields = (VMStateField[]) { | ||
478 | + VMSTATE_UINT32_ARRAY(regs, XlnxZynqMPCRF, CRF_R_MAX), | ||
479 | + VMSTATE_END_OF_LIST(), | ||
480 | + } | ||
481 | +}; | ||
482 | + | ||
483 | +static void crf_class_init(ObjectClass *klass, void *data) | ||
484 | +{ | ||
485 | + ResettableClass *rc = RESETTABLE_CLASS(klass); | ||
486 | + DeviceClass *dc = DEVICE_CLASS(klass); | ||
487 | + | ||
488 | + dc->vmsd = &vmstate_crf; | ||
489 | + rc->phases.enter = crf_reset_enter; | ||
490 | + rc->phases.hold = crf_reset_hold; | ||
491 | +} | ||
492 | + | ||
493 | +static const TypeInfo crf_info = { | ||
494 | + .name = TYPE_XLNX_ZYNQMP_CRF, | ||
495 | + .parent = TYPE_SYS_BUS_DEVICE, | ||
496 | + .instance_size = sizeof(XlnxZynqMPCRF), | ||
497 | + .class_init = crf_class_init, | ||
498 | + .instance_init = crf_init, | ||
499 | + .instance_finalize = crf_finalize, | ||
500 | +}; | ||
501 | + | ||
502 | +static void crf_register_types(void) | ||
503 | +{ | ||
504 | + type_register_static(&crf_info); | ||
505 | +} | ||
506 | + | ||
507 | +type_init(crf_register_types) | ||
508 | diff --git a/hw/misc/meson.build b/hw/misc/meson.build | ||
509 | index XXXXXXX..XXXXXXX 100644 | ||
510 | --- a/hw/misc/meson.build | ||
511 | +++ b/hw/misc/meson.build | ||
512 | @@ -XXX,XX +XXX,XX @@ softmmu_ss.add(when: 'CONFIG_RASPI', if_true: files( | ||
513 | )) | ||
514 | softmmu_ss.add(when: 'CONFIG_SLAVIO', if_true: files('slavio_misc.c')) | ||
515 | softmmu_ss.add(when: 'CONFIG_ZYNQ', if_true: files('zynq_slcr.c')) | ||
516 | +specific_ss.add(when: 'CONFIG_XLNX_ZYNQMP_ARM', if_true: files('xlnx-zynqmp-crf.c')) | ||
517 | softmmu_ss.add(when: 'CONFIG_XLNX_VERSAL', if_true: files( | ||
518 | 'xlnx-versal-xramc.c', | ||
519 | 'xlnx-versal-pmc-iou-slcr.c', | ||
44 | -- | 520 | -- |
45 | 2.20.1 | 521 | 2.25.1 |
46 | 522 | ||
47 | 523 | diff view generated by jsdifflib |
1 | From: Gan Qixin <ganqixin@huawei.com> | 1 | From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com> |
---|---|---|---|
2 | 2 | ||
3 | When running device-introspect-test, a memory leak occurred in the | 3 | Connect the ZynqMP CRF - Clock Reset FPD device. |
4 | mss_timer_init function, so use ptimer_free() in the finalize function to avoid | ||
5 | it. | ||
6 | 4 | ||
7 | ASAN shows memory leak stack: | 5 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
8 | 6 | Reviewed-by: Francisco Iglesias <francisco.iglesias@xilinx.com> | |
9 | Indirect leak of 192 byte(s) in 2 object(s) allocated from: | 7 | Reviewed-by: Luc Michel <luc@lmichel.fr> |
10 | #0 0xffffab97e1f0 in __interceptor_calloc (/lib64/libasan.so.5+0xee1f0) | 8 | Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> |
11 | #1 0xffffab256800 in g_malloc0 (/lib64/libglib-2.0.so.0+0x56800) | 9 | Message-id: 20220316164645.2303510-5-edgar.iglesias@gmail.com |
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> | ||
27 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
28 | --- | 11 | --- |
29 | hw/timer/mss-timer.c | 13 +++++++++++++ | 12 | include/hw/arm/xlnx-zynqmp.h | 2 ++ |
30 | 1 file changed, 13 insertions(+) | 13 | hw/arm/xlnx-zynqmp.c | 16 ++++++++++++++++ |
14 | 2 files changed, 18 insertions(+) | ||
31 | 15 | ||
32 | diff --git a/hw/timer/mss-timer.c b/hw/timer/mss-timer.c | 16 | diff --git a/include/hw/arm/xlnx-zynqmp.h b/include/hw/arm/xlnx-zynqmp.h |
33 | index XXXXXXX..XXXXXXX 100644 | 17 | index XXXXXXX..XXXXXXX 100644 |
34 | --- a/hw/timer/mss-timer.c | 18 | --- a/include/hw/arm/xlnx-zynqmp.h |
35 | +++ b/hw/timer/mss-timer.c | 19 | +++ b/include/hw/arm/xlnx-zynqmp.h |
36 | @@ -XXX,XX +XXX,XX @@ static void mss_timer_init(Object *obj) | 20 | @@ -XXX,XX +XXX,XX @@ |
37 | sysbus_init_mmio(SYS_BUS_DEVICE(obj), &t->mmio); | 21 | #include "hw/nvram/xlnx-bbram.h" |
22 | #include "hw/nvram/xlnx-zynqmp-efuse.h" | ||
23 | #include "hw/or-irq.h" | ||
24 | +#include "hw/misc/xlnx-zynqmp-crf.h" | ||
25 | |||
26 | #define TYPE_XLNX_ZYNQMP "xlnx-zynqmp" | ||
27 | OBJECT_DECLARE_SIMPLE_TYPE(XlnxZynqMPState, XLNX_ZYNQMP) | ||
28 | @@ -XXX,XX +XXX,XX @@ struct XlnxZynqMPState { | ||
29 | XlnxZDMA adma[XLNX_ZYNQMP_NUM_ADMA_CH]; | ||
30 | XlnxCSUDMA qspi_dma; | ||
31 | qemu_or_irq qspi_irq_orgate; | ||
32 | + XlnxZynqMPCRF crf; | ||
33 | |||
34 | char *boot_cpu; | ||
35 | ARMCPU *boot_cpu_ptr; | ||
36 | diff --git a/hw/arm/xlnx-zynqmp.c b/hw/arm/xlnx-zynqmp.c | ||
37 | index XXXXXXX..XXXXXXX 100644 | ||
38 | --- a/hw/arm/xlnx-zynqmp.c | ||
39 | +++ b/hw/arm/xlnx-zynqmp.c | ||
40 | @@ -XXX,XX +XXX,XX @@ | ||
41 | #define QSPI_DMA_ADDR 0xff0f0800 | ||
42 | #define NUM_QSPI_IRQ_LINES 2 | ||
43 | |||
44 | +#define CRF_ADDR 0xfd1a0000 | ||
45 | +#define CRF_IRQ 120 | ||
46 | + | ||
47 | /* Serializer/Deserializer. */ | ||
48 | #define SERDES_ADDR 0xfd400000 | ||
49 | #define SERDES_SIZE 0x20000 | ||
50 | @@ -XXX,XX +XXX,XX @@ static void xlnx_zynqmp_create_efuse(XlnxZynqMPState *s, qemu_irq *gic) | ||
51 | sysbus_connect_irq(sbd, 0, gic[EFUSE_IRQ]); | ||
38 | } | 52 | } |
39 | 53 | ||
40 | +static void mss_timer_finalize(Object *obj) | 54 | +static void xlnx_zynqmp_create_crf(XlnxZynqMPState *s, qemu_irq *gic) |
41 | +{ | 55 | +{ |
42 | + MSSTimerState *t = MSS_TIMER(obj); | 56 | + SysBusDevice *sbd; |
43 | + int i; | ||
44 | + | 57 | + |
45 | + for (i = 0; i < NUM_TIMERS; i++) { | 58 | + object_initialize_child(OBJECT(s), "crf", &s->crf, TYPE_XLNX_ZYNQMP_CRF); |
46 | + struct Msf2Timer *st = &t->timers[i]; | 59 | + sbd = SYS_BUS_DEVICE(&s->crf); |
47 | + | 60 | + |
48 | + ptimer_free(st->ptimer); | 61 | + sysbus_realize(sbd, &error_fatal); |
49 | + } | 62 | + sysbus_mmio_map(sbd, 0, CRF_ADDR); |
63 | + sysbus_connect_irq(sbd, 0, gic[CRF_IRQ]); | ||
50 | +} | 64 | +} |
51 | + | 65 | + |
52 | static const VMStateDescription vmstate_timers = { | 66 | static void xlnx_zynqmp_create_unimp_mmio(XlnxZynqMPState *s) |
53 | .name = "mss-timer-block", | 67 | { |
54 | .version_id = 1, | 68 | static const struct UnimpInfo { |
55 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo mss_timer_info = { | 69 | @@ -XXX,XX +XXX,XX @@ static void xlnx_zynqmp_realize(DeviceState *dev, Error **errp) |
56 | .parent = TYPE_SYS_BUS_DEVICE, | 70 | |
57 | .instance_size = sizeof(MSSTimerState), | 71 | xlnx_zynqmp_create_bbram(s, gic_spi); |
58 | .instance_init = mss_timer_init, | 72 | xlnx_zynqmp_create_efuse(s, gic_spi); |
59 | + .instance_finalize = mss_timer_finalize, | 73 | + xlnx_zynqmp_create_crf(s, gic_spi); |
60 | .class_init = mss_timer_class_init, | 74 | xlnx_zynqmp_create_unimp_mmio(s); |
61 | }; | 75 | |
62 | 76 | for (i = 0; i < XLNX_ZYNQMP_NUM_GDMA_CH; i++) { | |
63 | -- | 77 | -- |
64 | 2.20.1 | 78 | 2.25.1 |
65 | 79 | ||
66 | 80 | diff view generated by jsdifflib |
1 | From: Bin Meng <bin.meng@windriver.com> | 1 | From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com> |
---|---|---|---|
2 | 2 | ||
3 | This adds the target guide for SABRE Lite board, and documents how | 3 | Add a model of the Xilinx ZynqMP APU Control. |
4 | to boot a Linux kernel and U-Boot bootloader. | ||
5 | 4 | ||
6 | Signed-off-by: Bin Meng <bin.meng@windriver.com> | 5 | Reviewed-by: Luc Michel <luc@lmichel.fr> |
7 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> | 6 | Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> |
8 | Message-id: 20210106063504.10841-5-bmeng.cn@gmail.com | 7 | Message-id: 20220316164645.2303510-6-edgar.iglesias@gmail.com |
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 9 | --- |
11 | docs/system/arm/sabrelite.rst | 119 ++++++++++++++++++++++++++++++++++ | 10 | include/hw/misc/xlnx-zynqmp-apu-ctrl.h | 93 +++++++++ |
12 | docs/system/target-arm.rst | 1 + | 11 | hw/misc/xlnx-zynqmp-apu-ctrl.c | 253 +++++++++++++++++++++++++ |
13 | 2 files changed, 120 insertions(+) | 12 | hw/misc/meson.build | 1 + |
14 | create mode 100644 docs/system/arm/sabrelite.rst | 13 | 3 files changed, 347 insertions(+) |
14 | create mode 100644 include/hw/misc/xlnx-zynqmp-apu-ctrl.h | ||
15 | create mode 100644 hw/misc/xlnx-zynqmp-apu-ctrl.c | ||
15 | 16 | ||
16 | diff --git a/docs/system/arm/sabrelite.rst b/docs/system/arm/sabrelite.rst | 17 | diff --git a/include/hw/misc/xlnx-zynqmp-apu-ctrl.h b/include/hw/misc/xlnx-zynqmp-apu-ctrl.h |
17 | new file mode 100644 | 18 | new file mode 100644 |
18 | index XXXXXXX..XXXXXXX | 19 | index XXXXXXX..XXXXXXX |
19 | --- /dev/null | 20 | --- /dev/null |
20 | +++ b/docs/system/arm/sabrelite.rst | 21 | +++ b/include/hw/misc/xlnx-zynqmp-apu-ctrl.h |
21 | @@ -XXX,XX +XXX,XX @@ | 22 | @@ -XXX,XX +XXX,XX @@ |
22 | +Boundary Devices SABRE Lite (``sabrelite``) | 23 | +/* |
23 | +=========================================== | 24 | + * QEMU model of ZynqMP APU Control. |
24 | + | 25 | + * |
25 | +Boundary Devices SABRE Lite i.MX6 Development Board is a low-cost development | 26 | + * Copyright (c) 2013-2022 Xilinx Inc |
26 | +platform featuring the powerful Freescale / NXP Semiconductor's i.MX 6 Quad | 27 | + * SPDX-License-Identifier: GPL-2.0-or-later |
27 | +Applications Processor. | 28 | + * |
28 | + | 29 | + * Written by Peter Crosthwaite <peter.crosthwaite@xilinx.com> and |
29 | +Supported devices | 30 | + * Edgar E. Iglesias <edgar.iglesias@xilinx.com> |
30 | +----------------- | 31 | + * |
31 | + | 32 | + */ |
32 | +The SABRE Lite machine supports the following devices: | 33 | +#ifndef HW_MISC_XLNX_ZYNQMP_APU_CTRL_H |
33 | + | 34 | +#define HW_MISC_XLNX_ZYNQMP_APU_CTRL_H |
34 | + * Up to 4 Cortex A9 cores | 35 | + |
35 | + * Generic Interrupt Controller | 36 | +#include "hw/sysbus.h" |
36 | + * 1 Clock Controller Module | 37 | +#include "hw/register.h" |
37 | + * 1 System Reset Controller | 38 | +#include "target/arm/cpu.h" |
38 | + * 5 UARTs | 39 | + |
39 | + * 2 EPIC timers | 40 | +#define TYPE_XLNX_ZYNQMP_APU_CTRL "xlnx.apu-ctrl" |
40 | + * 1 GPT timer | 41 | +OBJECT_DECLARE_SIMPLE_TYPE(XlnxZynqMPAPUCtrl, XLNX_ZYNQMP_APU_CTRL) |
41 | + * 2 Watchdog timers | 42 | + |
42 | + * 1 FEC Ethernet controller | 43 | +REG32(APU_ERR_CTRL, 0x0) |
43 | + * 3 I2C controllers | 44 | + FIELD(APU_ERR_CTRL, PSLVERR, 0, 1) |
44 | + * 7 GPIO controllers | 45 | +REG32(ISR, 0x10) |
45 | + * 4 SDHC storage controllers | 46 | + FIELD(ISR, INV_APB, 0, 1) |
46 | + * 4 USB 2.0 host controllers | 47 | +REG32(IMR, 0x14) |
47 | + * 5 ECSPI controllers | 48 | + FIELD(IMR, INV_APB, 0, 1) |
48 | + * 1 SST 25VF016B flash | 49 | +REG32(IEN, 0x18) |
49 | + | 50 | + FIELD(IEN, INV_APB, 0, 1) |
50 | +Please note above list is a complete superset the QEMU SABRE Lite machine can | 51 | +REG32(IDS, 0x1c) |
51 | +support. For a normal use case, a device tree blob that represents a real world | 52 | + FIELD(IDS, INV_APB, 0, 1) |
52 | +SABRE Lite board, only exposes a subset of devices to the guest software. | 53 | +REG32(CONFIG_0, 0x20) |
53 | + | 54 | + FIELD(CONFIG_0, CFGTE, 24, 4) |
54 | +Boot options | 55 | + FIELD(CONFIG_0, CFGEND, 16, 4) |
55 | +------------ | 56 | + FIELD(CONFIG_0, VINITHI, 8, 4) |
56 | + | 57 | + FIELD(CONFIG_0, AA64NAA32, 0, 4) |
57 | +The SABRE Lite machine can start using the standard -kernel functionality | 58 | +REG32(CONFIG_1, 0x24) |
58 | +for loading a Linux kernel, U-Boot bootloader or ELF executable. | 59 | + FIELD(CONFIG_1, L2RSTDISABLE, 29, 1) |
59 | + | 60 | + FIELD(CONFIG_1, L1RSTDISABLE, 28, 1) |
60 | +Running Linux kernel | 61 | + FIELD(CONFIG_1, CP15DISABLE, 0, 4) |
61 | +-------------------- | 62 | +REG32(RVBARADDR0L, 0x40) |
62 | + | 63 | + FIELD(RVBARADDR0L, ADDR, 2, 30) |
63 | +Linux mainline v5.10 release is tested at the time of writing. To build a Linux | 64 | +REG32(RVBARADDR0H, 0x44) |
64 | +mainline kernel that can be booted by the SABRE Lite machine, simply configure | 65 | + FIELD(RVBARADDR0H, ADDR, 0, 8) |
65 | +the kernel using the imx_v6_v7_defconfig configuration: | 66 | +REG32(RVBARADDR1L, 0x48) |
66 | + | 67 | + FIELD(RVBARADDR1L, ADDR, 2, 30) |
67 | +.. code-block:: bash | 68 | +REG32(RVBARADDR1H, 0x4c) |
68 | + | 69 | + FIELD(RVBARADDR1H, ADDR, 0, 8) |
69 | + $ export ARCH=arm | 70 | +REG32(RVBARADDR2L, 0x50) |
70 | + $ export CROSS_COMPILE=arm-linux-gnueabihf- | 71 | + FIELD(RVBARADDR2L, ADDR, 2, 30) |
71 | + $ make imx_v6_v7_defconfig | 72 | +REG32(RVBARADDR2H, 0x54) |
72 | + $ make | 73 | + FIELD(RVBARADDR2H, ADDR, 0, 8) |
73 | + | 74 | +REG32(RVBARADDR3L, 0x58) |
74 | +To boot the newly built Linux kernel in QEMU with the SABRE Lite machine, use: | 75 | + FIELD(RVBARADDR3L, ADDR, 2, 30) |
75 | + | 76 | +REG32(RVBARADDR3H, 0x5c) |
76 | +.. code-block:: bash | 77 | + FIELD(RVBARADDR3H, ADDR, 0, 8) |
77 | + | 78 | +REG32(ACE_CTRL, 0x60) |
78 | + $ qemu-system-arm -M sabrelite -smp 4 -m 1G \ | 79 | + FIELD(ACE_CTRL, AWQOS, 16, 4) |
79 | + -display none -serial null -serial stdio \ | 80 | + FIELD(ACE_CTRL, ARQOS, 0, 4) |
80 | + -kernel arch/arm/boot/zImage \ | 81 | +REG32(SNOOP_CTRL, 0x80) |
81 | + -dtb arch/arm/boot/dts/imx6q-sabrelite.dtb \ | 82 | + FIELD(SNOOP_CTRL, ACE_INACT, 4, 1) |
82 | + -initrd /path/to/rootfs.ext4 \ | 83 | + FIELD(SNOOP_CTRL, ACP_INACT, 0, 1) |
83 | + -append "root=/dev/ram" | 84 | +REG32(PWRCTL, 0x90) |
84 | + | 85 | + FIELD(PWRCTL, CLREXMONREQ, 17, 1) |
85 | +Running U-Boot | 86 | + FIELD(PWRCTL, L2FLUSHREQ, 16, 1) |
86 | +-------------- | 87 | + FIELD(PWRCTL, CPUPWRDWNREQ, 0, 4) |
87 | + | 88 | +REG32(PWRSTAT, 0x94) |
88 | +U-Boot mainline v2020.10 release is tested at the time of writing. To build a | 89 | + FIELD(PWRSTAT, CLREXMONACK, 17, 1) |
89 | +U-Boot mainline bootloader that can be booted by the SABRE Lite machine, use | 90 | + FIELD(PWRSTAT, L2FLUSHDONE, 16, 1) |
90 | +the mx6qsabrelite_defconfig with similar commands as described above for Linux: | 91 | + FIELD(PWRSTAT, DBGNOPWRDWN, 0, 4) |
91 | + | 92 | + |
92 | +.. code-block:: bash | 93 | +#define APU_R_MAX ((R_PWRSTAT) + 1) |
93 | + | 94 | + |
94 | + $ export CROSS_COMPILE=arm-linux-gnueabihf- | 95 | +#define APU_MAX_CPU 4 |
95 | + $ make mx6qsabrelite_defconfig | 96 | + |
96 | + | 97 | +struct XlnxZynqMPAPUCtrl { |
97 | +Note we need to adjust settings by: | 98 | + SysBusDevice busdev; |
98 | + | 99 | + |
99 | +.. code-block:: bash | 100 | + ARMCPU *cpus[APU_MAX_CPU]; |
100 | + | 101 | + /* WFIs towards PMU. */ |
101 | + $ make menuconfig | 102 | + qemu_irq wfi_out[4]; |
102 | + | 103 | + /* CPU Power status towards INTC Redirect. */ |
103 | +then manually select the following configuration in U-Boot: | 104 | + qemu_irq cpu_power_status[4]; |
104 | + | 105 | + qemu_irq irq_imr; |
105 | + Device Tree Control > Provider of DTB for DT Control > Embedded DTB | 106 | + |
106 | + | 107 | + uint8_t cpu_pwrdwn_req; |
107 | +To start U-Boot using the SABRE Lite machine, provide the u-boot binary to | 108 | + uint8_t cpu_in_wfi; |
108 | +the -kernel argument, along with an SD card image with rootfs: | 109 | + |
109 | + | 110 | + RegisterInfoArray *reg_array; |
110 | +.. code-block:: bash | 111 | + uint32_t regs[APU_R_MAX]; |
111 | + | 112 | + RegisterInfo regs_info[APU_R_MAX]; |
112 | + $ qemu-system-arm -M sabrelite -smp 4 -m 1G \ | 113 | +}; |
113 | + -display none -serial null -serial stdio \ | 114 | + |
114 | + -kernel u-boot | 115 | +#endif |
115 | + | 116 | diff --git a/hw/misc/xlnx-zynqmp-apu-ctrl.c b/hw/misc/xlnx-zynqmp-apu-ctrl.c |
116 | +The following example shows booting Linux kernel from dhcp, and uses the | 117 | new file mode 100644 |
117 | +rootfs on an SD card. This requires some additional command line parameters | 118 | index XXXXXXX..XXXXXXX |
118 | +for QEMU: | 119 | --- /dev/null |
119 | + | 120 | +++ b/hw/misc/xlnx-zynqmp-apu-ctrl.c |
120 | +.. code-block:: none | 121 | @@ -XXX,XX +XXX,XX @@ |
121 | + | 122 | +/* |
122 | + -nic user,tftp=/path/to/kernel/zImage \ | 123 | + * QEMU model of the ZynqMP APU Control. |
123 | + -drive file=sdcard.img,id=rootfs -device sd-card,drive=rootfs | 124 | + * |
124 | + | 125 | + * Copyright (c) 2013-2022 Xilinx Inc |
125 | +The directory for the built-in TFTP server should also contain the device tree | 126 | + * SPDX-License-Identifier: GPL-2.0-or-later |
126 | +blob of the SABRE Lite board. The sample SD card image was populated with the | 127 | + * |
127 | +root file system with one single partition. You may adjust the kernel "root=" | 128 | + * Written by Peter Crosthwaite <peter.crosthwaite@xilinx.com> and |
128 | +boot parameter accordingly. | 129 | + * Edgar E. Iglesias <edgar.iglesias@xilinx.com> |
129 | + | 130 | + */ |
130 | +After U-Boot boots, type the following commands in the U-Boot command shell to | 131 | + |
131 | +boot the Linux kernel: | 132 | +#include "qemu/osdep.h" |
132 | + | 133 | +#include "qapi/error.h" |
133 | +.. code-block:: none | 134 | +#include "qemu/log.h" |
134 | + | 135 | +#include "migration/vmstate.h" |
135 | + => setenv ethaddr 00:11:22:33:44:55 | 136 | +#include "hw/qdev-properties.h" |
136 | + => setenv bootfile zImage | 137 | +#include "hw/sysbus.h" |
137 | + => dhcp | 138 | +#include "hw/irq.h" |
138 | + => tftpboot 14000000 imx6q-sabrelite.dtb | 139 | +#include "hw/register.h" |
139 | + => setenv bootargs root=/dev/mmcblk3p1 | 140 | + |
140 | + => bootz 12000000 - 14000000 | 141 | +#include "qemu/bitops.h" |
141 | diff --git a/docs/system/target-arm.rst b/docs/system/target-arm.rst | 142 | +#include "qapi/qmp/qerror.h" |
143 | + | ||
144 | +#include "hw/misc/xlnx-zynqmp-apu-ctrl.h" | ||
145 | + | ||
146 | +#ifndef XILINX_ZYNQMP_APU_ERR_DEBUG | ||
147 | +#define XILINX_ZYNQMP_APU_ERR_DEBUG 0 | ||
148 | +#endif | ||
149 | + | ||
150 | +static void update_wfi_out(void *opaque) | ||
151 | +{ | ||
152 | + XlnxZynqMPAPUCtrl *s = XLNX_ZYNQMP_APU_CTRL(opaque); | ||
153 | + unsigned int i, wfi_pending; | ||
154 | + | ||
155 | + wfi_pending = s->cpu_pwrdwn_req & s->cpu_in_wfi; | ||
156 | + for (i = 0; i < APU_MAX_CPU; i++) { | ||
157 | + qemu_set_irq(s->wfi_out[i], !!(wfi_pending & (1 << i))); | ||
158 | + } | ||
159 | +} | ||
160 | + | ||
161 | +static void zynqmp_apu_rvbar_post_write(RegisterInfo *reg, uint64_t val) | ||
162 | +{ | ||
163 | + XlnxZynqMPAPUCtrl *s = XLNX_ZYNQMP_APU_CTRL(reg->opaque); | ||
164 | + int i; | ||
165 | + | ||
166 | + for (i = 0; i < APU_MAX_CPU; ++i) { | ||
167 | + uint64_t rvbar = s->regs[R_RVBARADDR0L + 2 * i] + | ||
168 | + ((uint64_t)s->regs[R_RVBARADDR0H + 2 * i] << 32); | ||
169 | + if (s->cpus[i]) { | ||
170 | + object_property_set_int(OBJECT(s->cpus[i]), "rvbar", rvbar, | ||
171 | + &error_abort); | ||
172 | + } | ||
173 | + } | ||
174 | +} | ||
175 | + | ||
176 | +static void zynqmp_apu_pwrctl_post_write(RegisterInfo *reg, uint64_t val) | ||
177 | +{ | ||
178 | + XlnxZynqMPAPUCtrl *s = XLNX_ZYNQMP_APU_CTRL(reg->opaque); | ||
179 | + unsigned int i, new; | ||
180 | + | ||
181 | + for (i = 0; i < APU_MAX_CPU; i++) { | ||
182 | + new = val & (1 << i); | ||
183 | + /* Check if CPU's CPUPWRDNREQ has changed. If yes, update GPIOs. */ | ||
184 | + if (new != (s->cpu_pwrdwn_req & (1 << i))) { | ||
185 | + qemu_set_irq(s->cpu_power_status[i], !!new); | ||
186 | + } | ||
187 | + s->cpu_pwrdwn_req &= ~(1 << i); | ||
188 | + s->cpu_pwrdwn_req |= new; | ||
189 | + } | ||
190 | + update_wfi_out(s); | ||
191 | +} | ||
192 | + | ||
193 | +static void imr_update_irq(XlnxZynqMPAPUCtrl *s) | ||
194 | +{ | ||
195 | + bool pending = s->regs[R_ISR] & ~s->regs[R_IMR]; | ||
196 | + qemu_set_irq(s->irq_imr, pending); | ||
197 | +} | ||
198 | + | ||
199 | +static void isr_postw(RegisterInfo *reg, uint64_t val64) | ||
200 | +{ | ||
201 | + XlnxZynqMPAPUCtrl *s = XLNX_ZYNQMP_APU_CTRL(reg->opaque); | ||
202 | + imr_update_irq(s); | ||
203 | +} | ||
204 | + | ||
205 | +static uint64_t ien_prew(RegisterInfo *reg, uint64_t val64) | ||
206 | +{ | ||
207 | + XlnxZynqMPAPUCtrl *s = XLNX_ZYNQMP_APU_CTRL(reg->opaque); | ||
208 | + uint32_t val = val64; | ||
209 | + | ||
210 | + s->regs[R_IMR] &= ~val; | ||
211 | + imr_update_irq(s); | ||
212 | + return 0; | ||
213 | +} | ||
214 | + | ||
215 | +static uint64_t ids_prew(RegisterInfo *reg, uint64_t val64) | ||
216 | +{ | ||
217 | + XlnxZynqMPAPUCtrl *s = XLNX_ZYNQMP_APU_CTRL(reg->opaque); | ||
218 | + uint32_t val = val64; | ||
219 | + | ||
220 | + s->regs[R_IMR] |= val; | ||
221 | + imr_update_irq(s); | ||
222 | + return 0; | ||
223 | +} | ||
224 | + | ||
225 | +static const RegisterAccessInfo zynqmp_apu_regs_info[] = { | ||
226 | +#define RVBAR_REGDEF(n) \ | ||
227 | + { .name = "RVBAR CPU " #n " Low", .addr = A_RVBARADDR ## n ## L, \ | ||
228 | + .reset = 0xffff0000ul, \ | ||
229 | + .post_write = zynqmp_apu_rvbar_post_write, \ | ||
230 | + },{ .name = "RVBAR CPU " #n " High", .addr = A_RVBARADDR ## n ## H, \ | ||
231 | + .post_write = zynqmp_apu_rvbar_post_write, \ | ||
232 | + } | ||
233 | + { .name = "ERR_CTRL", .addr = A_APU_ERR_CTRL, | ||
234 | + },{ .name = "ISR", .addr = A_ISR, | ||
235 | + .w1c = 0x1, | ||
236 | + .post_write = isr_postw, | ||
237 | + },{ .name = "IMR", .addr = A_IMR, | ||
238 | + .reset = 0x1, | ||
239 | + .ro = 0x1, | ||
240 | + },{ .name = "IEN", .addr = A_IEN, | ||
241 | + .pre_write = ien_prew, | ||
242 | + },{ .name = "IDS", .addr = A_IDS, | ||
243 | + .pre_write = ids_prew, | ||
244 | + },{ .name = "CONFIG_0", .addr = A_CONFIG_0, | ||
245 | + .reset = 0xf0f, | ||
246 | + },{ .name = "CONFIG_1", .addr = A_CONFIG_1, | ||
247 | + }, | ||
248 | + RVBAR_REGDEF(0), | ||
249 | + RVBAR_REGDEF(1), | ||
250 | + RVBAR_REGDEF(2), | ||
251 | + RVBAR_REGDEF(3), | ||
252 | + { .name = "ACE_CTRL", .addr = A_ACE_CTRL, | ||
253 | + .reset = 0xf000f, | ||
254 | + },{ .name = "SNOOP_CTRL", .addr = A_SNOOP_CTRL, | ||
255 | + },{ .name = "PWRCTL", .addr = A_PWRCTL, | ||
256 | + .post_write = zynqmp_apu_pwrctl_post_write, | ||
257 | + },{ .name = "PWRSTAT", .addr = A_PWRSTAT, | ||
258 | + .ro = 0x3000f, | ||
259 | + } | ||
260 | +}; | ||
261 | + | ||
262 | +static void zynqmp_apu_reset_enter(Object *obj, ResetType type) | ||
263 | +{ | ||
264 | + XlnxZynqMPAPUCtrl *s = XLNX_ZYNQMP_APU_CTRL(obj); | ||
265 | + int i; | ||
266 | + | ||
267 | + for (i = 0; i < APU_R_MAX; ++i) { | ||
268 | + register_reset(&s->regs_info[i]); | ||
269 | + } | ||
270 | + | ||
271 | + s->cpu_pwrdwn_req = 0; | ||
272 | + s->cpu_in_wfi = 0; | ||
273 | +} | ||
274 | + | ||
275 | +static void zynqmp_apu_reset_hold(Object *obj) | ||
276 | +{ | ||
277 | + XlnxZynqMPAPUCtrl *s = XLNX_ZYNQMP_APU_CTRL(obj); | ||
278 | + | ||
279 | + update_wfi_out(s); | ||
280 | + imr_update_irq(s); | ||
281 | +} | ||
282 | + | ||
283 | +static const MemoryRegionOps zynqmp_apu_ops = { | ||
284 | + .read = register_read_memory, | ||
285 | + .write = register_write_memory, | ||
286 | + .endianness = DEVICE_LITTLE_ENDIAN, | ||
287 | + .valid = { | ||
288 | + .min_access_size = 4, | ||
289 | + .max_access_size = 4, | ||
290 | + } | ||
291 | +}; | ||
292 | + | ||
293 | +static void zynqmp_apu_handle_wfi(void *opaque, int irq, int level) | ||
294 | +{ | ||
295 | + XlnxZynqMPAPUCtrl *s = XLNX_ZYNQMP_APU_CTRL(opaque); | ||
296 | + | ||
297 | + s->cpu_in_wfi = deposit32(s->cpu_in_wfi, irq, 1, level); | ||
298 | + update_wfi_out(s); | ||
299 | +} | ||
300 | + | ||
301 | +static void zynqmp_apu_init(Object *obj) | ||
302 | +{ | ||
303 | + XlnxZynqMPAPUCtrl *s = XLNX_ZYNQMP_APU_CTRL(obj); | ||
304 | + int i; | ||
305 | + | ||
306 | + s->reg_array = | ||
307 | + register_init_block32(DEVICE(obj), zynqmp_apu_regs_info, | ||
308 | + ARRAY_SIZE(zynqmp_apu_regs_info), | ||
309 | + s->regs_info, s->regs, | ||
310 | + &zynqmp_apu_ops, | ||
311 | + XILINX_ZYNQMP_APU_ERR_DEBUG, | ||
312 | + APU_R_MAX * 4); | ||
313 | + sysbus_init_mmio(SYS_BUS_DEVICE(obj), &s->reg_array->mem); | ||
314 | + sysbus_init_irq(SYS_BUS_DEVICE(obj), &s->irq_imr); | ||
315 | + | ||
316 | + for (i = 0; i < APU_MAX_CPU; ++i) { | ||
317 | + g_autofree gchar *prop_name = g_strdup_printf("cpu%d", i); | ||
318 | + object_property_add_link(obj, prop_name, TYPE_ARM_CPU, | ||
319 | + (Object **)&s->cpus[i], | ||
320 | + qdev_prop_allow_set_link_before_realize, | ||
321 | + OBJ_PROP_LINK_STRONG); | ||
322 | + } | ||
323 | + | ||
324 | + /* wfi_out is used to connect to PMU GPIs. */ | ||
325 | + qdev_init_gpio_out_named(DEVICE(obj), s->wfi_out, "wfi_out", 4); | ||
326 | + /* CPU_POWER_STATUS is used to connect to INTC redirect. */ | ||
327 | + qdev_init_gpio_out_named(DEVICE(obj), s->cpu_power_status, | ||
328 | + "CPU_POWER_STATUS", 4); | ||
329 | + /* wfi_in is used as input from CPUs as wfi request. */ | ||
330 | + qdev_init_gpio_in_named(DEVICE(obj), zynqmp_apu_handle_wfi, "wfi_in", 4); | ||
331 | +} | ||
332 | + | ||
333 | +static void zynqmp_apu_finalize(Object *obj) | ||
334 | +{ | ||
335 | + XlnxZynqMPAPUCtrl *s = XLNX_ZYNQMP_APU_CTRL(obj); | ||
336 | + register_finalize_block(s->reg_array); | ||
337 | +} | ||
338 | + | ||
339 | +static const VMStateDescription vmstate_zynqmp_apu = { | ||
340 | + .name = TYPE_XLNX_ZYNQMP_APU_CTRL, | ||
341 | + .version_id = 1, | ||
342 | + .minimum_version_id = 1, | ||
343 | + .fields = (VMStateField[]) { | ||
344 | + VMSTATE_UINT32_ARRAY(regs, XlnxZynqMPAPUCtrl, APU_R_MAX), | ||
345 | + VMSTATE_END_OF_LIST(), | ||
346 | + } | ||
347 | +}; | ||
348 | + | ||
349 | +static void zynqmp_apu_class_init(ObjectClass *klass, void *data) | ||
350 | +{ | ||
351 | + ResettableClass *rc = RESETTABLE_CLASS(klass); | ||
352 | + DeviceClass *dc = DEVICE_CLASS(klass); | ||
353 | + | ||
354 | + dc->vmsd = &vmstate_zynqmp_apu; | ||
355 | + | ||
356 | + rc->phases.enter = zynqmp_apu_reset_enter; | ||
357 | + rc->phases.hold = zynqmp_apu_reset_hold; | ||
358 | +} | ||
359 | + | ||
360 | +static const TypeInfo zynqmp_apu_info = { | ||
361 | + .name = TYPE_XLNX_ZYNQMP_APU_CTRL, | ||
362 | + .parent = TYPE_SYS_BUS_DEVICE, | ||
363 | + .instance_size = sizeof(XlnxZynqMPAPUCtrl), | ||
364 | + .class_init = zynqmp_apu_class_init, | ||
365 | + .instance_init = zynqmp_apu_init, | ||
366 | + .instance_finalize = zynqmp_apu_finalize, | ||
367 | +}; | ||
368 | + | ||
369 | +static void zynqmp_apu_register_types(void) | ||
370 | +{ | ||
371 | + type_register_static(&zynqmp_apu_info); | ||
372 | +} | ||
373 | + | ||
374 | +type_init(zynqmp_apu_register_types) | ||
375 | diff --git a/hw/misc/meson.build b/hw/misc/meson.build | ||
142 | index XXXXXXX..XXXXXXX 100644 | 376 | index XXXXXXX..XXXXXXX 100644 |
143 | --- a/docs/system/target-arm.rst | 377 | --- a/hw/misc/meson.build |
144 | +++ b/docs/system/target-arm.rst | 378 | +++ b/hw/misc/meson.build |
145 | @@ -XXX,XX +XXX,XX @@ undocumented; you can get a complete list by running | 379 | @@ -XXX,XX +XXX,XX @@ softmmu_ss.add(when: 'CONFIG_RASPI', if_true: files( |
146 | arm/versatile | 380 | softmmu_ss.add(when: 'CONFIG_SLAVIO', if_true: files('slavio_misc.c')) |
147 | arm/vexpress | 381 | softmmu_ss.add(when: 'CONFIG_ZYNQ', if_true: files('zynq_slcr.c')) |
148 | arm/aspeed | 382 | specific_ss.add(when: 'CONFIG_XLNX_ZYNQMP_ARM', if_true: files('xlnx-zynqmp-crf.c')) |
149 | + arm/sabrelite | 383 | +specific_ss.add(when: 'CONFIG_XLNX_ZYNQMP_ARM', if_true: files('xlnx-zynqmp-apu-ctrl.c')) |
150 | arm/digic | 384 | softmmu_ss.add(when: 'CONFIG_XLNX_VERSAL', if_true: files( |
151 | arm/musicpal | 385 | 'xlnx-versal-xramc.c', |
152 | arm/gumstix | 386 | 'xlnx-versal-pmc-iou-slcr.c', |
153 | -- | 387 | -- |
154 | 2.20.1 | 388 | 2.25.1 |
155 | |||
156 | diff view generated by jsdifflib |
1 | From: Gan Qixin <ganqixin@huawei.com> | 1 | From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com> |
---|---|---|---|
2 | 2 | ||
3 | When running device-introspect-test, a memory leak occurred in the | 3 | Connect the ZynqMP APU Control device. |
4 | exynos4210_pwm_init function, so use ptimer_free() in the finalize function to | ||
5 | avoid it. | ||
6 | 4 | ||
7 | ASAN shows memory leak stack: | 5 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
8 | 6 | Reviewed-by: Francisco Iglesias <francisco.iglesias@xilinx.com> | |
9 | Indirect leak of 240 byte(s) in 5 object(s) allocated from: | 7 | Reviewed-by: Luc Michel <luc@lmichel.fr> |
10 | #0 0xffffab97e1f0 in __interceptor_calloc (/lib64/libasan.so.5+0xee1f0) | 8 | Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> |
11 | #1 0xffffab256800 in g_malloc0 (/lib64/libglib-2.0.so.0+0x56800) | 9 | Message-id: 20220316164645.2303510-7-edgar.iglesias@gmail.com |
12 | #2 0xaaabf555db84 in timer_new_full /qemu/include/qemu/timer.h:523 | ||
13 | #3 0xaaabf555db84 in timer_new /qemu/include/qemu/timer.h:544 | ||
14 | #4 0xaaabf555db84 in timer_new_ns /qemu/include/qemu/timer.h:562 | ||
15 | #5 0xaaabf555db84 in ptimer_init /qemu/hw/core/ptimer.c:433 | ||
16 | #6 0xaaabf56a36cc in exynos4210_pwm_init /qemu/hw/timer/exynos4210_pwm.c:401 | ||
17 | #7 0xaaabf6339f6c in object_initialize_with_type /qemu/qom/object.c:515 | ||
18 | #8 0xaaabf633a1e0 in object_new_with_type /qemu/qom/object.c:729 | ||
19 | #9 0xaaabf6375e40 in qmp_device_list_properties /qemu/qom/qom-qmp-cmds.c:153 | ||
20 | #10 0xaaabf653d8ec in qmp_marshal_device_list_properties /qemu/qapi/qapi-commands-qdev.c:59 | ||
21 | #11 0xaaabf6587d08 in do_qmp_dispatch_bh /qemu/qapi/qmp-dispatch.c:110 | ||
22 | #12 0xaaabf6552708 in aio_bh_call /qemu/util/async.c:136 | ||
23 | |||
24 | Reported-by: Euler Robot <euler.robot@huawei.com> | ||
25 | Signed-off-by: Gan Qixin <ganqixin@huawei.com> | ||
26 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
27 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
28 | --- | 11 | --- |
29 | hw/timer/exynos4210_pwm.c | 11 +++++++++++ | 12 | include/hw/arm/xlnx-zynqmp.h | 4 +++- |
30 | 1 file changed, 11 insertions(+) | 13 | hw/arm/xlnx-zynqmp.c | 25 +++++++++++++++++++++++-- |
14 | 2 files changed, 26 insertions(+), 3 deletions(-) | ||
31 | 15 | ||
32 | diff --git a/hw/timer/exynos4210_pwm.c b/hw/timer/exynos4210_pwm.c | 16 | diff --git a/include/hw/arm/xlnx-zynqmp.h b/include/hw/arm/xlnx-zynqmp.h |
33 | index XXXXXXX..XXXXXXX 100644 | 17 | index XXXXXXX..XXXXXXX 100644 |
34 | --- a/hw/timer/exynos4210_pwm.c | 18 | --- a/include/hw/arm/xlnx-zynqmp.h |
35 | +++ b/hw/timer/exynos4210_pwm.c | 19 | +++ b/include/hw/arm/xlnx-zynqmp.h |
36 | @@ -XXX,XX +XXX,XX @@ static void exynos4210_pwm_init(Object *obj) | 20 | @@ -XXX,XX +XXX,XX @@ |
37 | sysbus_init_mmio(dev, &s->iomem); | 21 | #include "hw/nvram/xlnx-bbram.h" |
22 | #include "hw/nvram/xlnx-zynqmp-efuse.h" | ||
23 | #include "hw/or-irq.h" | ||
24 | +#include "hw/misc/xlnx-zynqmp-apu-ctrl.h" | ||
25 | #include "hw/misc/xlnx-zynqmp-crf.h" | ||
26 | |||
27 | #define TYPE_XLNX_ZYNQMP "xlnx-zynqmp" | ||
28 | @@ -XXX,XX +XXX,XX @@ OBJECT_DECLARE_SIMPLE_TYPE(XlnxZynqMPState, XLNX_ZYNQMP) | ||
29 | /* | ||
30 | * Unimplemented mmio regions needed to boot some images. | ||
31 | */ | ||
32 | -#define XLNX_ZYNQMP_NUM_UNIMP_AREAS 2 | ||
33 | +#define XLNX_ZYNQMP_NUM_UNIMP_AREAS 1 | ||
34 | |||
35 | struct XlnxZynqMPState { | ||
36 | /*< private >*/ | ||
37 | @@ -XXX,XX +XXX,XX @@ struct XlnxZynqMPState { | ||
38 | XlnxZDMA adma[XLNX_ZYNQMP_NUM_ADMA_CH]; | ||
39 | XlnxCSUDMA qspi_dma; | ||
40 | qemu_or_irq qspi_irq_orgate; | ||
41 | + XlnxZynqMPAPUCtrl apu_ctrl; | ||
42 | XlnxZynqMPCRF crf; | ||
43 | |||
44 | char *boot_cpu; | ||
45 | diff --git a/hw/arm/xlnx-zynqmp.c b/hw/arm/xlnx-zynqmp.c | ||
46 | index XXXXXXX..XXXXXXX 100644 | ||
47 | --- a/hw/arm/xlnx-zynqmp.c | ||
48 | +++ b/hw/arm/xlnx-zynqmp.c | ||
49 | @@ -XXX,XX +XXX,XX @@ | ||
50 | #define DPDMA_IRQ 116 | ||
51 | |||
52 | #define APU_ADDR 0xfd5c0000 | ||
53 | -#define APU_SIZE 0x100 | ||
54 | +#define APU_IRQ 153 | ||
55 | |||
56 | #define IPI_ADDR 0xFF300000 | ||
57 | #define IPI_IRQ 64 | ||
58 | @@ -XXX,XX +XXX,XX @@ static void xlnx_zynqmp_create_efuse(XlnxZynqMPState *s, qemu_irq *gic) | ||
59 | sysbus_connect_irq(sbd, 0, gic[EFUSE_IRQ]); | ||
38 | } | 60 | } |
39 | 61 | ||
40 | +static void exynos4210_pwm_finalize(Object *obj) | 62 | +static void xlnx_zynqmp_create_apu_ctrl(XlnxZynqMPState *s, qemu_irq *gic) |
41 | +{ | 63 | +{ |
42 | + Exynos4210PWMState *s = EXYNOS4210_PWM(obj); | 64 | + SysBusDevice *sbd; |
43 | + int i; | 65 | + int i; |
44 | + | 66 | + |
45 | + for (i = 0; i < EXYNOS4210_PWM_TIMERS_NUM; i++) { | 67 | + object_initialize_child(OBJECT(s), "apu-ctrl", &s->apu_ctrl, |
46 | + ptimer_free(s->timer[i].ptimer); | 68 | + TYPE_XLNX_ZYNQMP_APU_CTRL); |
69 | + sbd = SYS_BUS_DEVICE(&s->apu_ctrl); | ||
70 | + | ||
71 | + for (i = 0; i < XLNX_ZYNQMP_NUM_APU_CPUS; i++) { | ||
72 | + g_autofree gchar *name = g_strdup_printf("cpu%d", i); | ||
73 | + | ||
74 | + object_property_set_link(OBJECT(&s->apu_ctrl), name, | ||
75 | + OBJECT(&s->apu_cpu[i]), &error_abort); | ||
47 | + } | 76 | + } |
77 | + | ||
78 | + sysbus_realize(sbd, &error_fatal); | ||
79 | + sysbus_mmio_map(sbd, 0, APU_ADDR); | ||
80 | + sysbus_connect_irq(sbd, 0, gic[APU_IRQ]); | ||
48 | +} | 81 | +} |
49 | + | 82 | + |
50 | static void exynos4210_pwm_class_init(ObjectClass *klass, void *data) | 83 | static void xlnx_zynqmp_create_crf(XlnxZynqMPState *s, qemu_irq *gic) |
51 | { | 84 | { |
52 | DeviceClass *dc = DEVICE_CLASS(klass); | 85 | SysBusDevice *sbd; |
53 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo exynos4210_pwm_info = { | 86 | @@ -XXX,XX +XXX,XX @@ static void xlnx_zynqmp_create_unimp_mmio(XlnxZynqMPState *s) |
54 | .parent = TYPE_SYS_BUS_DEVICE, | 87 | hwaddr base; |
55 | .instance_size = sizeof(Exynos4210PWMState), | 88 | hwaddr size; |
56 | .instance_init = exynos4210_pwm_init, | 89 | } unimp_areas[ARRAY_SIZE(s->mr_unimp)] = { |
57 | + .instance_finalize = exynos4210_pwm_finalize, | 90 | - { .name = "apu", APU_ADDR, APU_SIZE }, |
58 | .class_init = exynos4210_pwm_class_init, | 91 | { .name = "serdes", SERDES_ADDR, SERDES_SIZE }, |
59 | }; | 92 | }; |
93 | unsigned int nr; | ||
94 | @@ -XXX,XX +XXX,XX @@ static void xlnx_zynqmp_realize(DeviceState *dev, Error **errp) | ||
95 | |||
96 | xlnx_zynqmp_create_bbram(s, gic_spi); | ||
97 | xlnx_zynqmp_create_efuse(s, gic_spi); | ||
98 | + xlnx_zynqmp_create_apu_ctrl(s, gic_spi); | ||
99 | xlnx_zynqmp_create_crf(s, gic_spi); | ||
100 | xlnx_zynqmp_create_unimp_mmio(s); | ||
60 | 101 | ||
61 | -- | 102 | -- |
62 | 2.20.1 | 103 | 2.25.1 |
63 | 104 | ||
64 | 105 | diff view generated by jsdifflib |
1 | From: Gan Qixin <ganqixin@huawei.com> | 1 | From: Andrew Deason <adeason@sinenomine.net> |
---|---|---|---|
2 | 2 | ||
3 | When running device-introspect-test, a memory leak occurred in the a10_pit_init | 3 | On older Solaris releases (before Solaris 11), we didn't get a |
4 | function, so use ptimer_free() in the finalize function to avoid it. | 4 | prototype for madvise, and so util/osdep.c provides its own prototype. |
5 | Some time between the public Solaris 11.4 release and Solaris 11.4.42 | ||
6 | CBE, we started getting an madvise prototype that looks like this: | ||
5 | 7 | ||
6 | ASAN shows memory leak stack: | 8 | extern int madvise(void *, size_t, int); |
7 | 9 | ||
8 | Indirect leak of 288 byte(s) in 6 object(s) allocated from: | 10 | which conflicts with the prototype in util/osdeps.c. Instead of always |
9 | #0 0xffffab97e1f0 in __interceptor_calloc (/lib64/libasan.so.5+0xee1f0) | 11 | declaring this prototype, check if we're missing the madvise() |
10 | #1 0xffffab256800 in g_malloc0 (/lib64/libglib-2.0.so.0+0x56800) | 12 | prototype, and only declare it ourselves if the prototype is missing. |
11 | #2 0xaaabf555db84 in timer_new_full /qemu/include/qemu/timer.h:523 | 13 | Move the prototype to include/qemu/osdep.h, the normal place to handle |
12 | #3 0xaaabf555db84 in timer_new /qemu/include/qemu/timer.h:544 | 14 | platform-specific header quirks. |
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 | 15 | ||
23 | Reported-by: Euler Robot <euler.robot@huawei.com> | 16 | The 'missing_madvise_proto' meson check contains an obviously wrong |
24 | Signed-off-by: Gan Qixin <ganqixin@huawei.com> | 17 | prototype for madvise. So if that code compiles and links, we must be |
18 | missing the actual prototype for madvise. | ||
19 | |||
20 | Signed-off-by: Andrew Deason <adeason@sinenomine.net> | ||
21 | Message-id: 20220316035227.3702-2-adeason@sinenomine.net | ||
25 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 22 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
26 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 23 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
27 | --- | 24 | --- |
28 | hw/timer/allwinner-a10-pit.c | 11 +++++++++++ | 25 | meson.build | 23 +++++++++++++++++++++-- |
29 | 1 file changed, 11 insertions(+) | 26 | include/qemu/osdep.h | 8 ++++++++ |
27 | util/osdep.c | 3 --- | ||
28 | 3 files changed, 29 insertions(+), 5 deletions(-) | ||
30 | 29 | ||
31 | diff --git a/hw/timer/allwinner-a10-pit.c b/hw/timer/allwinner-a10-pit.c | 30 | diff --git a/meson.build b/meson.build |
32 | index XXXXXXX..XXXXXXX 100644 | 31 | index XXXXXXX..XXXXXXX 100644 |
33 | --- a/hw/timer/allwinner-a10-pit.c | 32 | --- a/meson.build |
34 | +++ b/hw/timer/allwinner-a10-pit.c | 33 | +++ b/meson.build |
35 | @@ -XXX,XX +XXX,XX @@ static void a10_pit_init(Object *obj) | 34 | @@ -XXX,XX +XXX,XX @@ config_host_data.set('CONFIG_FDATASYNC', cc.links(gnu_source_prefix + ''' |
36 | } | 35 | #error Not supported |
37 | } | 36 | #endif |
38 | 37 | }''')) | |
39 | +static void a10_pit_finalize(Object *obj) | 38 | -config_host_data.set('CONFIG_MADVISE', cc.links(gnu_source_prefix + ''' |
40 | +{ | ||
41 | + AwA10PITState *s = AW_A10_PIT(obj); | ||
42 | + int i; | ||
43 | + | 39 | + |
44 | + for (i = 0; i < AW_A10_PIT_TIMER_NR; i++) { | 40 | +has_madvise = cc.links(gnu_source_prefix + ''' |
45 | + ptimer_free(s->timer[i]); | 41 | #include <sys/types.h> |
46 | + } | 42 | #include <sys/mman.h> |
47 | +} | 43 | #include <stddef.h> |
44 | - int main(void) { return madvise(NULL, 0, MADV_DONTNEED); }''')) | ||
45 | + int main(void) { return madvise(NULL, 0, MADV_DONTNEED); }''') | ||
46 | +missing_madvise_proto = false | ||
47 | +if has_madvise | ||
48 | + # Some platforms (illumos and Solaris before Solaris 11) provide madvise() | ||
49 | + # but forget to prototype it. In this case, has_madvise will be true (the | ||
50 | + # test program links despite a compile warning). To detect the | ||
51 | + # missing-prototype case, we try again with a definitely-bogus prototype. | ||
52 | + # This will only compile if the system headers don't provide the prototype; | ||
53 | + # otherwise the conflicting prototypes will cause a compiler error. | ||
54 | + missing_madvise_proto = cc.links(gnu_source_prefix + ''' | ||
55 | + #include <sys/types.h> | ||
56 | + #include <sys/mman.h> | ||
57 | + #include <stddef.h> | ||
58 | + extern int madvise(int); | ||
59 | + int main(void) { return madvise(0); }''') | ||
60 | +endif | ||
61 | +config_host_data.set('CONFIG_MADVISE', has_madvise) | ||
62 | +config_host_data.set('HAVE_MADVISE_WITHOUT_PROTOTYPE', missing_madvise_proto) | ||
48 | + | 63 | + |
49 | static void a10_pit_class_init(ObjectClass *klass, void *data) | 64 | config_host_data.set('CONFIG_MEMFD', cc.links(gnu_source_prefix + ''' |
50 | { | 65 | #include <sys/mman.h> |
51 | DeviceClass *dc = DEVICE_CLASS(klass); | 66 | int main(void) { return memfd_create("foo", MFD_ALLOW_SEALING); }''')) |
52 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo a10_pit_info = { | 67 | diff --git a/include/qemu/osdep.h b/include/qemu/osdep.h |
53 | .parent = TYPE_SYS_BUS_DEVICE, | 68 | index XXXXXXX..XXXXXXX 100644 |
54 | .instance_size = sizeof(AwA10PITState), | 69 | --- a/include/qemu/osdep.h |
55 | .instance_init = a10_pit_init, | 70 | +++ b/include/qemu/osdep.h |
56 | + .instance_finalize = a10_pit_finalize, | 71 | @@ -XXX,XX +XXX,XX @@ void qemu_anon_ram_free(void *ptr, size_t size); |
57 | .class_init = a10_pit_class_init, | 72 | #define SIGIO SIGPOLL |
58 | }; | 73 | #endif |
59 | 74 | ||
75 | +#ifdef HAVE_MADVISE_WITHOUT_PROTOTYPE | ||
76 | +/* | ||
77 | + * See MySQL bug #7156 (http://bugs.mysql.com/bug.php?id=7156) for discussion | ||
78 | + * about Solaris missing the madvise() prototype. | ||
79 | + */ | ||
80 | +extern int madvise(char *, size_t, int); | ||
81 | +#endif | ||
82 | + | ||
83 | #if defined(CONFIG_LINUX) | ||
84 | #ifndef BUS_MCEERR_AR | ||
85 | #define BUS_MCEERR_AR 4 | ||
86 | diff --git a/util/osdep.c b/util/osdep.c | ||
87 | index XXXXXXX..XXXXXXX 100644 | ||
88 | --- a/util/osdep.c | ||
89 | +++ b/util/osdep.c | ||
90 | @@ -XXX,XX +XXX,XX @@ | ||
91 | |||
92 | #ifdef CONFIG_SOLARIS | ||
93 | #include <sys/statvfs.h> | ||
94 | -/* See MySQL bug #7156 (http://bugs.mysql.com/bug.php?id=7156) for | ||
95 | - discussion about Solaris header problems */ | ||
96 | -extern int madvise(char *, size_t, int); | ||
97 | #endif | ||
98 | |||
99 | #include "qemu-common.h" | ||
60 | -- | 100 | -- |
61 | 2.20.1 | 101 | 2.25.1 |
62 | |||
63 | diff view generated by jsdifflib |
1 | From: Gan Qixin <ganqixin@huawei.com> | 1 | From: Andrew Deason <adeason@sinenomine.net> |
---|---|---|---|
2 | 2 | ||
3 | When running device-introspect-test, a memory leak occurred in the | 3 | On Solaris, 'sun' is #define'd to 1, which causes errors if a variable |
4 | exynos4210_rtc_init function, so use ptimer_free() in the finalize function to | 4 | is named 'sun'. Slightly change the name of the var for the Slot User |
5 | avoid it. | 5 | Number so we can build on Solaris. |
6 | 6 | ||
7 | ASAN shows memory leak stack: | 7 | Reviewed-by: Ani Sinha <ani@anisinha.ca> |
8 | 8 | Signed-off-by: Andrew Deason <adeason@sinenomine.net> | |
9 | Indirect leak of 96 byte(s) in 1 object(s) allocated from: | 9 | Reviewed-by: Michael S. Tsirkin <mst@redhat.com> |
10 | #0 0xffffab97e1f0 in __interceptor_calloc (/lib64/libasan.so.5+0xee1f0) | 10 | Message-id: 20220316035227.3702-3-adeason@sinenomine.net |
11 | #1 0xffffab256800 in g_malloc0 (/lib64/libglib-2.0.so.0+0x56800) | ||
12 | #2 0xaaabf555db78 in ptimer_init /qemu/hw/core/ptimer.c:432 | ||
13 | #3 0xaaabf57b3934 in exynos4210_rtc_init /qemu/hw/rtc/exynos4210_rtc.c:567 | ||
14 | #4 0xaaabf6339f6c in object_initialize_with_type /qemu/qom/object.c:515 | ||
15 | #5 0xaaabf633a1e0 in object_new_with_type /qemu/qom/object.c:729 | ||
16 | #6 0xaaabf6375e40 in qmp_device_list_properties /qemu/qom/qom-qmp-cmds.c:153 | ||
17 | #7 0xaaabf653d8ec in qmp_marshal_device_list_properties /qemu/qapi/qapi-commands-qdev.c:59 | ||
18 | #8 0xaaabf6587d08 in do_qmp_dispatch_bh /qemu/qapi/qmp-dispatch.c:110 | ||
19 | #9 0xaaabf6552708 in aio_bh_call /qemu/util/async.c:136 | ||
20 | #10 0xaaabf6552708 in aio_bh_poll /qemu/util/async.c:164 | ||
21 | #11 0xaaabf655f19c in aio_dispatch /qemu/util/aio-posix.c:381 | ||
22 | #12 0xaaabf65523f4 in aio_ctx_dispatch /qemu/util/async.c:306 | ||
23 | |||
24 | Reported-by: Euler Robot <euler.robot@huawei.com> | ||
25 | Signed-off-by: Gan Qixin <ganqixin@huawei.com> | ||
26 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
27 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
28 | --- | 12 | --- |
29 | hw/rtc/exynos4210_rtc.c | 9 +++++++++ | 13 | hw/i386/acpi-build.c | 4 ++-- |
30 | 1 file changed, 9 insertions(+) | 14 | 1 file changed, 2 insertions(+), 2 deletions(-) |
31 | 15 | ||
32 | diff --git a/hw/rtc/exynos4210_rtc.c b/hw/rtc/exynos4210_rtc.c | 16 | diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c |
33 | index XXXXXXX..XXXXXXX 100644 | 17 | index XXXXXXX..XXXXXXX 100644 |
34 | --- a/hw/rtc/exynos4210_rtc.c | 18 | --- a/hw/i386/acpi-build.c |
35 | +++ b/hw/rtc/exynos4210_rtc.c | 19 | +++ b/hw/i386/acpi-build.c |
36 | @@ -XXX,XX +XXX,XX @@ static void exynos4210_rtc_init(Object *obj) | 20 | @@ -XXX,XX +XXX,XX @@ Aml *aml_pci_device_dsm(void) |
37 | sysbus_init_mmio(dev, &s->iomem); | 21 | Aml *bnum = aml_arg(4); |
38 | } | 22 | Aml *func = aml_arg(2); |
39 | 23 | Aml *rev = aml_arg(1); | |
40 | +static void exynos4210_rtc_finalize(Object *obj) | 24 | - Aml *sun = aml_arg(5); |
41 | +{ | 25 | + Aml *sunum = aml_arg(5); |
42 | + Exynos4210RTCState *s = EXYNOS4210_RTC(obj); | 26 | |
43 | + | 27 | method = aml_method("PDSM", 6, AML_SERIALIZED); |
44 | + ptimer_free(s->ptimer); | 28 | |
45 | + ptimer_free(s->ptimer_1Hz); | 29 | @@ -XXX,XX +XXX,XX @@ Aml *aml_pci_device_dsm(void) |
46 | +} | 30 | UUID = aml_touuid("E5C937D0-3553-4D7A-9117-EA4D19C3434D"); |
47 | + | 31 | ifctx = aml_if(aml_equal(aml_arg(0), UUID)); |
48 | static void exynos4210_rtc_class_init(ObjectClass *klass, void *data) | 32 | { |
49 | { | 33 | - aml_append(ifctx, aml_store(aml_call2("AIDX", bnum, sun), acpi_index)); |
50 | DeviceClass *dc = DEVICE_CLASS(klass); | 34 | + aml_append(ifctx, aml_store(aml_call2("AIDX", bnum, sunum), acpi_index)); |
51 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo exynos4210_rtc_info = { | 35 | ifctx1 = aml_if(aml_equal(func, zero)); |
52 | .parent = TYPE_SYS_BUS_DEVICE, | 36 | { |
53 | .instance_size = sizeof(Exynos4210RTCState), | 37 | uint8_t byte_list[1]; |
54 | .instance_init = exynos4210_rtc_init, | ||
55 | + .instance_finalize = exynos4210_rtc_finalize, | ||
56 | .class_init = exynos4210_rtc_class_init, | ||
57 | }; | ||
58 | |||
59 | -- | 38 | -- |
60 | 2.20.1 | 39 | 2.25.1 |
61 | |||
62 | diff view generated by jsdifflib |
1 | From: Gan Qixin <ganqixin@huawei.com> | 1 | From: Andrew Deason <adeason@sinenomine.net> |
---|---|---|---|
2 | 2 | ||
3 | When running device-introspect-test, a memory leak occurred in the | 3 | The include for statvfs.h has not been needed since all statvfs calls |
4 | digic_timer_init function, so use ptimer_free() in the finalize function to | 4 | were removed in commit 4a1418e07bdc ("Unbreak large mem support by |
5 | avoid it. | 5 | removing kqemu"). |
6 | 6 | ||
7 | ASAN shows memory leak stack: | 7 | The comment mentioning CONFIG_BSD hasn't made sense since an include |
8 | for config-host.h was removed in commit aafd75841001 ("util: Clean up | ||
9 | includes"). | ||
8 | 10 | ||
9 | Indirect leak of 288 byte(s) in 3 object(s) allocated from: | 11 | Remove this cruft. |
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 | 12 | ||
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> | 13 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
14 | Signed-off-by: Andrew Deason <adeason@sinenomine.net> | ||
15 | Message-id: 20220316035227.3702-4-adeason@sinenomine.net | ||
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/digic-timer.c | 8 ++++++++ | 18 | util/osdep.c | 7 ------- |
30 | 1 file changed, 8 insertions(+) | 19 | 1 file changed, 7 deletions(-) |
31 | 20 | ||
32 | diff --git a/hw/timer/digic-timer.c b/hw/timer/digic-timer.c | 21 | diff --git a/util/osdep.c b/util/osdep.c |
33 | index XXXXXXX..XXXXXXX 100644 | 22 | index XXXXXXX..XXXXXXX 100644 |
34 | --- a/hw/timer/digic-timer.c | 23 | --- a/util/osdep.c |
35 | +++ b/hw/timer/digic-timer.c | 24 | +++ b/util/osdep.c |
36 | @@ -XXX,XX +XXX,XX @@ static void digic_timer_init(Object *obj) | 25 | @@ -XXX,XX +XXX,XX @@ |
37 | sysbus_init_mmio(SYS_BUS_DEVICE(obj), &s->iomem); | 26 | */ |
38 | } | 27 | #include "qemu/osdep.h" |
39 | 28 | #include "qapi/error.h" | |
40 | +static void digic_timer_finalize(Object *obj) | 29 | - |
41 | +{ | 30 | -/* Needed early for CONFIG_BSD etc. */ |
42 | + DigicTimerState *s = DIGIC_TIMER(obj); | 31 | - |
43 | + | 32 | -#ifdef CONFIG_SOLARIS |
44 | + ptimer_free(s->ptimer); | 33 | -#include <sys/statvfs.h> |
45 | +} | 34 | -#endif |
46 | + | 35 | - |
47 | static void digic_timer_class_init(ObjectClass *klass, void *class_data) | 36 | #include "qemu-common.h" |
48 | { | 37 | #include "qemu/cutils.h" |
49 | DeviceClass *dc = DEVICE_CLASS(klass); | 38 | #include "qemu/sockets.h" |
50 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo digic_timer_info = { | ||
51 | .parent = TYPE_SYS_BUS_DEVICE, | ||
52 | .instance_size = sizeof(DigicTimerState), | ||
53 | .instance_init = digic_timer_init, | ||
54 | + .instance_finalize = digic_timer_finalize, | ||
55 | .class_init = digic_timer_class_init, | ||
56 | }; | ||
57 | |||
58 | -- | 39 | -- |
59 | 2.20.1 | 40 | 2.25.1 |
60 | |||
61 | diff view generated by jsdifflib |