1 | Another arm pullreq; nothing particularly exciting here. | 1 | Hi; here's the first target-arm pullreq for the 7.0 cycle. |
---|---|---|---|
2 | 2 | ||
3 | thanks | ||
3 | -- PMM | 4 | -- PMM |
4 | 5 | ||
6 | The following changes since commit 76b56fdfc9fa43ec6e5986aee33f108c6c6a511e: | ||
5 | 7 | ||
6 | The following changes since commit e27d5b488ef08408691bfed61f34ee2858136287: | 8 | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2021-12-14 12:46:18 -0800) |
7 | |||
8 | Merge remote-tracking branch 'remotes/juanquintela/tags/pull-migration-pull-request' into staging (2020-02-28 14:02:31 +0000) | ||
9 | 9 | ||
10 | are available in the Git repository at: | 10 | are available in the Git repository at: |
11 | 11 | ||
12 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20200228 | 12 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20211215 |
13 | 13 | ||
14 | for you to fetch changes up to 1904f9b5f1d94fe12fe021db6b504c87d684f6db: | 14 | for you to fetch changes up to aed176558806674d030a8305d989d4e6a5073359: |
15 | 15 | ||
16 | hw/intc/arm_gic_kvm: Don't assume kernel can provide a GICv2 (2020-02-28 16:14:57 +0000) | 16 | tests/acpi: add expected blob for VIOT test on virt machine (2021-12-15 10:35:26 +0000) |
17 | 17 | ||
18 | ---------------------------------------------------------------- | 18 | ---------------------------------------------------------------- |
19 | target-arm queue: | 19 | target-arm queue: |
20 | * hw/arm: Use TYPE_PL011 to create serial port | 20 | * ITS: error reporting cleanup |
21 | * target/arm: Set ID_MMFR4.HPDS for aarch64_max_initfn | 21 | * aspeed: improve documentation |
22 | * hw/arm/integratorcp: Map the audio codec controller | 22 | * Fix STM32F2XX USART data register readout |
23 | * GICv2: Correctly implement the limited number of priority bits | 23 | * allow emulated GICv3 to be disabled in non-TCG builds |
24 | * target/arm: refactoring of VFP related feature checks and decode | 24 | * fix exception priority for singlestep, misaligned PC, bp, etc |
25 | * xilinx_zynq: Fix USB port instantiation | 25 | * Correct calculation of tlb range invalidate length |
26 | * acceptance tests for n800, n810, integratorcp | 26 | * npcm7xx_emc: fix missing queue_flush |
27 | * Implement v8.3-RCPC, v8.4-RCPC, v8.3-CCIDX | 27 | * virt: Add VIOT ACPI table for virtio-iommu |
28 | * arm_gic_kvm: Don't assume kernel can provide a GICv2 | 28 | * target/i386: Use assert() to sanity-check b1 in SSE decode |
29 | (provide better error message for user error) | 29 | * Don't include qemu-common unnecessarily |
30 | 30 | ||
31 | ---------------------------------------------------------------- | 31 | ---------------------------------------------------------------- |
32 | Gavin Shan (1): | 32 | Alex Bennée (1): |
33 | hw/arm: Use TYPE_PL011 to create serial port | 33 | hw/intc: clean-up error reporting for failed ITS cmd |
34 | 34 | ||
35 | Guenter Roeck (2): | 35 | Jean-Philippe Brucker (8): |
36 | hw/arm/xilinx_zynq: Fix USB port instantiation | 36 | hw/arm/virt-acpi-build: Add VIOT table for virtio-iommu |
37 | hw/usb/hcd-ehci-sysbus: Remove obsolete xlnx, ps7-usb class | 37 | hw/arm/virt: Remove device tree restriction for virtio-iommu |
38 | hw/arm/virt: Reject instantiation of multiple IOMMUs | ||
39 | hw/arm/virt: Use object_property_set instead of qdev_prop_set | ||
40 | tests/acpi: allow updates of VIOT expected data files | ||
41 | tests/acpi: add test case for VIOT | ||
42 | tests/acpi: add expected blobs for VIOT test on q35 machine | ||
43 | tests/acpi: add expected blob for VIOT test on virt machine | ||
38 | 44 | ||
39 | Peter Maydell (5): | 45 | Joel Stanley (4): |
40 | target/arm: Fix wrong use of FIELD_EX32 on ID_AA64DFR0 | 46 | docs: aspeed: Add new boards |
41 | target/arm: Implement v8.3-RCPC | 47 | docs: aspeed: Update OpenBMC image URL |
42 | target/arm: Implement v8.4-RCPC | 48 | docs: aspeed: Give an example of booting a kernel |
43 | target/arm: Implement ARMv8.3-CCIDX | 49 | docs: aspeed: ADC is now modelled |
44 | hw/intc/arm_gic_kvm: Don't assume kernel can provide a GICv2 | ||
45 | 50 | ||
46 | Philippe Mathieu-Daudé (3): | 51 | Olivier Hériveaux (1): |
47 | hw/arm/integratorcp: Map the audio codec controller | 52 | Fix STM32F2XX USART data register readout |
48 | tests/acceptance: Extract boot_integratorcp() from test_integratorcp() | ||
49 | tests/acceptance/integratorcp: Verify Tux is displayed on framebuffer | ||
50 | 53 | ||
51 | Richard Henderson (17): | 54 | Patrick Venture (1): |
52 | target/arm: Set ID_MMFR4.HPDS for aarch64_max_initfn | 55 | hw/net: npcm7xx_emc fix missing queue_flush |
53 | target/arm: Add isar_feature_aa32_vfp_simd | ||
54 | target/arm: Rename isar_feature_aa32_fpdp_v2 | ||
55 | target/arm: Add isar_feature_aa32_{fpsp_v2, fpsp_v3, fpdp_v3} | ||
56 | target/arm: Add isar_feature_aa64_fp_simd, isar_feature_aa32_vfp | ||
57 | target/arm: Perform fpdp_v2 check first | ||
58 | target/arm: Replace ARM_FEATURE_VFP3 checks with fp{sp, dp}_v3 | ||
59 | target/arm: Add missing checks for fpsp_v2 | ||
60 | target/arm: Replace ARM_FEATURE_VFP4 with isar_feature_aa32_simdfmac | ||
61 | target/arm: Remove ARM_FEATURE_VFP check from disas_vfp_insn | ||
62 | target/arm: Move VLLDM and VLSTM to vfp.decode | ||
63 | target/arm: Move the vfp decodetree calls next to the base isa | ||
64 | linux-user/arm: Replace ARM_FEATURE_VFP* tests for HWCAP | ||
65 | target/arm: Remove ARM_FEATURE_VFP* | ||
66 | target/arm: Add formats for some vfp 2 and 3-register insns | ||
67 | target/arm: Split VFM decode | ||
68 | target/arm: Split VMINMAXNM decode | ||
69 | 56 | ||
70 | Sai Pavan Boddu (3): | 57 | Peter Maydell (6): |
71 | arm_gic: Mask the un-supported priority bits | 58 | target/i386: Use assert() to sanity-check b1 in SSE decode |
72 | cpu/a9mpcore: Set number of GIC priority bits to 5 | 59 | include/hw/i386: Don't include qemu-common.h in .h files |
73 | cpu/arm11mpcore: Set number of GIC priority bits to 4 | 60 | target/hexagon/cpu.h: don't include qemu-common.h |
61 | target/rx/cpu.h: Don't include qemu-common.h | ||
62 | hw/arm: Don't include qemu-common.h unnecessarily | ||
63 | target/arm: Correct calculation of tlb range invalidate length | ||
74 | 64 | ||
75 | Thomas Huth (2): | 65 | Philippe Mathieu-Daudé (2): |
76 | tests/acceptance: Add a test for the N800 and N810 arm machines | 66 | hw/intc/arm_gicv3: Extract gicv3_set_gicv3state from arm_gicv3_cpuif.c |
77 | tests/acceptance: Add a test for the integratorcp arm machine | 67 | hw/intc/arm_gicv3: Introduce CONFIG_ARM_GIC_TCG Kconfig selector |
78 | 68 | ||
79 | include/hw/intc/arm_gic.h | 2 + | 69 | Richard Henderson (10): |
80 | include/hw/intc/arm_gic_common.h | 1 + | 70 | target/arm: Hoist pc_next to a local variable in aarch64_tr_translate_insn |
81 | target/arm/cpu.h | 88 +++++- | 71 | target/arm: Hoist pc_next to a local variable in arm_tr_translate_insn |
82 | hw/arm/integratorcp.c | 1 + | 72 | target/arm: Hoist pc_next to a local variable in thumb_tr_translate_insn |
83 | hw/arm/sbsa-ref.c | 3 +- | 73 | target/arm: Split arm_pre_translate_insn |
84 | hw/arm/virt.c | 3 +- | 74 | target/arm: Advance pc for arch single-step exception |
85 | hw/arm/xilinx_zynq.c | 5 +- | 75 | target/arm: Split compute_fsr_fsc out of arm_deliver_fault |
86 | hw/arm/xlnx-versal.c | 3 +- | 76 | target/arm: Take an exception if PC is misaligned |
87 | hw/cpu/a9mpcore.c | 4 + | 77 | target/arm: Assert thumb pc is aligned |
88 | hw/cpu/arm11mpcore.c | 5 + | 78 | target/arm: Suppress bp for exceptions with more priority |
89 | hw/intc/arm_gic.c | 33 +- | 79 | tests/tcg: Add arm and aarch64 pc alignment tests |
90 | hw/intc/arm_gic_common.c | 1 + | ||
91 | hw/intc/arm_gic_kvm.c | 9 + | ||
92 | hw/intc/armv7m_nvic.c | 20 +- | ||
93 | hw/usb/hcd-ehci-sysbus.c | 17 - | ||
94 | linux-user/arm/signal.c | 4 +- | ||
95 | linux-user/elfload.c | 25 +- | ||
96 | target/arm/arch_dump.c | 11 +- | ||
97 | target/arm/cpu.c | 44 +-- | ||
98 | target/arm/cpu64.c | 5 +- | ||
99 | target/arm/helper.c | 23 +- | ||
100 | target/arm/kvm32.c | 5 - | ||
101 | target/arm/kvm64.c | 1 - | ||
102 | target/arm/m_helper.c | 11 +- | ||
103 | target/arm/machine.c | 5 +- | ||
104 | target/arm/translate-a64.c | 114 +++++++ | ||
105 | target/arm/translate-vfp.inc.c | 448 +++++++++++++++++---------- | ||
106 | target/arm/translate.c | 122 ++------ | ||
107 | MAINTAINERS | 2 + | ||
108 | hw/arm/Kconfig | 1 + | ||
109 | target/arm/vfp-uncond.decode | 12 +- | ||
110 | target/arm/vfp.decode | 153 ++++----- | ||
111 | tests/acceptance/machine_arm_integratorcp.py | 99 ++++++ | ||
112 | tests/acceptance/machine_arm_n8x0.py | 49 +++ | ||
113 | 34 files changed, 865 insertions(+), 464 deletions(-) | ||
114 | create mode 100644 tests/acceptance/machine_arm_integratorcp.py | ||
115 | create mode 100644 tests/acceptance/machine_arm_n8x0.py | ||
116 | 80 | ||
81 | docs/system/arm/aspeed.rst | 26 ++++++++++++---- | ||
82 | include/hw/i386/microvm.h | 1 - | ||
83 | include/hw/i386/x86.h | 1 - | ||
84 | target/arm/helper.h | 1 + | ||
85 | target/arm/syndrome.h | 5 +++ | ||
86 | target/hexagon/cpu.h | 1 - | ||
87 | target/rx/cpu.h | 1 - | ||
88 | hw/arm/boot.c | 1 - | ||
89 | hw/arm/digic_boards.c | 1 - | ||
90 | hw/arm/highbank.c | 1 - | ||
91 | hw/arm/npcm7xx_boards.c | 1 - | ||
92 | hw/arm/sbsa-ref.c | 1 - | ||
93 | hw/arm/stm32f405_soc.c | 1 - | ||
94 | hw/arm/vexpress.c | 1 - | ||
95 | hw/arm/virt-acpi-build.c | 7 +++++ | ||
96 | hw/arm/virt.c | 21 ++++++------- | ||
97 | hw/char/stm32f2xx_usart.c | 3 +- | ||
98 | hw/intc/arm_gicv3.c | 2 +- | ||
99 | hw/intc/arm_gicv3_cpuif.c | 10 +----- | ||
100 | hw/intc/arm_gicv3_cpuif_common.c | 22 +++++++++++++ | ||
101 | hw/intc/arm_gicv3_its.c | 39 +++++++++++++++-------- | ||
102 | hw/net/npcm7xx_emc.c | 18 +++++------ | ||
103 | hw/virtio/virtio-iommu-pci.c | 12 ++------ | ||
104 | linux-user/aarch64/cpu_loop.c | 46 ++++++++++++++++------------ | ||
105 | linux-user/hexagon/cpu_loop.c | 1 + | ||
106 | target/arm/debug_helper.c | 23 ++++++++++++++ | ||
107 | target/arm/gdbstub.c | 9 ++++-- | ||
108 | target/arm/helper.c | 6 ++-- | ||
109 | target/arm/machine.c | 10 ++++++ | ||
110 | target/arm/tlb_helper.c | 63 ++++++++++++++++++++++++++++---------- | ||
111 | target/arm/translate-a64.c | 23 ++++++++++++-- | ||
112 | target/arm/translate.c | 58 ++++++++++++++++++++++++++--------- | ||
113 | target/i386/tcg/translate.c | 12 ++------ | ||
114 | tests/qtest/bios-tables-test.c | 38 +++++++++++++++++++++++ | ||
115 | tests/tcg/aarch64/pcalign-a64.c | 37 ++++++++++++++++++++++ | ||
116 | tests/tcg/arm/pcalign-a32.c | 46 ++++++++++++++++++++++++++++ | ||
117 | hw/arm/Kconfig | 1 + | ||
118 | hw/intc/Kconfig | 5 +++ | ||
119 | hw/intc/meson.build | 11 ++++--- | ||
120 | tests/data/acpi/q35/DSDT.viot | Bin 0 -> 9398 bytes | ||
121 | tests/data/acpi/q35/VIOT.viot | Bin 0 -> 112 bytes | ||
122 | tests/data/acpi/virt/VIOT | Bin 0 -> 88 bytes | ||
123 | tests/tcg/aarch64/Makefile.target | 4 +-- | ||
124 | tests/tcg/arm/Makefile.target | 4 +++ | ||
125 | 44 files changed, 429 insertions(+), 145 deletions(-) | ||
126 | create mode 100644 hw/intc/arm_gicv3_cpuif_common.c | ||
127 | create mode 100644 tests/tcg/aarch64/pcalign-a64.c | ||
128 | create mode 100644 tests/tcg/arm/pcalign-a32.c | ||
129 | create mode 100644 tests/data/acpi/q35/DSDT.viot | ||
130 | create mode 100644 tests/data/acpi/q35/VIOT.viot | ||
131 | create mode 100644 tests/data/acpi/virt/VIOT | ||
132 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Alex Bennée <alex.bennee@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Sort this check to the start of a trans_* function. | 3 | While trying to debug a GIC ITS failure I saw some guest errors that |
4 | Merge this with any existing test for fpdp_v2. | 4 | had poor formatting as well as leaving me confused as to what failed. |
5 | As most of the checks aren't possible without a valid dte split that | ||
6 | check apart and then check the other conditions in steps. This avoids | ||
7 | us relying on undefined data. | ||
5 | 8 | ||
9 | I still get a failure with the current kvm-unit-tests but at least I | ||
10 | know (partially) why now: | ||
11 | |||
12 | Exception return from AArch64 EL1 to AArch64 EL1 PC 0x40080588 | ||
13 | PASS: gicv3: its-trigger: inv/invall: dev2/eventid=20 now triggers an LPI | ||
14 | ITS: MAPD devid=2 size = 0x8 itt=0x40430000 valid=0 | ||
15 | INT dev_id=2 event_id=20 | ||
16 | process_its_cmd: invalid command attributes: invalid dte: 0 for 2 (MEM_TX: 0) | ||
17 | PASS: gicv3: its-trigger: mapd valid=false: no LPI after device unmap | ||
18 | SUMMARY: 6 tests, 1 unexpected failures | ||
19 | |||
20 | Signed-off-by: Alex Bennée <alex.bennee@linaro.org> | ||
6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 21 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 22 | Message-id: 20211112170454.3158925-1-alex.bennee@linaro.org |
8 | Message-id: 20200224222232.13807-8-richard.henderson@linaro.org | 23 | Cc: Shashi Mallela <shashi.mallela@linaro.org> |
24 | Cc: Peter Maydell <peter.maydell@linaro.org> | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 25 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 26 | --- |
11 | target/arm/translate-vfp.inc.c | 24 ++++++++---------------- | 27 | hw/intc/arm_gicv3_its.c | 39 +++++++++++++++++++++++++++------------ |
12 | 1 file changed, 8 insertions(+), 16 deletions(-) | 28 | 1 file changed, 27 insertions(+), 12 deletions(-) |
13 | 29 | ||
14 | diff --git a/target/arm/translate-vfp.inc.c b/target/arm/translate-vfp.inc.c | 30 | diff --git a/hw/intc/arm_gicv3_its.c b/hw/intc/arm_gicv3_its.c |
15 | index XXXXXXX..XXXXXXX 100644 | 31 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/translate-vfp.inc.c | 32 | --- a/hw/intc/arm_gicv3_its.c |
17 | +++ b/target/arm/translate-vfp.inc.c | 33 | +++ b/hw/intc/arm_gicv3_its.c |
18 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMSR_VMRS(DisasContext *s, arg_VMSR_VMRS *a) | 34 | @@ -XXX,XX +XXX,XX @@ static bool process_its_cmd(GICv3ITSState *s, uint64_t value, uint32_t offset, |
19 | * VFPv2 allows access to FPSID from userspace; VFPv3 restricts | 35 | if (res != MEMTX_OK) { |
20 | * all ID registers to privileged access only. | 36 | return result; |
21 | */ | ||
22 | - if (IS_USER(s) && arm_dc_feature(s, ARM_FEATURE_VFP3)) { | ||
23 | + if (IS_USER(s) && dc_isar_feature(aa32_fpsp_v3, s)) { | ||
24 | return false; | ||
25 | } | 37 | } |
26 | ignore_vfp_enabled = true; | 38 | + } else { |
27 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMSR_VMRS(DisasContext *s, arg_VMSR_VMRS *a) | 39 | + qemu_log_mask(LOG_GUEST_ERROR, |
28 | case ARM_VFP_FPINST: | 40 | + "%s: invalid command attributes: " |
29 | case ARM_VFP_FPINST2: | 41 | + "invalid dte: %"PRIx64" for %d (MEM_TX: %d)\n", |
30 | /* Not present in VFPv3 */ | 42 | + __func__, dte, devid, res); |
31 | - if (IS_USER(s) || arm_dc_feature(s, ARM_FEATURE_VFP3)) { | 43 | + return result; |
32 | + if (IS_USER(s) || dc_isar_feature(aa32_fpsp_v3, s)) { | ||
33 | return false; | ||
34 | } | ||
35 | break; | ||
36 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMOV_imm_sp(DisasContext *s, arg_VMOV_imm_sp *a) | ||
37 | |||
38 | vd = a->vd; | ||
39 | |||
40 | - if (!dc_isar_feature(aa32_fpshvec, s) && | ||
41 | - (veclen != 0 || s->vec_stride != 0)) { | ||
42 | + if (!dc_isar_feature(aa32_fpsp_v3, s)) { | ||
43 | return false; | ||
44 | } | 44 | } |
45 | 45 | ||
46 | - if (!arm_dc_feature(s, ARM_FEATURE_VFP3)) { | 46 | - if ((devid > s->dt.maxids.max_devids) || !dte_valid || !ite_valid || |
47 | + if (!dc_isar_feature(aa32_fpshvec, s) && | 47 | - !cte_valid || (eventid > max_eventid)) { |
48 | + (veclen != 0 || s->vec_stride != 0)) { | 48 | + |
49 | return false; | 49 | + /* |
50 | } | 50 | + * In this implementation, in case of guest errors we ignore the |
51 | 51 | + * command and move onto the next command in the queue. | |
52 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMOV_imm_dp(DisasContext *s, arg_VMOV_imm_dp *a) | 52 | + */ |
53 | 53 | + if (devid > s->dt.maxids.max_devids) { | |
54 | vd = a->vd; | 54 | qemu_log_mask(LOG_GUEST_ERROR, |
55 | 55 | - "%s: invalid command attributes " | |
56 | - if (!dc_isar_feature(aa32_fpdp_v2, s)) { | 56 | - "devid %d or eventid %d or invalid dte %d or" |
57 | + if (!dc_isar_feature(aa32_fpdp_v3, s)) { | 57 | - "invalid cte %d or invalid ite %d\n", |
58 | return false; | 58 | - __func__, devid, eventid, dte_valid, cte_valid, |
59 | } | 59 | - ite_valid); |
60 | 60 | - /* | |
61 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMOV_imm_dp(DisasContext *s, arg_VMOV_imm_dp *a) | 61 | - * in this implementation, in case of error |
62 | return false; | 62 | - * we ignore this command and move onto the next |
63 | } | 63 | - * command in the queue |
64 | 64 | - */ | |
65 | - if (!arm_dc_feature(s, ARM_FEATURE_VFP3)) { | 65 | + "%s: invalid command attributes: devid %d>%d", |
66 | - return false; | 66 | + __func__, devid, s->dt.maxids.max_devids); |
67 | - } | 67 | + |
68 | - | 68 | + } else if (!dte_valid || !ite_valid || !cte_valid) { |
69 | if (!vfp_access_check(s)) { | 69 | + qemu_log_mask(LOG_GUEST_ERROR, |
70 | return true; | 70 | + "%s: invalid command attributes: " |
71 | } | 71 | + "dte: %s, ite: %s, cte: %s\n", |
72 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_fix_sp(DisasContext *s, arg_VCVT_fix_sp *a) | 72 | + __func__, |
73 | TCGv_ptr fpst; | 73 | + dte_valid ? "valid" : "invalid", |
74 | int frac_bits; | 74 | + ite_valid ? "valid" : "invalid", |
75 | 75 | + cte_valid ? "valid" : "invalid"); | |
76 | - if (!arm_dc_feature(s, ARM_FEATURE_VFP3)) { | 76 | + } else if (eventid > max_eventid) { |
77 | + if (!dc_isar_feature(aa32_fpsp_v3, s)) { | 77 | + qemu_log_mask(LOG_GUEST_ERROR, |
78 | return false; | 78 | + "%s: invalid command attributes: eventid %d > %d\n", |
79 | } | 79 | + __func__, eventid, max_eventid); |
80 | 80 | } else { | |
81 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_fix_dp(DisasContext *s, arg_VCVT_fix_dp *a) | 81 | /* |
82 | TCGv_ptr fpst; | 82 | * Current implementation only supports rdbase == procnum |
83 | int frac_bits; | ||
84 | |||
85 | - if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
86 | - return false; | ||
87 | - } | ||
88 | - | ||
89 | - if (!arm_dc_feature(s, ARM_FEATURE_VFP3)) { | ||
90 | + if (!dc_isar_feature(aa32_fpdp_v3, s)) { | ||
91 | return false; | ||
92 | } | ||
93 | |||
94 | -- | 83 | -- |
95 | 2.20.1 | 84 | 2.25.1 |
96 | 85 | ||
97 | 86 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Joel Stanley <joel@jms.id.au> |
---|---|---|---|
2 | 2 | ||
3 | Use isar feature tests instead of feature bit tests. | 3 | Add X11, FP5280G2, G220A, Rainier and Fuji. Mention that Swift will be |
4 | removed in v7.0. | ||
4 | 5 | ||
5 | Although none of QEMUs current cpus have VFPv3 without D32, | 6 | Signed-off-by: Joel Stanley <joel@jms.id.au> |
6 | replace the large comment explaining why with one line that | 7 | Reviewed-by: Cédric Le Goater <clg@kaod.org> |
7 | sets ARM_HWCAP_ARM_VFPv3D16 under the correct conditions. | 8 | Message-id: 20211117065752.330632-2-joel@jms.id.au |
8 | Mirror the test sequence used in the linux kernel. | ||
9 | |||
10 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
11 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
12 | Message-id: 20200224222232.13807-14-richard.henderson@linaro.org | ||
13 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
14 | --- | 10 | --- |
15 | linux-user/elfload.c | 23 +++++++++++++---------- | 11 | docs/system/arm/aspeed.rst | 7 ++++++- |
16 | 1 file changed, 13 insertions(+), 10 deletions(-) | 12 | 1 file changed, 6 insertions(+), 1 deletion(-) |
17 | 13 | ||
18 | diff --git a/linux-user/elfload.c b/linux-user/elfload.c | 14 | diff --git a/docs/system/arm/aspeed.rst b/docs/system/arm/aspeed.rst |
19 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
20 | --- a/linux-user/elfload.c | 16 | --- a/docs/system/arm/aspeed.rst |
21 | +++ b/linux-user/elfload.c | 17 | +++ b/docs/system/arm/aspeed.rst |
22 | @@ -XXX,XX +XXX,XX @@ static uint32_t get_elf_hwcap(void) | 18 | @@ -XXX,XX +XXX,XX @@ AST2400 SoC based machines : |
23 | 19 | ||
24 | /* EDSP is in v5TE and above, but all our v5 CPUs are v5TE */ | 20 | - ``palmetto-bmc`` OpenPOWER Palmetto POWER8 BMC |
25 | GET_FEATURE(ARM_FEATURE_V5, ARM_HWCAP_ARM_EDSP); | 21 | - ``quanta-q71l-bmc`` OpenBMC Quanta BMC |
26 | - GET_FEATURE(ARM_FEATURE_VFP, ARM_HWCAP_ARM_VFP); | 22 | +- ``supermicrox11-bmc`` Supermicro X11 BMC |
27 | GET_FEATURE(ARM_FEATURE_IWMMXT, ARM_HWCAP_ARM_IWMMXT); | 23 | |
28 | GET_FEATURE(ARM_FEATURE_THUMB2EE, ARM_HWCAP_ARM_THUMBEE); | 24 | AST2500 SoC based machines : |
29 | GET_FEATURE(ARM_FEATURE_NEON, ARM_HWCAP_ARM_NEON); | 25 | |
30 | - GET_FEATURE(ARM_FEATURE_VFP3, ARM_HWCAP_ARM_VFPv3); | 26 | @@ -XXX,XX +XXX,XX @@ AST2500 SoC based machines : |
31 | GET_FEATURE(ARM_FEATURE_V6K, ARM_HWCAP_ARM_TLS); | 27 | - ``romulus-bmc`` OpenPOWER Romulus POWER9 BMC |
32 | - GET_FEATURE(ARM_FEATURE_VFP4, ARM_HWCAP_ARM_VFPv4); | 28 | - ``witherspoon-bmc`` OpenPOWER Witherspoon POWER9 BMC |
33 | + GET_FEATURE(ARM_FEATURE_LPAE, ARM_HWCAP_ARM_LPAE); | 29 | - ``sonorapass-bmc`` OCP SonoraPass BMC |
34 | GET_FEATURE_ID(aa32_arm_div, ARM_HWCAP_ARM_IDIVA); | 30 | -- ``swift-bmc`` OpenPOWER Swift BMC POWER9 |
35 | GET_FEATURE_ID(aa32_thumb_div, ARM_HWCAP_ARM_IDIVT); | 31 | +- ``swift-bmc`` OpenPOWER Swift BMC POWER9 (to be removed in v7.0) |
36 | - /* All QEMU's VFPv3 CPUs have 32 registers, see VFP_DREG in translate.c. | 32 | +- ``fp5280g2-bmc`` Inspur FP5280G2 BMC |
37 | - * Note that the ARM_HWCAP_ARM_VFPv3D16 bit is always the inverse of | 33 | +- ``g220a-bmc`` Bytedance G220A BMC |
38 | - * ARM_HWCAP_ARM_VFPD32 (and so always clear for QEMU); it is unrelated | 34 | |
39 | - * to our VFP_FP16 feature bit. | 35 | AST2600 SoC based machines : |
40 | - */ | 36 | |
41 | - GET_FEATURE(ARM_FEATURE_VFP3, ARM_HWCAP_ARM_VFPD32); | 37 | - ``ast2600-evb`` Aspeed AST2600 Evaluation board (Cortex-A7) |
42 | - GET_FEATURE(ARM_FEATURE_LPAE, ARM_HWCAP_ARM_LPAE); | 38 | - ``tacoma-bmc`` OpenPOWER Witherspoon POWER9 AST2600 BMC |
43 | + GET_FEATURE_ID(aa32_vfp, ARM_HWCAP_ARM_VFP); | 39 | +- ``rainier-bmc`` IBM Rainier POWER10 BMC |
44 | + | 40 | +- ``fuji-bmc`` Facebook Fuji BMC |
45 | + if (cpu_isar_feature(aa32_fpsp_v3, cpu) || | 41 | |
46 | + cpu_isar_feature(aa32_fpdp_v3, cpu)) { | 42 | Supported devices |
47 | + hwcaps |= ARM_HWCAP_ARM_VFPv3; | 43 | ----------------- |
48 | + if (cpu_isar_feature(aa32_simd_r32, cpu)) { | ||
49 | + hwcaps |= ARM_HWCAP_ARM_VFPD32; | ||
50 | + } else { | ||
51 | + hwcaps |= ARM_HWCAP_ARM_VFPv3D16; | ||
52 | + } | ||
53 | + } | ||
54 | + GET_FEATURE_ID(aa32_simdfmac, ARM_HWCAP_ARM_VFPv4); | ||
55 | |||
56 | return hwcaps; | ||
57 | } | ||
58 | -- | 44 | -- |
59 | 2.20.1 | 45 | 2.25.1 |
60 | 46 | ||
61 | 47 | diff view generated by jsdifflib |
1 | From: Sai Pavan Boddu <sai.pavan.boddu@xilinx.com> | 1 | From: Joel Stanley <joel@jms.id.au> |
---|---|---|---|
2 | 2 | ||
3 | The GICv2 allows the implementation to implement a variable number | 3 | This is the latest URL for the OpenBMC CI. The old URL still works, but |
4 | of priority bits; unimplemented bits in the priority registers | 4 | redirects. |
5 | are read as zeros, writes ignored. We were previously always | ||
6 | implementing a full 8 bits of priority, which is allowed but not | ||
7 | what the real hardware typically does (which is usually to have | ||
8 | 4 or 5 bits of priority). | ||
9 | 5 | ||
10 | Add a new device property to allow the number of implemented | 6 | Reviewed-by: Cédric Le Goater <clg@kaod.org> |
11 | property bits to be specified. | 7 | Signed-off-by: Joel Stanley <joel@jms.id.au> |
12 | 8 | Message-id: 20211117065752.330632-3-joel@jms.id.au | |
13 | Signed-off-by: Sai Pavan Boddu <sai.pavan.boddu@xilinx.com> | ||
14 | Message-id: 1582537164-764-2-git-send-email-sai.pavan.boddu@xilinx.com | ||
15 | Suggested-by: Peter Maydell <peter.maydell@linaro.org> | ||
16 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
17 | [PMM: improved commit message] | ||
18 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
19 | --- | 10 | --- |
20 | include/hw/intc/arm_gic.h | 2 ++ | 11 | docs/system/arm/aspeed.rst | 2 +- |
21 | include/hw/intc/arm_gic_common.h | 1 + | 12 | 1 file changed, 1 insertion(+), 1 deletion(-) |
22 | hw/intc/arm_gic.c | 33 ++++++++++++++++++++++++++++++-- | ||
23 | hw/intc/arm_gic_common.c | 1 + | ||
24 | 4 files changed, 35 insertions(+), 2 deletions(-) | ||
25 | 13 | ||
26 | diff --git a/include/hw/intc/arm_gic.h b/include/hw/intc/arm_gic.h | 14 | diff --git a/docs/system/arm/aspeed.rst b/docs/system/arm/aspeed.rst |
27 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
28 | --- a/include/hw/intc/arm_gic.h | 16 | --- a/docs/system/arm/aspeed.rst |
29 | +++ b/include/hw/intc/arm_gic.h | 17 | +++ b/docs/system/arm/aspeed.rst |
30 | @@ -XXX,XX +XXX,XX @@ | 18 | @@ -XXX,XX +XXX,XX @@ The Aspeed machines can be started using the ``-kernel`` option to |
31 | 19 | load a Linux kernel or from a firmware. Images can be downloaded from | |
32 | /* Number of SGI target-list bits */ | 20 | the OpenBMC jenkins : |
33 | #define GIC_TARGETLIST_BITS 8 | 21 | |
34 | +#define GIC_MAX_PRIORITY_BITS 8 | 22 | - https://jenkins.openbmc.org/job/ci-openbmc/lastSuccessfulBuild/distro=ubuntu,label=docker-builder |
35 | +#define GIC_MIN_PRIORITY_BITS 4 | 23 | + https://jenkins.openbmc.org/job/ci-openbmc/lastSuccessfulBuild/ |
36 | 24 | ||
37 | #define TYPE_ARM_GIC "arm_gic" | 25 | or directly from the OpenBMC GitHub release repository : |
38 | #define ARM_GIC(obj) \ | ||
39 | diff --git a/include/hw/intc/arm_gic_common.h b/include/hw/intc/arm_gic_common.h | ||
40 | index XXXXXXX..XXXXXXX 100644 | ||
41 | --- a/include/hw/intc/arm_gic_common.h | ||
42 | +++ b/include/hw/intc/arm_gic_common.h | ||
43 | @@ -XXX,XX +XXX,XX @@ typedef struct GICState { | ||
44 | uint16_t priority_mask[GIC_NCPU_VCPU]; | ||
45 | uint16_t running_priority[GIC_NCPU_VCPU]; | ||
46 | uint16_t current_pending[GIC_NCPU_VCPU]; | ||
47 | + uint32_t n_prio_bits; | ||
48 | |||
49 | /* If we present the GICv2 without security extensions to a guest, | ||
50 | * the guest can configure the GICC_CTLR to configure group 1 binary point | ||
51 | diff --git a/hw/intc/arm_gic.c b/hw/intc/arm_gic.c | ||
52 | index XXXXXXX..XXXXXXX 100644 | ||
53 | --- a/hw/intc/arm_gic.c | ||
54 | +++ b/hw/intc/arm_gic.c | ||
55 | @@ -XXX,XX +XXX,XX @@ uint32_t gic_acknowledge_irq(GICState *s, int cpu, MemTxAttrs attrs) | ||
56 | return ret; | ||
57 | } | ||
58 | |||
59 | +static uint32_t gic_fullprio_mask(GICState *s, int cpu) | ||
60 | +{ | ||
61 | + /* | ||
62 | + * Return a mask word which clears the unimplemented priority | ||
63 | + * bits from a priority value for an interrupt. (Not to be | ||
64 | + * confused with the group priority, whose mask depends on BPR.) | ||
65 | + */ | ||
66 | + int priBits; | ||
67 | + | ||
68 | + if (gic_is_vcpu(cpu)) { | ||
69 | + priBits = GIC_VIRT_MAX_GROUP_PRIO_BITS; | ||
70 | + } else { | ||
71 | + priBits = s->n_prio_bits; | ||
72 | + } | ||
73 | + return ~0U << (8 - priBits); | ||
74 | +} | ||
75 | + | ||
76 | void gic_dist_set_priority(GICState *s, int cpu, int irq, uint8_t val, | ||
77 | MemTxAttrs attrs) | ||
78 | { | ||
79 | @@ -XXX,XX +XXX,XX @@ void gic_dist_set_priority(GICState *s, int cpu, int irq, uint8_t val, | ||
80 | val = 0x80 | (val >> 1); /* Non-secure view */ | ||
81 | } | ||
82 | |||
83 | + val &= gic_fullprio_mask(s, cpu); | ||
84 | + | ||
85 | if (irq < GIC_INTERNAL) { | ||
86 | s->priority1[irq][cpu] = val; | ||
87 | } else { | ||
88 | @@ -XXX,XX +XXX,XX @@ static uint32_t gic_dist_get_priority(GICState *s, int cpu, int irq, | ||
89 | } | ||
90 | prio = (prio << 1) & 0xff; /* Non-secure view */ | ||
91 | } | ||
92 | - return prio; | ||
93 | + return prio & gic_fullprio_mask(s, cpu); | ||
94 | } | ||
95 | |||
96 | static void gic_set_priority_mask(GICState *s, int cpu, uint8_t pmask, | ||
97 | @@ -XXX,XX +XXX,XX @@ static void gic_set_priority_mask(GICState *s, int cpu, uint8_t pmask, | ||
98 | return; | ||
99 | } | ||
100 | } | ||
101 | - s->priority_mask[cpu] = pmask; | ||
102 | + s->priority_mask[cpu] = pmask & gic_fullprio_mask(s, cpu); | ||
103 | } | ||
104 | |||
105 | static uint32_t gic_get_priority_mask(GICState *s, int cpu, MemTxAttrs attrs) | ||
106 | @@ -XXX,XX +XXX,XX @@ static void arm_gic_realize(DeviceState *dev, Error **errp) | ||
107 | return; | ||
108 | } | ||
109 | |||
110 | + if (s->n_prio_bits > GIC_MAX_PRIORITY_BITS || | ||
111 | + (s->virt_extn ? s->n_prio_bits < GIC_VIRT_MAX_GROUP_PRIO_BITS : | ||
112 | + s->n_prio_bits < GIC_MIN_PRIORITY_BITS)) { | ||
113 | + error_setg(errp, "num-priority-bits cannot be greater than %d" | ||
114 | + " or less than %d", GIC_MAX_PRIORITY_BITS, | ||
115 | + s->virt_extn ? GIC_VIRT_MAX_GROUP_PRIO_BITS : | ||
116 | + GIC_MIN_PRIORITY_BITS); | ||
117 | + return; | ||
118 | + } | ||
119 | + | ||
120 | /* This creates distributor, main CPU interface (s->cpuiomem[0]) and if | ||
121 | * enabled, virtualization extensions related interfaces (main virtual | ||
122 | * interface (s->vifaceiomem[0]) and virtual CPU interface). | ||
123 | diff --git a/hw/intc/arm_gic_common.c b/hw/intc/arm_gic_common.c | ||
124 | index XXXXXXX..XXXXXXX 100644 | ||
125 | --- a/hw/intc/arm_gic_common.c | ||
126 | +++ b/hw/intc/arm_gic_common.c | ||
127 | @@ -XXX,XX +XXX,XX @@ static Property arm_gic_common_properties[] = { | ||
128 | DEFINE_PROP_BOOL("has-security-extensions", GICState, security_extn, 0), | ||
129 | /* True if the GIC should implement the virtualization extensions */ | ||
130 | DEFINE_PROP_BOOL("has-virtualization-extensions", GICState, virt_extn, 0), | ||
131 | + DEFINE_PROP_UINT32("num-priority-bits", GICState, n_prio_bits, 8), | ||
132 | DEFINE_PROP_END_OF_LIST(), | ||
133 | }; | ||
134 | 26 | ||
135 | -- | 27 | -- |
136 | 2.20.1 | 28 | 2.25.1 |
137 | 29 | ||
138 | 30 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Joel Stanley <joel@jms.id.au> |
---|---|---|---|
2 | 2 | ||
3 | Add a test that verifies the Tux logo is displayed on the framebuffer. | 3 | A common use case for the ASPEED machine is to boot a Linux kernel. |
4 | Provide a full example command line. | ||
4 | 5 | ||
5 | We simply follow the OpenCV "Template Matching with Multiple Objects" | 6 | Reviewed-by: Cédric Le Goater <clg@kaod.org> |
6 | tutorial, replacing Lionel Messi by Tux: | 7 | Signed-off-by: Joel Stanley <joel@jms.id.au> |
7 | https://docs.opencv.org/4.2.0/d4/dc6/tutorial_py_template_matching.html | 8 | Message-id: 20211117065752.330632-4-joel@jms.id.au |
8 | |||
9 | When OpenCV and NumPy are installed, this test can be run using: | ||
10 | |||
11 | $ AVOCADO_ALLOW_UNTRUSTED_CODE=hmmm \ | ||
12 | avocado --show=app,framebuffer run -t device:framebuffer \ | ||
13 | tests/acceptance/machine_arm_integratorcp.py | ||
14 | JOB ID : 8c46b0f8269242e87d738247883ea2a470df949e | ||
15 | JOB LOG : avocado/job-results/job-2020-01-31T21.38-8c46b0f/job.log | ||
16 | (1/1) tests/acceptance/machine_arm_integratorcp.py:IntegratorMachine.test_framebuffer_tux_logo: | ||
17 | framebuffer: found Tux at position [x, y] = (0, 0) | ||
18 | PASS (3.96 s) | ||
19 | RESULTS : PASS 1 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | CANCEL 0 | ||
20 | JOB TIME : 4.23 s | ||
21 | |||
22 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
23 | Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com> | ||
24 | Message-id: 20200225172501.29609-5-philmd@redhat.com | ||
25 | Message-Id: <20200131211102.29612-3-f4bug@amsat.org> | ||
26 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
27 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
28 | --- | 10 | --- |
29 | tests/acceptance/machine_arm_integratorcp.py | 52 ++++++++++++++++++++ | 11 | docs/system/arm/aspeed.rst | 15 ++++++++++++--- |
30 | 1 file changed, 52 insertions(+) | 12 | 1 file changed, 12 insertions(+), 3 deletions(-) |
31 | 13 | ||
32 | diff --git a/tests/acceptance/machine_arm_integratorcp.py b/tests/acceptance/machine_arm_integratorcp.py | 14 | diff --git a/docs/system/arm/aspeed.rst b/docs/system/arm/aspeed.rst |
33 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
34 | --- a/tests/acceptance/machine_arm_integratorcp.py | 16 | --- a/docs/system/arm/aspeed.rst |
35 | +++ b/tests/acceptance/machine_arm_integratorcp.py | 17 | +++ b/docs/system/arm/aspeed.rst |
36 | @@ -XXX,XX +XXX,XX @@ | 18 | @@ -XXX,XX +XXX,XX @@ Missing devices |
37 | # later. See the COPYING file in the top-level directory. | 19 | Boot options |
38 | 20 | ------------ | |
39 | import os | 21 | |
40 | +import logging | 22 | -The Aspeed machines can be started using the ``-kernel`` option to |
41 | 23 | -load a Linux kernel or from a firmware. Images can be downloaded from | |
42 | from avocado import skipUnless | 24 | -the OpenBMC jenkins : |
43 | from avocado_qemu import Test | 25 | +The Aspeed machines can be started using the ``-kernel`` and ``-dtb`` options |
44 | from avocado_qemu import wait_for_console_pattern | 26 | +to load a Linux kernel or from a firmware. Images can be downloaded from the |
45 | 27 | +OpenBMC jenkins : | |
28 | |||
29 | https://jenkins.openbmc.org/job/ci-openbmc/lastSuccessfulBuild/ | ||
30 | |||
31 | @@ -XXX,XX +XXX,XX @@ or directly from the OpenBMC GitHub release repository : | ||
32 | |||
33 | https://github.com/openbmc/openbmc/releases | ||
34 | |||
35 | +To boot a kernel directly from a Linux build tree: | ||
46 | + | 36 | + |
47 | +NUMPY_AVAILABLE = True | 37 | +.. code-block:: bash |
48 | +try: | ||
49 | + import numpy as np | ||
50 | +except ImportError: | ||
51 | + NUMPY_AVAILABLE = False | ||
52 | + | 38 | + |
53 | +CV2_AVAILABLE = True | 39 | + $ qemu-system-arm -M ast2600-evb -nographic \ |
54 | +try: | 40 | + -kernel arch/arm/boot/zImage \ |
55 | + import cv2 | 41 | + -dtb arch/arm/boot/dts/aspeed-ast2600-evb.dtb \ |
56 | +except ImportError: | 42 | + -initrd rootfs.cpio |
57 | + CV2_AVAILABLE = False | ||
58 | + | 43 | + |
59 | + | 44 | The image should be attached as an MTD drive. Run : |
60 | class IntegratorMachine(Test): | 45 | |
61 | 46 | .. code-block:: bash | |
62 | timeout = 90 | ||
63 | @@ -XXX,XX +XXX,XX @@ class IntegratorMachine(Test): | ||
64 | """ | ||
65 | self.boot_integratorcp() | ||
66 | wait_for_console_pattern(self, 'Log in as root') | ||
67 | + | ||
68 | + @skipUnless(NUMPY_AVAILABLE, 'Python NumPy not installed') | ||
69 | + @skipUnless(CV2_AVAILABLE, 'Python OpenCV not installed') | ||
70 | + @skipUnless(os.getenv('AVOCADO_ALLOW_UNTRUSTED_CODE'), 'untrusted code') | ||
71 | + def test_framebuffer_tux_logo(self): | ||
72 | + """ | ||
73 | + Boot Linux and verify the Tux logo is displayed on the framebuffer. | ||
74 | + :avocado: tags=arch:arm | ||
75 | + :avocado: tags=machine:integratorcp | ||
76 | + :avocado: tags=device:pl110 | ||
77 | + :avocado: tags=device:framebuffer | ||
78 | + """ | ||
79 | + screendump_path = os.path.join(self.workdir, "screendump.pbm") | ||
80 | + tuxlogo_url = ('https://github.com/torvalds/linux/raw/v2.6.12/' | ||
81 | + 'drivers/video/logo/logo_linux_vga16.ppm') | ||
82 | + tuxlogo_hash = '3991c2ddbd1ddaecda7601f8aafbcf5b02dc86af' | ||
83 | + tuxlogo_path = self.fetch_asset(tuxlogo_url, asset_hash=tuxlogo_hash) | ||
84 | + | ||
85 | + self.boot_integratorcp() | ||
86 | + framebuffer_ready = 'Console: switching to colour frame buffer device' | ||
87 | + wait_for_console_pattern(self, framebuffer_ready) | ||
88 | + self.vm.command('human-monitor-command', command_line='stop') | ||
89 | + self.vm.command('human-monitor-command', | ||
90 | + command_line='screendump %s' % screendump_path) | ||
91 | + logger = logging.getLogger('framebuffer') | ||
92 | + | ||
93 | + cpu_count = 1 | ||
94 | + match_threshold = 0.92 | ||
95 | + screendump_bgr = cv2.imread(screendump_path) | ||
96 | + screendump_gray = cv2.cvtColor(screendump_bgr, cv2.COLOR_BGR2GRAY) | ||
97 | + result = cv2.matchTemplate(screendump_gray, cv2.imread(tuxlogo_path, 0), | ||
98 | + cv2.TM_CCOEFF_NORMED) | ||
99 | + loc = np.where(result >= match_threshold) | ||
100 | + tux_count = 0 | ||
101 | + for tux_count, pt in enumerate(zip(*loc[::-1]), start=1): | ||
102 | + logger.debug('found Tux at position [x, y] = %s', pt) | ||
103 | + self.assertGreaterEqual(tux_count, cpu_count) | ||
104 | -- | 47 | -- |
105 | 2.20.1 | 48 | 2.25.1 |
106 | 49 | ||
107 | 50 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Joel Stanley <joel@jms.id.au> |
---|---|---|---|
2 | 2 | ||
3 | As we want to re-use this code, extract it as a new function. | 3 | Move it to the supported list. |
4 | Since we are using the PL011 serial console, add a Avocado tag | ||
5 | to ease filtering of tests. | ||
6 | 4 | ||
7 | Reviewed-by: Thomas Huth <thuth@redhat.com> | 5 | Signed-off-by: Joel Stanley <joel@jms.id.au> |
8 | Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com> | 6 | Message-id: 20211117065752.330632-5-joel@jms.id.au |
9 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
10 | Message-id: 20200225172501.29609-4-philmd@redhat.com | ||
11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
12 | --- | 8 | --- |
13 | tests/acceptance/machine_arm_integratorcp.py | 18 +++++++++++------- | 9 | docs/system/arm/aspeed.rst | 2 +- |
14 | 1 file changed, 11 insertions(+), 7 deletions(-) | 10 | 1 file changed, 1 insertion(+), 1 deletion(-) |
15 | 11 | ||
16 | diff --git a/tests/acceptance/machine_arm_integratorcp.py b/tests/acceptance/machine_arm_integratorcp.py | 12 | diff --git a/docs/system/arm/aspeed.rst b/docs/system/arm/aspeed.rst |
17 | index XXXXXXX..XXXXXXX 100644 | 13 | index XXXXXXX..XXXXXXX 100644 |
18 | --- a/tests/acceptance/machine_arm_integratorcp.py | 14 | --- a/docs/system/arm/aspeed.rst |
19 | +++ b/tests/acceptance/machine_arm_integratorcp.py | 15 | +++ b/docs/system/arm/aspeed.rst |
20 | @@ -XXX,XX +XXX,XX @@ class IntegratorMachine(Test): | 16 | @@ -XXX,XX +XXX,XX @@ Supported devices |
21 | 17 | * Front LEDs (PCA9552 on I2C bus) | |
22 | timeout = 90 | 18 | * LPC Peripheral Controller (a subset of subdevices are supported) |
23 | 19 | * Hash/Crypto Engine (HACE) - Hash support only. TODO: HMAC and RSA | |
24 | - @skipUnless(os.getenv('AVOCADO_ALLOW_UNTRUSTED_CODE'), 'untrusted code') | 20 | + * ADC |
25 | - def test_integratorcp_console(self): | 21 | |
26 | - """ | 22 | |
27 | - Boots the Linux kernel and checks that the console is operational | 23 | Missing devices |
28 | - :avocado: tags=arch:arm | 24 | --------------- |
29 | - :avocado: tags=machine:integratorcp | 25 | |
30 | - """ | 26 | * Coprocessor support |
31 | + def boot_integratorcp(self): | 27 | - * ADC (out of tree implementation) |
32 | kernel_url = ('https://github.com/zayac/qemu-arm/raw/master/' | 28 | * PWM and Fan Controller |
33 | 'arm-test/kernel/zImage.integrator') | 29 | * Slave GPIO Controller |
34 | kernel_hash = '0d7adba893c503267c946a3cbdc63b4b54f25468' | 30 | * Super I/O Controller |
35 | @@ -XXX,XX +XXX,XX @@ class IntegratorMachine(Test): | ||
36 | '-initrd', initrd_path, | ||
37 | '-append', 'printk.time=0 console=ttyAMA0') | ||
38 | self.vm.launch() | ||
39 | + | ||
40 | + @skipUnless(os.getenv('AVOCADO_ALLOW_UNTRUSTED_CODE'), 'untrusted code') | ||
41 | + def test_integratorcp_console(self): | ||
42 | + """ | ||
43 | + Boots the Linux kernel and checks that the console is operational | ||
44 | + :avocado: tags=arch:arm | ||
45 | + :avocado: tags=machine:integratorcp | ||
46 | + :avocado: tags=device:pl011 | ||
47 | + """ | ||
48 | + self.boot_integratorcp() | ||
49 | wait_for_console_pattern(self, 'Log in as root') | ||
50 | -- | 31 | -- |
51 | 2.20.1 | 32 | 2.25.1 |
52 | 33 | ||
53 | 34 | diff view generated by jsdifflib |
1 | From: Guenter Roeck <linux@roeck-us.net> | 1 | From: Olivier Hériveaux <olivier.heriveaux@ledger.fr> |
---|---|---|---|
2 | 2 | ||
3 | Xilinx USB devices are now instantiated through TYPE_CHIPIDEA, | 3 | Fix issue where the data register may be overwritten by next character |
4 | and xlnx support in the EHCI code is no longer needed. | 4 | reception before being read and returned. |
5 | 5 | ||
6 | Signed-off-by: Guenter Roeck <linux@roeck-us.net> | 6 | Signed-off-by: Olivier Hériveaux <olivier.heriveaux@ledger.fr> |
7 | Reviewed-by: Gerd Hoffmann <kraxel@redhat.com> | 7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Message-id: 20200215122354.13706-3-linux@roeck-us.net | 8 | Reviewed-by: Alistair Francis <alistair.francis@wdc.com> |
9 | Message-id: 20211128120723.4053-1-olivier.heriveaux@ledger.fr | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 11 | --- |
11 | hw/usb/hcd-ehci-sysbus.c | 17 ----------------- | 12 | hw/char/stm32f2xx_usart.c | 3 ++- |
12 | 1 file changed, 17 deletions(-) | 13 | 1 file changed, 2 insertions(+), 1 deletion(-) |
13 | 14 | ||
14 | diff --git a/hw/usb/hcd-ehci-sysbus.c b/hw/usb/hcd-ehci-sysbus.c | 15 | diff --git a/hw/char/stm32f2xx_usart.c b/hw/char/stm32f2xx_usart.c |
15 | index XXXXXXX..XXXXXXX 100644 | 16 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/hw/usb/hcd-ehci-sysbus.c | 17 | --- a/hw/char/stm32f2xx_usart.c |
17 | +++ b/hw/usb/hcd-ehci-sysbus.c | 18 | +++ b/hw/char/stm32f2xx_usart.c |
18 | @@ -XXX,XX +XXX,XX @@ static const TypeInfo ehci_platform_type_info = { | 19 | @@ -XXX,XX +XXX,XX @@ static uint64_t stm32f2xx_usart_read(void *opaque, hwaddr addr, |
19 | .class_init = ehci_platform_class_init, | 20 | return retvalue; |
20 | }; | 21 | case USART_DR: |
21 | 22 | DB_PRINT("Value: 0x%" PRIx32 ", %c\n", s->usart_dr, (char) s->usart_dr); | |
22 | -static void ehci_xlnx_class_init(ObjectClass *oc, void *data) | 23 | + retvalue = s->usart_dr & 0x3FF; |
23 | -{ | 24 | s->usart_sr &= ~USART_SR_RXNE; |
24 | - SysBusEHCIClass *sec = SYS_BUS_EHCI_CLASS(oc); | 25 | qemu_chr_fe_accept_input(&s->chr); |
25 | - DeviceClass *dc = DEVICE_CLASS(oc); | 26 | qemu_set_irq(s->irq, 0); |
26 | - | 27 | - return s->usart_dr & 0x3FF; |
27 | - set_bit(DEVICE_CATEGORY_USB, dc->categories); | 28 | + return retvalue; |
28 | - sec->capsbase = 0x100; | 29 | case USART_BRR: |
29 | - sec->opregbase = 0x140; | 30 | return s->usart_brr; |
30 | -} | 31 | case USART_CR1: |
31 | - | ||
32 | -static const TypeInfo ehci_xlnx_type_info = { | ||
33 | - .name = "xlnx,ps7-usb", | ||
34 | - .parent = TYPE_SYS_BUS_EHCI, | ||
35 | - .class_init = ehci_xlnx_class_init, | ||
36 | -}; | ||
37 | - | ||
38 | static void ehci_exynos4210_class_init(ObjectClass *oc, void *data) | ||
39 | { | ||
40 | SysBusEHCIClass *sec = SYS_BUS_EHCI_CLASS(oc); | ||
41 | @@ -XXX,XX +XXX,XX @@ static void ehci_sysbus_register_types(void) | ||
42 | { | ||
43 | type_register_static(&ehci_type_info); | ||
44 | type_register_static(&ehci_platform_type_info); | ||
45 | - type_register_static(&ehci_xlnx_type_info); | ||
46 | type_register_static(&ehci_exynos4210_type_info); | ||
47 | type_register_static(&ehci_tegra2_type_info); | ||
48 | type_register_static(&ehci_ppc4xx_type_info); | ||
49 | -- | 32 | -- |
50 | 2.20.1 | 33 | 2.25.1 |
51 | 34 | ||
52 | 35 | diff view generated by jsdifflib |
1 | From: Thomas Huth <thuth@redhat.com> | 1 | From: Philippe Mathieu-Daudé <philmd@redhat.com> |
---|---|---|---|
2 | 2 | ||
3 | There is a kernel and initrd available on github which we can use | 3 | gicv3_set_gicv3state() is used by arm_gicv3_common.c in |
4 | for testing this machine. | 4 | arm_gicv3_common_realize(). Since we want to restrict |
5 | arm_gicv3_cpuif.c to TCG, extract gicv3_set_gicv3state() | ||
6 | to a new file. Add this file to the meson 'specific' | ||
7 | source set, since it needs access to "cpu.h". | ||
5 | 8 | ||
6 | Signed-off-by: Thomas Huth <thuth@redhat.com> | 9 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> |
7 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 10 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 11 | Message-id: 20211115223619.2599282-2-philmd@redhat.com |
9 | Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com> | ||
10 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
11 | Message-id: 20200225172501.29609-3-philmd@redhat.com | ||
12 | Message-Id: <20200131170233.14584-1-thuth@redhat.com> | ||
13 | [PMD: Renamed test method, moved description from class to method] | ||
14 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
16 | --- | 13 | --- |
17 | MAINTAINERS | 1 + | 14 | hw/intc/arm_gicv3_cpuif.c | 10 +--------- |
18 | tests/acceptance/machine_arm_integratorcp.py | 43 ++++++++++++++++++++ | 15 | hw/intc/arm_gicv3_cpuif_common.c | 22 ++++++++++++++++++++++ |
19 | 2 files changed, 44 insertions(+) | 16 | hw/intc/meson.build | 1 + |
20 | create mode 100644 tests/acceptance/machine_arm_integratorcp.py | 17 | 3 files changed, 24 insertions(+), 9 deletions(-) |
18 | create mode 100644 hw/intc/arm_gicv3_cpuif_common.c | ||
21 | 19 | ||
22 | diff --git a/MAINTAINERS b/MAINTAINERS | 20 | diff --git a/hw/intc/arm_gicv3_cpuif.c b/hw/intc/arm_gicv3_cpuif.c |
23 | index XXXXXXX..XXXXXXX 100644 | 21 | index XXXXXXX..XXXXXXX 100644 |
24 | --- a/MAINTAINERS | 22 | --- a/hw/intc/arm_gicv3_cpuif.c |
25 | +++ b/MAINTAINERS | 23 | +++ b/hw/intc/arm_gicv3_cpuif.c |
26 | @@ -XXX,XX +XXX,XX @@ S: Maintained | 24 | @@ -XXX,XX +XXX,XX @@ |
27 | F: hw/arm/integratorcp.c | 25 | /* |
28 | F: hw/misc/arm_integrator_debug.c | 26 | - * ARM Generic Interrupt Controller v3 |
29 | F: include/hw/misc/arm_integrator_debug.h | 27 | + * ARM Generic Interrupt Controller v3 (emulation) |
30 | +F: tests/acceptance/machine_arm_integratorcp.py | 28 | * |
31 | 29 | * Copyright (c) 2016 Linaro Limited | |
32 | MCIMX6UL EVK / i.MX6ul | 30 | * Written by Peter Maydell |
33 | M: Peter Maydell <peter.maydell@linaro.org> | 31 | @@ -XXX,XX +XXX,XX @@ |
34 | diff --git a/tests/acceptance/machine_arm_integratorcp.py b/tests/acceptance/machine_arm_integratorcp.py | 32 | #include "hw/irq.h" |
33 | #include "cpu.h" | ||
34 | |||
35 | -void gicv3_set_gicv3state(CPUState *cpu, GICv3CPUState *s) | ||
36 | -{ | ||
37 | - ARMCPU *arm_cpu = ARM_CPU(cpu); | ||
38 | - CPUARMState *env = &arm_cpu->env; | ||
39 | - | ||
40 | - env->gicv3state = (void *)s; | ||
41 | -}; | ||
42 | - | ||
43 | static GICv3CPUState *icc_cs_from_env(CPUARMState *env) | ||
44 | { | ||
45 | return env->gicv3state; | ||
46 | diff --git a/hw/intc/arm_gicv3_cpuif_common.c b/hw/intc/arm_gicv3_cpuif_common.c | ||
35 | new file mode 100644 | 47 | new file mode 100644 |
36 | index XXXXXXX..XXXXXXX | 48 | index XXXXXXX..XXXXXXX |
37 | --- /dev/null | 49 | --- /dev/null |
38 | +++ b/tests/acceptance/machine_arm_integratorcp.py | 50 | +++ b/hw/intc/arm_gicv3_cpuif_common.c |
39 | @@ -XXX,XX +XXX,XX @@ | 51 | @@ -XXX,XX +XXX,XX @@ |
40 | +# Functional test that boots a Linux kernel and checks the console | 52 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
41 | +# | 53 | +/* |
42 | +# Copyright (c) 2020 Red Hat, Inc. | 54 | + * ARM Generic Interrupt Controller v3 |
43 | +# | 55 | + * |
44 | +# Author: | 56 | + * Copyright (c) 2016 Linaro Limited |
45 | +# Thomas Huth <thuth@redhat.com> | 57 | + * Written by Peter Maydell |
46 | +# | 58 | + * |
47 | +# This work is licensed under the terms of the GNU GPL, version 2 or | 59 | + * This code is licensed under the GPL, version 2 or (at your option) |
48 | +# later. See the COPYING file in the top-level directory. | 60 | + * any later version. |
61 | + */ | ||
49 | + | 62 | + |
50 | +import os | 63 | +#include "qemu/osdep.h" |
64 | +#include "gicv3_internal.h" | ||
65 | +#include "cpu.h" | ||
51 | + | 66 | + |
52 | +from avocado import skipUnless | 67 | +void gicv3_set_gicv3state(CPUState *cpu, GICv3CPUState *s) |
53 | +from avocado_qemu import Test | 68 | +{ |
54 | +from avocado_qemu import wait_for_console_pattern | 69 | + ARMCPU *arm_cpu = ARM_CPU(cpu); |
70 | + CPUARMState *env = &arm_cpu->env; | ||
55 | + | 71 | + |
56 | +class IntegratorMachine(Test): | 72 | + env->gicv3state = (void *)s; |
57 | + | 73 | +}; |
58 | + timeout = 90 | 74 | diff --git a/hw/intc/meson.build b/hw/intc/meson.build |
59 | + | 75 | index XXXXXXX..XXXXXXX 100644 |
60 | + @skipUnless(os.getenv('AVOCADO_ALLOW_UNTRUSTED_CODE'), 'untrusted code') | 76 | --- a/hw/intc/meson.build |
61 | + def test_integratorcp_console(self): | 77 | +++ b/hw/intc/meson.build |
62 | + """ | 78 | @@ -XXX,XX +XXX,XX @@ softmmu_ss.add(when: 'CONFIG_XLNX_ZYNQMP_PMU', if_true: files('xlnx-pmu-iomod-in |
63 | + Boots the Linux kernel and checks that the console is operational | 79 | |
64 | + :avocado: tags=arch:arm | 80 | specific_ss.add(when: 'CONFIG_ALLWINNER_A10_PIC', if_true: files('allwinner-a10-pic.c')) |
65 | + :avocado: tags=machine:integratorcp | 81 | specific_ss.add(when: 'CONFIG_APIC', if_true: files('apic.c', 'apic_common.c')) |
66 | + """ | 82 | +specific_ss.add(when: 'CONFIG_ARM_GIC', if_true: files('arm_gicv3_cpuif_common.c')) |
67 | + kernel_url = ('https://github.com/zayac/qemu-arm/raw/master/' | 83 | specific_ss.add(when: 'CONFIG_ARM_GIC', if_true: files('arm_gicv3_cpuif.c')) |
68 | + 'arm-test/kernel/zImage.integrator') | 84 | specific_ss.add(when: 'CONFIG_ARM_GIC_KVM', if_true: files('arm_gic_kvm.c')) |
69 | + kernel_hash = '0d7adba893c503267c946a3cbdc63b4b54f25468' | 85 | specific_ss.add(when: ['CONFIG_ARM_GIC_KVM', 'TARGET_AARCH64'], if_true: files('arm_gicv3_kvm.c', 'arm_gicv3_its_kvm.c')) |
70 | + kernel_path = self.fetch_asset(kernel_url, asset_hash=kernel_hash) | ||
71 | + | ||
72 | + initrd_url = ('https://github.com/zayac/qemu-arm/raw/master/' | ||
73 | + 'arm-test/kernel/arm_root.img') | ||
74 | + initrd_hash = 'b51e4154285bf784e017a37586428332d8c7bd8b' | ||
75 | + initrd_path = self.fetch_asset(initrd_url, asset_hash=initrd_hash) | ||
76 | + | ||
77 | + self.vm.set_console() | ||
78 | + self.vm.add_args('-kernel', kernel_path, | ||
79 | + '-initrd', initrd_path, | ||
80 | + '-append', 'printk.time=0 console=ttyAMA0') | ||
81 | + self.vm.launch() | ||
82 | + wait_for_console_pattern(self, 'Log in as root') | ||
83 | -- | 86 | -- |
84 | 2.20.1 | 87 | 2.25.1 |
85 | 88 | ||
86 | 89 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Philippe Mathieu-Daudé <philmd@redhat.com> |
---|---|---|---|
2 | 2 | ||
3 | Those vfp instructions without extra opcode fields can | 3 | The TYPE_ARM_GICV3 device is an emulated one. When using |
4 | share a common @format for brevity. | 4 | KVM, it is recommended to use the TYPE_KVM_ARM_GICV3 device |
5 | (which uses in-kernel support). | ||
5 | 6 | ||
7 | When using --with-devices-FOO, it is possible to build a | ||
8 | binary with a specific set of devices. When this binary is | ||
9 | restricted to KVM accelerator, the TYPE_ARM_GICV3 device is | ||
10 | irrelevant, and it is desirable to remove it from the binary. | ||
11 | |||
12 | Therefore introduce the CONFIG_ARM_GIC_TCG Kconfig selector | ||
13 | which select the files required to have the TYPE_ARM_GICV3 | ||
14 | device, but also allowing to de-select this device. | ||
15 | |||
16 | Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 17 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 18 | Message-id: 20211115223619.2599282-3-philmd@redhat.com |
8 | Message-id: 20200224222232.13807-16-richard.henderson@linaro.org | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 19 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 20 | --- |
11 | target/arm/vfp.decode | 134 ++++++++++++++++-------------------------- | 21 | hw/intc/arm_gicv3.c | 2 +- |
12 | 1 file changed, 52 insertions(+), 82 deletions(-) | 22 | hw/intc/Kconfig | 5 +++++ |
23 | hw/intc/meson.build | 10 ++++++---- | ||
24 | 3 files changed, 12 insertions(+), 5 deletions(-) | ||
13 | 25 | ||
14 | diff --git a/target/arm/vfp.decode b/target/arm/vfp.decode | 26 | diff --git a/hw/intc/arm_gicv3.c b/hw/intc/arm_gicv3.c |
15 | index XXXXXXX..XXXXXXX 100644 | 27 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/vfp.decode | 28 | --- a/hw/intc/arm_gicv3.c |
17 | +++ b/target/arm/vfp.decode | 29 | +++ b/hw/intc/arm_gicv3.c |
18 | @@ -XXX,XX +XXX,XX @@ | 30 | @@ -XXX,XX +XXX,XX @@ |
19 | 31 | /* | |
20 | %vmov_imm 16:4 0:4 | 32 | - * ARM Generic Interrupt Controller v3 |
21 | 33 | + * ARM Generic Interrupt Controller v3 (emulation) | |
22 | +@vfp_dnm_s ................................ vm=%vm_sp vn=%vn_sp vd=%vd_sp | 34 | * |
23 | +@vfp_dnm_d ................................ vm=%vm_dp vn=%vn_dp vd=%vd_dp | 35 | * Copyright (c) 2015 Huawei. |
36 | * Copyright (c) 2016 Linaro Limited | ||
37 | diff --git a/hw/intc/Kconfig b/hw/intc/Kconfig | ||
38 | index XXXXXXX..XXXXXXX 100644 | ||
39 | --- a/hw/intc/Kconfig | ||
40 | +++ b/hw/intc/Kconfig | ||
41 | @@ -XXX,XX +XXX,XX @@ config APIC | ||
42 | select MSI_NONBROKEN | ||
43 | select I8259 | ||
44 | |||
45 | +config ARM_GIC_TCG | ||
46 | + bool | ||
47 | + default y | ||
48 | + depends on ARM_GIC && TCG | ||
24 | + | 49 | + |
25 | +@vfp_dm_ss ................................ vm=%vm_sp vd=%vd_sp | 50 | config ARM_GIC_KVM |
26 | +@vfp_dm_dd ................................ vm=%vm_dp vd=%vd_dp | 51 | bool |
27 | +@vfp_dm_ds ................................ vm=%vm_sp vd=%vd_dp | 52 | default y |
28 | +@vfp_dm_sd ................................ vm=%vm_dp vd=%vd_sp | 53 | diff --git a/hw/intc/meson.build b/hw/intc/meson.build |
29 | + | 54 | index XXXXXXX..XXXXXXX 100644 |
30 | # VMOV scalar to general-purpose register; note that this does | 55 | --- a/hw/intc/meson.build |
31 | # include some Neon cases. | 56 | +++ b/hw/intc/meson.build |
32 | VMOV_to_gp ---- 1110 u:1 1. 1 .... rt:4 1011 ... 1 0000 \ | 57 | @@ -XXX,XX +XXX,XX @@ softmmu_ss.add(when: 'CONFIG_ARM_GIC', if_true: files( |
33 | @@ -XXX,XX +XXX,XX @@ VDUP ---- 1110 1 b:1 q:1 0 .... rt:4 1011 . 0 e:1 1 0000 \ | 58 | 'arm_gic.c', |
34 | vn=%vn_dp | 59 | 'arm_gic_common.c', |
35 | 60 | 'arm_gicv2m.c', | |
36 | VMSR_VMRS ---- 1110 111 l:1 reg:4 rt:4 1010 0001 0000 | 61 | - 'arm_gicv3.c', |
37 | -VMOV_single ---- 1110 000 l:1 .... rt:4 1010 . 001 0000 \ | 62 | 'arm_gicv3_common.c', |
38 | - vn=%vn_sp | 63 | - 'arm_gicv3_dist.c', |
39 | +VMOV_single ---- 1110 000 l:1 .... rt:4 1010 . 001 0000 vn=%vn_sp | 64 | 'arm_gicv3_its_common.c', |
40 | 65 | - 'arm_gicv3_redist.c', | |
41 | -VMOV_64_sp ---- 1100 010 op:1 rt2:4 rt:4 1010 00.1 .... \ | 66 | +)) |
42 | - vm=%vm_sp | 67 | +softmmu_ss.add(when: 'CONFIG_ARM_GIC_TCG', if_true: files( |
43 | -VMOV_64_dp ---- 1100 010 op:1 rt2:4 rt:4 1011 00.1 .... \ | 68 | + 'arm_gicv3.c', |
44 | - vm=%vm_dp | 69 | + 'arm_gicv3_dist.c', |
45 | +VMOV_64_sp ---- 1100 010 op:1 rt2:4 rt:4 1010 00.1 .... vm=%vm_sp | 70 | 'arm_gicv3_its.c', |
46 | +VMOV_64_dp ---- 1100 010 op:1 rt2:4 rt:4 1011 00.1 .... vm=%vm_dp | 71 | + 'arm_gicv3_redist.c', |
47 | 72 | )) | |
48 | # Note that the half-precision variants of VLDR and VSTR are | 73 | softmmu_ss.add(when: 'CONFIG_ETRAXFS', if_true: files('etraxfs_pic.c')) |
49 | # not part of this decodetree at all because they have bits [9:8] == 0b01 | 74 | softmmu_ss.add(when: 'CONFIG_HEATHROW_PIC', if_true: files('heathrow_pic.c')) |
50 | -VLDR_VSTR_sp ---- 1101 u:1 .0 l:1 rn:4 .... 1010 imm:8 \ | 75 | @@ -XXX,XX +XXX,XX @@ softmmu_ss.add(when: 'CONFIG_XLNX_ZYNQMP_PMU', if_true: files('xlnx-pmu-iomod-in |
51 | - vd=%vd_sp | 76 | specific_ss.add(when: 'CONFIG_ALLWINNER_A10_PIC', if_true: files('allwinner-a10-pic.c')) |
52 | -VLDR_VSTR_dp ---- 1101 u:1 .0 l:1 rn:4 .... 1011 imm:8 \ | 77 | specific_ss.add(when: 'CONFIG_APIC', if_true: files('apic.c', 'apic_common.c')) |
53 | - vd=%vd_dp | 78 | specific_ss.add(when: 'CONFIG_ARM_GIC', if_true: files('arm_gicv3_cpuif_common.c')) |
54 | +VLDR_VSTR_sp ---- 1101 u:1 .0 l:1 rn:4 .... 1010 imm:8 vd=%vd_sp | 79 | -specific_ss.add(when: 'CONFIG_ARM_GIC', if_true: files('arm_gicv3_cpuif.c')) |
55 | +VLDR_VSTR_dp ---- 1101 u:1 .0 l:1 rn:4 .... 1011 imm:8 vd=%vd_dp | 80 | +specific_ss.add(when: 'CONFIG_ARM_GIC_TCG', if_true: files('arm_gicv3_cpuif.c')) |
56 | 81 | specific_ss.add(when: 'CONFIG_ARM_GIC_KVM', if_true: files('arm_gic_kvm.c')) | |
57 | # We split the load/store multiple up into two patterns to avoid | 82 | specific_ss.add(when: ['CONFIG_ARM_GIC_KVM', 'TARGET_AARCH64'], if_true: files('arm_gicv3_kvm.c', 'arm_gicv3_its_kvm.c')) |
58 | # overlap with other insns in the "Advanced SIMD load/store and 64-bit move" | 83 | specific_ss.add(when: 'CONFIG_ARM_V7M', if_true: files('armv7m_nvic.c')) |
59 | @@ -XXX,XX +XXX,XX @@ VLDM_VSTM_dp ---- 1101 0.1 l:1 rn:4 .... 1011 imm:8 \ | ||
60 | vd=%vd_dp p=1 u=0 w=1 | ||
61 | |||
62 | # 3-register VFP data-processing; bits [23,21:20,6] identify the operation. | ||
63 | -VMLA_sp ---- 1110 0.00 .... .... 1010 .0.0 .... \ | ||
64 | - vm=%vm_sp vn=%vn_sp vd=%vd_sp | ||
65 | -VMLA_dp ---- 1110 0.00 .... .... 1011 .0.0 .... \ | ||
66 | - vm=%vm_dp vn=%vn_dp vd=%vd_dp | ||
67 | +VMLA_sp ---- 1110 0.00 .... .... 1010 .0.0 .... @vfp_dnm_s | ||
68 | +VMLA_dp ---- 1110 0.00 .... .... 1011 .0.0 .... @vfp_dnm_d | ||
69 | |||
70 | -VMLS_sp ---- 1110 0.00 .... .... 1010 .1.0 .... \ | ||
71 | - vm=%vm_sp vn=%vn_sp vd=%vd_sp | ||
72 | -VMLS_dp ---- 1110 0.00 .... .... 1011 .1.0 .... \ | ||
73 | - vm=%vm_dp vn=%vn_dp vd=%vd_dp | ||
74 | +VMLS_sp ---- 1110 0.00 .... .... 1010 .1.0 .... @vfp_dnm_s | ||
75 | +VMLS_dp ---- 1110 0.00 .... .... 1011 .1.0 .... @vfp_dnm_d | ||
76 | |||
77 | -VNMLS_sp ---- 1110 0.01 .... .... 1010 .0.0 .... \ | ||
78 | - vm=%vm_sp vn=%vn_sp vd=%vd_sp | ||
79 | -VNMLS_dp ---- 1110 0.01 .... .... 1011 .0.0 .... \ | ||
80 | - vm=%vm_dp vn=%vn_dp vd=%vd_dp | ||
81 | +VNMLS_sp ---- 1110 0.01 .... .... 1010 .0.0 .... @vfp_dnm_s | ||
82 | +VNMLS_dp ---- 1110 0.01 .... .... 1011 .0.0 .... @vfp_dnm_d | ||
83 | |||
84 | -VNMLA_sp ---- 1110 0.01 .... .... 1010 .1.0 .... \ | ||
85 | - vm=%vm_sp vn=%vn_sp vd=%vd_sp | ||
86 | -VNMLA_dp ---- 1110 0.01 .... .... 1011 .1.0 .... \ | ||
87 | - vm=%vm_dp vn=%vn_dp vd=%vd_dp | ||
88 | +VNMLA_sp ---- 1110 0.01 .... .... 1010 .1.0 .... @vfp_dnm_s | ||
89 | +VNMLA_dp ---- 1110 0.01 .... .... 1011 .1.0 .... @vfp_dnm_d | ||
90 | |||
91 | -VMUL_sp ---- 1110 0.10 .... .... 1010 .0.0 .... \ | ||
92 | - vm=%vm_sp vn=%vn_sp vd=%vd_sp | ||
93 | -VMUL_dp ---- 1110 0.10 .... .... 1011 .0.0 .... \ | ||
94 | - vm=%vm_dp vn=%vn_dp vd=%vd_dp | ||
95 | +VMUL_sp ---- 1110 0.10 .... .... 1010 .0.0 .... @vfp_dnm_s | ||
96 | +VMUL_dp ---- 1110 0.10 .... .... 1011 .0.0 .... @vfp_dnm_d | ||
97 | |||
98 | -VNMUL_sp ---- 1110 0.10 .... .... 1010 .1.0 .... \ | ||
99 | - vm=%vm_sp vn=%vn_sp vd=%vd_sp | ||
100 | -VNMUL_dp ---- 1110 0.10 .... .... 1011 .1.0 .... \ | ||
101 | - vm=%vm_dp vn=%vn_dp vd=%vd_dp | ||
102 | +VNMUL_sp ---- 1110 0.10 .... .... 1010 .1.0 .... @vfp_dnm_s | ||
103 | +VNMUL_dp ---- 1110 0.10 .... .... 1011 .1.0 .... @vfp_dnm_d | ||
104 | |||
105 | -VADD_sp ---- 1110 0.11 .... .... 1010 .0.0 .... \ | ||
106 | - vm=%vm_sp vn=%vn_sp vd=%vd_sp | ||
107 | -VADD_dp ---- 1110 0.11 .... .... 1011 .0.0 .... \ | ||
108 | - vm=%vm_dp vn=%vn_dp vd=%vd_dp | ||
109 | +VADD_sp ---- 1110 0.11 .... .... 1010 .0.0 .... @vfp_dnm_s | ||
110 | +VADD_dp ---- 1110 0.11 .... .... 1011 .0.0 .... @vfp_dnm_d | ||
111 | |||
112 | -VSUB_sp ---- 1110 0.11 .... .... 1010 .1.0 .... \ | ||
113 | - vm=%vm_sp vn=%vn_sp vd=%vd_sp | ||
114 | -VSUB_dp ---- 1110 0.11 .... .... 1011 .1.0 .... \ | ||
115 | - vm=%vm_dp vn=%vn_dp vd=%vd_dp | ||
116 | +VSUB_sp ---- 1110 0.11 .... .... 1010 .1.0 .... @vfp_dnm_s | ||
117 | +VSUB_dp ---- 1110 0.11 .... .... 1011 .1.0 .... @vfp_dnm_d | ||
118 | |||
119 | -VDIV_sp ---- 1110 1.00 .... .... 1010 .0.0 .... \ | ||
120 | - vm=%vm_sp vn=%vn_sp vd=%vd_sp | ||
121 | -VDIV_dp ---- 1110 1.00 .... .... 1011 .0.0 .... \ | ||
122 | - vm=%vm_dp vn=%vn_dp vd=%vd_dp | ||
123 | +VDIV_sp ---- 1110 1.00 .... .... 1010 .0.0 .... @vfp_dnm_s | ||
124 | +VDIV_dp ---- 1110 1.00 .... .... 1011 .0.0 .... @vfp_dnm_d | ||
125 | |||
126 | VFM_sp ---- 1110 1.01 .... .... 1010 . o2:1 . 0 .... \ | ||
127 | vm=%vm_sp vn=%vn_sp vd=%vd_sp o1=1 | ||
128 | @@ -XXX,XX +XXX,XX @@ VMOV_imm_sp ---- 1110 1.11 .... .... 1010 0000 .... \ | ||
129 | VMOV_imm_dp ---- 1110 1.11 .... .... 1011 0000 .... \ | ||
130 | vd=%vd_dp imm=%vmov_imm | ||
131 | |||
132 | -VMOV_reg_sp ---- 1110 1.11 0000 .... 1010 01.0 .... \ | ||
133 | - vd=%vd_sp vm=%vm_sp | ||
134 | -VMOV_reg_dp ---- 1110 1.11 0000 .... 1011 01.0 .... \ | ||
135 | - vd=%vd_dp vm=%vm_dp | ||
136 | +VMOV_reg_sp ---- 1110 1.11 0000 .... 1010 01.0 .... @vfp_dm_ss | ||
137 | +VMOV_reg_dp ---- 1110 1.11 0000 .... 1011 01.0 .... @vfp_dm_dd | ||
138 | |||
139 | -VABS_sp ---- 1110 1.11 0000 .... 1010 11.0 .... \ | ||
140 | - vd=%vd_sp vm=%vm_sp | ||
141 | -VABS_dp ---- 1110 1.11 0000 .... 1011 11.0 .... \ | ||
142 | - vd=%vd_dp vm=%vm_dp | ||
143 | +VABS_sp ---- 1110 1.11 0000 .... 1010 11.0 .... @vfp_dm_ss | ||
144 | +VABS_dp ---- 1110 1.11 0000 .... 1011 11.0 .... @vfp_dm_dd | ||
145 | |||
146 | -VNEG_sp ---- 1110 1.11 0001 .... 1010 01.0 .... \ | ||
147 | - vd=%vd_sp vm=%vm_sp | ||
148 | -VNEG_dp ---- 1110 1.11 0001 .... 1011 01.0 .... \ | ||
149 | - vd=%vd_dp vm=%vm_dp | ||
150 | +VNEG_sp ---- 1110 1.11 0001 .... 1010 01.0 .... @vfp_dm_ss | ||
151 | +VNEG_dp ---- 1110 1.11 0001 .... 1011 01.0 .... @vfp_dm_dd | ||
152 | |||
153 | -VSQRT_sp ---- 1110 1.11 0001 .... 1010 11.0 .... \ | ||
154 | - vd=%vd_sp vm=%vm_sp | ||
155 | -VSQRT_dp ---- 1110 1.11 0001 .... 1011 11.0 .... \ | ||
156 | - vd=%vd_dp vm=%vm_dp | ||
157 | +VSQRT_sp ---- 1110 1.11 0001 .... 1010 11.0 .... @vfp_dm_ss | ||
158 | +VSQRT_dp ---- 1110 1.11 0001 .... 1011 11.0 .... @vfp_dm_dd | ||
159 | |||
160 | VCMP_sp ---- 1110 1.11 010 z:1 .... 1010 e:1 1.0 .... \ | ||
161 | vd=%vd_sp vm=%vm_sp | ||
162 | @@ -XXX,XX +XXX,XX @@ VCVT_f32_f16 ---- 1110 1.11 0010 .... 1010 t:1 1.0 .... \ | ||
163 | VCVT_f64_f16 ---- 1110 1.11 0010 .... 1011 t:1 1.0 .... \ | ||
164 | vd=%vd_dp vm=%vm_sp | ||
165 | |||
166 | -# VCVTB and VCVTT to f16: Vd format is always vd_sp; Vm format depends on size bit | ||
167 | +# VCVTB and VCVTT to f16: Vd format is always vd_sp; | ||
168 | +# Vm format depends on size bit | ||
169 | VCVT_f16_f32 ---- 1110 1.11 0011 .... 1010 t:1 1.0 .... \ | ||
170 | vd=%vd_sp vm=%vm_sp | ||
171 | VCVT_f16_f64 ---- 1110 1.11 0011 .... 1011 t:1 1.0 .... \ | ||
172 | vd=%vd_sp vm=%vm_dp | ||
173 | |||
174 | -VRINTR_sp ---- 1110 1.11 0110 .... 1010 01.0 .... \ | ||
175 | - vd=%vd_sp vm=%vm_sp | ||
176 | -VRINTR_dp ---- 1110 1.11 0110 .... 1011 01.0 .... \ | ||
177 | - vd=%vd_dp vm=%vm_dp | ||
178 | +VRINTR_sp ---- 1110 1.11 0110 .... 1010 01.0 .... @vfp_dm_ss | ||
179 | +VRINTR_dp ---- 1110 1.11 0110 .... 1011 01.0 .... @vfp_dm_dd | ||
180 | |||
181 | -VRINTZ_sp ---- 1110 1.11 0110 .... 1010 11.0 .... \ | ||
182 | - vd=%vd_sp vm=%vm_sp | ||
183 | -VRINTZ_dp ---- 1110 1.11 0110 .... 1011 11.0 .... \ | ||
184 | - vd=%vd_dp vm=%vm_dp | ||
185 | +VRINTZ_sp ---- 1110 1.11 0110 .... 1010 11.0 .... @vfp_dm_ss | ||
186 | +VRINTZ_dp ---- 1110 1.11 0110 .... 1011 11.0 .... @vfp_dm_dd | ||
187 | |||
188 | -VRINTX_sp ---- 1110 1.11 0111 .... 1010 01.0 .... \ | ||
189 | - vd=%vd_sp vm=%vm_sp | ||
190 | -VRINTX_dp ---- 1110 1.11 0111 .... 1011 01.0 .... \ | ||
191 | - vd=%vd_dp vm=%vm_dp | ||
192 | +VRINTX_sp ---- 1110 1.11 0111 .... 1010 01.0 .... @vfp_dm_ss | ||
193 | +VRINTX_dp ---- 1110 1.11 0111 .... 1011 01.0 .... @vfp_dm_dd | ||
194 | |||
195 | -# VCVT between single and double: Vm precision depends on size; Vd is its reverse | ||
196 | -VCVT_sp ---- 1110 1.11 0111 .... 1010 11.0 .... \ | ||
197 | - vd=%vd_dp vm=%vm_sp | ||
198 | -VCVT_dp ---- 1110 1.11 0111 .... 1011 11.0 .... \ | ||
199 | - vd=%vd_sp vm=%vm_dp | ||
200 | +# VCVT between single and double: | ||
201 | +# Vm precision depends on size; Vd is its reverse | ||
202 | +VCVT_sp ---- 1110 1.11 0111 .... 1010 11.0 .... @vfp_dm_ds | ||
203 | +VCVT_dp ---- 1110 1.11 0111 .... 1011 11.0 .... @vfp_dm_sd | ||
204 | |||
205 | # VCVT from integer to floating point: Vm always single; Vd depends on size | ||
206 | VCVT_int_sp ---- 1110 1.11 1000 .... 1010 s:1 1.0 .... \ | ||
207 | @@ -XXX,XX +XXX,XX @@ VCVT_int_dp ---- 1110 1.11 1000 .... 1011 s:1 1.0 .... \ | ||
208 | vd=%vd_dp vm=%vm_sp | ||
209 | |||
210 | # VJCVT is always dp to sp | ||
211 | -VJCVT ---- 1110 1.11 1001 .... 1011 11.0 .... \ | ||
212 | - vd=%vd_sp vm=%vm_dp | ||
213 | +VJCVT ---- 1110 1.11 1001 .... 1011 11.0 .... @vfp_dm_sd | ||
214 | |||
215 | # VCVT between floating-point and fixed-point. The immediate value | ||
216 | # is in the same format as a Vm single-precision register number. | ||
217 | -- | 84 | -- |
218 | 2.20.1 | 85 | 2.25.1 |
219 | 86 | ||
220 | 87 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | The old name, isar_feature_aa32_fpdp, does not reflect | ||
4 | that the test includes VFPv2. We will introduce another | ||
5 | feature tests for VFPv3. | ||
6 | |||
7 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
8 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 3 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
9 | Message-id: 20200224222232.13807-3-richard.henderson@linaro.org | 4 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 6 | --- |
12 | target/arm/cpu.h | 4 ++-- | 7 | target/arm/translate-a64.c | 7 ++++--- |
13 | target/arm/translate-vfp.inc.c | 40 +++++++++++++++++----------------- | 8 | 1 file changed, 4 insertions(+), 3 deletions(-) |
14 | 2 files changed, 22 insertions(+), 22 deletions(-) | ||
15 | 9 | ||
16 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 10 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c |
17 | index XXXXXXX..XXXXXXX 100644 | 11 | index XXXXXXX..XXXXXXX 100644 |
18 | --- a/target/arm/cpu.h | 12 | --- a/target/arm/translate-a64.c |
19 | +++ b/target/arm/cpu.h | 13 | +++ b/target/arm/translate-a64.c |
20 | @@ -XXX,XX +XXX,XX @@ static inline bool isar_feature_aa32_fpshvec(const ARMISARegisters *id) | 14 | @@ -XXX,XX +XXX,XX @@ static void aarch64_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu) |
21 | return FIELD_EX32(id->mvfr0, MVFR0, FPSHVEC) > 0; | ||
22 | } | ||
23 | |||
24 | -static inline bool isar_feature_aa32_fpdp(const ARMISARegisters *id) | ||
25 | +static inline bool isar_feature_aa32_fpdp_v2(const ARMISARegisters *id) | ||
26 | { | 15 | { |
27 | - /* Return true if CPU supports double precision floating point */ | 16 | DisasContext *s = container_of(dcbase, DisasContext, base); |
28 | + /* Return true if CPU supports double precision floating point, VFPv2 */ | 17 | CPUARMState *env = cpu->env_ptr; |
29 | return FIELD_EX32(id->mvfr0, MVFR0, FPDP) > 0; | 18 | + uint64_t pc = s->base.pc_next; |
30 | } | 19 | uint32_t insn; |
31 | 20 | ||
32 | diff --git a/target/arm/translate-vfp.inc.c b/target/arm/translate-vfp.inc.c | 21 | if (s->ss_active && !s->pstate_ss) { |
33 | index XXXXXXX..XXXXXXX 100644 | 22 | @@ -XXX,XX +XXX,XX @@ static void aarch64_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu) |
34 | --- a/target/arm/translate-vfp.inc.c | 23 | return; |
35 | +++ b/target/arm/translate-vfp.inc.c | ||
36 | @@ -XXX,XX +XXX,XX @@ static bool trans_VSEL(DisasContext *s, arg_VSEL *a) | ||
37 | return false; | ||
38 | } | 24 | } |
39 | 25 | ||
40 | - if (dp && !dc_isar_feature(aa32_fpdp, s)) { | 26 | - s->pc_curr = s->base.pc_next; |
41 | + if (dp && !dc_isar_feature(aa32_fpdp_v2, s)) { | 27 | - insn = arm_ldl_code(env, &s->base, s->base.pc_next, s->sctlr_b); |
42 | return false; | 28 | + s->pc_curr = pc; |
43 | } | 29 | + insn = arm_ldl_code(env, &s->base, pc, s->sctlr_b); |
44 | 30 | s->insn = insn; | |
45 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMINMAXNM(DisasContext *s, arg_VMINMAXNM *a) | 31 | - s->base.pc_next += 4; |
46 | return false; | 32 | + s->base.pc_next = pc + 4; |
47 | } | 33 | |
48 | 34 | s->fp_access_checked = false; | |
49 | - if (dp && !dc_isar_feature(aa32_fpdp, s)) { | 35 | s->sve_access_checked = false; |
50 | + if (dp && !dc_isar_feature(aa32_fpdp_v2, s)) { | ||
51 | return false; | ||
52 | } | ||
53 | |||
54 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINT(DisasContext *s, arg_VRINT *a) | ||
55 | return false; | ||
56 | } | ||
57 | |||
58 | - if (dp && !dc_isar_feature(aa32_fpdp, s)) { | ||
59 | + if (dp && !dc_isar_feature(aa32_fpdp_v2, s)) { | ||
60 | return false; | ||
61 | } | ||
62 | |||
63 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT(DisasContext *s, arg_VCVT *a) | ||
64 | return false; | ||
65 | } | ||
66 | |||
67 | - if (dp && !dc_isar_feature(aa32_fpdp, s)) { | ||
68 | + if (dp && !dc_isar_feature(aa32_fpdp_v2, s)) { | ||
69 | return false; | ||
70 | } | ||
71 | |||
72 | @@ -XXX,XX +XXX,XX @@ static bool do_vfp_3op_dp(DisasContext *s, VFPGen3OpDPFn *fn, | ||
73 | return false; | ||
74 | } | ||
75 | |||
76 | - if (!dc_isar_feature(aa32_fpdp, s)) { | ||
77 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
78 | return false; | ||
79 | } | ||
80 | |||
81 | @@ -XXX,XX +XXX,XX @@ static bool do_vfp_2op_dp(DisasContext *s, VFPGen2OpDPFn *fn, int vd, int vm) | ||
82 | return false; | ||
83 | } | ||
84 | |||
85 | - if (!dc_isar_feature(aa32_fpdp, s)) { | ||
86 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
87 | return false; | ||
88 | } | ||
89 | |||
90 | @@ -XXX,XX +XXX,XX @@ static bool trans_VFM_dp(DisasContext *s, arg_VFM_dp *a) | ||
91 | return false; | ||
92 | } | ||
93 | |||
94 | - if (!dc_isar_feature(aa32_fpdp, s)) { | ||
95 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
96 | return false; | ||
97 | } | ||
98 | |||
99 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMOV_imm_dp(DisasContext *s, arg_VMOV_imm_dp *a) | ||
100 | return false; | ||
101 | } | ||
102 | |||
103 | - if (!dc_isar_feature(aa32_fpdp, s)) { | ||
104 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
105 | return false; | ||
106 | } | ||
107 | |||
108 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCMP_dp(DisasContext *s, arg_VCMP_dp *a) | ||
109 | return false; | ||
110 | } | ||
111 | |||
112 | - if (!dc_isar_feature(aa32_fpdp, s)) { | ||
113 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
114 | return false; | ||
115 | } | ||
116 | |||
117 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_f64_f16(DisasContext *s, arg_VCVT_f64_f16 *a) | ||
118 | return false; | ||
119 | } | ||
120 | |||
121 | - if (!dc_isar_feature(aa32_fpdp, s)) { | ||
122 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
123 | return false; | ||
124 | } | ||
125 | |||
126 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_f16_f64(DisasContext *s, arg_VCVT_f16_f64 *a) | ||
127 | return false; | ||
128 | } | ||
129 | |||
130 | - if (!dc_isar_feature(aa32_fpdp, s)) { | ||
131 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
132 | return false; | ||
133 | } | ||
134 | |||
135 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINTR_dp(DisasContext *s, arg_VRINTR_dp *a) | ||
136 | return false; | ||
137 | } | ||
138 | |||
139 | - if (!dc_isar_feature(aa32_fpdp, s)) { | ||
140 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
141 | return false; | ||
142 | } | ||
143 | |||
144 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINTZ_dp(DisasContext *s, arg_VRINTZ_dp *a) | ||
145 | return false; | ||
146 | } | ||
147 | |||
148 | - if (!dc_isar_feature(aa32_fpdp, s)) { | ||
149 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
150 | return false; | ||
151 | } | ||
152 | |||
153 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINTX_dp(DisasContext *s, arg_VRINTX_dp *a) | ||
154 | return false; | ||
155 | } | ||
156 | |||
157 | - if (!dc_isar_feature(aa32_fpdp, s)) { | ||
158 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
159 | return false; | ||
160 | } | ||
161 | |||
162 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_sp(DisasContext *s, arg_VCVT_sp *a) | ||
163 | return false; | ||
164 | } | ||
165 | |||
166 | - if (!dc_isar_feature(aa32_fpdp, s)) { | ||
167 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
168 | return false; | ||
169 | } | ||
170 | |||
171 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_dp(DisasContext *s, arg_VCVT_dp *a) | ||
172 | return false; | ||
173 | } | ||
174 | |||
175 | - if (!dc_isar_feature(aa32_fpdp, s)) { | ||
176 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
177 | return false; | ||
178 | } | ||
179 | |||
180 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_int_dp(DisasContext *s, arg_VCVT_int_dp *a) | ||
181 | return false; | ||
182 | } | ||
183 | |||
184 | - if (!dc_isar_feature(aa32_fpdp, s)) { | ||
185 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
186 | return false; | ||
187 | } | ||
188 | |||
189 | @@ -XXX,XX +XXX,XX @@ static bool trans_VJCVT(DisasContext *s, arg_VJCVT *a) | ||
190 | return false; | ||
191 | } | ||
192 | |||
193 | - if (!dc_isar_feature(aa32_fpdp, s)) { | ||
194 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
195 | return false; | ||
196 | } | ||
197 | |||
198 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_fix_dp(DisasContext *s, arg_VCVT_fix_dp *a) | ||
199 | return false; | ||
200 | } | ||
201 | |||
202 | - if (!dc_isar_feature(aa32_fpdp, s)) { | ||
203 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
204 | return false; | ||
205 | } | ||
206 | |||
207 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_dp_int(DisasContext *s, arg_VCVT_dp_int *a) | ||
208 | return false; | ||
209 | } | ||
210 | |||
211 | - if (!dc_isar_feature(aa32_fpdp, s)) { | ||
212 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
213 | return false; | ||
214 | } | ||
215 | |||
216 | -- | 36 | -- |
217 | 2.20.1 | 37 | 2.25.1 |
218 | 38 | ||
219 | 39 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | |||
3 | Now that we no longer have an early check for ARM_FEATURE_VFP, | ||
4 | we can use the proper ISA check in trans_VLLDM_VLSTM. | ||
5 | 2 | ||
6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 3 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 4 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Message-id: 20200224222232.13807-12-richard.henderson@linaro.org | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 6 | --- |
11 | target/arm/translate-vfp.inc.c | 39 +++++++++++++++++++++++++ | 7 | target/arm/translate.c | 9 +++++---- |
12 | target/arm/translate.c | 53 ++++++---------------------------- | 8 | 1 file changed, 5 insertions(+), 4 deletions(-) |
13 | target/arm/vfp.decode | 2 ++ | ||
14 | 3 files changed, 50 insertions(+), 44 deletions(-) | ||
15 | 9 | ||
16 | diff --git a/target/arm/translate-vfp.inc.c b/target/arm/translate-vfp.inc.c | ||
17 | index XXXXXXX..XXXXXXX 100644 | ||
18 | --- a/target/arm/translate-vfp.inc.c | ||
19 | +++ b/target/arm/translate-vfp.inc.c | ||
20 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_dp_int(DisasContext *s, arg_VCVT_dp_int *a) | ||
21 | tcg_temp_free_ptr(fpst); | ||
22 | return true; | ||
23 | } | ||
24 | + | ||
25 | +/* | ||
26 | + * Decode VLLDM and VLSTM are nonstandard because: | ||
27 | + * * if there is no FPU then these insns must NOP in | ||
28 | + * Secure state and UNDEF in Nonsecure state | ||
29 | + * * if there is an FPU then these insns do not have | ||
30 | + * the usual behaviour that vfp_access_check() provides of | ||
31 | + * being controlled by CPACR/NSACR enable bits or the | ||
32 | + * lazy-stacking logic. | ||
33 | + */ | ||
34 | +static bool trans_VLLDM_VLSTM(DisasContext *s, arg_VLLDM_VLSTM *a) | ||
35 | +{ | ||
36 | + TCGv_i32 fptr; | ||
37 | + | ||
38 | + if (!arm_dc_feature(s, ARM_FEATURE_M) || | ||
39 | + !arm_dc_feature(s, ARM_FEATURE_V8)) { | ||
40 | + return false; | ||
41 | + } | ||
42 | + /* If not secure, UNDEF. */ | ||
43 | + if (!s->v8m_secure) { | ||
44 | + return false; | ||
45 | + } | ||
46 | + /* If no fpu, NOP. */ | ||
47 | + if (!dc_isar_feature(aa32_vfp, s)) { | ||
48 | + return true; | ||
49 | + } | ||
50 | + | ||
51 | + fptr = load_reg(s, a->rn); | ||
52 | + if (a->l) { | ||
53 | + gen_helper_v7m_vlldm(cpu_env, fptr); | ||
54 | + } else { | ||
55 | + gen_helper_v7m_vlstm(cpu_env, fptr); | ||
56 | + } | ||
57 | + tcg_temp_free_i32(fptr); | ||
58 | + | ||
59 | + /* End the TB, because we have updated FP control bits */ | ||
60 | + s->base.is_jmp = DISAS_UPDATE; | ||
61 | + return true; | ||
62 | +} | ||
63 | diff --git a/target/arm/translate.c b/target/arm/translate.c | 10 | diff --git a/target/arm/translate.c b/target/arm/translate.c |
64 | index XXXXXXX..XXXXXXX 100644 | 11 | index XXXXXXX..XXXXXXX 100644 |
65 | --- a/target/arm/translate.c | 12 | --- a/target/arm/translate.c |
66 | +++ b/target/arm/translate.c | 13 | +++ b/target/arm/translate.c |
67 | @@ -XXX,XX +XXX,XX @@ static void disas_thumb2_insn(DisasContext *s, uint32_t insn) | 14 | @@ -XXX,XX +XXX,XX @@ static void arm_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu) |
68 | goto illegal_op; /* op0 = 0b11 : unallocated */ | 15 | { |
69 | } | 16 | DisasContext *dc = container_of(dcbase, DisasContext, base); |
70 | 17 | CPUARMState *env = cpu->env_ptr; | |
71 | - /* | 18 | + uint32_t pc = dc->base.pc_next; |
72 | - * Decode VLLDM and VLSTM first: these are nonstandard because: | 19 | unsigned int insn; |
73 | - * * if there is no FPU then these insns must NOP in | 20 | |
74 | - * Secure state and UNDEF in Nonsecure state | 21 | if (arm_pre_translate_insn(dc)) { |
75 | - * * if there is an FPU then these insns do not have | 22 | - dc->base.pc_next += 4; |
76 | - * the usual behaviour that disas_vfp_insn() provides of | 23 | + dc->base.pc_next = pc + 4; |
77 | - * being controlled by CPACR/NSACR enable bits or the | 24 | return; |
78 | - * lazy-stacking logic. | 25 | } |
79 | - */ | 26 | |
80 | - if (arm_dc_feature(s, ARM_FEATURE_V8) && | 27 | - dc->pc_curr = dc->base.pc_next; |
81 | - (insn & 0xffa00f00) == 0xec200a00) { | 28 | - insn = arm_ldl_code(env, &dc->base, dc->base.pc_next, dc->sctlr_b); |
82 | - /* 0b1110_1100_0x1x_xxxx_xxxx_1010_xxxx_xxxx | 29 | + dc->pc_curr = pc; |
83 | - * - VLLDM, VLSTM | 30 | + insn = arm_ldl_code(env, &dc->base, pc, dc->sctlr_b); |
84 | - * We choose to UNDEF if the RAZ bits are non-zero. | 31 | dc->insn = insn; |
85 | - */ | 32 | - dc->base.pc_next += 4; |
86 | - if (!s->v8m_secure || (insn & 0x0040f0ff)) { | 33 | + dc->base.pc_next = pc + 4; |
87 | + if (disas_vfp_insn(s, insn)) { | 34 | disas_arm_insn(dc, insn); |
88 | + if (((insn >> 8) & 0xe) == 10 && | 35 | |
89 | + dc_isar_feature(aa32_fpsp_v2, s)) { | 36 | arm_post_translate_insn(dc); |
90 | + /* FP, and the CPU supports it */ | ||
91 | goto illegal_op; | ||
92 | + } else { | ||
93 | + /* All other insns: NOCP */ | ||
94 | + gen_exception_insn(s, s->pc_curr, EXCP_NOCP, | ||
95 | + syn_uncategorized(), | ||
96 | + default_exception_el(s)); | ||
97 | } | ||
98 | - | ||
99 | - if (arm_dc_feature(s, ARM_FEATURE_VFP)) { | ||
100 | - uint32_t rn = (insn >> 16) & 0xf; | ||
101 | - TCGv_i32 fptr = load_reg(s, rn); | ||
102 | - | ||
103 | - if (extract32(insn, 20, 1)) { | ||
104 | - gen_helper_v7m_vlldm(cpu_env, fptr); | ||
105 | - } else { | ||
106 | - gen_helper_v7m_vlstm(cpu_env, fptr); | ||
107 | - } | ||
108 | - tcg_temp_free_i32(fptr); | ||
109 | - | ||
110 | - /* End the TB, because we have updated FP control bits */ | ||
111 | - s->base.is_jmp = DISAS_UPDATE; | ||
112 | - } | ||
113 | - break; | ||
114 | } | ||
115 | - if (arm_dc_feature(s, ARM_FEATURE_VFP) && | ||
116 | - ((insn >> 8) & 0xe) == 10) { | ||
117 | - /* FP, and the CPU supports it */ | ||
118 | - if (disas_vfp_insn(s, insn)) { | ||
119 | - goto illegal_op; | ||
120 | - } | ||
121 | - break; | ||
122 | - } | ||
123 | - | ||
124 | - /* All other insns: NOCP */ | ||
125 | - gen_exception_insn(s, s->pc_curr, EXCP_NOCP, syn_uncategorized(), | ||
126 | - default_exception_el(s)); | ||
127 | break; | ||
128 | } | ||
129 | if ((insn & 0xfe000a00) == 0xfc000800 | ||
130 | diff --git a/target/arm/vfp.decode b/target/arm/vfp.decode | ||
131 | index XXXXXXX..XXXXXXX 100644 | ||
132 | --- a/target/arm/vfp.decode | ||
133 | +++ b/target/arm/vfp.decode | ||
134 | @@ -XXX,XX +XXX,XX @@ VCVT_sp_int ---- 1110 1.11 110 s:1 .... 1010 rz:1 1.0 .... \ | ||
135 | vd=%vd_sp vm=%vm_sp | ||
136 | VCVT_dp_int ---- 1110 1.11 110 s:1 .... 1011 rz:1 1.0 .... \ | ||
137 | vd=%vd_sp vm=%vm_dp | ||
138 | + | ||
139 | +VLLDM_VLSTM 1110 1100 001 l:1 rn:4 0000 1010 0000 0000 | ||
140 | -- | 37 | -- |
141 | 2.20.1 | 38 | 2.25.1 |
142 | 39 | ||
143 | 40 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | We now have proper ISA checks within each trans_* function. | 3 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
4 | |||
5 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 4 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||
7 | Message-id: 20200224222232.13807-11-richard.henderson@linaro.org | ||
8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
9 | --- | 6 | --- |
10 | target/arm/translate.c | 4 ---- | 7 | target/arm/translate.c | 16 ++++++++-------- |
11 | 1 file changed, 4 deletions(-) | 8 | 1 file changed, 8 insertions(+), 8 deletions(-) |
12 | 9 | ||
13 | diff --git a/target/arm/translate.c b/target/arm/translate.c | 10 | diff --git a/target/arm/translate.c b/target/arm/translate.c |
14 | index XXXXXXX..XXXXXXX 100644 | 11 | index XXXXXXX..XXXXXXX 100644 |
15 | --- a/target/arm/translate.c | 12 | --- a/target/arm/translate.c |
16 | +++ b/target/arm/translate.c | 13 | +++ b/target/arm/translate.c |
17 | @@ -XXX,XX +XXX,XX @@ static void gen_neon_dup_high16(TCGv_i32 var) | 14 | @@ -XXX,XX +XXX,XX @@ static void thumb_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu) |
18 | */ | ||
19 | static int disas_vfp_insn(DisasContext *s, uint32_t insn) | ||
20 | { | 15 | { |
21 | - if (!arm_dc_feature(s, ARM_FEATURE_VFP)) { | 16 | DisasContext *dc = container_of(dcbase, DisasContext, base); |
22 | - return 1; | 17 | CPUARMState *env = cpu->env_ptr; |
23 | - } | 18 | + uint32_t pc = dc->base.pc_next; |
19 | uint32_t insn; | ||
20 | bool is_16bit; | ||
21 | |||
22 | if (arm_pre_translate_insn(dc)) { | ||
23 | - dc->base.pc_next += 2; | ||
24 | + dc->base.pc_next = pc + 2; | ||
25 | return; | ||
26 | } | ||
27 | |||
28 | - dc->pc_curr = dc->base.pc_next; | ||
29 | - insn = arm_lduw_code(env, &dc->base, dc->base.pc_next, dc->sctlr_b); | ||
30 | + dc->pc_curr = pc; | ||
31 | + insn = arm_lduw_code(env, &dc->base, pc, dc->sctlr_b); | ||
32 | is_16bit = thumb_insn_is_16bit(dc, dc->base.pc_next, insn); | ||
33 | - dc->base.pc_next += 2; | ||
34 | + pc += 2; | ||
35 | if (!is_16bit) { | ||
36 | - uint32_t insn2 = arm_lduw_code(env, &dc->base, dc->base.pc_next, | ||
37 | - dc->sctlr_b); | ||
24 | - | 38 | - |
25 | /* | 39 | + uint32_t insn2 = arm_lduw_code(env, &dc->base, pc, dc->sctlr_b); |
26 | * If the decodetree decoder handles this insn it will always | 40 | insn = insn << 16 | insn2; |
27 | * emit code to either execute the insn or generate an appropriate | 41 | - dc->base.pc_next += 2; |
42 | + pc += 2; | ||
43 | } | ||
44 | + dc->base.pc_next = pc; | ||
45 | dc->insn = insn; | ||
46 | |||
47 | if (dc->pstate_il) { | ||
28 | -- | 48 | -- |
29 | 2.20.1 | 49 | 2.25.1 |
30 | 50 | ||
31 | 51 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Have the calls adjacent as an intermediate step toward | 3 | Create arm_check_ss_active and arm_check_kernelpage. |
4 | actually merging the decodes. | 4 | |
5 | Reverse the order of the tests. While it doesn't matter in practice, | ||
6 | because only user-only has a kernel page and user-only never sets | ||
7 | ss_active, ss_active has priority over execution exceptions and it | ||
8 | is best to keep them in the proper order. | ||
5 | 9 | ||
6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 10 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 11 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Message-id: 20200224222232.13807-13-richard.henderson@linaro.org | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 13 | --- |
11 | target/arm/translate.c | 83 +++++++++++++++--------------------------- | 14 | target/arm/translate.c | 10 +++++++--- |
12 | 1 file changed, 29 insertions(+), 54 deletions(-) | 15 | 1 file changed, 7 insertions(+), 3 deletions(-) |
13 | 16 | ||
14 | diff --git a/target/arm/translate.c b/target/arm/translate.c | 17 | diff --git a/target/arm/translate.c b/target/arm/translate.c |
15 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/translate.c | 19 | --- a/target/arm/translate.c |
17 | +++ b/target/arm/translate.c | 20 | +++ b/target/arm/translate.c |
18 | @@ -XXX,XX +XXX,XX @@ static void gen_neon_dup_high16(TCGv_i32 var) | 21 | @@ -XXX,XX +XXX,XX @@ static void arm_tr_insn_start(DisasContextBase *dcbase, CPUState *cpu) |
19 | tcg_temp_free_i32(tmp); | 22 | dc->insn_start = tcg_last_op(); |
20 | } | 23 | } |
21 | 24 | ||
22 | -/* | 25 | -static bool arm_pre_translate_insn(DisasContext *dc) |
23 | - * Disassemble a VFP instruction. Returns nonzero if an error occurred | 26 | +static bool arm_check_kernelpage(DisasContext *dc) |
24 | - * (ie. an undefined instruction). | ||
25 | - */ | ||
26 | -static int disas_vfp_insn(DisasContext *s, uint32_t insn) | ||
27 | -{ | ||
28 | - /* | ||
29 | - * If the decodetree decoder handles this insn it will always | ||
30 | - * emit code to either execute the insn or generate an appropriate | ||
31 | - * exception; so we don't need to ever return non-zero to tell | ||
32 | - * the calling code to emit an UNDEF exception. | ||
33 | - */ | ||
34 | - if (extract32(insn, 28, 4) == 0xf) { | ||
35 | - if (disas_vfp_uncond(s, insn)) { | ||
36 | - return 0; | ||
37 | - } | ||
38 | - } else { | ||
39 | - if (disas_vfp(s, insn)) { | ||
40 | - return 0; | ||
41 | - } | ||
42 | - } | ||
43 | - /* If the decodetree decoder didn't handle this insn, it must be UNDEF */ | ||
44 | - return 1; | ||
45 | -} | ||
46 | - | ||
47 | static inline bool use_goto_tb(DisasContext *s, target_ulong dest) | ||
48 | { | 27 | { |
49 | #ifndef CONFIG_USER_ONLY | 28 | #ifdef CONFIG_USER_ONLY |
50 | @@ -XXX,XX +XXX,XX @@ static void disas_arm_insn(DisasContext *s, unsigned int insn) | 29 | /* Intercept jump to the magic kernel page. */ |
51 | ARCH(5); | 30 | @@ -XXX,XX +XXX,XX @@ static bool arm_pre_translate_insn(DisasContext *dc) |
52 | 31 | return true; | |
53 | /* Unconditional instructions. */ | ||
54 | - if (disas_a32_uncond(s, insn)) { | ||
55 | + /* TODO: Perhaps merge these into one decodetree output file. */ | ||
56 | + if (disas_a32_uncond(s, insn) || | ||
57 | + disas_vfp_uncond(s, insn)) { | ||
58 | return; | ||
59 | } | ||
60 | /* fall back to legacy decoder */ | ||
61 | @@ -XXX,XX +XXX,XX @@ static void disas_arm_insn(DisasContext *s, unsigned int insn) | ||
62 | } | ||
63 | return; | ||
64 | } | ||
65 | - if ((insn & 0x0f000e10) == 0x0e000a00) { | ||
66 | - /* VFP. */ | ||
67 | - if (disas_vfp_insn(s, insn)) { | ||
68 | - goto illegal_op; | ||
69 | - } | ||
70 | - return; | ||
71 | - } | ||
72 | if ((insn & 0x0e000f00) == 0x0c000100) { | ||
73 | if (arm_dc_feature(s, ARM_FEATURE_IWMMXT)) { | ||
74 | /* iWMMXt register transfer. */ | ||
75 | @@ -XXX,XX +XXX,XX @@ static void disas_arm_insn(DisasContext *s, unsigned int insn) | ||
76 | arm_skip_unless(s, cond); | ||
77 | } | 32 | } |
78 | 33 | #endif | |
79 | - if (disas_a32(s, insn)) { | 34 | + return false; |
80 | + /* TODO: Perhaps merge these into one decodetree output file. */ | 35 | +} |
81 | + if (disas_a32(s, insn) || | 36 | |
82 | + disas_vfp(s, insn)) { | 37 | +static bool arm_check_ss_active(DisasContext *dc) |
38 | +{ | ||
39 | if (dc->ss_active && !dc->pstate_ss) { | ||
40 | /* Singlestep state is Active-pending. | ||
41 | * If we're in this state at the start of a TB then either | ||
42 | @@ -XXX,XX +XXX,XX @@ static void arm_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu) | ||
43 | uint32_t pc = dc->base.pc_next; | ||
44 | unsigned int insn; | ||
45 | |||
46 | - if (arm_pre_translate_insn(dc)) { | ||
47 | + if (arm_check_ss_active(dc) || arm_check_kernelpage(dc)) { | ||
48 | dc->base.pc_next = pc + 4; | ||
83 | return; | 49 | return; |
84 | } | 50 | } |
85 | /* fall back to legacy decoder */ | 51 | @@ -XXX,XX +XXX,XX @@ static void thumb_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu) |
86 | @@ -XXX,XX +XXX,XX @@ static void disas_arm_insn(DisasContext *s, unsigned int insn) | 52 | uint32_t insn; |
87 | case 0xd: | 53 | bool is_16bit; |
88 | case 0xe: | 54 | |
89 | if (((insn >> 8) & 0xe) == 10) { | 55 | - if (arm_pre_translate_insn(dc)) { |
90 | - /* VFP. */ | 56 | + if (arm_check_ss_active(dc) || arm_check_kernelpage(dc)) { |
91 | - if (disas_vfp_insn(s, insn)) { | 57 | dc->base.pc_next = pc + 2; |
92 | - goto illegal_op; | ||
93 | - } | ||
94 | - } else if (disas_coproc_insn(s, insn)) { | ||
95 | + /* VFP, but failed disas_vfp. */ | ||
96 | + goto illegal_op; | ||
97 | + } | ||
98 | + if (disas_coproc_insn(s, insn)) { | ||
99 | /* Coprocessor. */ | ||
100 | goto illegal_op; | ||
101 | } | ||
102 | @@ -XXX,XX +XXX,XX @@ static void disas_thumb2_insn(DisasContext *s, uint32_t insn) | ||
103 | ARCH(6T2); | ||
104 | } | ||
105 | |||
106 | - if (disas_t32(s, insn)) { | ||
107 | + /* | ||
108 | + * TODO: Perhaps merge these into one decodetree output file. | ||
109 | + * Note disas_vfp is written for a32 with cond field in the | ||
110 | + * top nibble. The t32 encoding requires 0xe in the top nibble. | ||
111 | + */ | ||
112 | + if (disas_t32(s, insn) || | ||
113 | + disas_vfp_uncond(s, insn) || | ||
114 | + ((insn >> 28) == 0xe && disas_vfp(s, insn))) { | ||
115 | return; | 58 | return; |
116 | } | 59 | } |
117 | /* fall back to legacy decoder */ | ||
118 | @@ -XXX,XX +XXX,XX @@ static void disas_thumb2_insn(DisasContext *s, uint32_t insn) | ||
119 | goto illegal_op; /* op0 = 0b11 : unallocated */ | ||
120 | } | ||
121 | |||
122 | - if (disas_vfp_insn(s, insn)) { | ||
123 | - if (((insn >> 8) & 0xe) == 10 && | ||
124 | - dc_isar_feature(aa32_fpsp_v2, s)) { | ||
125 | - /* FP, and the CPU supports it */ | ||
126 | - goto illegal_op; | ||
127 | - } else { | ||
128 | - /* All other insns: NOCP */ | ||
129 | - gen_exception_insn(s, s->pc_curr, EXCP_NOCP, | ||
130 | - syn_uncategorized(), | ||
131 | - default_exception_el(s)); | ||
132 | - } | ||
133 | + if (((insn >> 8) & 0xe) == 10 && | ||
134 | + dc_isar_feature(aa32_fpsp_v2, s)) { | ||
135 | + /* FP, and the CPU supports it */ | ||
136 | + goto illegal_op; | ||
137 | + } else { | ||
138 | + /* All other insns: NOCP */ | ||
139 | + gen_exception_insn(s, s->pc_curr, EXCP_NOCP, | ||
140 | + syn_uncategorized(), | ||
141 | + default_exception_el(s)); | ||
142 | } | ||
143 | break; | ||
144 | } | ||
145 | @@ -XXX,XX +XXX,XX @@ static void disas_thumb2_insn(DisasContext *s, uint32_t insn) | ||
146 | goto illegal_op; | ||
147 | } | ||
148 | } else if (((insn >> 8) & 0xe) == 10) { | ||
149 | - if (disas_vfp_insn(s, insn)) { | ||
150 | - goto illegal_op; | ||
151 | - } | ||
152 | + /* VFP, but failed disas_vfp. */ | ||
153 | + goto illegal_op; | ||
154 | } else { | ||
155 | if (insn & (1 << 28)) | ||
156 | goto illegal_op; | ||
157 | -- | 60 | -- |
158 | 2.20.1 | 61 | 2.25.1 |
159 | 62 | ||
160 | 63 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | We had set this for aarch32-only in arm_max_initfn, but | 3 | The size of the code covered by a TranslationBlock cannot be 0; |
4 | failed to set the same bit for aarch64. | 4 | this is checked via assert in tb_gen_code. |
5 | 5 | ||
6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
7 | Message-id: 20200218190958.745-2-richard.henderson@linaro.org | ||
8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 9 | --- |
11 | target/arm/cpu64.c | 1 + | 10 | target/arm/translate-a64.c | 1 + |
12 | 1 file changed, 1 insertion(+) | 11 | 1 file changed, 1 insertion(+) |
13 | 12 | ||
14 | diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c | 13 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c |
15 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/cpu64.c | 15 | --- a/target/arm/translate-a64.c |
17 | +++ b/target/arm/cpu64.c | 16 | +++ b/target/arm/translate-a64.c |
18 | @@ -XXX,XX +XXX,XX @@ static void aarch64_max_initfn(Object *obj) | 17 | @@ -XXX,XX +XXX,XX @@ static void aarch64_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu) |
19 | cpu->isar.id_mmfr3 = u; | 18 | assert(s->base.num_insns == 1); |
20 | 19 | gen_swstep_exception(s, 0, 0); | |
21 | u = cpu->isar.id_mmfr4; | 20 | s->base.is_jmp = DISAS_NORETURN; |
22 | + u = FIELD_DP32(u, ID_MMFR4, HPDS, 1); /* AA32HPD */ | 21 | + s->base.pc_next = pc + 4; |
23 | u = FIELD_DP32(u, ID_MMFR4, AC2, 1); /* ACTLR2, HACTLR2 */ | 22 | return; |
24 | cpu->isar.id_mmfr4 = u; | 23 | } |
25 | 24 | ||
26 | -- | 25 | -- |
27 | 2.20.1 | 26 | 2.25.1 |
28 | 27 | ||
29 | 28 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | We cannot easily create "any" functions for these, because the | 3 | We will reuse this section of arm_deliver_fault for |
4 | ID_AA64PFR0 fields for FP and SIMD signal "enabled" with zero. | 4 | raising pc alignment faults. |
5 | Which means that an aarch32-only cpu will return incorrect results | ||
6 | when testing the aarch64 registers. | ||
7 | |||
8 | To use these, we must either have context or additionally test | ||
9 | vs ARM_FEATURE_AARCH64. | ||
10 | 5 | ||
11 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 6 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
12 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
13 | Message-id: 20200224222232.13807-5-richard.henderson@linaro.org | ||
14 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
15 | --- | 9 | --- |
16 | target/arm/cpu.h | 11 +++++++++++ | 10 | target/arm/tlb_helper.c | 45 +++++++++++++++++++++++++---------------- |
17 | target/arm/cpu.c | 9 ++++++--- | 11 | 1 file changed, 28 insertions(+), 17 deletions(-) |
18 | target/arm/machine.c | 5 +++-- | ||
19 | 3 files changed, 20 insertions(+), 5 deletions(-) | ||
20 | 12 | ||
21 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 13 | diff --git a/target/arm/tlb_helper.c b/target/arm/tlb_helper.c |
22 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
23 | --- a/target/arm/cpu.h | 15 | --- a/target/arm/tlb_helper.c |
24 | +++ b/target/arm/cpu.h | 16 | +++ b/target/arm/tlb_helper.c |
25 | @@ -XXX,XX +XXX,XX @@ static inline bool isar_feature_aa32_fpdp_v3(const ARMISARegisters *id) | 17 | @@ -XXX,XX +XXX,XX @@ static inline uint32_t merge_syn_data_abort(uint32_t template_syn, |
26 | return FIELD_EX32(id->mvfr0, MVFR0, FPDP) >= 2; | 18 | return syn; |
27 | } | 19 | } |
28 | 20 | ||
29 | +static inline bool isar_feature_aa32_vfp(const ARMISARegisters *id) | 21 | -static void QEMU_NORETURN arm_deliver_fault(ARMCPU *cpu, vaddr addr, |
30 | +{ | 22 | - MMUAccessType access_type, |
31 | + return isar_feature_aa32_fpsp_v2(id) || isar_feature_aa32_fpdp_v2(id); | 23 | - int mmu_idx, ARMMMUFaultInfo *fi) |
24 | +static uint32_t compute_fsr_fsc(CPUARMState *env, ARMMMUFaultInfo *fi, | ||
25 | + int target_el, int mmu_idx, uint32_t *ret_fsc) | ||
26 | { | ||
27 | - CPUARMState *env = &cpu->env; | ||
28 | - int target_el; | ||
29 | - bool same_el; | ||
30 | - uint32_t syn, exc, fsr, fsc; | ||
31 | ARMMMUIdx arm_mmu_idx = core_to_arm_mmu_idx(env, mmu_idx); | ||
32 | - | ||
33 | - target_el = exception_target_el(env); | ||
34 | - if (fi->stage2) { | ||
35 | - target_el = 2; | ||
36 | - env->cp15.hpfar_el2 = extract64(fi->s2addr, 12, 47) << 4; | ||
37 | - if (arm_is_secure_below_el3(env) && fi->s1ns) { | ||
38 | - env->cp15.hpfar_el2 |= HPFAR_NS; | ||
39 | - } | ||
40 | - } | ||
41 | - same_el = (arm_current_el(env) == target_el); | ||
42 | + uint32_t fsr, fsc; | ||
43 | |||
44 | if (target_el == 2 || arm_el_is_aa64(env, target_el) || | ||
45 | arm_s1_regime_using_lpae_format(env, arm_mmu_idx)) { | ||
46 | @@ -XXX,XX +XXX,XX @@ static void QEMU_NORETURN arm_deliver_fault(ARMCPU *cpu, vaddr addr, | ||
47 | fsc = 0x3f; | ||
48 | } | ||
49 | |||
50 | + *ret_fsc = fsc; | ||
51 | + return fsr; | ||
32 | +} | 52 | +} |
33 | + | 53 | + |
34 | /* | 54 | +static void QEMU_NORETURN arm_deliver_fault(ARMCPU *cpu, vaddr addr, |
35 | * We always set the FP and SIMD FP16 fields to indicate identical | 55 | + MMUAccessType access_type, |
36 | * levels of support (assuming SIMD is implemented at all), so | 56 | + int mmu_idx, ARMMMUFaultInfo *fi) |
37 | @@ -XXX,XX +XXX,XX @@ static inline bool isar_feature_aa64_dcpodp(const ARMISARegisters *id) | ||
38 | return FIELD_EX64(id->id_aa64isar1, ID_AA64ISAR1, DPB) >= 2; | ||
39 | } | ||
40 | |||
41 | +static inline bool isar_feature_aa64_fp_simd(const ARMISARegisters *id) | ||
42 | +{ | 57 | +{ |
43 | + /* We always set the AdvSIMD and FP fields identically. */ | 58 | + CPUARMState *env = &cpu->env; |
44 | + return FIELD_EX64(id->id_aa64pfr0, ID_AA64PFR0, FP) != 0xf; | 59 | + int target_el; |
45 | +} | 60 | + bool same_el; |
61 | + uint32_t syn, exc, fsr, fsc; | ||
46 | + | 62 | + |
47 | static inline bool isar_feature_aa64_fp16(const ARMISARegisters *id) | 63 | + target_el = exception_target_el(env); |
48 | { | 64 | + if (fi->stage2) { |
49 | /* We always set the AdvSIMD and FP fields identically wrt FP16. */ | 65 | + target_el = 2; |
50 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | 66 | + env->cp15.hpfar_el2 = extract64(fi->s2addr, 12, 47) << 4; |
51 | index XXXXXXX..XXXXXXX 100644 | 67 | + if (arm_is_secure_below_el3(env) && fi->s1ns) { |
52 | --- a/target/arm/cpu.c | 68 | + env->cp15.hpfar_el2 |= HPFAR_NS; |
53 | +++ b/target/arm/cpu.c | 69 | + } |
54 | @@ -XXX,XX +XXX,XX @@ void arm_cpu_post_init(Object *obj) | 70 | + } |
55 | * KVM does not currently allow us to lie to the guest about its | 71 | + same_el = (arm_current_el(env) == target_el); |
56 | * ID/feature registers, so the guest always sees what the host has. | 72 | + |
57 | */ | 73 | + fsr = compute_fsr_fsc(env, fi, target_el, mmu_idx, &fsc); |
58 | - if (arm_feature(&cpu->env, ARM_FEATURE_VFP)) { | 74 | + |
59 | + if (arm_feature(&cpu->env, ARM_FEATURE_AARCH64) | 75 | if (access_type == MMU_INST_FETCH) { |
60 | + ? cpu_isar_feature(aa64_fp_simd, cpu) | 76 | syn = syn_insn_abort(same_el, fi->ea, fi->s1ptw, fsc); |
61 | + : cpu_isar_feature(aa32_vfp, cpu)) { | 77 | exc = EXCP_PREFETCH_ABORT; |
62 | cpu->has_vfp = true; | ||
63 | if (!kvm_enabled()) { | ||
64 | qdev_property_add_static(DEVICE(obj), &arm_cpu_has_vfp_property); | ||
65 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_realizefn(DeviceState *dev, Error **errp) | ||
66 | * We rely on no XScale CPU having VFP so we can use the same bits in the | ||
67 | * TB flags field for VECSTRIDE and XSCALE_CPAR. | ||
68 | */ | ||
69 | - assert(!(arm_feature(env, ARM_FEATURE_VFP) && | ||
70 | - arm_feature(env, ARM_FEATURE_XSCALE))); | ||
71 | + assert(arm_feature(&cpu->env, ARM_FEATURE_AARCH64) || | ||
72 | + !cpu_isar_feature(aa32_vfp_simd, cpu) || | ||
73 | + !arm_feature(env, ARM_FEATURE_XSCALE)); | ||
74 | |||
75 | if (arm_feature(env, ARM_FEATURE_V7) && | ||
76 | !arm_feature(env, ARM_FEATURE_M) && | ||
77 | diff --git a/target/arm/machine.c b/target/arm/machine.c | ||
78 | index XXXXXXX..XXXXXXX 100644 | ||
79 | --- a/target/arm/machine.c | ||
80 | +++ b/target/arm/machine.c | ||
81 | @@ -XXX,XX +XXX,XX @@ | ||
82 | static bool vfp_needed(void *opaque) | ||
83 | { | ||
84 | ARMCPU *cpu = opaque; | ||
85 | - CPUARMState *env = &cpu->env; | ||
86 | |||
87 | - return arm_feature(env, ARM_FEATURE_VFP); | ||
88 | + return (arm_feature(&cpu->env, ARM_FEATURE_AARCH64) | ||
89 | + ? cpu_isar_feature(aa64_fp_simd, cpu) | ||
90 | + : cpu_isar_feature(aa32_vfp_simd, cpu)); | ||
91 | } | ||
92 | |||
93 | static int get_fpscr(QEMUFile *f, void *opaque, size_t size, | ||
94 | -- | 78 | -- |
95 | 2.20.1 | 79 | 2.25.1 |
96 | 80 | ||
97 | 81 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | All remaining tests for VFP4 are for fused multiply-add insns. | 3 | For A64, any input to an indirect branch can cause this. |
4 | 4 | ||
5 | Since the MVFR1 field is used for both VFP and NEON, move its adjustment | 5 | For A32, many indirect branch paths force the branch to be aligned, |
6 | from the !has_neon block to the (!has_vfp && !has_neon) block. | 6 | but BXWritePC does not. This includes the BX instruction but also |
7 | 7 | other interworking changes to PC. Prior to v8, this case is UNDEFINED. | |
8 | Test for vfp of the appropraite width alongside the test for simdfmac | 8 | With v8, this is CONSTRAINED UNPREDICTABLE and may either raise an |
9 | within translate-vfp.inc.c. Within disas_neon_data_insn, we have | 9 | exception or force align the PC. |
10 | already tested for ARM_FEATURE_NEON. | 10 | |
11 | We choose to raise an exception because we have the infrastructure, | ||
12 | it makes the generated code for gen_bx simpler, and it has the | ||
13 | possibility of catching more guest bugs. | ||
11 | 14 | ||
12 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 15 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
13 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 16 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
14 | Message-id: 20200224222232.13807-10-richard.henderson@linaro.org | ||
15 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
16 | --- | 18 | --- |
17 | target/arm/cpu.h | 12 ++++++++++++ | 19 | target/arm/helper.h | 1 + |
18 | target/arm/cpu.c | 6 +++++- | 20 | target/arm/syndrome.h | 5 ++++ |
19 | target/arm/translate-vfp.inc.c | 22 ++++++++++++++++++---- | 21 | linux-user/aarch64/cpu_loop.c | 46 ++++++++++++++++++++--------------- |
20 | target/arm/translate.c | 2 +- | 22 | target/arm/tlb_helper.c | 18 ++++++++++++++ |
21 | 4 files changed, 36 insertions(+), 6 deletions(-) | 23 | target/arm/translate-a64.c | 15 ++++++++++++ |
22 | 24 | target/arm/translate.c | 22 ++++++++++++++++- | |
23 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 25 | 6 files changed, 87 insertions(+), 20 deletions(-) |
24 | index XXXXXXX..XXXXXXX 100644 | 26 | |
25 | --- a/target/arm/cpu.h | 27 | diff --git a/target/arm/helper.h b/target/arm/helper.h |
26 | +++ b/target/arm/cpu.h | 28 | index XXXXXXX..XXXXXXX 100644 |
27 | @@ -XXX,XX +XXX,XX @@ static inline bool isar_feature_aa32_fp16_dpconv(const ARMISARegisters *id) | 29 | --- a/target/arm/helper.h |
28 | return FIELD_EX32(id->mvfr1, MVFR1, FPHP) > 1; | 30 | +++ b/target/arm/helper.h |
31 | @@ -XXX,XX +XXX,XX @@ DEF_HELPER_FLAGS_3(sel_flags, TCG_CALL_NO_RWG_SE, | ||
32 | DEF_HELPER_2(exception_internal, void, env, i32) | ||
33 | DEF_HELPER_4(exception_with_syndrome, void, env, i32, i32, i32) | ||
34 | DEF_HELPER_2(exception_bkpt_insn, void, env, i32) | ||
35 | +DEF_HELPER_2(exception_pc_alignment, noreturn, env, tl) | ||
36 | DEF_HELPER_1(setend, void, env) | ||
37 | DEF_HELPER_2(wfi, void, env, i32) | ||
38 | DEF_HELPER_1(wfe, void, env) | ||
39 | diff --git a/target/arm/syndrome.h b/target/arm/syndrome.h | ||
40 | index XXXXXXX..XXXXXXX 100644 | ||
41 | --- a/target/arm/syndrome.h | ||
42 | +++ b/target/arm/syndrome.h | ||
43 | @@ -XXX,XX +XXX,XX @@ static inline uint32_t syn_illegalstate(void) | ||
44 | return (EC_ILLEGALSTATE << ARM_EL_EC_SHIFT) | ARM_EL_IL; | ||
29 | } | 45 | } |
30 | 46 | ||
31 | +/* | 47 | +static inline uint32_t syn_pcalignment(void) |
32 | + * Note that this ID register field covers both VFP and Neon FMAC, | ||
33 | + * so should usually be tested in combination with some other | ||
34 | + * check that confirms the presence of whichever of VFP or Neon is | ||
35 | + * relevant, to avoid accidentally enabling a Neon feature on | ||
36 | + * a VFP-no-Neon core or vice-versa. | ||
37 | + */ | ||
38 | +static inline bool isar_feature_aa32_simdfmac(const ARMISARegisters *id) | ||
39 | +{ | 48 | +{ |
40 | + return FIELD_EX32(id->mvfr1, MVFR1, SIMDFMAC) != 0; | 49 | + return (EC_PCALIGNMENT << ARM_EL_EC_SHIFT) | ARM_EL_IL; |
41 | +} | 50 | +} |
42 | + | 51 | + |
43 | static inline bool isar_feature_aa32_vsel(const ARMISARegisters *id) | 52 | #endif /* TARGET_ARM_SYNDROME_H */ |
44 | { | 53 | diff --git a/linux-user/aarch64/cpu_loop.c b/linux-user/aarch64/cpu_loop.c |
45 | return FIELD_EX32(id->mvfr2, MVFR2, FPMISC) >= 1; | 54 | index XXXXXXX..XXXXXXX 100644 |
46 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | 55 | --- a/linux-user/aarch64/cpu_loop.c |
47 | index XXXXXXX..XXXXXXX 100644 | 56 | +++ b/linux-user/aarch64/cpu_loop.c |
48 | --- a/target/arm/cpu.c | 57 | @@ -XXX,XX +XXX,XX @@ void cpu_loop(CPUARMState *env) |
49 | +++ b/target/arm/cpu.c | 58 | break; |
50 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_realizefn(DeviceState *dev, Error **errp) | 59 | case EXCP_PREFETCH_ABORT: |
51 | u = FIELD_DP32(u, MVFR1, SIMDINT, 0); | 60 | case EXCP_DATA_ABORT: |
52 | u = FIELD_DP32(u, MVFR1, SIMDSP, 0); | 61 | - /* We should only arrive here with EC in {DATAABORT, INSNABORT}. */ |
53 | u = FIELD_DP32(u, MVFR1, SIMDHP, 0); | 62 | ec = syn_get_ec(env->exception.syndrome); |
54 | - u = FIELD_DP32(u, MVFR1, SIMDFMAC, 0); | 63 | - assert(ec == EC_DATAABORT || ec == EC_INSNABORT); |
55 | cpu->isar.mvfr1 = u; | 64 | - |
56 | 65 | - /* Both EC have the same format for FSC, or close enough. */ | |
57 | u = cpu->isar.mvfr2; | 66 | - fsc = extract32(env->exception.syndrome, 0, 6); |
58 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_realizefn(DeviceState *dev, Error **errp) | 67 | - switch (fsc) { |
59 | u = cpu->isar.mvfr0; | 68 | - case 0x04 ... 0x07: /* Translation fault, level {0-3} */ |
60 | u = FIELD_DP32(u, MVFR0, SIMDREG, 0); | 69 | - si_signo = TARGET_SIGSEGV; |
61 | cpu->isar.mvfr0 = u; | 70 | - si_code = TARGET_SEGV_MAPERR; |
62 | + | 71 | + switch (ec) { |
63 | + /* Despite the name, this field covers both VFP and Neon */ | 72 | + case EC_DATAABORT: |
64 | + u = cpu->isar.mvfr1; | 73 | + case EC_INSNABORT: |
65 | + u = FIELD_DP32(u, MVFR1, SIMDFMAC, 0); | 74 | + /* Both EC have the same format for FSC, or close enough. */ |
66 | + cpu->isar.mvfr1 = u; | 75 | + fsc = extract32(env->exception.syndrome, 0, 6); |
76 | + switch (fsc) { | ||
77 | + case 0x04 ... 0x07: /* Translation fault, level {0-3} */ | ||
78 | + si_signo = TARGET_SIGSEGV; | ||
79 | + si_code = TARGET_SEGV_MAPERR; | ||
80 | + break; | ||
81 | + case 0x09 ... 0x0b: /* Access flag fault, level {1-3} */ | ||
82 | + case 0x0d ... 0x0f: /* Permission fault, level {1-3} */ | ||
83 | + si_signo = TARGET_SIGSEGV; | ||
84 | + si_code = TARGET_SEGV_ACCERR; | ||
85 | + break; | ||
86 | + case 0x11: /* Synchronous Tag Check Fault */ | ||
87 | + si_signo = TARGET_SIGSEGV; | ||
88 | + si_code = TARGET_SEGV_MTESERR; | ||
89 | + break; | ||
90 | + case 0x21: /* Alignment fault */ | ||
91 | + si_signo = TARGET_SIGBUS; | ||
92 | + si_code = TARGET_BUS_ADRALN; | ||
93 | + break; | ||
94 | + default: | ||
95 | + g_assert_not_reached(); | ||
96 | + } | ||
97 | break; | ||
98 | - case 0x09 ... 0x0b: /* Access flag fault, level {1-3} */ | ||
99 | - case 0x0d ... 0x0f: /* Permission fault, level {1-3} */ | ||
100 | - si_signo = TARGET_SIGSEGV; | ||
101 | - si_code = TARGET_SEGV_ACCERR; | ||
102 | - break; | ||
103 | - case 0x11: /* Synchronous Tag Check Fault */ | ||
104 | - si_signo = TARGET_SIGSEGV; | ||
105 | - si_code = TARGET_SEGV_MTESERR; | ||
106 | - break; | ||
107 | - case 0x21: /* Alignment fault */ | ||
108 | + case EC_PCALIGNMENT: | ||
109 | si_signo = TARGET_SIGBUS; | ||
110 | si_code = TARGET_BUS_ADRALN; | ||
111 | break; | ||
112 | diff --git a/target/arm/tlb_helper.c b/target/arm/tlb_helper.c | ||
113 | index XXXXXXX..XXXXXXX 100644 | ||
114 | --- a/target/arm/tlb_helper.c | ||
115 | +++ b/target/arm/tlb_helper.c | ||
116 | @@ -XXX,XX +XXX,XX @@ | ||
117 | #include "cpu.h" | ||
118 | #include "internals.h" | ||
119 | #include "exec/exec-all.h" | ||
120 | +#include "exec/helper-proto.h" | ||
121 | |||
122 | static inline uint32_t merge_syn_data_abort(uint32_t template_syn, | ||
123 | unsigned int target_el, | ||
124 | @@ -XXX,XX +XXX,XX @@ void arm_cpu_do_unaligned_access(CPUState *cs, vaddr vaddr, | ||
125 | arm_deliver_fault(cpu, vaddr, access_type, mmu_idx, &fi); | ||
126 | } | ||
127 | |||
128 | +void helper_exception_pc_alignment(CPUARMState *env, target_ulong pc) | ||
129 | +{ | ||
130 | + ARMMMUFaultInfo fi = { .type = ARMFault_Alignment }; | ||
131 | + int target_el = exception_target_el(env); | ||
132 | + int mmu_idx = cpu_mmu_index(env, true); | ||
133 | + uint32_t fsc; | ||
134 | + | ||
135 | + env->exception.vaddress = pc; | ||
136 | + | ||
137 | + /* | ||
138 | + * Note that the fsc is not applicable to this exception, | ||
139 | + * since any syndrome is pcalignment not insn_abort. | ||
140 | + */ | ||
141 | + env->exception.fsr = compute_fsr_fsc(env, &fi, target_el, mmu_idx, &fsc); | ||
142 | + raise_exception(env, EXCP_PREFETCH_ABORT, syn_pcalignment(), target_el); | ||
143 | +} | ||
144 | + | ||
145 | #if !defined(CONFIG_USER_ONLY) | ||
146 | |||
147 | /* | ||
148 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | ||
149 | index XXXXXXX..XXXXXXX 100644 | ||
150 | --- a/target/arm/translate-a64.c | ||
151 | +++ b/target/arm/translate-a64.c | ||
152 | @@ -XXX,XX +XXX,XX @@ static void aarch64_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu) | ||
153 | uint64_t pc = s->base.pc_next; | ||
154 | uint32_t insn; | ||
155 | |||
156 | + /* Singlestep exceptions have the highest priority. */ | ||
157 | if (s->ss_active && !s->pstate_ss) { | ||
158 | /* Singlestep state is Active-pending. | ||
159 | * If we're in this state at the start of a TB then either | ||
160 | @@ -XXX,XX +XXX,XX @@ static void aarch64_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu) | ||
161 | return; | ||
67 | } | 162 | } |
68 | 163 | ||
69 | if (arm_feature(env, ARM_FEATURE_M) && !cpu->has_dsp) { | 164 | + if (pc & 3) { |
70 | diff --git a/target/arm/translate-vfp.inc.c b/target/arm/translate-vfp.inc.c | 165 | + /* |
71 | index XXXXXXX..XXXXXXX 100644 | 166 | + * PC alignment fault. This has priority over the instruction abort |
72 | --- a/target/arm/translate-vfp.inc.c | 167 | + * that we would receive from a translation fault via arm_ldl_code. |
73 | +++ b/target/arm/translate-vfp.inc.c | 168 | + * This should only be possible after an indirect branch, at the |
74 | @@ -XXX,XX +XXX,XX @@ static bool trans_VFM_sp(DisasContext *s, arg_VFM_sp *a) | 169 | + * start of the TB. |
75 | 170 | + */ | |
76 | /* | 171 | + assert(s->base.num_insns == 1); |
77 | * Present in VFPv4 only. | 172 | + gen_helper_exception_pc_alignment(cpu_env, tcg_constant_tl(pc)); |
78 | + * Note that we can't rely on the SIMDFMAC check alone, because | 173 | + s->base.is_jmp = DISAS_NORETURN; |
79 | + * in a Neon-no-VFP core that ID register field will be non-zero. | 174 | + s->base.pc_next = QEMU_ALIGN_UP(pc, 4); |
80 | + */ | 175 | + return; |
81 | + if (!dc_isar_feature(aa32_simdfmac, s) || | ||
82 | + !dc_isar_feature(aa32_fpsp_v2, s)) { | ||
83 | + return false; | ||
84 | + } | 176 | + } |
85 | + /* | 177 | + |
86 | * In v7A, UNPREDICTABLE with non-zero vector length/stride; from | 178 | s->pc_curr = pc; |
87 | * v8A, must UNDEF. We choose to UNDEF for both v7A and v8A. | 179 | insn = arm_ldl_code(env, &s->base, pc, s->sctlr_b); |
88 | */ | 180 | s->insn = insn; |
89 | - if (!arm_dc_feature(s, ARM_FEATURE_VFP4) || | ||
90 | - (s->vec_len != 0 || s->vec_stride != 0)) { | ||
91 | + if (s->vec_len != 0 || s->vec_stride != 0) { | ||
92 | return false; | ||
93 | } | ||
94 | |||
95 | @@ -XXX,XX +XXX,XX @@ static bool trans_VFM_dp(DisasContext *s, arg_VFM_dp *a) | ||
96 | |||
97 | /* | ||
98 | * Present in VFPv4 only. | ||
99 | + * Note that we can't rely on the SIMDFMAC check alone, because | ||
100 | + * in a Neon-no-VFP core that ID register field will be non-zero. | ||
101 | + */ | ||
102 | + if (!dc_isar_feature(aa32_simdfmac, s) || | ||
103 | + !dc_isar_feature(aa32_fpdp_v2, s)) { | ||
104 | + return false; | ||
105 | + } | ||
106 | + /* | ||
107 | * In v7A, UNPREDICTABLE with non-zero vector length/stride; from | ||
108 | * v8A, must UNDEF. We choose to UNDEF for both v7A and v8A. | ||
109 | */ | ||
110 | - if (!arm_dc_feature(s, ARM_FEATURE_VFP4) || | ||
111 | - (s->vec_len != 0 || s->vec_stride != 0)) { | ||
112 | + if (s->vec_len != 0 || s->vec_stride != 0) { | ||
113 | return false; | ||
114 | } | ||
115 | |||
116 | diff --git a/target/arm/translate.c b/target/arm/translate.c | 181 | diff --git a/target/arm/translate.c b/target/arm/translate.c |
117 | index XXXXXXX..XXXXXXX 100644 | 182 | index XXXXXXX..XXXXXXX 100644 |
118 | --- a/target/arm/translate.c | 183 | --- a/target/arm/translate.c |
119 | +++ b/target/arm/translate.c | 184 | +++ b/target/arm/translate.c |
120 | @@ -XXX,XX +XXX,XX @@ static int disas_neon_data_insn(DisasContext *s, uint32_t insn) | 185 | @@ -XXX,XX +XXX,XX @@ static void arm_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu) |
121 | } | 186 | uint32_t pc = dc->base.pc_next; |
122 | break; | 187 | unsigned int insn; |
123 | case NEON_3R_VFM_VQRDMLSH: | 188 | |
124 | - if (!arm_dc_feature(s, ARM_FEATURE_VFP4)) { | 189 | - if (arm_check_ss_active(dc) || arm_check_kernelpage(dc)) { |
125 | + if (!dc_isar_feature(aa32_simdfmac, s)) { | 190 | + /* Singlestep exceptions have the highest priority. */ |
126 | return 1; | 191 | + if (arm_check_ss_active(dc)) { |
127 | } | 192 | + dc->base.pc_next = pc + 4; |
128 | break; | 193 | + return; |
194 | + } | ||
195 | + | ||
196 | + if (pc & 3) { | ||
197 | + /* | ||
198 | + * PC alignment fault. This has priority over the instruction abort | ||
199 | + * that we would receive from a translation fault via arm_ldl_code | ||
200 | + * (or the execution of the kernelpage entrypoint). This should only | ||
201 | + * be possible after an indirect branch, at the start of the TB. | ||
202 | + */ | ||
203 | + assert(dc->base.num_insns == 1); | ||
204 | + gen_helper_exception_pc_alignment(cpu_env, tcg_constant_tl(pc)); | ||
205 | + dc->base.is_jmp = DISAS_NORETURN; | ||
206 | + dc->base.pc_next = QEMU_ALIGN_UP(pc, 4); | ||
207 | + return; | ||
208 | + } | ||
209 | + | ||
210 | + if (arm_check_kernelpage(dc)) { | ||
211 | dc->base.pc_next = pc + 4; | ||
212 | return; | ||
213 | } | ||
129 | -- | 214 | -- |
130 | 2.20.1 | 215 | 2.25.1 |
131 | 216 | ||
132 | 217 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | We will eventually remove the early ARM_FEATURE_VFP test, | 3 | Misaligned thumb PC is architecturally impossible. |
4 | so add a proper test for each trans_* that does not already | 4 | Assert is better than proceeding, in case we've missed |
5 | have another ISA test. | 5 | something somewhere. |
6 | |||
7 | Expand a comment about aligning the pc in gdbstub. | ||
8 | Fail an incoming migrate if a thumb pc is misaligned. | ||
6 | 9 | ||
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 11 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
9 | Message-id: 20200224222232.13807-9-richard.henderson@linaro.org | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 13 | --- |
12 | target/arm/translate-vfp.inc.c | 78 ++++++++++++++++++++++++++++++---- | 14 | target/arm/gdbstub.c | 9 +++++++-- |
13 | 1 file changed, 69 insertions(+), 9 deletions(-) | 15 | target/arm/machine.c | 10 ++++++++++ |
16 | target/arm/translate.c | 3 +++ | ||
17 | 3 files changed, 20 insertions(+), 2 deletions(-) | ||
14 | 18 | ||
15 | diff --git a/target/arm/translate-vfp.inc.c b/target/arm/translate-vfp.inc.c | 19 | diff --git a/target/arm/gdbstub.c b/target/arm/gdbstub.c |
16 | index XXXXXXX..XXXXXXX 100644 | 20 | index XXXXXXX..XXXXXXX 100644 |
17 | --- a/target/arm/translate-vfp.inc.c | 21 | --- a/target/arm/gdbstub.c |
18 | +++ b/target/arm/translate-vfp.inc.c | 22 | +++ b/target/arm/gdbstub.c |
19 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMOV_to_gp(DisasContext *s, arg_VMOV_to_gp *a) | 23 | @@ -XXX,XX +XXX,XX @@ int arm_cpu_gdb_write_register(CPUState *cs, uint8_t *mem_buf, int n) |
20 | int pass; | 24 | |
21 | uint32_t offset; | 25 | tmp = ldl_p(mem_buf); |
22 | 26 | ||
23 | + /* SIZE == 2 is a VFP instruction; otherwise NEON. */ | 27 | - /* Mask out low bit of PC to workaround gdb bugs. This will probably |
24 | + if (a->size == 2 | 28 | - cause problems if we ever implement the Jazelle DBX extensions. */ |
25 | + ? !dc_isar_feature(aa32_fpsp_v2, s) | 29 | + /* |
26 | + : !arm_dc_feature(s, ARM_FEATURE_NEON)) { | 30 | + * Mask out low bits of PC to workaround gdb bugs. |
27 | + return false; | 31 | + * This avoids an assert in thumb_tr_translate_insn, because it is |
32 | + * architecturally impossible to misalign the pc. | ||
33 | + * This will probably cause problems if we ever implement the | ||
34 | + * Jazelle DBX extensions. | ||
35 | + */ | ||
36 | if (n == 15) { | ||
37 | tmp &= ~1; | ||
38 | } | ||
39 | diff --git a/target/arm/machine.c b/target/arm/machine.c | ||
40 | index XXXXXXX..XXXXXXX 100644 | ||
41 | --- a/target/arm/machine.c | ||
42 | +++ b/target/arm/machine.c | ||
43 | @@ -XXX,XX +XXX,XX @@ static int cpu_post_load(void *opaque, int version_id) | ||
44 | return -1; | ||
45 | } | ||
46 | } | ||
47 | + | ||
48 | + /* | ||
49 | + * Misaligned thumb pc is architecturally impossible. | ||
50 | + * We have an assert in thumb_tr_translate_insn to verify this. | ||
51 | + * Fail an incoming migrate to avoid this assert. | ||
52 | + */ | ||
53 | + if (!is_a64(env) && env->thumb && (env->regs[15] & 1)) { | ||
54 | + return -1; | ||
28 | + } | 55 | + } |
29 | + | 56 | + |
30 | /* UNDEF accesses to D16-D31 if they don't exist */ | 57 | if (!kvm_enabled()) { |
31 | if (!dc_isar_feature(aa32_simd_r32, s) && (a->vn & 0x10)) { | 58 | pmu_op_finish(&cpu->env); |
32 | return false; | ||
33 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMOV_to_gp(DisasContext *s, arg_VMOV_to_gp *a) | ||
34 | pass = extract32(offset, 2, 1); | ||
35 | offset = extract32(offset, 0, 2) * 8; | ||
36 | |||
37 | - if (a->size != 2 && !arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
38 | - return false; | ||
39 | - } | ||
40 | - | ||
41 | if (!vfp_access_check(s)) { | ||
42 | return true; | ||
43 | } | 59 | } |
44 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMOV_from_gp(DisasContext *s, arg_VMOV_from_gp *a) | 60 | diff --git a/target/arm/translate.c b/target/arm/translate.c |
45 | int pass; | 61 | index XXXXXXX..XXXXXXX 100644 |
46 | uint32_t offset; | 62 | --- a/target/arm/translate.c |
47 | 63 | +++ b/target/arm/translate.c | |
48 | + /* SIZE == 2 is a VFP instruction; otherwise NEON. */ | 64 | @@ -XXX,XX +XXX,XX @@ static void thumb_tr_translate_insn(DisasContextBase *dcbase, CPUState *cpu) |
49 | + if (a->size == 2 | 65 | uint32_t insn; |
50 | + ? !dc_isar_feature(aa32_fpsp_v2, s) | 66 | bool is_16bit; |
51 | + : !arm_dc_feature(s, ARM_FEATURE_NEON)) { | 67 | |
52 | + return false; | 68 | + /* Misaligned thumb PC is architecturally impossible. */ |
53 | + } | 69 | + assert((dc->base.pc_next & 1) == 0); |
54 | + | 70 | + |
55 | /* UNDEF accesses to D16-D31 if they don't exist */ | 71 | if (arm_check_ss_active(dc) || arm_check_kernelpage(dc)) { |
56 | if (!dc_isar_feature(aa32_simd_r32, s) && (a->vn & 0x10)) { | 72 | dc->base.pc_next = pc + 2; |
57 | return false; | 73 | return; |
58 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMOV_from_gp(DisasContext *s, arg_VMOV_from_gp *a) | ||
59 | pass = extract32(offset, 2, 1); | ||
60 | offset = extract32(offset, 0, 2) * 8; | ||
61 | |||
62 | - if (a->size != 2 && !arm_dc_feature(s, ARM_FEATURE_NEON)) { | ||
63 | - return false; | ||
64 | - } | ||
65 | - | ||
66 | if (!vfp_access_check(s)) { | ||
67 | return true; | ||
68 | } | ||
69 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMSR_VMRS(DisasContext *s, arg_VMSR_VMRS *a) | ||
70 | TCGv_i32 tmp; | ||
71 | bool ignore_vfp_enabled = false; | ||
72 | |||
73 | + if (!dc_isar_feature(aa32_fpsp_v2, s)) { | ||
74 | + return false; | ||
75 | + } | ||
76 | + | ||
77 | if (arm_dc_feature(s, ARM_FEATURE_M)) { | ||
78 | /* | ||
79 | * The only M-profile VFP vmrs/vmsr sysreg is FPSCR. | ||
80 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMOV_single(DisasContext *s, arg_VMOV_single *a) | ||
81 | { | ||
82 | TCGv_i32 tmp; | ||
83 | |||
84 | + if (!dc_isar_feature(aa32_fpsp_v2, s)) { | ||
85 | + return false; | ||
86 | + } | ||
87 | + | ||
88 | if (!vfp_access_check(s)) { | ||
89 | return true; | ||
90 | } | ||
91 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMOV_64_sp(DisasContext *s, arg_VMOV_64_sp *a) | ||
92 | { | ||
93 | TCGv_i32 tmp; | ||
94 | |||
95 | + if (!dc_isar_feature(aa32_fpsp_v2, s)) { | ||
96 | + return false; | ||
97 | + } | ||
98 | + | ||
99 | /* | ||
100 | * VMOV between two general-purpose registers and two single precision | ||
101 | * floating point registers | ||
102 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMOV_64_dp(DisasContext *s, arg_VMOV_64_dp *a) | ||
103 | |||
104 | /* | ||
105 | * VMOV between two general-purpose registers and one double precision | ||
106 | - * floating point register | ||
107 | + * floating point register. Note that this does not require support | ||
108 | + * for double precision arithmetic. | ||
109 | */ | ||
110 | + if (!dc_isar_feature(aa32_fpsp_v2, s)) { | ||
111 | + return false; | ||
112 | + } | ||
113 | |||
114 | /* UNDEF accesses to D16-D31 if they don't exist */ | ||
115 | if (!dc_isar_feature(aa32_simd_r32, s) && (a->vm & 0x10)) { | ||
116 | @@ -XXX,XX +XXX,XX @@ static bool trans_VLDR_VSTR_sp(DisasContext *s, arg_VLDR_VSTR_sp *a) | ||
117 | uint32_t offset; | ||
118 | TCGv_i32 addr, tmp; | ||
119 | |||
120 | + if (!dc_isar_feature(aa32_fpsp_v2, s)) { | ||
121 | + return false; | ||
122 | + } | ||
123 | + | ||
124 | if (!vfp_access_check(s)) { | ||
125 | return true; | ||
126 | } | ||
127 | @@ -XXX,XX +XXX,XX @@ static bool trans_VLDR_VSTR_dp(DisasContext *s, arg_VLDR_VSTR_dp *a) | ||
128 | TCGv_i32 addr; | ||
129 | TCGv_i64 tmp; | ||
130 | |||
131 | + /* Note that this does not require support for double arithmetic. */ | ||
132 | + if (!dc_isar_feature(aa32_fpsp_v2, s)) { | ||
133 | + return false; | ||
134 | + } | ||
135 | + | ||
136 | /* UNDEF accesses to D16-D31 if they don't exist */ | ||
137 | if (!dc_isar_feature(aa32_simd_r32, s) && (a->vd & 0x10)) { | ||
138 | return false; | ||
139 | @@ -XXX,XX +XXX,XX @@ static bool trans_VLDM_VSTM_sp(DisasContext *s, arg_VLDM_VSTM_sp *a) | ||
140 | TCGv_i32 addr, tmp; | ||
141 | int i, n; | ||
142 | |||
143 | + if (!dc_isar_feature(aa32_fpsp_v2, s)) { | ||
144 | + return false; | ||
145 | + } | ||
146 | + | ||
147 | n = a->imm; | ||
148 | |||
149 | if (n == 0 || (a->vd + n) > 32) { | ||
150 | @@ -XXX,XX +XXX,XX @@ static bool trans_VLDM_VSTM_dp(DisasContext *s, arg_VLDM_VSTM_dp *a) | ||
151 | TCGv_i64 tmp; | ||
152 | int i, n; | ||
153 | |||
154 | + /* Note that this does not require support for double arithmetic. */ | ||
155 | + if (!dc_isar_feature(aa32_fpsp_v2, s)) { | ||
156 | + return false; | ||
157 | + } | ||
158 | + | ||
159 | n = a->imm >> 1; | ||
160 | |||
161 | if (n == 0 || (a->vd + n) > 32 || n > 16) { | ||
162 | @@ -XXX,XX +XXX,XX @@ static bool do_vfp_3op_sp(DisasContext *s, VFPGen3OpSPFn *fn, | ||
163 | TCGv_i32 f0, f1, fd; | ||
164 | TCGv_ptr fpst; | ||
165 | |||
166 | + if (!dc_isar_feature(aa32_fpsp_v2, s)) { | ||
167 | + return false; | ||
168 | + } | ||
169 | + | ||
170 | if (!dc_isar_feature(aa32_fpshvec, s) && | ||
171 | (veclen != 0 || s->vec_stride != 0)) { | ||
172 | return false; | ||
173 | @@ -XXX,XX +XXX,XX @@ static bool do_vfp_2op_sp(DisasContext *s, VFPGen2OpSPFn *fn, int vd, int vm) | ||
174 | int veclen = s->vec_len; | ||
175 | TCGv_i32 f0, fd; | ||
176 | |||
177 | + if (!dc_isar_feature(aa32_fpsp_v2, s)) { | ||
178 | + return false; | ||
179 | + } | ||
180 | + | ||
181 | if (!dc_isar_feature(aa32_fpshvec, s) && | ||
182 | (veclen != 0 || s->vec_stride != 0)) { | ||
183 | return false; | ||
184 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCMP_sp(DisasContext *s, arg_VCMP_sp *a) | ||
185 | { | ||
186 | TCGv_i32 vd, vm; | ||
187 | |||
188 | + if (!dc_isar_feature(aa32_fpsp_v2, s)) { | ||
189 | + return false; | ||
190 | + } | ||
191 | + | ||
192 | /* Vm/M bits must be zero for the Z variant */ | ||
193 | if (a->z && a->vm != 0) { | ||
194 | return false; | ||
195 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_int_sp(DisasContext *s, arg_VCVT_int_sp *a) | ||
196 | TCGv_i32 vm; | ||
197 | TCGv_ptr fpst; | ||
198 | |||
199 | + if (!dc_isar_feature(aa32_fpsp_v2, s)) { | ||
200 | + return false; | ||
201 | + } | ||
202 | + | ||
203 | if (!vfp_access_check(s)) { | ||
204 | return true; | ||
205 | } | ||
206 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_sp_int(DisasContext *s, arg_VCVT_sp_int *a) | ||
207 | TCGv_i32 vm; | ||
208 | TCGv_ptr fpst; | ||
209 | |||
210 | + if (!dc_isar_feature(aa32_fpsp_v2, s)) { | ||
211 | + return false; | ||
212 | + } | ||
213 | + | ||
214 | if (!vfp_access_check(s)) { | ||
215 | return true; | ||
216 | } | ||
217 | -- | 74 | -- |
218 | 2.20.1 | 75 | 2.25.1 |
219 | 76 | ||
220 | 77 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Shuffle the order of the checks so that we test the ISA | 3 | Both single-step and pc alignment faults have priority over |
4 | before we test anything else, such as the register arguments. | 4 | breakpoint exceptions. |
5 | 5 | ||
6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
8 | Message-id: 20200224222232.13807-7-richard.henderson@linaro.org | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 9 | --- |
11 | target/arm/translate-vfp.inc.c | 140 +++++++++++++++++---------------- | 10 | target/arm/debug_helper.c | 23 +++++++++++++++++++++++ |
12 | 1 file changed, 71 insertions(+), 69 deletions(-) | 11 | 1 file changed, 23 insertions(+) |
13 | 12 | ||
14 | diff --git a/target/arm/translate-vfp.inc.c b/target/arm/translate-vfp.inc.c | 13 | diff --git a/target/arm/debug_helper.c b/target/arm/debug_helper.c |
15 | index XXXXXXX..XXXXXXX 100644 | 14 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/translate-vfp.inc.c | 15 | --- a/target/arm/debug_helper.c |
17 | +++ b/target/arm/translate-vfp.inc.c | 16 | +++ b/target/arm/debug_helper.c |
18 | @@ -XXX,XX +XXX,XX @@ static bool trans_VSEL(DisasContext *s, arg_VSEL *a) | 17 | @@ -XXX,XX +XXX,XX @@ bool arm_debug_check_breakpoint(CPUState *cs) |
18 | { | ||
19 | ARMCPU *cpu = ARM_CPU(cs); | ||
20 | CPUARMState *env = &cpu->env; | ||
21 | + target_ulong pc; | ||
22 | int n; | ||
23 | |||
24 | /* | ||
25 | @@ -XXX,XX +XXX,XX @@ bool arm_debug_check_breakpoint(CPUState *cs) | ||
19 | return false; | 26 | return false; |
20 | } | 27 | } |
21 | 28 | ||
22 | - /* UNDEF accesses to D16-D31 if they don't exist */ | 29 | + /* |
23 | - if (dp && !dc_isar_feature(aa32_simd_r32, s) && | 30 | + * Single-step exceptions have priority over breakpoint exceptions. |
24 | - ((a->vm | a->vn | a->vd) & 0x10)) { | 31 | + * If single-step state is active-pending, suppress the bp. |
25 | + if (dp && !dc_isar_feature(aa32_fpdp_v2, s)) { | 32 | + */ |
26 | return false; | 33 | + if (arm_singlestep_active(env) && !(env->pstate & PSTATE_SS)) { |
27 | } | ||
28 | |||
29 | - if (dp && !dc_isar_feature(aa32_fpdp_v2, s)) { | ||
30 | + /* UNDEF accesses to D16-D31 if they don't exist */ | ||
31 | + if (dp && !dc_isar_feature(aa32_simd_r32, s) && | ||
32 | + ((a->vm | a->vn | a->vd) & 0x10)) { | ||
33 | return false; | ||
34 | } | ||
35 | |||
36 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMINMAXNM(DisasContext *s, arg_VMINMAXNM *a) | ||
37 | return false; | ||
38 | } | ||
39 | |||
40 | - /* UNDEF accesses to D16-D31 if they don't exist */ | ||
41 | - if (dp && !dc_isar_feature(aa32_simd_r32, s) && | ||
42 | - ((a->vm | a->vn | a->vd) & 0x10)) { | ||
43 | + if (dp && !dc_isar_feature(aa32_fpdp_v2, s)) { | ||
44 | return false; | ||
45 | } | ||
46 | |||
47 | - if (dp && !dc_isar_feature(aa32_fpdp_v2, s)) { | ||
48 | + /* UNDEF accesses to D16-D31 if they don't exist */ | ||
49 | + if (dp && !dc_isar_feature(aa32_simd_r32, s) && | ||
50 | + ((a->vm | a->vn | a->vd) & 0x10)) { | ||
51 | return false; | ||
52 | } | ||
53 | |||
54 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINT(DisasContext *s, arg_VRINT *a) | ||
55 | return false; | ||
56 | } | ||
57 | |||
58 | - /* UNDEF accesses to D16-D31 if they don't exist */ | ||
59 | - if (dp && !dc_isar_feature(aa32_simd_r32, s) && | ||
60 | - ((a->vm | a->vd) & 0x10)) { | ||
61 | + if (dp && !dc_isar_feature(aa32_fpdp_v2, s)) { | ||
62 | return false; | ||
63 | } | ||
64 | |||
65 | - if (dp && !dc_isar_feature(aa32_fpdp_v2, s)) { | ||
66 | + /* UNDEF accesses to D16-D31 if they don't exist */ | ||
67 | + if (dp && !dc_isar_feature(aa32_simd_r32, s) && | ||
68 | + ((a->vm | a->vd) & 0x10)) { | ||
69 | return false; | ||
70 | } | ||
71 | |||
72 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT(DisasContext *s, arg_VCVT *a) | ||
73 | return false; | ||
74 | } | ||
75 | |||
76 | - /* UNDEF accesses to D16-D31 if they don't exist */ | ||
77 | - if (dp && !dc_isar_feature(aa32_simd_r32, s) && (a->vm & 0x10)) { | ||
78 | + if (dp && !dc_isar_feature(aa32_fpdp_v2, s)) { | ||
79 | return false; | ||
80 | } | ||
81 | |||
82 | - if (dp && !dc_isar_feature(aa32_fpdp_v2, s)) { | ||
83 | + /* UNDEF accesses to D16-D31 if they don't exist */ | ||
84 | + if (dp && !dc_isar_feature(aa32_simd_r32, s) && (a->vm & 0x10)) { | ||
85 | return false; | ||
86 | } | ||
87 | |||
88 | @@ -XXX,XX +XXX,XX @@ static bool do_vfp_3op_dp(DisasContext *s, VFPGen3OpDPFn *fn, | ||
89 | TCGv_i64 f0, f1, fd; | ||
90 | TCGv_ptr fpst; | ||
91 | |||
92 | - /* UNDEF accesses to D16-D31 if they don't exist */ | ||
93 | - if (!dc_isar_feature(aa32_simd_r32, s) && ((vd | vn | vm) & 0x10)) { | ||
94 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
95 | return false; | ||
96 | } | ||
97 | |||
98 | - if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
99 | + /* UNDEF accesses to D16-D31 if they don't exist */ | ||
100 | + if (!dc_isar_feature(aa32_simd_r32, s) && ((vd | vn | vm) & 0x10)) { | ||
101 | return false; | ||
102 | } | ||
103 | |||
104 | @@ -XXX,XX +XXX,XX @@ static bool do_vfp_2op_dp(DisasContext *s, VFPGen2OpDPFn *fn, int vd, int vm) | ||
105 | int veclen = s->vec_len; | ||
106 | TCGv_i64 f0, fd; | ||
107 | |||
108 | - /* UNDEF accesses to D16-D31 if they don't exist */ | ||
109 | - if (!dc_isar_feature(aa32_simd_r32, s) && ((vd | vm) & 0x10)) { | ||
110 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
111 | return false; | ||
112 | } | ||
113 | |||
114 | - if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
115 | + /* UNDEF accesses to D16-D31 if they don't exist */ | ||
116 | + if (!dc_isar_feature(aa32_simd_r32, s) && ((vd | vm) & 0x10)) { | ||
117 | return false; | ||
118 | } | ||
119 | |||
120 | @@ -XXX,XX +XXX,XX @@ static bool trans_VFM_dp(DisasContext *s, arg_VFM_dp *a) | ||
121 | return false; | ||
122 | } | ||
123 | |||
124 | - if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
125 | + /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
126 | + if (!dc_isar_feature(aa32_simd_r32, s) && | ||
127 | + ((a->vd | a->vn | a->vm) & 0x10)) { | ||
128 | return false; | ||
129 | } | ||
130 | |||
131 | @@ -XXX,XX +XXX,XX @@ static bool trans_VMOV_imm_dp(DisasContext *s, arg_VMOV_imm_dp *a) | ||
132 | |||
133 | vd = a->vd; | ||
134 | |||
135 | - /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
136 | - if (!dc_isar_feature(aa32_simd_r32, s) && (vd & 0x10)) { | ||
137 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
138 | return false; | ||
139 | } | ||
140 | |||
141 | - if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
142 | + /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
143 | + if (!dc_isar_feature(aa32_simd_r32, s) && (vd & 0x10)) { | ||
144 | return false; | ||
145 | } | ||
146 | |||
147 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCMP_dp(DisasContext *s, arg_VCMP_dp *a) | ||
148 | { | ||
149 | TCGv_i64 vd, vm; | ||
150 | |||
151 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
152 | + return false; | 34 | + return false; |
153 | + } | 35 | + } |
154 | + | 36 | + |
155 | /* Vm/M bits must be zero for the Z variant */ | 37 | + /* |
156 | if (a->z && a->vm != 0) { | 38 | + * PC alignment faults have priority over breakpoint exceptions. |
157 | return false; | 39 | + */ |
158 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCMP_dp(DisasContext *s, arg_VCMP_dp *a) | 40 | + pc = is_a64(env) ? env->pc : env->regs[15]; |
159 | return false; | 41 | + if ((is_a64(env) || !env->thumb) && (pc & 3) != 0) { |
160 | } | ||
161 | |||
162 | - if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
163 | - return false; | ||
164 | - } | ||
165 | - | ||
166 | if (!vfp_access_check(s)) { | ||
167 | return true; | ||
168 | } | ||
169 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_f64_f16(DisasContext *s, arg_VCVT_f64_f16 *a) | ||
170 | TCGv_i32 tmp; | ||
171 | TCGv_i64 vd; | ||
172 | |||
173 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
174 | + return false; | 42 | + return false; |
175 | + } | 43 | + } |
176 | + | 44 | + |
177 | if (!dc_isar_feature(aa32_fp16_dpconv, s)) { | 45 | + /* |
178 | return false; | 46 | + * Instruction aborts have priority over breakpoint exceptions. |
179 | } | 47 | + * TODO: We would need to look up the page for PC and verify that |
180 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_f64_f16(DisasContext *s, arg_VCVT_f64_f16 *a) | 48 | + * it is present and executable. |
181 | return false; | 49 | + */ |
182 | } | ||
183 | |||
184 | - if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
185 | - return false; | ||
186 | - } | ||
187 | - | ||
188 | if (!vfp_access_check(s)) { | ||
189 | return true; | ||
190 | } | ||
191 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_f16_f64(DisasContext *s, arg_VCVT_f16_f64 *a) | ||
192 | TCGv_i32 tmp; | ||
193 | TCGv_i64 vm; | ||
194 | |||
195 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
196 | + return false; | ||
197 | + } | ||
198 | + | 50 | + |
199 | if (!dc_isar_feature(aa32_fp16_dpconv, s)) { | 51 | for (n = 0; n < ARRAY_SIZE(env->cpu_breakpoint); n++) { |
200 | return false; | 52 | if (bp_wp_matches(cpu, n, false)) { |
201 | } | 53 | return true; |
202 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_f16_f64(DisasContext *s, arg_VCVT_f16_f64 *a) | ||
203 | return false; | ||
204 | } | ||
205 | |||
206 | - if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
207 | - return false; | ||
208 | - } | ||
209 | - | ||
210 | if (!vfp_access_check(s)) { | ||
211 | return true; | ||
212 | } | ||
213 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINTR_dp(DisasContext *s, arg_VRINTR_dp *a) | ||
214 | TCGv_ptr fpst; | ||
215 | TCGv_i64 tmp; | ||
216 | |||
217 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
218 | + return false; | ||
219 | + } | ||
220 | + | ||
221 | if (!dc_isar_feature(aa32_vrint, s)) { | ||
222 | return false; | ||
223 | } | ||
224 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINTR_dp(DisasContext *s, arg_VRINTR_dp *a) | ||
225 | return false; | ||
226 | } | ||
227 | |||
228 | - if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
229 | - return false; | ||
230 | - } | ||
231 | - | ||
232 | if (!vfp_access_check(s)) { | ||
233 | return true; | ||
234 | } | ||
235 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINTZ_dp(DisasContext *s, arg_VRINTZ_dp *a) | ||
236 | TCGv_i64 tmp; | ||
237 | TCGv_i32 tcg_rmode; | ||
238 | |||
239 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
240 | + return false; | ||
241 | + } | ||
242 | + | ||
243 | if (!dc_isar_feature(aa32_vrint, s)) { | ||
244 | return false; | ||
245 | } | ||
246 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINTZ_dp(DisasContext *s, arg_VRINTZ_dp *a) | ||
247 | return false; | ||
248 | } | ||
249 | |||
250 | - if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
251 | - return false; | ||
252 | - } | ||
253 | - | ||
254 | if (!vfp_access_check(s)) { | ||
255 | return true; | ||
256 | } | ||
257 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINTX_dp(DisasContext *s, arg_VRINTX_dp *a) | ||
258 | TCGv_ptr fpst; | ||
259 | TCGv_i64 tmp; | ||
260 | |||
261 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
262 | + return false; | ||
263 | + } | ||
264 | + | ||
265 | if (!dc_isar_feature(aa32_vrint, s)) { | ||
266 | return false; | ||
267 | } | ||
268 | @@ -XXX,XX +XXX,XX @@ static bool trans_VRINTX_dp(DisasContext *s, arg_VRINTX_dp *a) | ||
269 | return false; | ||
270 | } | ||
271 | |||
272 | - if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
273 | - return false; | ||
274 | - } | ||
275 | - | ||
276 | if (!vfp_access_check(s)) { | ||
277 | return true; | ||
278 | } | ||
279 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_sp(DisasContext *s, arg_VCVT_sp *a) | ||
280 | TCGv_i64 vd; | ||
281 | TCGv_i32 vm; | ||
282 | |||
283 | - /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
284 | - if (!dc_isar_feature(aa32_simd_r32, s) && (a->vd & 0x10)) { | ||
285 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
286 | return false; | ||
287 | } | ||
288 | |||
289 | - if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
290 | + /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
291 | + if (!dc_isar_feature(aa32_simd_r32, s) && (a->vd & 0x10)) { | ||
292 | return false; | ||
293 | } | ||
294 | |||
295 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_dp(DisasContext *s, arg_VCVT_dp *a) | ||
296 | TCGv_i64 vm; | ||
297 | TCGv_i32 vd; | ||
298 | |||
299 | - /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
300 | - if (!dc_isar_feature(aa32_simd_r32, s) && (a->vm & 0x10)) { | ||
301 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
302 | return false; | ||
303 | } | ||
304 | |||
305 | - if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
306 | + /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
307 | + if (!dc_isar_feature(aa32_simd_r32, s) && (a->vm & 0x10)) { | ||
308 | return false; | ||
309 | } | ||
310 | |||
311 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_int_dp(DisasContext *s, arg_VCVT_int_dp *a) | ||
312 | TCGv_i64 vd; | ||
313 | TCGv_ptr fpst; | ||
314 | |||
315 | - /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
316 | - if (!dc_isar_feature(aa32_simd_r32, s) && (a->vd & 0x10)) { | ||
317 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
318 | return false; | ||
319 | } | ||
320 | |||
321 | - if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
322 | + /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
323 | + if (!dc_isar_feature(aa32_simd_r32, s) && (a->vd & 0x10)) { | ||
324 | return false; | ||
325 | } | ||
326 | |||
327 | @@ -XXX,XX +XXX,XX @@ static bool trans_VJCVT(DisasContext *s, arg_VJCVT *a) | ||
328 | TCGv_i32 vd; | ||
329 | TCGv_i64 vm; | ||
330 | |||
331 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
332 | + return false; | ||
333 | + } | ||
334 | + | ||
335 | if (!dc_isar_feature(aa32_jscvt, s)) { | ||
336 | return false; | ||
337 | } | ||
338 | @@ -XXX,XX +XXX,XX @@ static bool trans_VJCVT(DisasContext *s, arg_VJCVT *a) | ||
339 | return false; | ||
340 | } | ||
341 | |||
342 | - if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
343 | - return false; | ||
344 | - } | ||
345 | - | ||
346 | if (!vfp_access_check(s)) { | ||
347 | return true; | ||
348 | } | ||
349 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_fix_dp(DisasContext *s, arg_VCVT_fix_dp *a) | ||
350 | TCGv_ptr fpst; | ||
351 | int frac_bits; | ||
352 | |||
353 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
354 | + return false; | ||
355 | + } | ||
356 | + | ||
357 | if (!arm_dc_feature(s, ARM_FEATURE_VFP3)) { | ||
358 | return false; | ||
359 | } | ||
360 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_fix_dp(DisasContext *s, arg_VCVT_fix_dp *a) | ||
361 | return false; | ||
362 | } | ||
363 | |||
364 | - if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
365 | - return false; | ||
366 | - } | ||
367 | - | ||
368 | if (!vfp_access_check(s)) { | ||
369 | return true; | ||
370 | } | ||
371 | @@ -XXX,XX +XXX,XX @@ static bool trans_VCVT_dp_int(DisasContext *s, arg_VCVT_dp_int *a) | ||
372 | TCGv_i64 vm; | ||
373 | TCGv_ptr fpst; | ||
374 | |||
375 | - /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
376 | - if (!dc_isar_feature(aa32_simd_r32, s) && (a->vm & 0x10)) { | ||
377 | + if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
378 | return false; | ||
379 | } | ||
380 | |||
381 | - if (!dc_isar_feature(aa32_fpdp_v2, s)) { | ||
382 | + /* UNDEF accesses to D16-D31 if they don't exist. */ | ||
383 | + if (!dc_isar_feature(aa32_simd_r32, s) && (a->vm & 0x10)) { | ||
384 | return false; | ||
385 | } | ||
386 | |||
387 | -- | 54 | -- |
388 | 2.20.1 | 55 | 2.25.1 |
389 | 56 | ||
390 | 57 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Richard Henderson <richard.henderson@linaro.org> |
---|---|---|---|
2 | |||
3 | Passing the raw op field from the manual is less instructive | ||
4 | than it might be. Do the full decode and use the existing | ||
5 | helpers to perform the expansion. | ||
6 | |||
7 | Since these are v8 insns, VECLEN+VECSTRIDE are already RES0. | ||
8 | 2 | ||
9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 3 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> |
10 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 4 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> |
11 | Message-id: 20200224222232.13807-18-richard.henderson@linaro.org | ||
12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 5 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
13 | --- | 6 | --- |
14 | target/arm/translate-vfp.inc.c | 109 +++++++++++---------------------- | 7 | tests/tcg/aarch64/pcalign-a64.c | 37 +++++++++++++++++++++++++ |
15 | target/arm/vfp-uncond.decode | 12 ++-- | 8 | tests/tcg/arm/pcalign-a32.c | 46 +++++++++++++++++++++++++++++++ |
16 | 2 files changed, 44 insertions(+), 77 deletions(-) | 9 | tests/tcg/aarch64/Makefile.target | 4 +-- |
10 | tests/tcg/arm/Makefile.target | 4 +++ | ||
11 | 4 files changed, 89 insertions(+), 2 deletions(-) | ||
12 | create mode 100644 tests/tcg/aarch64/pcalign-a64.c | ||
13 | create mode 100644 tests/tcg/arm/pcalign-a32.c | ||
17 | 14 | ||
18 | diff --git a/target/arm/translate-vfp.inc.c b/target/arm/translate-vfp.inc.c | 15 | diff --git a/tests/tcg/aarch64/pcalign-a64.c b/tests/tcg/aarch64/pcalign-a64.c |
19 | index XXXXXXX..XXXXXXX 100644 | 16 | new file mode 100644 |
20 | --- a/target/arm/translate-vfp.inc.c | 17 | index XXXXXXX..XXXXXXX |
21 | +++ b/target/arm/translate-vfp.inc.c | 18 | --- /dev/null |
22 | @@ -XXX,XX +XXX,XX @@ static bool trans_VSEL(DisasContext *s, arg_VSEL *a) | 19 | +++ b/tests/tcg/aarch64/pcalign-a64.c |
23 | return true; | 20 | @@ -XXX,XX +XXX,XX @@ |
24 | } | 21 | +/* Test PC misalignment exception */ |
25 | 22 | + | |
26 | -static bool trans_VMINMAXNM(DisasContext *s, arg_VMINMAXNM *a) | 23 | +#include <assert.h> |
27 | -{ | 24 | +#include <signal.h> |
28 | - uint32_t rd, rn, rm; | 25 | +#include <stdlib.h> |
29 | - bool dp = a->dp; | 26 | +#include <stdio.h> |
30 | - bool vmin = a->op; | 27 | + |
31 | - TCGv_ptr fpst; | 28 | +static void *expected; |
32 | - | 29 | + |
33 | - if (!dc_isar_feature(aa32_vminmaxnm, s)) { | 30 | +static void sigbus(int sig, siginfo_t *info, void *vuc) |
34 | - return false; | ||
35 | - } | ||
36 | - | ||
37 | - if (dp && !dc_isar_feature(aa32_fpdp_v2, s)) { | ||
38 | - return false; | ||
39 | - } | ||
40 | - | ||
41 | - /* UNDEF accesses to D16-D31 if they don't exist */ | ||
42 | - if (dp && !dc_isar_feature(aa32_simd_r32, s) && | ||
43 | - ((a->vm | a->vn | a->vd) & 0x10)) { | ||
44 | - return false; | ||
45 | - } | ||
46 | - | ||
47 | - rd = a->vd; | ||
48 | - rn = a->vn; | ||
49 | - rm = a->vm; | ||
50 | - | ||
51 | - if (!vfp_access_check(s)) { | ||
52 | - return true; | ||
53 | - } | ||
54 | - | ||
55 | - fpst = get_fpstatus_ptr(0); | ||
56 | - | ||
57 | - if (dp) { | ||
58 | - TCGv_i64 frn, frm, dest; | ||
59 | - | ||
60 | - frn = tcg_temp_new_i64(); | ||
61 | - frm = tcg_temp_new_i64(); | ||
62 | - dest = tcg_temp_new_i64(); | ||
63 | - | ||
64 | - neon_load_reg64(frn, rn); | ||
65 | - neon_load_reg64(frm, rm); | ||
66 | - if (vmin) { | ||
67 | - gen_helper_vfp_minnumd(dest, frn, frm, fpst); | ||
68 | - } else { | ||
69 | - gen_helper_vfp_maxnumd(dest, frn, frm, fpst); | ||
70 | - } | ||
71 | - neon_store_reg64(dest, rd); | ||
72 | - tcg_temp_free_i64(frn); | ||
73 | - tcg_temp_free_i64(frm); | ||
74 | - tcg_temp_free_i64(dest); | ||
75 | - } else { | ||
76 | - TCGv_i32 frn, frm, dest; | ||
77 | - | ||
78 | - frn = tcg_temp_new_i32(); | ||
79 | - frm = tcg_temp_new_i32(); | ||
80 | - dest = tcg_temp_new_i32(); | ||
81 | - | ||
82 | - neon_load_reg32(frn, rn); | ||
83 | - neon_load_reg32(frm, rm); | ||
84 | - if (vmin) { | ||
85 | - gen_helper_vfp_minnums(dest, frn, frm, fpst); | ||
86 | - } else { | ||
87 | - gen_helper_vfp_maxnums(dest, frn, frm, fpst); | ||
88 | - } | ||
89 | - neon_store_reg32(dest, rd); | ||
90 | - tcg_temp_free_i32(frn); | ||
91 | - tcg_temp_free_i32(frm); | ||
92 | - tcg_temp_free_i32(dest); | ||
93 | - } | ||
94 | - | ||
95 | - tcg_temp_free_ptr(fpst); | ||
96 | - return true; | ||
97 | -} | ||
98 | - | ||
99 | /* | ||
100 | * Table for converting the most common AArch32 encoding of | ||
101 | * rounding mode to arm_fprounding order (which matches the | ||
102 | @@ -XXX,XX +XXX,XX @@ static bool trans_VDIV_dp(DisasContext *s, arg_VDIV_dp *a) | ||
103 | return do_vfp_3op_dp(s, gen_helper_vfp_divd, a->vd, a->vn, a->vm, false); | ||
104 | } | ||
105 | |||
106 | +static bool trans_VMINNM_sp(DisasContext *s, arg_VMINNM_sp *a) | ||
107 | +{ | 31 | +{ |
108 | + if (!dc_isar_feature(aa32_vminmaxnm, s)) { | 32 | + assert(info->si_code == BUS_ADRALN); |
109 | + return false; | 33 | + assert(info->si_addr == expected); |
110 | + } | 34 | + exit(EXIT_SUCCESS); |
111 | + return do_vfp_3op_sp(s, gen_helper_vfp_minnums, | ||
112 | + a->vd, a->vn, a->vm, false); | ||
113 | +} | 35 | +} |
114 | + | 36 | + |
115 | +static bool trans_VMAXNM_sp(DisasContext *s, arg_VMAXNM_sp *a) | 37 | +int main() |
116 | +{ | 38 | +{ |
117 | + if (!dc_isar_feature(aa32_vminmaxnm, s)) { | 39 | + void *tmp; |
118 | + return false; | 40 | + |
41 | + struct sigaction sa = { | ||
42 | + .sa_sigaction = sigbus, | ||
43 | + .sa_flags = SA_SIGINFO | ||
44 | + }; | ||
45 | + | ||
46 | + if (sigaction(SIGBUS, &sa, NULL) < 0) { | ||
47 | + perror("sigaction"); | ||
48 | + return EXIT_FAILURE; | ||
119 | + } | 49 | + } |
120 | + return do_vfp_3op_sp(s, gen_helper_vfp_maxnums, | 50 | + |
121 | + a->vd, a->vn, a->vm, false); | 51 | + asm volatile("adr %0, 1f + 1\n\t" |
52 | + "str %0, %1\n\t" | ||
53 | + "br %0\n" | ||
54 | + "1:" | ||
55 | + : "=&r"(tmp), "=m"(expected)); | ||
56 | + abort(); | ||
57 | +} | ||
58 | diff --git a/tests/tcg/arm/pcalign-a32.c b/tests/tcg/arm/pcalign-a32.c | ||
59 | new file mode 100644 | ||
60 | index XXXXXXX..XXXXXXX | ||
61 | --- /dev/null | ||
62 | +++ b/tests/tcg/arm/pcalign-a32.c | ||
63 | @@ -XXX,XX +XXX,XX @@ | ||
64 | +/* Test PC misalignment exception */ | ||
65 | + | ||
66 | +#ifdef __thumb__ | ||
67 | +#error "This test must be compiled for ARM" | ||
68 | +#endif | ||
69 | + | ||
70 | +#include <assert.h> | ||
71 | +#include <signal.h> | ||
72 | +#include <stdlib.h> | ||
73 | +#include <stdio.h> | ||
74 | + | ||
75 | +static void *expected; | ||
76 | + | ||
77 | +static void sigbus(int sig, siginfo_t *info, void *vuc) | ||
78 | +{ | ||
79 | + assert(info->si_code == BUS_ADRALN); | ||
80 | + assert(info->si_addr == expected); | ||
81 | + exit(EXIT_SUCCESS); | ||
122 | +} | 82 | +} |
123 | + | 83 | + |
124 | +static bool trans_VMINNM_dp(DisasContext *s, arg_VMINNM_dp *a) | 84 | +int main() |
125 | +{ | 85 | +{ |
126 | + if (!dc_isar_feature(aa32_vminmaxnm, s)) { | 86 | + void *tmp; |
127 | + return false; | 87 | + |
88 | + struct sigaction sa = { | ||
89 | + .sa_sigaction = sigbus, | ||
90 | + .sa_flags = SA_SIGINFO | ||
91 | + }; | ||
92 | + | ||
93 | + if (sigaction(SIGBUS, &sa, NULL) < 0) { | ||
94 | + perror("sigaction"); | ||
95 | + return EXIT_FAILURE; | ||
128 | + } | 96 | + } |
129 | + return do_vfp_3op_dp(s, gen_helper_vfp_minnumd, | 97 | + |
130 | + a->vd, a->vn, a->vm, false); | 98 | + asm volatile("adr %0, 1f + 2\n\t" |
99 | + "str %0, %1\n\t" | ||
100 | + "bx %0\n" | ||
101 | + "1:" | ||
102 | + : "=&r"(tmp), "=m"(expected)); | ||
103 | + | ||
104 | + /* | ||
105 | + * From v8, it is CONSTRAINED UNPREDICTABLE whether BXWritePC aligns | ||
106 | + * the address or not. If so, we can legitimately fall through. | ||
107 | + */ | ||
108 | + return EXIT_SUCCESS; | ||
131 | +} | 109 | +} |
110 | diff --git a/tests/tcg/aarch64/Makefile.target b/tests/tcg/aarch64/Makefile.target | ||
111 | index XXXXXXX..XXXXXXX 100644 | ||
112 | --- a/tests/tcg/aarch64/Makefile.target | ||
113 | +++ b/tests/tcg/aarch64/Makefile.target | ||
114 | @@ -XXX,XX +XXX,XX @@ VPATH += $(ARM_SRC) | ||
115 | AARCH64_SRC=$(SRC_PATH)/tests/tcg/aarch64 | ||
116 | VPATH += $(AARCH64_SRC) | ||
117 | |||
118 | -# Float-convert Tests | ||
119 | -AARCH64_TESTS=fcvt | ||
120 | +# Base architecture tests | ||
121 | +AARCH64_TESTS=fcvt pcalign-a64 | ||
122 | |||
123 | fcvt: LDFLAGS+=-lm | ||
124 | |||
125 | diff --git a/tests/tcg/arm/Makefile.target b/tests/tcg/arm/Makefile.target | ||
126 | index XXXXXXX..XXXXXXX 100644 | ||
127 | --- a/tests/tcg/arm/Makefile.target | ||
128 | +++ b/tests/tcg/arm/Makefile.target | ||
129 | @@ -XXX,XX +XXX,XX @@ run-fcvt: fcvt | ||
130 | $(call run-test,fcvt,$(QEMU) $<,"$< on $(TARGET_NAME)") | ||
131 | $(call diff-out,fcvt,$(ARM_SRC)/fcvt.ref) | ||
132 | |||
133 | +# PC alignment test | ||
134 | +ARM_TESTS += pcalign-a32 | ||
135 | +pcalign-a32: CFLAGS+=-marm | ||
132 | + | 136 | + |
133 | +static bool trans_VMAXNM_dp(DisasContext *s, arg_VMAXNM_dp *a) | 137 | ifeq ($(CONFIG_ARM_COMPATIBLE_SEMIHOSTING),y) |
134 | +{ | 138 | |
135 | + if (!dc_isar_feature(aa32_vminmaxnm, s)) { | 139 | # Semihosting smoke test for linux-user |
136 | + return false; | ||
137 | + } | ||
138 | + return do_vfp_3op_dp(s, gen_helper_vfp_maxnumd, | ||
139 | + a->vd, a->vn, a->vm, false); | ||
140 | +} | ||
141 | + | ||
142 | static bool do_vfm_sp(DisasContext *s, arg_VFMA_sp *a, bool neg_n, bool neg_d) | ||
143 | { | ||
144 | /* | ||
145 | diff --git a/target/arm/vfp-uncond.decode b/target/arm/vfp-uncond.decode | ||
146 | index XXXXXXX..XXXXXXX 100644 | ||
147 | --- a/target/arm/vfp-uncond.decode | ||
148 | +++ b/target/arm/vfp-uncond.decode | ||
149 | @@ -XXX,XX +XXX,XX @@ | ||
150 | %vd_dp 22:1 12:4 | ||
151 | %vd_sp 12:4 22:1 | ||
152 | |||
153 | +@vfp_dnm_s ................................ vm=%vm_sp vn=%vn_sp vd=%vd_sp | ||
154 | +@vfp_dnm_d ................................ vm=%vm_dp vn=%vn_dp vd=%vd_dp | ||
155 | + | ||
156 | VSEL 1111 1110 0. cc:2 .... .... 1010 .0.0 .... \ | ||
157 | vm=%vm_sp vn=%vn_sp vd=%vd_sp dp=0 | ||
158 | VSEL 1111 1110 0. cc:2 .... .... 1011 .0.0 .... \ | ||
159 | vm=%vm_dp vn=%vn_dp vd=%vd_dp dp=1 | ||
160 | |||
161 | -VMINMAXNM 1111 1110 1.00 .... .... 1010 . op:1 .0 .... \ | ||
162 | - vm=%vm_sp vn=%vn_sp vd=%vd_sp dp=0 | ||
163 | -VMINMAXNM 1111 1110 1.00 .... .... 1011 . op:1 .0 .... \ | ||
164 | - vm=%vm_dp vn=%vn_dp vd=%vd_dp dp=1 | ||
165 | +VMAXNM_sp 1111 1110 1.00 .... .... 1010 .0.0 .... @vfp_dnm_s | ||
166 | +VMINNM_sp 1111 1110 1.00 .... .... 1010 .1.0 .... @vfp_dnm_s | ||
167 | + | ||
168 | +VMAXNM_dp 1111 1110 1.00 .... .... 1011 .0.0 .... @vfp_dnm_d | ||
169 | +VMINNM_dp 1111 1110 1.00 .... .... 1011 .1.0 .... @vfp_dnm_d | ||
170 | |||
171 | VRINT 1111 1110 1.11 10 rm:2 .... 1010 01.0 .... \ | ||
172 | vm=%vm_sp vd=%vd_sp dp=0 | ||
173 | -- | 140 | -- |
174 | 2.20.1 | 141 | 2.25.1 |
175 | 142 | ||
176 | 143 | diff view generated by jsdifflib |
1 | The v8.4-RCPC extension implements some new instructions: | 1 | In the SSE decode function gen_sse(), we combine a byte |
---|---|---|---|
2 | * LDAPUR, LDAPURB, LDAPURH, LDAPRSB, LDAPRSH, LDAPRSW | 2 | 'b' and a value 'b1' which can be [0..3], and switch on them: |
3 | * STLUR, STLURB, STLURH | 3 | b |= (b1 << 8); |
4 | switch (b) { | ||
5 | ... | ||
6 | default: | ||
7 | unknown_op: | ||
8 | gen_unknown_opcode(env, s); | ||
9 | return; | ||
10 | } | ||
4 | 11 | ||
5 | These are all in a new subgroup of encodings that sits below the | 12 | In three cases inside this switch, we were then also checking for |
6 | top-level "Loads and Stores" group in the Arm ARM. | 13 | "if (b1 >= 2) { goto unknown_op; }". |
14 | However, this can never happen, because the 'case' values in each place | ||
15 | are 0x0nn or 0x1nn and the switch will have directed the b1 == (2, 3) | ||
16 | cases to the default already. | ||
7 | 17 | ||
8 | The STLUR* instructions have standard store-release semantics; the | 18 | This check was added in commit c045af25a52e9 in 2010; the added code |
9 | LDAPUR* have Load-AcquirePC semantics, but (as with LDAPR*) we choose | 19 | was unnecessary then as well, and was apparently intended only to |
10 | to implement them as the slightly stronger Load-Acquire. | 20 | ensure that we never accidentally ended up indexing off the end |
21 | of an sse_op_table with only 2 entries as a result of future bugs | ||
22 | in the decode logic. | ||
11 | 23 | ||
24 | Change the checks to assert() instead, and make sure they're always | ||
25 | immediately before the array access they are protecting. | ||
26 | |||
27 | Fixes: Coverity CID 1460207 | ||
12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 28 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
13 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 29 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
14 | Message-id: 20200224172846.13053-4-peter.maydell@linaro.org | ||
15 | --- | 30 | --- |
16 | target/arm/cpu.h | 5 +++ | 31 | target/i386/tcg/translate.c | 12 +++--------- |
17 | linux-user/elfload.c | 1 + | 32 | 1 file changed, 3 insertions(+), 9 deletions(-) |
18 | target/arm/cpu64.c | 2 +- | ||
19 | target/arm/translate-a64.c | 90 ++++++++++++++++++++++++++++++++++++++ | ||
20 | 4 files changed, 97 insertions(+), 1 deletion(-) | ||
21 | 33 | ||
22 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 34 | diff --git a/target/i386/tcg/translate.c b/target/i386/tcg/translate.c |
23 | index XXXXXXX..XXXXXXX 100644 | 35 | index XXXXXXX..XXXXXXX 100644 |
24 | --- a/target/arm/cpu.h | 36 | --- a/target/i386/tcg/translate.c |
25 | +++ b/target/arm/cpu.h | 37 | +++ b/target/i386/tcg/translate.c |
26 | @@ -XXX,XX +XXX,XX @@ static inline bool isar_feature_aa64_rcpc_8_3(const ARMISARegisters *id) | 38 | @@ -XXX,XX +XXX,XX @@ static void gen_sse(CPUX86State *env, DisasContext *s, int b, |
27 | return FIELD_EX64(id->id_aa64isar1, ID_AA64ISAR1, LRCPC) != 0; | 39 | case 0x171: /* shift xmm, im */ |
28 | } | 40 | case 0x172: |
29 | 41 | case 0x173: | |
30 | +static inline bool isar_feature_aa64_rcpc_8_4(const ARMISARegisters *id) | 42 | - if (b1 >= 2) { |
31 | +{ | 43 | - goto unknown_op; |
32 | + return FIELD_EX64(id->id_aa64isar1, ID_AA64ISAR1, LRCPC) >= 2; | 44 | - } |
33 | +} | 45 | val = x86_ldub_code(env, s); |
34 | + | 46 | if (is_xmm) { |
35 | /* | 47 | tcg_gen_movi_tl(s->T0, val); |
36 | * Feature tests for "does this exist in either 32-bit or 64-bit?" | 48 | @@ -XXX,XX +XXX,XX @@ static void gen_sse(CPUX86State *env, DisasContext *s, int b, |
37 | */ | 49 | offsetof(CPUX86State, mmx_t0.MMX_L(1))); |
38 | diff --git a/linux-user/elfload.c b/linux-user/elfload.c | 50 | op1_offset = offsetof(CPUX86State,mmx_t0); |
39 | index XXXXXXX..XXXXXXX 100644 | 51 | } |
40 | --- a/linux-user/elfload.c | 52 | + assert(b1 < 2); |
41 | +++ b/linux-user/elfload.c | 53 | sse_fn_epp = sse_op_table2[((b - 1) & 3) * 8 + |
42 | @@ -XXX,XX +XXX,XX @@ static uint32_t get_elf_hwcap(void) | 54 | (((modrm >> 3)) & 7)][b1]; |
43 | GET_FEATURE_ID(aa64_condm_4, ARM_HWCAP_A64_FLAGM); | 55 | if (!sse_fn_epp) { |
44 | GET_FEATURE_ID(aa64_dcpop, ARM_HWCAP_A64_DCPOP); | 56 | @@ -XXX,XX +XXX,XX @@ static void gen_sse(CPUX86State *env, DisasContext *s, int b, |
45 | GET_FEATURE_ID(aa64_rcpc_8_3, ARM_HWCAP_A64_LRCPC); | 57 | rm = modrm & 7; |
46 | + GET_FEATURE_ID(aa64_rcpc_8_4, ARM_HWCAP_A64_ILRCPC); | 58 | reg = ((modrm >> 3) & 7) | REX_R(s); |
47 | 59 | mod = (modrm >> 6) & 3; | |
48 | return hwcaps; | 60 | - if (b1 >= 2) { |
49 | } | 61 | - goto unknown_op; |
50 | diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c | 62 | - } |
51 | index XXXXXXX..XXXXXXX 100644 | 63 | |
52 | --- a/target/arm/cpu64.c | 64 | + assert(b1 < 2); |
53 | +++ b/target/arm/cpu64.c | 65 | sse_fn_epp = sse_op_table6[b].op[b1]; |
54 | @@ -XXX,XX +XXX,XX @@ static void aarch64_max_initfn(Object *obj) | 66 | if (!sse_fn_epp) { |
55 | t = FIELD_DP64(t, ID_AA64ISAR1, SB, 1); | 67 | goto unknown_op; |
56 | t = FIELD_DP64(t, ID_AA64ISAR1, SPECRES, 1); | 68 | @@ -XXX,XX +XXX,XX @@ static void gen_sse(CPUX86State *env, DisasContext *s, int b, |
57 | t = FIELD_DP64(t, ID_AA64ISAR1, FRINTTS, 1); | 69 | rm = modrm & 7; |
58 | - t = FIELD_DP64(t, ID_AA64ISAR1, LRCPC, 1); /* ARMv8.3-RCPC */ | 70 | reg = ((modrm >> 3) & 7) | REX_R(s); |
59 | + t = FIELD_DP64(t, ID_AA64ISAR1, LRCPC, 2); /* ARMv8.4-RCPC */ | 71 | mod = (modrm >> 6) & 3; |
60 | cpu->isar.id_aa64isar1 = t; | 72 | - if (b1 >= 2) { |
61 | 73 | - goto unknown_op; | |
62 | t = cpu->isar.id_aa64pfr0; | 74 | - } |
63 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | 75 | |
64 | index XXXXXXX..XXXXXXX 100644 | 76 | + assert(b1 < 2); |
65 | --- a/target/arm/translate-a64.c | 77 | sse_fn_eppi = sse_op_table7[b].op[b1]; |
66 | +++ b/target/arm/translate-a64.c | 78 | if (!sse_fn_eppi) { |
67 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_pac(DisasContext *s, uint32_t insn, | 79 | goto unknown_op; |
68 | } | ||
69 | } | ||
70 | |||
71 | +/* | ||
72 | + * LDAPR/STLR (unscaled immediate) | ||
73 | + * | ||
74 | + * 31 30 24 22 21 12 10 5 0 | ||
75 | + * +------+-------------+-----+---+--------+-----+----+-----+ | ||
76 | + * | size | 0 1 1 0 0 1 | opc | 0 | imm9 | 0 0 | Rn | Rt | | ||
77 | + * +------+-------------+-----+---+--------+-----+----+-----+ | ||
78 | + * | ||
79 | + * Rt: source or destination register | ||
80 | + * Rn: base register | ||
81 | + * imm9: unscaled immediate offset | ||
82 | + * opc: 00: STLUR*, 01/10/11: various LDAPUR* | ||
83 | + * size: size of load/store | ||
84 | + */ | ||
85 | +static void disas_ldst_ldapr_stlr(DisasContext *s, uint32_t insn) | ||
86 | +{ | ||
87 | + int rt = extract32(insn, 0, 5); | ||
88 | + int rn = extract32(insn, 5, 5); | ||
89 | + int offset = sextract32(insn, 12, 9); | ||
90 | + int opc = extract32(insn, 22, 2); | ||
91 | + int size = extract32(insn, 30, 2); | ||
92 | + TCGv_i64 clean_addr, dirty_addr; | ||
93 | + bool is_store = false; | ||
94 | + bool is_signed = false; | ||
95 | + bool extend = false; | ||
96 | + bool iss_sf; | ||
97 | + | ||
98 | + if (!dc_isar_feature(aa64_rcpc_8_4, s)) { | ||
99 | + unallocated_encoding(s); | ||
100 | + return; | ||
101 | + } | ||
102 | + | ||
103 | + switch (opc) { | ||
104 | + case 0: /* STLURB */ | ||
105 | + is_store = true; | ||
106 | + break; | ||
107 | + case 1: /* LDAPUR* */ | ||
108 | + break; | ||
109 | + case 2: /* LDAPURS* 64-bit variant */ | ||
110 | + if (size == 3) { | ||
111 | + unallocated_encoding(s); | ||
112 | + return; | ||
113 | + } | ||
114 | + is_signed = true; | ||
115 | + break; | ||
116 | + case 3: /* LDAPURS* 32-bit variant */ | ||
117 | + if (size > 1) { | ||
118 | + unallocated_encoding(s); | ||
119 | + return; | ||
120 | + } | ||
121 | + is_signed = true; | ||
122 | + extend = true; /* zero-extend 32->64 after signed load */ | ||
123 | + break; | ||
124 | + default: | ||
125 | + g_assert_not_reached(); | ||
126 | + } | ||
127 | + | ||
128 | + iss_sf = disas_ldst_compute_iss_sf(size, is_signed, opc); | ||
129 | + | ||
130 | + if (rn == 31) { | ||
131 | + gen_check_sp_alignment(s); | ||
132 | + } | ||
133 | + | ||
134 | + dirty_addr = read_cpu_reg_sp(s, rn, 1); | ||
135 | + tcg_gen_addi_i64(dirty_addr, dirty_addr, offset); | ||
136 | + clean_addr = clean_data_tbi(s, dirty_addr); | ||
137 | + | ||
138 | + if (is_store) { | ||
139 | + /* Store-Release semantics */ | ||
140 | + tcg_gen_mb(TCG_MO_ALL | TCG_BAR_STRL); | ||
141 | + do_gpr_st(s, cpu_reg(s, rt), clean_addr, size, true, rt, iss_sf, true); | ||
142 | + } else { | ||
143 | + /* | ||
144 | + * Load-AcquirePC semantics; we implement as the slightly more | ||
145 | + * restrictive Load-Acquire. | ||
146 | + */ | ||
147 | + do_gpr_ld(s, cpu_reg(s, rt), clean_addr, size, is_signed, extend, | ||
148 | + true, rt, iss_sf, true); | ||
149 | + tcg_gen_mb(TCG_MO_ALL | TCG_BAR_LDAQ); | ||
150 | + } | ||
151 | +} | ||
152 | + | ||
153 | /* Load/store register (all forms) */ | ||
154 | static void disas_ldst_reg(DisasContext *s, uint32_t insn) | ||
155 | { | ||
156 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst(DisasContext *s, uint32_t insn) | ||
157 | case 0x0d: /* AdvSIMD load/store single structure */ | ||
158 | disas_ldst_single_struct(s, insn); | ||
159 | break; | ||
160 | + case 0x19: /* LDAPR/STLR (unscaled immediate) */ | ||
161 | + if (extract32(insn, 10, 2) != 0 || | ||
162 | + extract32(insn, 21, 1) != 0) { | ||
163 | + unallocated_encoding(s); | ||
164 | + break; | ||
165 | + } | ||
166 | + disas_ldst_ldapr_stlr(s, insn); | ||
167 | + break; | ||
168 | default: | ||
169 | unallocated_encoding(s); | ||
170 | break; | ||
171 | -- | 80 | -- |
172 | 2.20.1 | 81 | 2.25.1 |
173 | 82 | ||
174 | 83 | diff view generated by jsdifflib |
1 | In our KVM GICv2 realize function, we try to cope with old kernels | 1 | The qemu-common.h header is not supposed to be included from any |
---|---|---|---|
2 | that don't provide the device control API (KVM_CAP_DEVICE_CTRL): we | 2 | other header files, only from .c files (as documented in a comment at |
3 | try to use the device control, and if that fails we fall back to | 3 | the start of it). |
4 | assuming that the kernel has the old style KVM_CREATE_IRQCHIP and | ||
5 | that it will provide a GICv2. | ||
6 | 4 | ||
7 | This doesn't cater for the possibility of a kernel and hardware which | 5 | include/hw/i386/x86.h and include/hw/i386/microvm.h break this rule. |
8 | only provide a GICv3, which is very common now. On that setup we | 6 | In fact, the include is not required at all, so we can just drop it |
9 | will abort() later on in kvm_arm_pmu_set_irq() when we try to wire up | 7 | from both files. |
10 | an interrupt to the GIC we failed to create: | ||
11 | |||
12 | qemu-system-aarch64: PMU: KVM_SET_DEVICE_ATTR: Invalid argument | ||
13 | qemu-system-aarch64: failed to set irq for PMU | ||
14 | Aborted | ||
15 | |||
16 | If the kernel advertises KVM_CAP_DEVICE_CTRL we should trust it if it | ||
17 | says it can't create a GICv2, rather than assuming it has one. We | ||
18 | can then produce a more helpful error message including a hint about | ||
19 | the most probable reason for the failure. | ||
20 | |||
21 | If the kernel doesn't advertise KVM_CAP_DEVICE_CTRL then it is truly | ||
22 | ancient by this point but we might as well still fall back to a | ||
23 | KVM_CREATE_IRQCHIP GICv2. | ||
24 | |||
25 | With this patch then the user misconfiguration which previously | ||
26 | caused an abort now prints: | ||
27 | qemu-system-aarch64: Initialization of device kvm-arm-gic failed: error creating in-kernel VGIC: No such device | ||
28 | Perhaps the host CPU does not support GICv2? | ||
29 | 8 | ||
30 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
31 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 10 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
32 | Reviewed-by: Andrew Jones <drjones@redhat.com> | 11 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
33 | Tested-by: Andrew Jones <drjones@redhat.com> | 12 | Message-id: 20211129200510.1233037-2-peter.maydell@linaro.org |
34 | Message-id: 20200225182435.1131-1-peter.maydell@linaro.org | ||
35 | --- | 13 | --- |
36 | hw/intc/arm_gic_kvm.c | 9 +++++++++ | 14 | include/hw/i386/microvm.h | 1 - |
37 | 1 file changed, 9 insertions(+) | 15 | include/hw/i386/x86.h | 1 - |
16 | 2 files changed, 2 deletions(-) | ||
38 | 17 | ||
39 | diff --git a/hw/intc/arm_gic_kvm.c b/hw/intc/arm_gic_kvm.c | 18 | diff --git a/include/hw/i386/microvm.h b/include/hw/i386/microvm.h |
40 | index XXXXXXX..XXXXXXX 100644 | 19 | index XXXXXXX..XXXXXXX 100644 |
41 | --- a/hw/intc/arm_gic_kvm.c | 20 | --- a/include/hw/i386/microvm.h |
42 | +++ b/hw/intc/arm_gic_kvm.c | 21 | +++ b/include/hw/i386/microvm.h |
43 | @@ -XXX,XX +XXX,XX @@ static void kvm_arm_gic_realize(DeviceState *dev, Error **errp) | 22 | @@ -XXX,XX +XXX,XX @@ |
44 | KVM_DEV_ARM_VGIC_CTRL_INIT, NULL, true, | 23 | #ifndef HW_I386_MICROVM_H |
45 | &error_abort); | 24 | #define HW_I386_MICROVM_H |
46 | } | 25 | |
47 | + } else if (kvm_check_extension(kvm_state, KVM_CAP_DEVICE_CTRL)) { | 26 | -#include "qemu-common.h" |
48 | + error_setg_errno(errp, -ret, "error creating in-kernel VGIC"); | 27 | #include "exec/hwaddr.h" |
49 | + error_append_hint(errp, | 28 | #include "qemu/notify.h" |
50 | + "Perhaps the host CPU does not support GICv2?\n"); | 29 | |
51 | } else if (ret != -ENODEV && ret != -ENOTSUP) { | 30 | diff --git a/include/hw/i386/x86.h b/include/hw/i386/x86.h |
52 | + /* | 31 | index XXXXXXX..XXXXXXX 100644 |
53 | + * Very ancient kernel without KVM_CAP_DEVICE_CTRL: assume that | 32 | --- a/include/hw/i386/x86.h |
54 | + * ENODEV or ENOTSUP mean "can't create GICv2 with KVM_CREATE_DEVICE", | 33 | +++ b/include/hw/i386/x86.h |
55 | + * and that we will get a GICv2 via KVM_CREATE_IRQCHIP. | 34 | @@ -XXX,XX +XXX,XX @@ |
56 | + */ | 35 | #ifndef HW_I386_X86_H |
57 | error_setg_errno(errp, -ret, "error creating in-kernel VGIC"); | 36 | #define HW_I386_X86_H |
58 | return; | 37 | |
59 | } | 38 | -#include "qemu-common.h" |
39 | #include "exec/hwaddr.h" | ||
40 | #include "qemu/notify.h" | ||
41 | |||
60 | -- | 42 | -- |
61 | 2.20.1 | 43 | 2.25.1 |
62 | 44 | ||
63 | 45 | diff view generated by jsdifflib |
1 | The v8.3-RCPC extension implements three new load instructions | 1 | The qemu-common.h header is not supposed to be included from any |
---|---|---|---|
2 | which provide slightly weaker consistency guarantees than the | 2 | other header files, only from .c files (as documented in a comment at |
3 | existing load-acquire operations. For QEMU we choose to simply | 3 | the start of it). |
4 | implement them with a full LDAQ barrier. | 4 | |
5 | Move the include to linux-user/hexagon/cpu_loop.c, which needs it for | ||
6 | the declaration of cpu_exec_step_atomic(). | ||
5 | 7 | ||
6 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
7 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 9 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
8 | Message-id: 20200224172846.13053-3-peter.maydell@linaro.org | 10 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
11 | Reviewed-by: Taylor Simpson <tsimpson@quicinc.com> | ||
12 | Message-id: 20211129200510.1233037-3-peter.maydell@linaro.org | ||
9 | --- | 13 | --- |
10 | target/arm/cpu.h | 5 +++++ | 14 | target/hexagon/cpu.h | 1 - |
11 | linux-user/elfload.c | 1 + | 15 | linux-user/hexagon/cpu_loop.c | 1 + |
12 | target/arm/cpu64.c | 1 + | 16 | 2 files changed, 1 insertion(+), 1 deletion(-) |
13 | target/arm/translate-a64.c | 24 ++++++++++++++++++++++++ | ||
14 | 4 files changed, 31 insertions(+) | ||
15 | 17 | ||
16 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 18 | diff --git a/target/hexagon/cpu.h b/target/hexagon/cpu.h |
17 | index XXXXXXX..XXXXXXX 100644 | 19 | index XXXXXXX..XXXXXXX 100644 |
18 | --- a/target/arm/cpu.h | 20 | --- a/target/hexagon/cpu.h |
19 | +++ b/target/arm/cpu.h | 21 | +++ b/target/hexagon/cpu.h |
20 | @@ -XXX,XX +XXX,XX @@ static inline bool isar_feature_aa64_pmu_8_4(const ARMISARegisters *id) | 22 | @@ -XXX,XX +XXX,XX @@ typedef struct CPUHexagonState CPUHexagonState; |
21 | FIELD_EX64(id->id_aa64dfr0, ID_AA64DFR0, PMUVER) != 0xf; | 23 | |
22 | } | 24 | #include "fpu/softfloat-types.h" |
23 | 25 | ||
24 | +static inline bool isar_feature_aa64_rcpc_8_3(const ARMISARegisters *id) | 26 | -#include "qemu-common.h" |
25 | +{ | 27 | #include "exec/cpu-defs.h" |
26 | + return FIELD_EX64(id->id_aa64isar1, ID_AA64ISAR1, LRCPC) != 0; | 28 | #include "hex_regs.h" |
27 | +} | 29 | #include "mmvec/mmvec.h" |
28 | + | 30 | diff --git a/linux-user/hexagon/cpu_loop.c b/linux-user/hexagon/cpu_loop.c |
29 | /* | 31 | index XXXXXXX..XXXXXXX 100644 |
30 | * Feature tests for "does this exist in either 32-bit or 64-bit?" | 32 | --- a/linux-user/hexagon/cpu_loop.c |
33 | +++ b/linux-user/hexagon/cpu_loop.c | ||
34 | @@ -XXX,XX +XXX,XX @@ | ||
31 | */ | 35 | */ |
32 | diff --git a/linux-user/elfload.c b/linux-user/elfload.c | 36 | |
33 | index XXXXXXX..XXXXXXX 100644 | 37 | #include "qemu/osdep.h" |
34 | --- a/linux-user/elfload.c | 38 | +#include "qemu-common.h" |
35 | +++ b/linux-user/elfload.c | 39 | #include "qemu.h" |
36 | @@ -XXX,XX +XXX,XX @@ static uint32_t get_elf_hwcap(void) | 40 | #include "user-internals.h" |
37 | GET_FEATURE_ID(aa64_sb, ARM_HWCAP_A64_SB); | 41 | #include "cpu_loop-common.h" |
38 | GET_FEATURE_ID(aa64_condm_4, ARM_HWCAP_A64_FLAGM); | ||
39 | GET_FEATURE_ID(aa64_dcpop, ARM_HWCAP_A64_DCPOP); | ||
40 | + GET_FEATURE_ID(aa64_rcpc_8_3, ARM_HWCAP_A64_LRCPC); | ||
41 | |||
42 | return hwcaps; | ||
43 | } | ||
44 | diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c | ||
45 | index XXXXXXX..XXXXXXX 100644 | ||
46 | --- a/target/arm/cpu64.c | ||
47 | +++ b/target/arm/cpu64.c | ||
48 | @@ -XXX,XX +XXX,XX @@ static void aarch64_max_initfn(Object *obj) | ||
49 | t = FIELD_DP64(t, ID_AA64ISAR1, SB, 1); | ||
50 | t = FIELD_DP64(t, ID_AA64ISAR1, SPECRES, 1); | ||
51 | t = FIELD_DP64(t, ID_AA64ISAR1, FRINTTS, 1); | ||
52 | + t = FIELD_DP64(t, ID_AA64ISAR1, LRCPC, 1); /* ARMv8.3-RCPC */ | ||
53 | cpu->isar.id_aa64isar1 = t; | ||
54 | |||
55 | t = cpu->isar.id_aa64pfr0; | ||
56 | diff --git a/target/arm/translate-a64.c b/target/arm/translate-a64.c | ||
57 | index XXXXXXX..XXXXXXX 100644 | ||
58 | --- a/target/arm/translate-a64.c | ||
59 | +++ b/target/arm/translate-a64.c | ||
60 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_atomic(DisasContext *s, uint32_t insn, | ||
61 | int rs = extract32(insn, 16, 5); | ||
62 | int rn = extract32(insn, 5, 5); | ||
63 | int o3_opc = extract32(insn, 12, 4); | ||
64 | + bool r = extract32(insn, 22, 1); | ||
65 | + bool a = extract32(insn, 23, 1); | ||
66 | TCGv_i64 tcg_rs, clean_addr; | ||
67 | AtomicThreeOpFn *fn; | ||
68 | |||
69 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_atomic(DisasContext *s, uint32_t insn, | ||
70 | case 010: /* SWP */ | ||
71 | fn = tcg_gen_atomic_xchg_i64; | ||
72 | break; | ||
73 | + case 014: /* LDAPR, LDAPRH, LDAPRB */ | ||
74 | + if (!dc_isar_feature(aa64_rcpc_8_3, s) || | ||
75 | + rs != 31 || a != 1 || r != 0) { | ||
76 | + unallocated_encoding(s); | ||
77 | + return; | ||
78 | + } | ||
79 | + break; | ||
80 | default: | ||
81 | unallocated_encoding(s); | ||
82 | return; | ||
83 | @@ -XXX,XX +XXX,XX @@ static void disas_ldst_atomic(DisasContext *s, uint32_t insn, | ||
84 | gen_check_sp_alignment(s); | ||
85 | } | ||
86 | clean_addr = clean_data_tbi(s, cpu_reg_sp(s, rn)); | ||
87 | + | ||
88 | + if (o3_opc == 014) { | ||
89 | + /* | ||
90 | + * LDAPR* are a special case because they are a simple load, not a | ||
91 | + * fetch-and-do-something op. | ||
92 | + * The architectural consistency requirements here are weaker than | ||
93 | + * full load-acquire (we only need "load-acquire processor consistent"), | ||
94 | + * but we choose to implement them as full LDAQ. | ||
95 | + */ | ||
96 | + do_gpr_ld(s, cpu_reg(s, rt), clean_addr, size, false, false, | ||
97 | + true, rt, disas_ldst_compute_iss_sf(size, false, 0), true); | ||
98 | + tcg_gen_mb(TCG_MO_ALL | TCG_BAR_LDAQ); | ||
99 | + return; | ||
100 | + } | ||
101 | + | ||
102 | tcg_rs = read_cpu_reg(s, rs, true); | ||
103 | |||
104 | if (o3_opc == 1) { /* LDCLR */ | ||
105 | -- | 42 | -- |
106 | 2.20.1 | 43 | 2.25.1 |
107 | 44 | ||
108 | 45 | diff view generated by jsdifflib |
1 | We missed an instance of using FIELD_EX32 on a 64-bit ID | 1 | The qemu-common.h header is not supposed to be included from any |
---|---|---|---|
2 | register, in isar_feature_aa64_pmu_8_4(). Fix it. | 2 | other header files, only from .c files (as documented in a comment at |
3 | the start of it). | ||
4 | |||
5 | Nothing actually relies on target/rx/cpu.h including it, so we can | ||
6 | just drop the include. | ||
3 | 7 | ||
4 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
5 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
6 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 9 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
7 | Message-id: 20200224172846.13053-2-peter.maydell@linaro.org | 10 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
11 | Reviewed-by: Taylor Simpson <tsimpson@quicinc.com> | ||
12 | Reviewed-by: Yoshinori Sato <ysato@users.sourceforge.jp> | ||
13 | Message-id: 20211129200510.1233037-4-peter.maydell@linaro.org | ||
8 | --- | 14 | --- |
9 | target/arm/cpu.h | 4 ++-- | 15 | target/rx/cpu.h | 1 - |
10 | 1 file changed, 2 insertions(+), 2 deletions(-) | 16 | 1 file changed, 1 deletion(-) |
11 | 17 | ||
12 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 18 | diff --git a/target/rx/cpu.h b/target/rx/cpu.h |
13 | index XXXXXXX..XXXXXXX 100644 | 19 | index XXXXXXX..XXXXXXX 100644 |
14 | --- a/target/arm/cpu.h | 20 | --- a/target/rx/cpu.h |
15 | +++ b/target/arm/cpu.h | 21 | +++ b/target/rx/cpu.h |
16 | @@ -XXX,XX +XXX,XX @@ static inline bool isar_feature_aa64_pmu_8_1(const ARMISARegisters *id) | 22 | @@ -XXX,XX +XXX,XX @@ |
17 | 23 | #define RX_CPU_H | |
18 | static inline bool isar_feature_aa64_pmu_8_4(const ARMISARegisters *id) | 24 | |
19 | { | 25 | #include "qemu/bitops.h" |
20 | - return FIELD_EX32(id->id_aa64dfr0, ID_AA64DFR0, PMUVER) >= 5 && | 26 | -#include "qemu-common.h" |
21 | - FIELD_EX32(id->id_aa64dfr0, ID_AA64DFR0, PMUVER) != 0xf; | 27 | #include "hw/registerfields.h" |
22 | + return FIELD_EX64(id->id_aa64dfr0, ID_AA64DFR0, PMUVER) >= 5 && | 28 | #include "cpu-qom.h" |
23 | + FIELD_EX64(id->id_aa64dfr0, ID_AA64DFR0, PMUVER) != 0xf; | 29 | |
24 | } | ||
25 | |||
26 | /* | ||
27 | -- | 30 | -- |
28 | 2.20.1 | 31 | 2.25.1 |
29 | 32 | ||
30 | 33 | diff view generated by jsdifflib |
1 | From: Gavin Shan <gshan@redhat.com> | 1 | A lot of C files in hw/arm include qemu-common.h when they don't |
---|---|---|---|
2 | need anything from it. Drop the include lines. | ||
2 | 3 | ||
3 | This uses TYPE_PL011 when creating the serial port so that the code | 4 | omap1.c, pxa2xx.c and strongarm.c retain the include because they |
4 | looks cleaner. | 5 | use it for the prototype of qemu_get_timedate(). |
5 | 6 | ||
6 | Signed-off-by: Gavin Shan <gshan@redhat.com> | ||
7 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | ||
8 | Reviewed-by: Alistair Francis <alistair.francis@wdc.com> | ||
9 | Message-id: 20200224222223.4128-1-gshan@redhat.com | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
8 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | ||
9 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
10 | Reviewed-by: Taylor Simpson <tsimpson@quicinc.com> | ||
11 | Reviewed-by: Yoshinori Sato <ysato@users.sourceforge.jp> | ||
12 | Message-id: 20211129200510.1233037-5-peter.maydell@linaro.org | ||
11 | --- | 13 | --- |
12 | hw/arm/sbsa-ref.c | 3 ++- | 14 | hw/arm/boot.c | 1 - |
13 | hw/arm/virt.c | 3 ++- | 15 | hw/arm/digic_boards.c | 1 - |
14 | hw/arm/xlnx-versal.c | 3 ++- | 16 | hw/arm/highbank.c | 1 - |
15 | 3 files changed, 6 insertions(+), 3 deletions(-) | 17 | hw/arm/npcm7xx_boards.c | 1 - |
18 | hw/arm/sbsa-ref.c | 1 - | ||
19 | hw/arm/stm32f405_soc.c | 1 - | ||
20 | hw/arm/vexpress.c | 1 - | ||
21 | hw/arm/virt.c | 1 - | ||
22 | 8 files changed, 8 deletions(-) | ||
16 | 23 | ||
24 | diff --git a/hw/arm/boot.c b/hw/arm/boot.c | ||
25 | index XXXXXXX..XXXXXXX 100644 | ||
26 | --- a/hw/arm/boot.c | ||
27 | +++ b/hw/arm/boot.c | ||
28 | @@ -XXX,XX +XXX,XX @@ | ||
29 | */ | ||
30 | |||
31 | #include "qemu/osdep.h" | ||
32 | -#include "qemu-common.h" | ||
33 | #include "qemu/datadir.h" | ||
34 | #include "qemu/error-report.h" | ||
35 | #include "qapi/error.h" | ||
36 | diff --git a/hw/arm/digic_boards.c b/hw/arm/digic_boards.c | ||
37 | index XXXXXXX..XXXXXXX 100644 | ||
38 | --- a/hw/arm/digic_boards.c | ||
39 | +++ b/hw/arm/digic_boards.c | ||
40 | @@ -XXX,XX +XXX,XX @@ | ||
41 | |||
42 | #include "qemu/osdep.h" | ||
43 | #include "qapi/error.h" | ||
44 | -#include "qemu-common.h" | ||
45 | #include "qemu/datadir.h" | ||
46 | #include "hw/boards.h" | ||
47 | #include "qemu/error-report.h" | ||
48 | diff --git a/hw/arm/highbank.c b/hw/arm/highbank.c | ||
49 | index XXXXXXX..XXXXXXX 100644 | ||
50 | --- a/hw/arm/highbank.c | ||
51 | +++ b/hw/arm/highbank.c | ||
52 | @@ -XXX,XX +XXX,XX @@ | ||
53 | */ | ||
54 | |||
55 | #include "qemu/osdep.h" | ||
56 | -#include "qemu-common.h" | ||
57 | #include "qemu/datadir.h" | ||
58 | #include "qapi/error.h" | ||
59 | #include "hw/sysbus.h" | ||
60 | diff --git a/hw/arm/npcm7xx_boards.c b/hw/arm/npcm7xx_boards.c | ||
61 | index XXXXXXX..XXXXXXX 100644 | ||
62 | --- a/hw/arm/npcm7xx_boards.c | ||
63 | +++ b/hw/arm/npcm7xx_boards.c | ||
64 | @@ -XXX,XX +XXX,XX @@ | ||
65 | #include "hw/qdev-core.h" | ||
66 | #include "hw/qdev-properties.h" | ||
67 | #include "qapi/error.h" | ||
68 | -#include "qemu-common.h" | ||
69 | #include "qemu/datadir.h" | ||
70 | #include "qemu/units.h" | ||
71 | #include "sysemu/blockdev.h" | ||
17 | diff --git a/hw/arm/sbsa-ref.c b/hw/arm/sbsa-ref.c | 72 | diff --git a/hw/arm/sbsa-ref.c b/hw/arm/sbsa-ref.c |
18 | index XXXXXXX..XXXXXXX 100644 | 73 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/hw/arm/sbsa-ref.c | 74 | --- a/hw/arm/sbsa-ref.c |
20 | +++ b/hw/arm/sbsa-ref.c | 75 | +++ b/hw/arm/sbsa-ref.c |
21 | @@ -XXX,XX +XXX,XX @@ | 76 | @@ -XXX,XX +XXX,XX @@ |
22 | #include "hw/pci-host/gpex.h" | 77 | */ |
23 | #include "hw/qdev-properties.h" | 78 | |
24 | #include "hw/usb.h" | 79 | #include "qemu/osdep.h" |
25 | +#include "hw/char/pl011.h" | 80 | -#include "qemu-common.h" |
26 | #include "net/net.h" | 81 | #include "qemu/datadir.h" |
27 | 82 | #include "qapi/error.h" | |
28 | #define RAMLIMIT_GB 8192 | 83 | #include "qemu/error-report.h" |
29 | @@ -XXX,XX +XXX,XX @@ static void create_uart(const SBSAMachineState *sms, int uart, | 84 | diff --git a/hw/arm/stm32f405_soc.c b/hw/arm/stm32f405_soc.c |
30 | { | 85 | index XXXXXXX..XXXXXXX 100644 |
31 | hwaddr base = sbsa_ref_memmap[uart].base; | 86 | --- a/hw/arm/stm32f405_soc.c |
32 | int irq = sbsa_ref_irqmap[uart]; | 87 | +++ b/hw/arm/stm32f405_soc.c |
33 | - DeviceState *dev = qdev_create(NULL, "pl011"); | 88 | @@ -XXX,XX +XXX,XX @@ |
34 | + DeviceState *dev = qdev_create(NULL, TYPE_PL011); | 89 | |
35 | SysBusDevice *s = SYS_BUS_DEVICE(dev); | 90 | #include "qemu/osdep.h" |
36 | 91 | #include "qapi/error.h" | |
37 | qdev_prop_set_chr(dev, "chardev", chr); | 92 | -#include "qemu-common.h" |
93 | #include "exec/address-spaces.h" | ||
94 | #include "sysemu/sysemu.h" | ||
95 | #include "hw/arm/stm32f405_soc.h" | ||
96 | diff --git a/hw/arm/vexpress.c b/hw/arm/vexpress.c | ||
97 | index XXXXXXX..XXXXXXX 100644 | ||
98 | --- a/hw/arm/vexpress.c | ||
99 | +++ b/hw/arm/vexpress.c | ||
100 | @@ -XXX,XX +XXX,XX @@ | ||
101 | |||
102 | #include "qemu/osdep.h" | ||
103 | #include "qapi/error.h" | ||
104 | -#include "qemu-common.h" | ||
105 | #include "qemu/datadir.h" | ||
106 | #include "cpu.h" | ||
107 | #include "hw/sysbus.h" | ||
38 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c | 108 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c |
39 | index XXXXXXX..XXXXXXX 100644 | 109 | index XXXXXXX..XXXXXXX 100644 |
40 | --- a/hw/arm/virt.c | 110 | --- a/hw/arm/virt.c |
41 | +++ b/hw/arm/virt.c | 111 | +++ b/hw/arm/virt.c |
42 | @@ -XXX,XX +XXX,XX @@ | 112 | @@ -XXX,XX +XXX,XX @@ |
43 | #include "hw/mem/nvdimm.h" | 113 | */ |
44 | #include "hw/acpi/generic_event_device.h" | 114 | |
45 | #include "hw/virtio/virtio-iommu.h" | 115 | #include "qemu/osdep.h" |
46 | +#include "hw/char/pl011.h" | 116 | -#include "qemu-common.h" |
47 | 117 | #include "qemu/datadir.h" | |
48 | #define DEFINE_VIRT_MACHINE_LATEST(major, minor, latest) \ | 118 | #include "qemu/units.h" |
49 | static void virt_##major##_##minor##_class_init(ObjectClass *oc, \ | 119 | #include "qemu/option.h" |
50 | @@ -XXX,XX +XXX,XX @@ static void create_uart(const VirtMachineState *vms, int uart, | ||
51 | int irq = vms->irqmap[uart]; | ||
52 | const char compat[] = "arm,pl011\0arm,primecell"; | ||
53 | const char clocknames[] = "uartclk\0apb_pclk"; | ||
54 | - DeviceState *dev = qdev_create(NULL, "pl011"); | ||
55 | + DeviceState *dev = qdev_create(NULL, TYPE_PL011); | ||
56 | SysBusDevice *s = SYS_BUS_DEVICE(dev); | ||
57 | |||
58 | qdev_prop_set_chr(dev, "chardev", chr); | ||
59 | diff --git a/hw/arm/xlnx-versal.c b/hw/arm/xlnx-versal.c | ||
60 | index XXXXXXX..XXXXXXX 100644 | ||
61 | --- a/hw/arm/xlnx-versal.c | ||
62 | +++ b/hw/arm/xlnx-versal.c | ||
63 | @@ -XXX,XX +XXX,XX @@ | ||
64 | #include "hw/misc/unimp.h" | ||
65 | #include "hw/intc/arm_gicv3_common.h" | ||
66 | #include "hw/arm/xlnx-versal.h" | ||
67 | +#include "hw/char/pl011.h" | ||
68 | |||
69 | #define XLNX_VERSAL_ACPU_TYPE ARM_CPU_TYPE_NAME("cortex-a72") | ||
70 | #define GEM_REVISION 0x40070106 | ||
71 | @@ -XXX,XX +XXX,XX @@ static void versal_create_uarts(Versal *s, qemu_irq *pic) | ||
72 | DeviceState *dev; | ||
73 | MemoryRegion *mr; | ||
74 | |||
75 | - dev = qdev_create(NULL, "pl011"); | ||
76 | + dev = qdev_create(NULL, TYPE_PL011); | ||
77 | s->lpd.iou.uart[i] = SYS_BUS_DEVICE(dev); | ||
78 | qdev_prop_set_chr(dev, "chardev", serial_hd(i)); | ||
79 | object_property_add_child(OBJECT(s), name, OBJECT(dev), &error_fatal); | ||
80 | -- | 120 | -- |
81 | 2.20.1 | 121 | 2.25.1 |
82 | 122 | ||
83 | 123 | diff view generated by jsdifflib |
1 | The ARMv8.3-CCIDX extension makes the CCSIDR_EL1 system ID registers | 1 | The calculation of the length of TLB range invalidate operations |
---|---|---|---|
2 | have a format that uses the full 64 bit width of the register, and | 2 | in tlbi_aa64_range_get_length() is incorrect in two ways: |
3 | adds a new CCSIDR2 register so AArch32 can get at the high 32 bits. | 3 | * the NUM field is 5 bits, but we read only 4 bits |
4 | * we miscalculate the page_shift value, because of an | ||
5 | off-by-one error: | ||
6 | TG 0b00 is invalid | ||
7 | TG 0b01 is 4K granule size == 4096 == 2^12 | ||
8 | TG 0b10 is 16K granule size == 16384 == 2^14 | ||
9 | TG 0b11 is 64K granule size == 65536 == 2^16 | ||
10 | so page_shift should be (TG - 1) * 2 + 12 | ||
4 | 11 | ||
5 | QEMU doesn't implement caches, so we just treat these ID registers as | 12 | Thanks to the bug report submitter Cha HyunSoo for identifying |
6 | opaque values that are set to the correct constant values for each | 13 | both these errors. |
7 | CPU. The only thing we need to do is allow 64-bit values in our | ||
8 | cssidr[] array and provide the CCSIDR2 accessors. | ||
9 | 14 | ||
10 | We don't set the CCIDX field in our 'max' CPU because the CCSIDR | 15 | Fixes: 84940ed82552d3c ("target/arm: Add support for FEAT_TLBIRANGE") |
11 | constant values we use are the same as the ones used by the | 16 | Resolves: https://gitlab.com/qemu-project/qemu/-/issues/734 |
12 | Cortex-A57 and they are in the old 32-bit format. This means | ||
13 | that the extra regdef added here is unused currently, but it | ||
14 | means that whenever in the future we add a CPU that does need | ||
15 | the new 64-bit format it will just work when we set the cssidr | ||
16 | values and the ID registers for it. | ||
17 | |||
18 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 17 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
19 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> | 18 | Reviewed-by: Richard Henderson <richard.henderson@linaro.org> |
20 | Message-id: 20200224182626.29252-1-peter.maydell@linaro.org | 19 | Reviewed-by: Alex Bennée <alex.bennee@linaro.org> |
20 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
21 | Message-id: 20211130173257.1274194-1-peter.maydell@linaro.org | ||
21 | --- | 22 | --- |
22 | target/arm/cpu.h | 17 ++++++++++++++++- | 23 | target/arm/helper.c | 6 +++--- |
23 | target/arm/helper.c | 19 +++++++++++++++++++ | 24 | 1 file changed, 3 insertions(+), 3 deletions(-) |
24 | 2 files changed, 35 insertions(+), 1 deletion(-) | ||
25 | 25 | ||
26 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | ||
27 | index XXXXXXX..XXXXXXX 100644 | ||
28 | --- a/target/arm/cpu.h | ||
29 | +++ b/target/arm/cpu.h | ||
30 | @@ -XXX,XX +XXX,XX @@ struct ARMCPU { | ||
31 | /* The elements of this array are the CCSIDR values for each cache, | ||
32 | * in the order L1DCache, L1ICache, L2DCache, L2ICache, etc. | ||
33 | */ | ||
34 | - uint32_t ccsidr[16]; | ||
35 | + uint64_t ccsidr[16]; | ||
36 | uint64_t reset_cbar; | ||
37 | uint32_t reset_auxcr; | ||
38 | bool reset_hivecs; | ||
39 | @@ -XXX,XX +XXX,XX @@ static inline bool isar_feature_aa32_ac2(const ARMISARegisters *id) | ||
40 | return FIELD_EX32(id->id_mmfr4, ID_MMFR4, AC2) != 0; | ||
41 | } | ||
42 | |||
43 | +static inline bool isar_feature_aa32_ccidx(const ARMISARegisters *id) | ||
44 | +{ | ||
45 | + return FIELD_EX32(id->id_mmfr4, ID_MMFR4, CCIDX) != 0; | ||
46 | +} | ||
47 | + | ||
48 | /* | ||
49 | * 64-bit feature tests via id registers. | ||
50 | */ | ||
51 | @@ -XXX,XX +XXX,XX @@ static inline bool isar_feature_aa64_rcpc_8_4(const ARMISARegisters *id) | ||
52 | return FIELD_EX64(id->id_aa64isar1, ID_AA64ISAR1, LRCPC) >= 2; | ||
53 | } | ||
54 | |||
55 | +static inline bool isar_feature_aa64_ccidx(const ARMISARegisters *id) | ||
56 | +{ | ||
57 | + return FIELD_EX64(id->id_aa64mmfr2, ID_AA64MMFR2, CCIDX) != 0; | ||
58 | +} | ||
59 | + | ||
60 | /* | ||
61 | * Feature tests for "does this exist in either 32-bit or 64-bit?" | ||
62 | */ | ||
63 | @@ -XXX,XX +XXX,XX @@ static inline bool isar_feature_any_pmu_8_4(const ARMISARegisters *id) | ||
64 | return isar_feature_aa64_pmu_8_4(id) || isar_feature_aa32_pmu_8_4(id); | ||
65 | } | ||
66 | |||
67 | +static inline bool isar_feature_any_ccidx(const ARMISARegisters *id) | ||
68 | +{ | ||
69 | + return isar_feature_aa64_ccidx(id) || isar_feature_aa32_ccidx(id); | ||
70 | +} | ||
71 | + | ||
72 | /* | ||
73 | * Forward to the above feature tests given an ARMCPU pointer. | ||
74 | */ | ||
75 | diff --git a/target/arm/helper.c b/target/arm/helper.c | 26 | diff --git a/target/arm/helper.c b/target/arm/helper.c |
76 | index XXXXXXX..XXXXXXX 100644 | 27 | index XXXXXXX..XXXXXXX 100644 |
77 | --- a/target/arm/helper.c | 28 | --- a/target/arm/helper.c |
78 | +++ b/target/arm/helper.c | 29 | +++ b/target/arm/helper.c |
79 | @@ -XXX,XX +XXX,XX @@ static const ARMCPRegInfo predinv_reginfo[] = { | 30 | @@ -XXX,XX +XXX,XX @@ static uint64_t tlbi_aa64_range_get_length(CPUARMState *env, |
80 | REGINFO_SENTINEL | 31 | uint64_t exponent; |
81 | }; | 32 | uint64_t length; |
82 | 33 | ||
83 | +static uint64_t ccsidr2_read(CPUARMState *env, const ARMCPRegInfo *ri) | 34 | - num = extract64(value, 39, 4); |
84 | +{ | 35 | + num = extract64(value, 39, 5); |
85 | + /* Read the high 32 bits of the current CCSIDR */ | 36 | scale = extract64(value, 44, 2); |
86 | + return extract64(ccsidr_read(env, ri), 32, 32); | 37 | page_size_granule = extract64(value, 46, 2); |
87 | +} | 38 | |
39 | - page_shift = page_size_granule * 2 + 12; | ||
40 | - | ||
41 | if (page_size_granule == 0) { | ||
42 | qemu_log_mask(LOG_GUEST_ERROR, "Invalid page size granule %d\n", | ||
43 | page_size_granule); | ||
44 | return 0; | ||
45 | } | ||
46 | |||
47 | + page_shift = (page_size_granule - 1) * 2 + 12; | ||
88 | + | 48 | + |
89 | +static const ARMCPRegInfo ccsidr2_reginfo[] = { | 49 | exponent = (5 * scale) + 1; |
90 | + { .name = "CCSIDR2", .state = ARM_CP_STATE_BOTH, | 50 | length = (num + 1) << (exponent + page_shift); |
91 | + .opc0 = 3, .opc1 = 1, .crn = 0, .crm = 0, .opc2 = 2, | 51 | |
92 | + .access = PL1_R, | ||
93 | + .accessfn = access_aa64_tid2, | ||
94 | + .readfn = ccsidr2_read, .type = ARM_CP_NO_RAW }, | ||
95 | + REGINFO_SENTINEL | ||
96 | +}; | ||
97 | + | ||
98 | static CPAccessResult access_aa64_tid3(CPUARMState *env, const ARMCPRegInfo *ri, | ||
99 | bool isread) | ||
100 | { | ||
101 | @@ -XXX,XX +XXX,XX @@ void register_cp_regs_for_features(ARMCPU *cpu) | ||
102 | define_arm_cp_regs(cpu, predinv_reginfo); | ||
103 | } | ||
104 | |||
105 | + if (cpu_isar_feature(any_ccidx, cpu)) { | ||
106 | + define_arm_cp_regs(cpu, ccsidr2_reginfo); | ||
107 | + } | ||
108 | + | ||
109 | #ifndef CONFIG_USER_ONLY | ||
110 | /* | ||
111 | * Register redirections and aliases must be done last, | ||
112 | -- | 52 | -- |
113 | 2.20.1 | 53 | 2.25.1 |
114 | 54 | ||
115 | 55 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Patrick Venture <venture@google.com> |
---|---|---|---|
2 | 2 | ||
3 | Use this in the places that were checking ARM_FEATURE_VFP, and | 3 | The rx_active boolean change to true should always trigger a try_read |
4 | are obviously testing for the existance of the register set | 4 | call that flushes the queue. |
5 | as opposed to testing for some particular instruction extension. | ||
6 | 5 | ||
7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 6 | Signed-off-by: Patrick Venture <venture@google.com> |
8 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> |
9 | Message-id: 20200224222232.13807-2-richard.henderson@linaro.org | 8 | Message-id: 20211203221002.1719306-1-venture@google.com |
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 10 | --- |
12 | target/arm/cpu.h | 9 +++++++++ | 11 | hw/net/npcm7xx_emc.c | 18 ++++++++---------- |
13 | hw/intc/armv7m_nvic.c | 20 ++++++++++---------- | 12 | 1 file changed, 8 insertions(+), 10 deletions(-) |
14 | linux-user/arm/signal.c | 4 ++-- | ||
15 | target/arm/arch_dump.c | 11 ++++++----- | ||
16 | target/arm/cpu.c | 4 ++-- | ||
17 | target/arm/helper.c | 4 ++-- | ||
18 | target/arm/m_helper.c | 11 ++++++----- | ||
19 | 7 files changed, 37 insertions(+), 26 deletions(-) | ||
20 | 13 | ||
21 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 14 | diff --git a/hw/net/npcm7xx_emc.c b/hw/net/npcm7xx_emc.c |
22 | index XXXXXXX..XXXXXXX 100644 | 15 | index XXXXXXX..XXXXXXX 100644 |
23 | --- a/target/arm/cpu.h | 16 | --- a/hw/net/npcm7xx_emc.c |
24 | +++ b/target/arm/cpu.h | 17 | +++ b/hw/net/npcm7xx_emc.c |
25 | @@ -XXX,XX +XXX,XX @@ static inline bool isar_feature_aa32_fp16_arith(const ARMISARegisters *id) | 18 | @@ -XXX,XX +XXX,XX @@ static void emc_halt_rx(NPCM7xxEMCState *emc, uint32_t mista_flag) |
26 | return FIELD_EX64(id->id_aa64pfr0, ID_AA64PFR0, FP) == 1; | 19 | emc_set_mista(emc, mista_flag); |
27 | } | 20 | } |
28 | 21 | ||
29 | +static inline bool isar_feature_aa32_vfp_simd(const ARMISARegisters *id) | 22 | +static void emc_enable_rx_and_flush(NPCM7xxEMCState *emc) |
30 | +{ | 23 | +{ |
31 | + /* | 24 | + emc->rx_active = true; |
32 | + * Return true if either VFP or SIMD is implemented. | 25 | + qemu_flush_queued_packets(qemu_get_queue(emc->nic)); |
33 | + * In this case, a minimum of VFP w/ D0-D15. | ||
34 | + */ | ||
35 | + return FIELD_EX32(id->mvfr0, MVFR0, SIMDREG) > 0; | ||
36 | +} | 26 | +} |
37 | + | 27 | + |
38 | static inline bool isar_feature_aa32_simd_r32(const ARMISARegisters *id) | 28 | static void emc_set_next_tx_descriptor(NPCM7xxEMCState *emc, |
29 | const NPCM7xxEMCTxDesc *tx_desc, | ||
30 | uint32_t desc_addr) | ||
31 | @@ -XXX,XX +XXX,XX @@ static ssize_t emc_receive(NetClientState *nc, const uint8_t *buf, size_t len1) | ||
32 | return len; | ||
33 | } | ||
34 | |||
35 | -static void emc_try_receive_next_packet(NPCM7xxEMCState *emc) | ||
36 | -{ | ||
37 | - if (emc_can_receive(qemu_get_queue(emc->nic))) { | ||
38 | - qemu_flush_queued_packets(qemu_get_queue(emc->nic)); | ||
39 | - } | ||
40 | -} | ||
41 | - | ||
42 | static uint64_t npcm7xx_emc_read(void *opaque, hwaddr offset, unsigned size) | ||
39 | { | 43 | { |
40 | /* Return true if D16-D31 are implemented */ | 44 | NPCM7xxEMCState *emc = opaque; |
41 | diff --git a/hw/intc/armv7m_nvic.c b/hw/intc/armv7m_nvic.c | 45 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_emc_write(void *opaque, hwaddr offset, |
42 | index XXXXXXX..XXXXXXX 100644 | 46 | emc->regs[REG_MGSTA] |= REG_MGSTA_RXHA; |
43 | --- a/hw/intc/armv7m_nvic.c | ||
44 | +++ b/hw/intc/armv7m_nvic.c | ||
45 | @@ -XXX,XX +XXX,XX @@ static uint32_t nvic_readl(NVICState *s, uint32_t offset, MemTxAttrs attrs) | ||
46 | case 0xd84: /* CSSELR */ | ||
47 | return cpu->env.v7m.csselr[attrs.secure]; | ||
48 | case 0xd88: /* CPACR */ | ||
49 | - if (!arm_feature(&cpu->env, ARM_FEATURE_VFP)) { | ||
50 | + if (!cpu_isar_feature(aa32_vfp_simd, cpu)) { | ||
51 | return 0; | ||
52 | } | 47 | } |
53 | return cpu->env.v7m.cpacr[attrs.secure]; | 48 | if (value & REG_MCMDR_RXON) { |
54 | case 0xd8c: /* NSACR */ | 49 | - emc->rx_active = true; |
55 | - if (!attrs.secure || !arm_feature(&cpu->env, ARM_FEATURE_VFP)) { | 50 | + emc_enable_rx_and_flush(emc); |
56 | + if (!attrs.secure || !cpu_isar_feature(aa32_vfp_simd, cpu)) { | 51 | } else { |
57 | return 0; | 52 | emc_halt_rx(emc, 0); |
58 | } | 53 | } |
59 | return cpu->env.v7m.nsacr; | 54 | @@ -XXX,XX +XXX,XX @@ static void npcm7xx_emc_write(void *opaque, hwaddr offset, |
60 | @@ -XXX,XX +XXX,XX @@ static uint32_t nvic_readl(NVICState *s, uint32_t offset, MemTxAttrs attrs) | 55 | break; |
61 | } | 56 | case REG_RSDR: |
62 | return cpu->env.v7m.sfar; | 57 | if (emc->regs[REG_MCMDR] & REG_MCMDR_RXON) { |
63 | case 0xf34: /* FPCCR */ | 58 | - emc->rx_active = true; |
64 | - if (!arm_feature(&cpu->env, ARM_FEATURE_VFP)) { | 59 | - emc_try_receive_next_packet(emc); |
65 | + if (!cpu_isar_feature(aa32_vfp_simd, cpu)) { | 60 | + emc_enable_rx_and_flush(emc); |
66 | return 0; | ||
67 | } | ||
68 | if (attrs.secure) { | ||
69 | @@ -XXX,XX +XXX,XX @@ static uint32_t nvic_readl(NVICState *s, uint32_t offset, MemTxAttrs attrs) | ||
70 | return value; | ||
71 | } | ||
72 | case 0xf38: /* FPCAR */ | ||
73 | - if (!arm_feature(&cpu->env, ARM_FEATURE_VFP)) { | ||
74 | + if (!cpu_isar_feature(aa32_vfp_simd, cpu)) { | ||
75 | return 0; | ||
76 | } | ||
77 | return cpu->env.v7m.fpcar[attrs.secure]; | ||
78 | case 0xf3c: /* FPDSCR */ | ||
79 | - if (!arm_feature(&cpu->env, ARM_FEATURE_VFP)) { | ||
80 | + if (!cpu_isar_feature(aa32_vfp_simd, cpu)) { | ||
81 | return 0; | ||
82 | } | ||
83 | return cpu->env.v7m.fpdscr[attrs.secure]; | ||
84 | @@ -XXX,XX +XXX,XX @@ static void nvic_writel(NVICState *s, uint32_t offset, uint32_t value, | ||
85 | } | 61 | } |
86 | break; | 62 | break; |
87 | case 0xd88: /* CPACR */ | 63 | case REG_MIIDA: |
88 | - if (arm_feature(&cpu->env, ARM_FEATURE_VFP)) { | ||
89 | + if (cpu_isar_feature(aa32_vfp_simd, cpu)) { | ||
90 | /* We implement only the Floating Point extension's CP10/CP11 */ | ||
91 | cpu->env.v7m.cpacr[attrs.secure] = value & (0xf << 20); | ||
92 | } | ||
93 | break; | ||
94 | case 0xd8c: /* NSACR */ | ||
95 | - if (attrs.secure && arm_feature(&cpu->env, ARM_FEATURE_VFP)) { | ||
96 | + if (attrs.secure && cpu_isar_feature(aa32_vfp_simd, cpu)) { | ||
97 | /* We implement only the Floating Point extension's CP10/CP11 */ | ||
98 | cpu->env.v7m.nsacr = value & (3 << 10); | ||
99 | } | ||
100 | @@ -XXX,XX +XXX,XX @@ static void nvic_writel(NVICState *s, uint32_t offset, uint32_t value, | ||
101 | break; | ||
102 | } | ||
103 | case 0xf34: /* FPCCR */ | ||
104 | - if (arm_feature(&cpu->env, ARM_FEATURE_VFP)) { | ||
105 | + if (cpu_isar_feature(aa32_vfp_simd, cpu)) { | ||
106 | /* Not all bits here are banked. */ | ||
107 | uint32_t fpccr_s; | ||
108 | |||
109 | @@ -XXX,XX +XXX,XX @@ static void nvic_writel(NVICState *s, uint32_t offset, uint32_t value, | ||
110 | } | ||
111 | break; | ||
112 | case 0xf38: /* FPCAR */ | ||
113 | - if (arm_feature(&cpu->env, ARM_FEATURE_VFP)) { | ||
114 | + if (cpu_isar_feature(aa32_vfp_simd, cpu)) { | ||
115 | value &= ~7; | ||
116 | cpu->env.v7m.fpcar[attrs.secure] = value; | ||
117 | } | ||
118 | break; | ||
119 | case 0xf3c: /* FPDSCR */ | ||
120 | - if (arm_feature(&cpu->env, ARM_FEATURE_VFP)) { | ||
121 | + if (cpu_isar_feature(aa32_vfp_simd, cpu)) { | ||
122 | value &= 0x07c00000; | ||
123 | cpu->env.v7m.fpdscr[attrs.secure] = value; | ||
124 | } | ||
125 | diff --git a/linux-user/arm/signal.c b/linux-user/arm/signal.c | ||
126 | index XXXXXXX..XXXXXXX 100644 | ||
127 | --- a/linux-user/arm/signal.c | ||
128 | +++ b/linux-user/arm/signal.c | ||
129 | @@ -XXX,XX +XXX,XX @@ static void setup_sigframe_v2(struct target_ucontext_v2 *uc, | ||
130 | setup_sigcontext(&uc->tuc_mcontext, env, set->sig[0]); | ||
131 | /* Save coprocessor signal frame. */ | ||
132 | regspace = uc->tuc_regspace; | ||
133 | - if (arm_feature(env, ARM_FEATURE_VFP)) { | ||
134 | + if (cpu_isar_feature(aa32_vfp_simd, env_archcpu(env))) { | ||
135 | regspace = setup_sigframe_v2_vfp(regspace, env); | ||
136 | } | ||
137 | if (arm_feature(env, ARM_FEATURE_IWMMXT)) { | ||
138 | @@ -XXX,XX +XXX,XX @@ static int do_sigframe_return_v2(CPUARMState *env, | ||
139 | |||
140 | /* Restore coprocessor signal frame */ | ||
141 | regspace = uc->tuc_regspace; | ||
142 | - if (arm_feature(env, ARM_FEATURE_VFP)) { | ||
143 | + if (cpu_isar_feature(aa32_vfp_simd, env_archcpu(env))) { | ||
144 | regspace = restore_sigframe_v2_vfp(env, regspace); | ||
145 | if (!regspace) { | ||
146 | return 1; | ||
147 | diff --git a/target/arm/arch_dump.c b/target/arm/arch_dump.c | ||
148 | index XXXXXXX..XXXXXXX 100644 | ||
149 | --- a/target/arm/arch_dump.c | ||
150 | +++ b/target/arm/arch_dump.c | ||
151 | @@ -XXX,XX +XXX,XX @@ int arm_cpu_write_elf32_note(WriteCoreDumpFunction f, CPUState *cs, | ||
152 | int cpuid, void *opaque) | ||
153 | { | ||
154 | struct arm_note note; | ||
155 | - CPUARMState *env = &ARM_CPU(cs)->env; | ||
156 | + ARMCPU *cpu = ARM_CPU(cs); | ||
157 | + CPUARMState *env = &cpu->env; | ||
158 | DumpState *s = opaque; | ||
159 | - int ret, i, fpvalid = !!arm_feature(env, ARM_FEATURE_VFP); | ||
160 | + int ret, i; | ||
161 | + bool fpvalid = cpu_isar_feature(aa32_vfp_simd, cpu); | ||
162 | |||
163 | arm_note_init(¬e, s, "CORE", 5, NT_PRSTATUS, sizeof(note.prstatus)); | ||
164 | |||
165 | @@ -XXX,XX +XXX,XX @@ int cpu_get_dump_info(ArchDumpInfo *info, | ||
166 | ssize_t cpu_get_note_size(int class, int machine, int nr_cpus) | ||
167 | { | ||
168 | ARMCPU *cpu = ARM_CPU(first_cpu); | ||
169 | - CPUARMState *env = &cpu->env; | ||
170 | size_t note_size; | ||
171 | |||
172 | if (class == ELFCLASS64) { | ||
173 | @@ -XXX,XX +XXX,XX @@ ssize_t cpu_get_note_size(int class, int machine, int nr_cpus) | ||
174 | note_size += AARCH64_PRFPREG_NOTE_SIZE; | ||
175 | #ifdef TARGET_AARCH64 | ||
176 | if (cpu_isar_feature(aa64_sve, cpu)) { | ||
177 | - note_size += AARCH64_SVE_NOTE_SIZE(env); | ||
178 | + note_size += AARCH64_SVE_NOTE_SIZE(&cpu->env); | ||
179 | } | ||
180 | #endif | ||
181 | } else { | ||
182 | note_size = ARM_PRSTATUS_NOTE_SIZE; | ||
183 | - if (arm_feature(env, ARM_FEATURE_VFP)) { | ||
184 | + if (cpu_isar_feature(aa32_vfp_simd, cpu)) { | ||
185 | note_size += ARM_VFP_NOTE_SIZE; | ||
186 | } | ||
187 | } | ||
188 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | ||
189 | index XXXXXXX..XXXXXXX 100644 | ||
190 | --- a/target/arm/cpu.c | ||
191 | +++ b/target/arm/cpu.c | ||
192 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_reset(CPUState *s) | ||
193 | env->v7m.ccr[M_REG_S] |= R_V7M_CCR_UNALIGN_TRP_MASK; | ||
194 | } | ||
195 | |||
196 | - if (arm_feature(env, ARM_FEATURE_VFP)) { | ||
197 | + if (cpu_isar_feature(aa32_vfp_simd, cpu)) { | ||
198 | env->v7m.fpccr[M_REG_NS] = R_V7M_FPCCR_ASPEN_MASK; | ||
199 | env->v7m.fpccr[M_REG_S] = R_V7M_FPCCR_ASPEN_MASK | | ||
200 | R_V7M_FPCCR_LSPEN_MASK | R_V7M_FPCCR_S_MASK; | ||
201 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_dump_state(CPUState *cs, FILE *f, int flags) | ||
202 | int numvfpregs = 0; | ||
203 | if (cpu_isar_feature(aa32_simd_r32, cpu)) { | ||
204 | numvfpregs = 32; | ||
205 | - } else if (arm_feature(env, ARM_FEATURE_VFP)) { | ||
206 | + } else if (cpu_isar_feature(aa32_vfp_simd, cpu)) { | ||
207 | numvfpregs = 16; | ||
208 | } | ||
209 | for (i = 0; i < numvfpregs; i++) { | ||
210 | diff --git a/target/arm/helper.c b/target/arm/helper.c | ||
211 | index XXXXXXX..XXXXXXX 100644 | ||
212 | --- a/target/arm/helper.c | ||
213 | +++ b/target/arm/helper.c | ||
214 | @@ -XXX,XX +XXX,XX @@ static void cpacr_write(CPUARMState *env, const ARMCPRegInfo *ri, | ||
215 | * ASEDIS [31] and D32DIS [30] are both UNK/SBZP without VFP. | ||
216 | * TRCDIS [28] is RAZ/WI since we do not implement a trace macrocell. | ||
217 | */ | ||
218 | - if (arm_feature(env, ARM_FEATURE_VFP)) { | ||
219 | + if (cpu_isar_feature(aa32_vfp_simd, env_archcpu(env))) { | ||
220 | /* VFP coprocessor: cp10 & cp11 [23:20] */ | ||
221 | mask |= (1 << 31) | (1 << 30) | (0xf << 20); | ||
222 | |||
223 | @@ -XXX,XX +XXX,XX @@ void arm_cpu_register_gdb_regs_for_features(ARMCPU *cpu) | ||
224 | } else if (cpu_isar_feature(aa32_simd_r32, cpu)) { | ||
225 | gdb_register_coprocessor(cs, vfp_gdb_get_reg, vfp_gdb_set_reg, | ||
226 | 35, "arm-vfp3.xml", 0); | ||
227 | - } else if (arm_feature(env, ARM_FEATURE_VFP)) { | ||
228 | + } else if (cpu_isar_feature(aa32_vfp_simd, cpu)) { | ||
229 | gdb_register_coprocessor(cs, vfp_gdb_get_reg, vfp_gdb_set_reg, | ||
230 | 19, "arm-vfp.xml", 0); | ||
231 | } | ||
232 | diff --git a/target/arm/m_helper.c b/target/arm/m_helper.c | ||
233 | index XXXXXXX..XXXXXXX 100644 | ||
234 | --- a/target/arm/m_helper.c | ||
235 | +++ b/target/arm/m_helper.c | ||
236 | @@ -XXX,XX +XXX,XX @@ static uint32_t v7m_integrity_sig(CPUARMState *env, uint32_t lr) | ||
237 | */ | ||
238 | uint32_t sig = 0xfefa125a; | ||
239 | |||
240 | - if (!arm_feature(env, ARM_FEATURE_VFP) || (lr & R_V7M_EXCRET_FTYPE_MASK)) { | ||
241 | + if (!cpu_isar_feature(aa32_vfp_simd, env_archcpu(env)) | ||
242 | + || (lr & R_V7M_EXCRET_FTYPE_MASK)) { | ||
243 | sig |= 1; | ||
244 | } | ||
245 | return sig; | ||
246 | @@ -XXX,XX +XXX,XX @@ static void v7m_exception_taken(ARMCPU *cpu, uint32_t lr, bool dotailchain, | ||
247 | |||
248 | if (dotailchain) { | ||
249 | /* Sanitize LR FType and PREFIX bits */ | ||
250 | - if (!arm_feature(env, ARM_FEATURE_VFP)) { | ||
251 | + if (!cpu_isar_feature(aa32_vfp_simd, cpu)) { | ||
252 | lr |= R_V7M_EXCRET_FTYPE_MASK; | ||
253 | } | ||
254 | lr = deposit32(lr, 24, 8, 0xff); | ||
255 | @@ -XXX,XX +XXX,XX @@ static void do_v7m_exception_exit(ARMCPU *cpu) | ||
256 | |||
257 | ftype = excret & R_V7M_EXCRET_FTYPE_MASK; | ||
258 | |||
259 | - if (!arm_feature(env, ARM_FEATURE_VFP) && !ftype) { | ||
260 | + if (!ftype && !cpu_isar_feature(aa32_vfp_simd, cpu)) { | ||
261 | qemu_log_mask(LOG_GUEST_ERROR, "M profile: zero FTYPE in exception " | ||
262 | "exit PC value 0x%" PRIx32 " is UNPREDICTABLE " | ||
263 | "if FPU not present\n", | ||
264 | @@ -XXX,XX +XXX,XX @@ void HELPER(v7m_msr)(CPUARMState *env, uint32_t maskreg, uint32_t val) | ||
265 | * SFPA is RAZ/WI from NS. FPCA is RO if NSACR.CP10 == 0, | ||
266 | * RES0 if the FPU is not present, and is stored in the S bank | ||
267 | */ | ||
268 | - if (arm_feature(env, ARM_FEATURE_VFP) && | ||
269 | + if (cpu_isar_feature(aa32_vfp_simd, env_archcpu(env)) && | ||
270 | extract32(env->v7m.nsacr, 10, 1)) { | ||
271 | env->v7m.control[M_REG_S] &= ~R_V7M_CONTROL_FPCA_MASK; | ||
272 | env->v7m.control[M_REG_S] |= val & R_V7M_CONTROL_FPCA_MASK; | ||
273 | @@ -XXX,XX +XXX,XX @@ void HELPER(v7m_msr)(CPUARMState *env, uint32_t maskreg, uint32_t val) | ||
274 | env->v7m.control[env->v7m.secure] &= ~R_V7M_CONTROL_NPRIV_MASK; | ||
275 | env->v7m.control[env->v7m.secure] |= val & R_V7M_CONTROL_NPRIV_MASK; | ||
276 | } | ||
277 | - if (arm_feature(env, ARM_FEATURE_VFP)) { | ||
278 | + if (cpu_isar_feature(aa32_vfp_simd, env_archcpu(env))) { | ||
279 | /* | ||
280 | * SFPA is RAZ/WI from NS or if no FPU. | ||
281 | * FPCA is RO if NSACR.CP10 == 0, RES0 if the FPU is not present. | ||
282 | -- | 64 | -- |
283 | 2.20.1 | 65 | 2.25.1 |
284 | 66 | ||
285 | 67 | diff view generated by jsdifflib |
1 | From: Philippe Mathieu-Daudé <f4bug@amsat.org> | 1 | From: Jean-Philippe Brucker <jean-philippe@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | The Linux kernel displays errors why trying to detect the PL041 | 3 | When a virtio-iommu is instantiated, describe it using the ACPI VIOT |
4 | audio interface: | 4 | table. |
5 | 5 | ||
6 | Linux version 4.16.0 (linus@genomnajs) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #142 PREEMPT Wed May 9 13:24:55 CEST 2018 | 6 | Acked-by: Igor Mammedov <imammedo@redhat.com> |
7 | CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00093177 | 7 | Reviewed-by: Eric Auger <eric.auger@redhat.com> |
8 | CPU: VIVT data cache, VIVT instruction cache | 8 | Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org> |
9 | OF: fdt: Machine model: ARM Integrator/CP | 9 | Message-id: 20211210170415.583179-2-jean-philippe@linaro.org |
10 | ... | ||
11 | OF: amba_device_add() failed (-19) for /fpga/aaci@1d000000 | ||
12 | |||
13 | Since we have it already modelled, simply plug it. | ||
14 | |||
15 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
16 | Message-id: 20200223233033.15371-2-f4bug@amsat.org | ||
17 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | ||
18 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
19 | --- | 11 | --- |
20 | hw/arm/integratorcp.c | 1 + | 12 | hw/arm/virt-acpi-build.c | 7 +++++++ |
21 | hw/arm/Kconfig | 1 + | 13 | hw/arm/Kconfig | 1 + |
22 | 2 files changed, 2 insertions(+) | 14 | 2 files changed, 8 insertions(+) |
23 | 15 | ||
24 | diff --git a/hw/arm/integratorcp.c b/hw/arm/integratorcp.c | 16 | diff --git a/hw/arm/virt-acpi-build.c b/hw/arm/virt-acpi-build.c |
25 | index XXXXXXX..XXXXXXX 100644 | 17 | index XXXXXXX..XXXXXXX 100644 |
26 | --- a/hw/arm/integratorcp.c | 18 | --- a/hw/arm/virt-acpi-build.c |
27 | +++ b/hw/arm/integratorcp.c | 19 | +++ b/hw/arm/virt-acpi-build.c |
28 | @@ -XXX,XX +XXX,XX @@ static void integratorcp_init(MachineState *machine) | 20 | @@ -XXX,XX +XXX,XX @@ |
29 | qdev_get_gpio_in_named(icp, ICP_GPIO_MMC_WPROT, 0)); | 21 | #include "kvm_arm.h" |
30 | qdev_connect_gpio_out(dev, 1, | 22 | #include "migration/vmstate.h" |
31 | qdev_get_gpio_in_named(icp, ICP_GPIO_MMC_CARDIN, 0)); | 23 | #include "hw/acpi/ghes.h" |
32 | + sysbus_create_varargs("pl041", 0x1d000000, pic[25], NULL); | 24 | +#include "hw/acpi/viot.h" |
33 | 25 | ||
34 | if (nd_table[0].used) | 26 | #define ARM_SPI_BASE 32 |
35 | smc91c111_init(&nd_table[0], 0xc8000000, pic[27]); | 27 | |
28 | @@ -XXX,XX +XXX,XX @@ void virt_acpi_build(VirtMachineState *vms, AcpiBuildTables *tables) | ||
29 | } | ||
30 | #endif | ||
31 | |||
32 | + if (vms->iommu == VIRT_IOMMU_VIRTIO) { | ||
33 | + acpi_add_table(table_offsets, tables_blob); | ||
34 | + build_viot(ms, tables_blob, tables->linker, vms->virtio_iommu_bdf, | ||
35 | + vms->oem_id, vms->oem_table_id); | ||
36 | + } | ||
37 | + | ||
38 | /* XSDT is pointed to by RSDP */ | ||
39 | xsdt = tables_blob->len; | ||
40 | build_xsdt(tables_blob, tables->linker, table_offsets, vms->oem_id, | ||
36 | diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig | 41 | diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig |
37 | index XXXXXXX..XXXXXXX 100644 | 42 | index XXXXXXX..XXXXXXX 100644 |
38 | --- a/hw/arm/Kconfig | 43 | --- a/hw/arm/Kconfig |
39 | +++ b/hw/arm/Kconfig | 44 | +++ b/hw/arm/Kconfig |
40 | @@ -XXX,XX +XXX,XX @@ config INTEGRATOR | 45 | @@ -XXX,XX +XXX,XX @@ config ARM_VIRT |
41 | select INTEGRATOR_DEBUG | 46 | select DIMM |
42 | select PL011 # UART | 47 | select ACPI_HW_REDUCED |
43 | select PL031 # RTC | 48 | select ACPI_APEI |
44 | + select PL041 # audio | 49 | + select ACPI_VIOT |
45 | select PL050 # keyboard/mouse | 50 | |
46 | select PL110 # pl111 LCD controller | 51 | config CHEETAH |
47 | select PL181 # display | 52 | bool |
48 | -- | 53 | -- |
49 | 2.20.1 | 54 | 2.25.1 |
50 | 55 | ||
51 | 56 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Jean-Philippe Brucker <jean-philippe@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Passing the raw o1 and o2 fields from the manual is less | 3 | virtio-iommu is now supported with ACPI VIOT as well as device tree. |
4 | instructive than it might be. Do the full decode and let | 4 | Remove the restriction that prevents from instantiating a virtio-iommu |
5 | the trans_* functions pass in booleans to a helper. | 5 | device under ACPI. |
6 | 6 | ||
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 7 | Acked-by: Igor Mammedov <imammedo@redhat.com> |
8 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 8 | Reviewed-by: Eric Auger <eric.auger@redhat.com> |
9 | Message-id: 20200224222232.13807-17-richard.henderson@linaro.org | 9 | Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org> |
10 | Message-id: 20211210170415.583179-3-jean-philippe@linaro.org | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 11 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 12 | --- |
12 | target/arm/translate-vfp.inc.c | 52 ++++++++++++++++++++++++++++++---- | 13 | hw/arm/virt.c | 10 ++-------- |
13 | target/arm/vfp.decode | 17 +++++------ | 14 | hw/virtio/virtio-iommu-pci.c | 12 ++---------- |
14 | 2 files changed, 55 insertions(+), 14 deletions(-) | 15 | 2 files changed, 4 insertions(+), 18 deletions(-) |
15 | 16 | ||
16 | diff --git a/target/arm/translate-vfp.inc.c b/target/arm/translate-vfp.inc.c | 17 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c |
17 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
18 | --- a/target/arm/translate-vfp.inc.c | 19 | --- a/hw/arm/virt.c |
19 | +++ b/target/arm/translate-vfp.inc.c | 20 | +++ b/hw/arm/virt.c |
20 | @@ -XXX,XX +XXX,XX @@ static bool trans_VDIV_dp(DisasContext *s, arg_VDIV_dp *a) | 21 | @@ -XXX,XX +XXX,XX @@ static HotplugHandler *virt_machine_get_hotplug_handler(MachineState *machine, |
21 | return do_vfp_3op_dp(s, gen_helper_vfp_divd, a->vd, a->vn, a->vm, false); | 22 | MachineClass *mc = MACHINE_GET_CLASS(machine); |
23 | |||
24 | if (device_is_dynamic_sysbus(mc, dev) || | ||
25 | - (object_dynamic_cast(OBJECT(dev), TYPE_PC_DIMM))) { | ||
26 | + object_dynamic_cast(OBJECT(dev), TYPE_PC_DIMM) || | ||
27 | + object_dynamic_cast(OBJECT(dev), TYPE_VIRTIO_IOMMU_PCI)) { | ||
28 | return HOTPLUG_HANDLER(machine); | ||
29 | } | ||
30 | - if (object_dynamic_cast(OBJECT(dev), TYPE_VIRTIO_IOMMU_PCI)) { | ||
31 | - VirtMachineState *vms = VIRT_MACHINE(machine); | ||
32 | - | ||
33 | - if (!vms->bootinfo.firmware_loaded || !virt_is_acpi_enabled(vms)) { | ||
34 | - return HOTPLUG_HANDLER(machine); | ||
35 | - } | ||
36 | - } | ||
37 | return NULL; | ||
22 | } | 38 | } |
23 | 39 | ||
24 | -static bool trans_VFM_sp(DisasContext *s, arg_VFM_sp *a) | 40 | diff --git a/hw/virtio/virtio-iommu-pci.c b/hw/virtio/virtio-iommu-pci.c |
25 | +static bool do_vfm_sp(DisasContext *s, arg_VFMA_sp *a, bool neg_n, bool neg_d) | 41 | index XXXXXXX..XXXXXXX 100644 |
26 | { | 42 | --- a/hw/virtio/virtio-iommu-pci.c |
27 | /* | 43 | +++ b/hw/virtio/virtio-iommu-pci.c |
28 | * VFNMA : fd = muladd(-fd, fn, fm) | 44 | @@ -XXX,XX +XXX,XX @@ static void virtio_iommu_pci_realize(VirtIOPCIProxy *vpci_dev, Error **errp) |
29 | @@ -XXX,XX +XXX,XX @@ static bool trans_VFM_sp(DisasContext *s, arg_VFM_sp *a) | 45 | VirtIOIOMMU *s = VIRTIO_IOMMU(vdev); |
30 | 46 | ||
31 | neon_load_reg32(vn, a->vn); | 47 | if (!qdev_get_machine_hotplug_handler(DEVICE(vpci_dev))) { |
32 | neon_load_reg32(vm, a->vm); | 48 | - MachineClass *mc = MACHINE_GET_CLASS(qdev_get_machine()); |
33 | - if (a->o2) { | 49 | - |
34 | + if (neg_n) { | 50 | - error_setg(errp, |
35 | /* VFNMS, VFMS */ | 51 | - "%s machine fails to create iommu-map device tree bindings", |
36 | gen_helper_vfp_negs(vn, vn); | 52 | - mc->name); |
53 | - error_append_hint(errp, | ||
54 | - "Check your machine implements a hotplug handler " | ||
55 | - "for the virtio-iommu-pci device\n"); | ||
56 | - error_append_hint(errp, "Check the guest is booted without FW or with " | ||
57 | - "-no-acpi\n"); | ||
58 | + error_setg(errp, "Check your machine implements a hotplug handler " | ||
59 | + "for the virtio-iommu-pci device"); | ||
60 | return; | ||
37 | } | 61 | } |
38 | neon_load_reg32(vd, a->vd); | 62 | for (int i = 0; i < s->nb_reserved_regions; i++) { |
39 | - if (a->o1 & 1) { | ||
40 | + if (neg_d) { | ||
41 | /* VFNMA, VFNMS */ | ||
42 | gen_helper_vfp_negs(vd, vd); | ||
43 | } | ||
44 | @@ -XXX,XX +XXX,XX @@ static bool trans_VFM_sp(DisasContext *s, arg_VFM_sp *a) | ||
45 | return true; | ||
46 | } | ||
47 | |||
48 | -static bool trans_VFM_dp(DisasContext *s, arg_VFM_dp *a) | ||
49 | +static bool trans_VFMA_sp(DisasContext *s, arg_VFMA_sp *a) | ||
50 | +{ | ||
51 | + return do_vfm_sp(s, a, false, false); | ||
52 | +} | ||
53 | + | ||
54 | +static bool trans_VFMS_sp(DisasContext *s, arg_VFMS_sp *a) | ||
55 | +{ | ||
56 | + return do_vfm_sp(s, a, true, false); | ||
57 | +} | ||
58 | + | ||
59 | +static bool trans_VFNMA_sp(DisasContext *s, arg_VFNMA_sp *a) | ||
60 | +{ | ||
61 | + return do_vfm_sp(s, a, false, true); | ||
62 | +} | ||
63 | + | ||
64 | +static bool trans_VFNMS_sp(DisasContext *s, arg_VFNMS_sp *a) | ||
65 | +{ | ||
66 | + return do_vfm_sp(s, a, true, true); | ||
67 | +} | ||
68 | + | ||
69 | +static bool do_vfm_dp(DisasContext *s, arg_VFMA_dp *a, bool neg_n, bool neg_d) | ||
70 | { | ||
71 | /* | ||
72 | * VFNMA : fd = muladd(-fd, fn, fm) | ||
73 | @@ -XXX,XX +XXX,XX @@ static bool trans_VFM_dp(DisasContext *s, arg_VFM_dp *a) | ||
74 | |||
75 | neon_load_reg64(vn, a->vn); | ||
76 | neon_load_reg64(vm, a->vm); | ||
77 | - if (a->o2) { | ||
78 | + if (neg_n) { | ||
79 | /* VFNMS, VFMS */ | ||
80 | gen_helper_vfp_negd(vn, vn); | ||
81 | } | ||
82 | neon_load_reg64(vd, a->vd); | ||
83 | - if (a->o1 & 1) { | ||
84 | + if (neg_d) { | ||
85 | /* VFNMA, VFNMS */ | ||
86 | gen_helper_vfp_negd(vd, vd); | ||
87 | } | ||
88 | @@ -XXX,XX +XXX,XX @@ static bool trans_VFM_dp(DisasContext *s, arg_VFM_dp *a) | ||
89 | return true; | ||
90 | } | ||
91 | |||
92 | +static bool trans_VFMA_dp(DisasContext *s, arg_VFMA_dp *a) | ||
93 | +{ | ||
94 | + return do_vfm_dp(s, a, false, false); | ||
95 | +} | ||
96 | + | ||
97 | +static bool trans_VFMS_dp(DisasContext *s, arg_VFMS_dp *a) | ||
98 | +{ | ||
99 | + return do_vfm_dp(s, a, true, false); | ||
100 | +} | ||
101 | + | ||
102 | +static bool trans_VFNMA_dp(DisasContext *s, arg_VFNMA_dp *a) | ||
103 | +{ | ||
104 | + return do_vfm_dp(s, a, false, true); | ||
105 | +} | ||
106 | + | ||
107 | +static bool trans_VFNMS_dp(DisasContext *s, arg_VFNMS_dp *a) | ||
108 | +{ | ||
109 | + return do_vfm_dp(s, a, true, true); | ||
110 | +} | ||
111 | + | ||
112 | static bool trans_VMOV_imm_sp(DisasContext *s, arg_VMOV_imm_sp *a) | ||
113 | { | ||
114 | uint32_t delta_d = 0; | ||
115 | diff --git a/target/arm/vfp.decode b/target/arm/vfp.decode | ||
116 | index XXXXXXX..XXXXXXX 100644 | ||
117 | --- a/target/arm/vfp.decode | ||
118 | +++ b/target/arm/vfp.decode | ||
119 | @@ -XXX,XX +XXX,XX @@ VSUB_dp ---- 1110 0.11 .... .... 1011 .1.0 .... @vfp_dnm_d | ||
120 | VDIV_sp ---- 1110 1.00 .... .... 1010 .0.0 .... @vfp_dnm_s | ||
121 | VDIV_dp ---- 1110 1.00 .... .... 1011 .0.0 .... @vfp_dnm_d | ||
122 | |||
123 | -VFM_sp ---- 1110 1.01 .... .... 1010 . o2:1 . 0 .... \ | ||
124 | - vm=%vm_sp vn=%vn_sp vd=%vd_sp o1=1 | ||
125 | -VFM_dp ---- 1110 1.01 .... .... 1011 . o2:1 . 0 .... \ | ||
126 | - vm=%vm_dp vn=%vn_dp vd=%vd_dp o1=1 | ||
127 | -VFM_sp ---- 1110 1.10 .... .... 1010 . o2:1 . 0 .... \ | ||
128 | - vm=%vm_sp vn=%vn_sp vd=%vd_sp o1=2 | ||
129 | -VFM_dp ---- 1110 1.10 .... .... 1011 . o2:1 . 0 .... \ | ||
130 | - vm=%vm_dp vn=%vn_dp vd=%vd_dp o1=2 | ||
131 | +VFMA_sp ---- 1110 1.10 .... .... 1010 .0. 0 .... @vfp_dnm_s | ||
132 | +VFMS_sp ---- 1110 1.10 .... .... 1010 .1. 0 .... @vfp_dnm_s | ||
133 | +VFNMA_sp ---- 1110 1.01 .... .... 1010 .0. 0 .... @vfp_dnm_s | ||
134 | +VFNMS_sp ---- 1110 1.01 .... .... 1010 .1. 0 .... @vfp_dnm_s | ||
135 | + | ||
136 | +VFMA_dp ---- 1110 1.10 .... .... 1011 .0.0 .... @vfp_dnm_d | ||
137 | +VFMS_dp ---- 1110 1.10 .... .... 1011 .1.0 .... @vfp_dnm_d | ||
138 | +VFNMA_dp ---- 1110 1.01 .... .... 1011 .0.0 .... @vfp_dnm_d | ||
139 | +VFNMS_dp ---- 1110 1.01 .... .... 1011 .1.0 .... @vfp_dnm_d | ||
140 | |||
141 | VMOV_imm_sp ---- 1110 1.11 .... .... 1010 0000 .... \ | ||
142 | vd=%vd_sp imm=%vmov_imm | ||
143 | -- | 63 | -- |
144 | 2.20.1 | 64 | 2.25.1 |
145 | 65 | ||
146 | 66 | diff view generated by jsdifflib |
1 | From: Sai Pavan Boddu <sai.pavan.boddu@xilinx.com> | 1 | From: Jean-Philippe Brucker <jean-philippe@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | The GIC built into the ARM11MPCore is always implemented with 4 | 3 | We do not support instantiating multiple IOMMUs. Before adding a |
4 | priority bits; set the GIC property accordingly. | 4 | virtio-iommu, check that no other IOMMU is present. This will detect |
5 | both "iommu=smmuv3" machine parameter and another virtio-iommu instance. | ||
5 | 6 | ||
6 | Signed-off-by: Sai Pavan Boddu <sai.pavan.boddu@xilinx.com> | 7 | Fixes: 70e89132c9 ("hw/arm/virt: Add the virtio-iommu device tree mappings") |
7 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Reviewed-by: Eric Auger <eric.auger@redhat.com> |
8 | Message-id: 1582537164-764-4-git-send-email-sai.pavan.boddu@xilinx.com | 9 | Reviewed-by: Igor Mammedov <imammedo@redhat.com> |
9 | Suggested-by: Peter Maydell <peter.maydell@linaro.org> | 10 | Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org> |
10 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 11 | Message-id: 20211210170415.583179-4-jean-philippe@linaro.org |
11 | [PMM: tweaked commit message] | ||
12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
13 | --- | 13 | --- |
14 | hw/cpu/arm11mpcore.c | 5 +++++ | 14 | hw/arm/virt.c | 5 +++++ |
15 | 1 file changed, 5 insertions(+) | 15 | 1 file changed, 5 insertions(+) |
16 | 16 | ||
17 | diff --git a/hw/cpu/arm11mpcore.c b/hw/cpu/arm11mpcore.c | 17 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c |
18 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
19 | --- a/hw/cpu/arm11mpcore.c | 19 | --- a/hw/arm/virt.c |
20 | +++ b/hw/cpu/arm11mpcore.c | 20 | +++ b/hw/arm/virt.c |
21 | @@ -XXX,XX +XXX,XX @@ | 21 | @@ -XXX,XX +XXX,XX @@ static void virt_machine_device_pre_plug_cb(HotplugHandler *hotplug_dev, |
22 | #include "hw/irq.h" | 22 | hwaddr db_start = 0, db_end = 0; |
23 | #include "hw/qdev-properties.h" | 23 | char *resv_prop_str; |
24 | 24 | ||
25 | +#define ARM11MPCORE_NUM_GIC_PRIORITY_BITS 4 | 25 | + if (vms->iommu != VIRT_IOMMU_NONE) { |
26 | 26 | + error_setg(errp, "virt machine does not support multiple IOMMUs"); | |
27 | static void mpcore_priv_set_irq(void *opaque, int irq, int level) | 27 | + return; |
28 | { | 28 | + } |
29 | @@ -XXX,XX +XXX,XX @@ static void mpcore_priv_realize(DeviceState *dev, Error **errp) | ||
30 | |||
31 | qdev_prop_set_uint32(gicdev, "num-cpu", s->num_cpu); | ||
32 | qdev_prop_set_uint32(gicdev, "num-irq", s->num_irq); | ||
33 | + qdev_prop_set_uint32(gicdev, "num-priority-bits", | ||
34 | + ARM11MPCORE_NUM_GIC_PRIORITY_BITS); | ||
35 | + | 29 | + |
36 | + | 30 | switch (vms->msi_controller) { |
37 | object_property_set_bool(OBJECT(&s->gic), true, "realized", &err); | 31 | case VIRT_MSI_CTRL_NONE: |
38 | if (err != NULL) { | 32 | return; |
39 | error_propagate(errp, err); | ||
40 | -- | 33 | -- |
41 | 2.20.1 | 34 | 2.25.1 |
42 | 35 | ||
43 | 36 | diff view generated by jsdifflib |
1 | From: Guenter Roeck <linux@roeck-us.net> | 1 | From: Jean-Philippe Brucker <jean-philippe@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | USB ports on Xilinx Zync must be instantiated as TYPE_CHIPIDEA to work. | 3 | To propagate errors to the caller of the pre_plug callback, use the |
4 | Linux expects and checks various chipidea registers, which do not exist | 4 | object_poperty_set*() functions directly instead of the qdev_prop_set*() |
5 | with the basic ehci emulation. This patch series fixes the problem. | 5 | helpers. |
6 | 6 | ||
7 | Without this patch, USB ports fail to instantiate under Linux. | 7 | Suggested-by: Igor Mammedov <imammedo@redhat.com> |
8 | 8 | Reviewed-by: Eric Auger <eric.auger@redhat.com> | |
9 | ci_hdrc ci_hdrc.0: doesn't support host | 9 | Reviewed-by: Igor Mammedov <imammedo@redhat.com> |
10 | ci_hdrc ci_hdrc.0: no supported roles | 10 | Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org> |
11 | 11 | Message-id: 20211210170415.583179-5-jean-philippe@linaro.org | |
12 | With this patch, USB ports are instantiated, and it is possible | ||
13 | to boot from USB drive. | ||
14 | |||
15 | ci_hdrc ci_hdrc.0: EHCI Host Controller | ||
16 | ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1 | ||
17 | ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00 | ||
18 | usb 1-1: new full-speed USB device number 2 using ci_hdrc | ||
19 | usb 1-1: not running at top speed; connect to a high speed hub | ||
20 | usb 1-1: config 1 interface 0 altsetting 0 endpoint 0x81 has invalid maxpacket 512, setting to 64 | ||
21 | usb 1-1: config 1 interface 0 altsetting 0 endpoint 0x2 has invalid maxpacket 512, setting to 64 | ||
22 | usb-storage 1-1:1.0: USB Mass Storage device detected | ||
23 | scsi host0: usb-storage 1-1:1.0 | ||
24 | |||
25 | Signed-off-by: Guenter Roeck <linux@roeck-us.net> | ||
26 | Reviewed-by: Gerd Hoffmann <kraxel@redhat.com> | ||
27 | Message-id: 20200215122354.13706-2-linux@roeck-us.net | ||
28 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
29 | --- | 13 | --- |
30 | hw/arm/xilinx_zynq.c | 5 +++-- | 14 | hw/arm/virt.c | 5 +++-- |
31 | 1 file changed, 3 insertions(+), 2 deletions(-) | 15 | 1 file changed, 3 insertions(+), 2 deletions(-) |
32 | 16 | ||
33 | diff --git a/hw/arm/xilinx_zynq.c b/hw/arm/xilinx_zynq.c | 17 | diff --git a/hw/arm/virt.c b/hw/arm/virt.c |
34 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
35 | --- a/hw/arm/xilinx_zynq.c | 19 | --- a/hw/arm/virt.c |
36 | +++ b/hw/arm/xilinx_zynq.c | 20 | +++ b/hw/arm/virt.c |
37 | @@ -XXX,XX +XXX,XX @@ | 21 | @@ -XXX,XX +XXX,XX @@ static void virt_machine_device_pre_plug_cb(HotplugHandler *hotplug_dev, |
38 | #include "hw/loader.h" | 22 | db_start, db_end, |
39 | #include "hw/misc/zynq-xadc.h" | 23 | VIRTIO_IOMMU_RESV_MEM_T_MSI); |
40 | #include "hw/ssi/ssi.h" | 24 | |
41 | +#include "hw/usb/chipidea.h" | 25 | - qdev_prop_set_uint32(dev, "len-reserved-regions", 1); |
42 | #include "qemu/error-report.h" | 26 | - qdev_prop_set_string(dev, "reserved-regions[0]", resv_prop_str); |
43 | #include "hw/sd/sdhci.h" | 27 | + object_property_set_uint(OBJECT(dev), "len-reserved-regions", 1, errp); |
44 | #include "hw/char/cadence_uart.h" | 28 | + object_property_set_str(OBJECT(dev), "reserved-regions[0]", |
45 | @@ -XXX,XX +XXX,XX @@ static void zynq_init(MachineState *machine) | 29 | + resv_prop_str, errp); |
46 | zynq_init_spi_flashes(0xE0007000, pic[81-IRQ_OFFSET], false); | 30 | g_free(resv_prop_str); |
47 | zynq_init_spi_flashes(0xE000D000, pic[51-IRQ_OFFSET], true); | 31 | } |
48 | 32 | } | |
49 | - sysbus_create_simple("xlnx,ps7-usb", 0xE0002000, pic[53-IRQ_OFFSET]); | ||
50 | - sysbus_create_simple("xlnx,ps7-usb", 0xE0003000, pic[76-IRQ_OFFSET]); | ||
51 | + sysbus_create_simple(TYPE_CHIPIDEA, 0xE0002000, pic[53 - IRQ_OFFSET]); | ||
52 | + sysbus_create_simple(TYPE_CHIPIDEA, 0xE0003000, pic[76 - IRQ_OFFSET]); | ||
53 | |||
54 | cadence_uart_create(0xE0000000, pic[59 - IRQ_OFFSET], serial_hd(0)); | ||
55 | cadence_uart_create(0xE0001000, pic[82 - IRQ_OFFSET], serial_hd(1)); | ||
56 | -- | 33 | -- |
57 | 2.20.1 | 34 | 2.25.1 |
58 | 35 | ||
59 | 36 | diff view generated by jsdifflib |
1 | From: Thomas Huth <thuth@redhat.com> | 1 | From: Jean-Philippe Brucker <jean-philippe@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | Old kernels from the Meego project can be used to check that Linux | 3 | Create empty data files and allow updates for the upcoming VIOT tests. |
4 | is at least starting on these machines. | ||
5 | 4 | ||
6 | Signed-off-by: Thomas Huth <thuth@redhat.com> | 5 | Acked-by: Igor Mammedov <imammedo@redhat.com> |
7 | Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com> | 6 | Reviewed-by: Eric Auger <eric.auger@redhat.com> |
8 | Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 7 | Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org> |
9 | Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> | 8 | Message-id: 20211210170415.583179-6-jean-philippe@linaro.org |
10 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
11 | Message-id: 20200225172501.29609-2-philmd@redhat.com | ||
12 | Message-Id: <20200129131920.22302-1-thuth@redhat.com> | ||
13 | Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> | ||
14 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
15 | --- | 10 | --- |
16 | MAINTAINERS | 1 + | 11 | tests/qtest/bios-tables-test-allowed-diff.h | 3 +++ |
17 | tests/acceptance/machine_arm_n8x0.py | 49 ++++++++++++++++++++++++++++ | 12 | tests/data/acpi/q35/DSDT.viot | 0 |
18 | 2 files changed, 50 insertions(+) | 13 | tests/data/acpi/q35/VIOT.viot | 0 |
19 | create mode 100644 tests/acceptance/machine_arm_n8x0.py | 14 | tests/data/acpi/virt/VIOT | 0 |
15 | 4 files changed, 3 insertions(+) | ||
16 | create mode 100644 tests/data/acpi/q35/DSDT.viot | ||
17 | create mode 100644 tests/data/acpi/q35/VIOT.viot | ||
18 | create mode 100644 tests/data/acpi/virt/VIOT | ||
20 | 19 | ||
21 | diff --git a/MAINTAINERS b/MAINTAINERS | 20 | diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h |
22 | index XXXXXXX..XXXXXXX 100644 | 21 | index XXXXXXX..XXXXXXX 100644 |
23 | --- a/MAINTAINERS | 22 | --- a/tests/qtest/bios-tables-test-allowed-diff.h |
24 | +++ b/MAINTAINERS | 23 | +++ b/tests/qtest/bios-tables-test-allowed-diff.h |
25 | @@ -XXX,XX +XXX,XX @@ F: hw/rtc/twl92230.c | 24 | @@ -1 +1,4 @@ |
26 | F: include/hw/display/blizzard.h | 25 | /* List of comma-separated changed AML files to ignore */ |
27 | F: include/hw/input/tsc2xxx.h | 26 | +"tests/data/acpi/virt/VIOT", |
28 | F: include/hw/misc/cbus.h | 27 | +"tests/data/acpi/q35/DSDT.viot", |
29 | +F: tests/acceptance/machine_arm_n8x0.py | 28 | +"tests/data/acpi/q35/VIOT.viot", |
30 | 29 | diff --git a/tests/data/acpi/q35/DSDT.viot b/tests/data/acpi/q35/DSDT.viot | |
31 | Palm | ||
32 | M: Andrzej Zaborowski <balrogg@gmail.com> | ||
33 | diff --git a/tests/acceptance/machine_arm_n8x0.py b/tests/acceptance/machine_arm_n8x0.py | ||
34 | new file mode 100644 | 30 | new file mode 100644 |
35 | index XXXXXXX..XXXXXXX | 31 | index XXXXXXX..XXXXXXX |
36 | --- /dev/null | 32 | diff --git a/tests/data/acpi/q35/VIOT.viot b/tests/data/acpi/q35/VIOT.viot |
37 | +++ b/tests/acceptance/machine_arm_n8x0.py | 33 | new file mode 100644 |
38 | @@ -XXX,XX +XXX,XX @@ | 34 | index XXXXXXX..XXXXXXX |
39 | +# Functional test that boots a Linux kernel and checks the console | 35 | diff --git a/tests/data/acpi/virt/VIOT b/tests/data/acpi/virt/VIOT |
40 | +# | 36 | new file mode 100644 |
41 | +# Copyright (c) 2020 Red Hat, Inc. | 37 | index XXXXXXX..XXXXXXX |
42 | +# | ||
43 | +# Author: | ||
44 | +# Thomas Huth <thuth@redhat.com> | ||
45 | +# | ||
46 | +# This work is licensed under the terms of the GNU GPL, version 2 or | ||
47 | +# later. See the COPYING file in the top-level directory. | ||
48 | + | ||
49 | +import os | ||
50 | + | ||
51 | +from avocado import skipUnless | ||
52 | +from avocado_qemu import Test | ||
53 | +from avocado_qemu import wait_for_console_pattern | ||
54 | + | ||
55 | +class N8x0Machine(Test): | ||
56 | + """Boots the Linux kernel and checks that the console is operational""" | ||
57 | + | ||
58 | + timeout = 90 | ||
59 | + | ||
60 | + def __do_test_n8x0(self): | ||
61 | + kernel_url = ('http://stskeeps.subnetmask.net/meego-n8x0/' | ||
62 | + 'meego-arm-n8x0-1.0.80.20100712.1431-' | ||
63 | + 'vmlinuz-2.6.35~rc4-129.1-n8x0') | ||
64 | + kernel_hash = 'e9d5ab8d7548923a0061b6fbf601465e479ed269' | ||
65 | + kernel_path = self.fetch_asset(kernel_url, asset_hash=kernel_hash) | ||
66 | + | ||
67 | + self.vm.set_console(console_index=1) | ||
68 | + self.vm.add_args('-kernel', kernel_path, | ||
69 | + '-append', 'printk.time=0 console=ttyS1') | ||
70 | + self.vm.launch() | ||
71 | + wait_for_console_pattern(self, 'TSC2005 driver initializing') | ||
72 | + | ||
73 | + @skipUnless(os.getenv('AVOCADO_ALLOW_UNTRUSTED_CODE'), 'untrusted code') | ||
74 | + def test_n800(self): | ||
75 | + """ | ||
76 | + :avocado: tags=arch:arm | ||
77 | + :avocado: tags=machine:n800 | ||
78 | + """ | ||
79 | + self.__do_test_n8x0() | ||
80 | + | ||
81 | + @skipUnless(os.getenv('AVOCADO_ALLOW_UNTRUSTED_CODE'), 'untrusted code') | ||
82 | + def test_n810(self): | ||
83 | + """ | ||
84 | + :avocado: tags=arch:arm | ||
85 | + :avocado: tags=machine:n810 | ||
86 | + """ | ||
87 | + self.__do_test_n8x0() | ||
88 | -- | 38 | -- |
89 | 2.20.1 | 39 | 2.25.1 |
90 | 40 | ||
91 | 41 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Jean-Philippe Brucker <jean-philippe@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | We will shortly use these to test for VFPv2 and VFPv3 | 3 | Add two test cases for VIOT, one on the q35 machine and the other on |
4 | in different situations. | 4 | virt. To test complex topologies the q35 test has two PCIe buses that |
5 | bypass the IOMMU (and are therefore not described by VIOT), and two | ||
6 | buses that are translated by virtio-iommu. | ||
5 | 7 | ||
6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 8 | Reviewed-by: Eric Auger <eric.auger@redhat.com> |
7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 9 | Reviewed-by: Igor Mammedov <imammedo@redhat.com> |
8 | Message-id: 20200224222232.13807-4-richard.henderson@linaro.org | 10 | Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org> |
11 | Message-id: 20211210170415.583179-7-jean-philippe@linaro.org | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 12 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 13 | --- |
11 | target/arm/cpu.h | 18 ++++++++++++++++++ | 14 | tests/qtest/bios-tables-test.c | 38 ++++++++++++++++++++++++++++++++++ |
12 | 1 file changed, 18 insertions(+) | 15 | 1 file changed, 38 insertions(+) |
13 | 16 | ||
14 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | 17 | diff --git a/tests/qtest/bios-tables-test.c b/tests/qtest/bios-tables-test.c |
15 | index XXXXXXX..XXXXXXX 100644 | 18 | index XXXXXXX..XXXXXXX 100644 |
16 | --- a/target/arm/cpu.h | 19 | --- a/tests/qtest/bios-tables-test.c |
17 | +++ b/target/arm/cpu.h | 20 | +++ b/tests/qtest/bios-tables-test.c |
18 | @@ -XXX,XX +XXX,XX @@ static inline bool isar_feature_aa32_fpshvec(const ARMISARegisters *id) | 21 | @@ -XXX,XX +XXX,XX @@ static void test_acpi_virt_tcg(void) |
19 | return FIELD_EX32(id->mvfr0, MVFR0, FPSHVEC) > 0; | 22 | free_test_data(&data); |
20 | } | 23 | } |
21 | 24 | ||
22 | +static inline bool isar_feature_aa32_fpsp_v2(const ARMISARegisters *id) | 25 | +static void test_acpi_q35_viot(void) |
23 | +{ | 26 | +{ |
24 | + /* Return true if CPU supports single precision floating point, VFPv2 */ | 27 | + test_data data = { |
25 | + return FIELD_EX32(id->mvfr0, MVFR0, FPSP) > 0; | 28 | + .machine = MACHINE_Q35, |
29 | + .variant = ".viot", | ||
30 | + }; | ||
31 | + | ||
32 | + /* | ||
33 | + * To keep things interesting, two buses bypass the IOMMU. | ||
34 | + * VIOT should only describes the other two buses. | ||
35 | + */ | ||
36 | + test_acpi_one("-machine default_bus_bypass_iommu=on " | ||
37 | + "-device virtio-iommu-pci " | ||
38 | + "-device pxb-pcie,bus_nr=0x10,id=pcie.100,bus=pcie.0 " | ||
39 | + "-device pxb-pcie,bus_nr=0x20,id=pcie.200,bus=pcie.0,bypass_iommu=on " | ||
40 | + "-device pxb-pcie,bus_nr=0x30,id=pcie.300,bus=pcie.0", | ||
41 | + &data); | ||
42 | + free_test_data(&data); | ||
26 | +} | 43 | +} |
27 | + | 44 | + |
28 | +static inline bool isar_feature_aa32_fpsp_v3(const ARMISARegisters *id) | 45 | +static void test_acpi_virt_viot(void) |
29 | +{ | 46 | +{ |
30 | + /* Return true if CPU supports single precision floating point, VFPv3 */ | 47 | + test_data data = { |
31 | + return FIELD_EX32(id->mvfr0, MVFR0, FPSP) >= 2; | 48 | + .machine = "virt", |
49 | + .uefi_fl1 = "pc-bios/edk2-aarch64-code.fd", | ||
50 | + .uefi_fl2 = "pc-bios/edk2-arm-vars.fd", | ||
51 | + .cd = "tests/data/uefi-boot-images/bios-tables-test.aarch64.iso.qcow2", | ||
52 | + .ram_start = 0x40000000ULL, | ||
53 | + .scan_len = 128ULL * 1024 * 1024, | ||
54 | + }; | ||
55 | + | ||
56 | + test_acpi_one("-cpu cortex-a57 " | ||
57 | + "-device virtio-iommu-pci", &data); | ||
58 | + free_test_data(&data); | ||
32 | +} | 59 | +} |
33 | + | 60 | + |
34 | static inline bool isar_feature_aa32_fpdp_v2(const ARMISARegisters *id) | 61 | static void test_oem_fields(test_data *data) |
35 | { | 62 | { |
36 | /* Return true if CPU supports double precision floating point, VFPv2 */ | 63 | int i; |
37 | return FIELD_EX32(id->mvfr0, MVFR0, FPDP) > 0; | 64 | @@ -XXX,XX +XXX,XX @@ int main(int argc, char *argv[]) |
38 | } | 65 | qtest_add_func("acpi/q35/kvm/xapic", test_acpi_q35_kvm_xapic); |
39 | 66 | qtest_add_func("acpi/q35/kvm/dmar", test_acpi_q35_kvm_dmar); | |
40 | +static inline bool isar_feature_aa32_fpdp_v3(const ARMISARegisters *id) | 67 | } |
41 | +{ | 68 | + qtest_add_func("acpi/q35/viot", test_acpi_q35_viot); |
42 | + /* Return true if CPU supports double precision floating point, VFPv3 */ | 69 | } else if (strcmp(arch, "aarch64") == 0) { |
43 | + return FIELD_EX32(id->mvfr0, MVFR0, FPDP) >= 2; | 70 | if (has_tcg) { |
44 | +} | 71 | qtest_add_func("acpi/virt", test_acpi_virt_tcg); |
45 | + | 72 | @@ -XXX,XX +XXX,XX @@ int main(int argc, char *argv[]) |
46 | /* | 73 | qtest_add_func("acpi/virt/memhp", test_acpi_virt_tcg_memhp); |
47 | * We always set the FP and SIMD FP16 fields to indicate identical | 74 | qtest_add_func("acpi/virt/pxb", test_acpi_virt_tcg_pxb); |
48 | * levels of support (assuming SIMD is implemented at all), so | 75 | qtest_add_func("acpi/virt/oem-fields", test_acpi_oem_fields_virt); |
76 | + qtest_add_func("acpi/virt/viot", test_acpi_virt_viot); | ||
77 | } | ||
78 | } | ||
79 | ret = g_test_run(); | ||
49 | -- | 80 | -- |
50 | 2.20.1 | 81 | 2.25.1 |
51 | 82 | ||
52 | 83 | diff view generated by jsdifflib |
1 | From: Richard Henderson <richard.henderson@linaro.org> | 1 | From: Jean-Philippe Brucker <jean-philippe@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | We have converted all tests against these features | 3 | Add expected blobs of the VIOT and DSDT table for the VIOT test on the |
4 | to ISAR tests. | 4 | q35 machine. |
5 | 5 | ||
6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 6 | Since the test instantiates a virtio device and two PCIe expander |
7 | Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | 7 | bridges, DSDT.viot has more blocks than the base DSDT. |
8 | Message-id: 20200224222232.13807-15-richard.henderson@linaro.org | 8 | |
9 | The VIOT table generated for the q35 test is: | ||
10 | |||
11 | [000h 0000 4] Signature : "VIOT" [Virtual I/O Translation Table] | ||
12 | [004h 0004 4] Table Length : 00000070 | ||
13 | [008h 0008 1] Revision : 00 | ||
14 | [009h 0009 1] Checksum : 3D | ||
15 | [00Ah 0010 6] Oem ID : "BOCHS " | ||
16 | [010h 0016 8] Oem Table ID : "BXPC " | ||
17 | [018h 0024 4] Oem Revision : 00000001 | ||
18 | [01Ch 0028 4] Asl Compiler ID : "BXPC" | ||
19 | [020h 0032 4] Asl Compiler Revision : 00000001 | ||
20 | |||
21 | [024h 0036 2] Node count : 0003 | ||
22 | [026h 0038 2] Node offset : 0030 | ||
23 | [028h 0040 8] Reserved : 0000000000000000 | ||
24 | |||
25 | [030h 0048 1] Type : 03 [VirtIO-PCI IOMMU] | ||
26 | [031h 0049 1] Reserved : 00 | ||
27 | [032h 0050 2] Length : 0010 | ||
28 | |||
29 | [034h 0052 2] PCI Segment : 0000 | ||
30 | [036h 0054 2] PCI BDF number : 0010 | ||
31 | [038h 0056 8] Reserved : 0000000000000000 | ||
32 | |||
33 | [040h 0064 1] Type : 01 [PCI Range] | ||
34 | [041h 0065 1] Reserved : 00 | ||
35 | [042h 0066 2] Length : 0018 | ||
36 | |||
37 | [044h 0068 4] Endpoint start : 00003000 | ||
38 | [048h 0072 2] PCI Segment start : 0000 | ||
39 | [04Ah 0074 2] PCI Segment end : 0000 | ||
40 | [04Ch 0076 2] PCI BDF start : 3000 | ||
41 | [04Eh 0078 2] PCI BDF end : 30FF | ||
42 | [050h 0080 2] Output node : 0030 | ||
43 | [052h 0082 6] Reserved : 000000000000 | ||
44 | |||
45 | [058h 0088 1] Type : 01 [PCI Range] | ||
46 | [059h 0089 1] Reserved : 00 | ||
47 | [05Ah 0090 2] Length : 0018 | ||
48 | |||
49 | [05Ch 0092 4] Endpoint start : 00001000 | ||
50 | [060h 0096 2] PCI Segment start : 0000 | ||
51 | [062h 0098 2] PCI Segment end : 0000 | ||
52 | [064h 0100 2] PCI BDF start : 1000 | ||
53 | [066h 0102 2] PCI BDF end : 10FF | ||
54 | [068h 0104 2] Output node : 0030 | ||
55 | [06Ah 0106 6] Reserved : 000000000000 | ||
56 | |||
57 | And the DSDT diff is: | ||
58 | |||
59 | @@ -XXX,XX +XXX,XX @@ | ||
60 | * | ||
61 | * Disassembling to symbolic ASL+ operators | ||
62 | * | ||
63 | - * Disassembly of tests/data/acpi/q35/DSDT, Fri Dec 10 15:03:08 2021 | ||
64 | + * Disassembly of /tmp/aml-H9Y5D1, Fri Dec 10 15:02:27 2021 | ||
65 | * | ||
66 | * Original Table Header: | ||
67 | * Signature "DSDT" | ||
68 | - * Length 0x00002061 (8289) | ||
69 | + * Length 0x000024B6 (9398) | ||
70 | * Revision 0x01 **** 32-bit table (V1), no 64-bit math support | ||
71 | - * Checksum 0xFA | ||
72 | + * Checksum 0xA7 | ||
73 | * OEM ID "BOCHS " | ||
74 | * OEM Table ID "BXPC " | ||
75 | * OEM Revision 0x00000001 (1) | ||
76 | @@ -XXX,XX +XXX,XX @@ | ||
77 | } | ||
78 | } | ||
79 | |||
80 | + Scope (\_SB) | ||
81 | + { | ||
82 | + Device (PC30) | ||
83 | + { | ||
84 | + Name (_UID, 0x30) // _UID: Unique ID | ||
85 | + Name (_BBN, 0x30) // _BBN: BIOS Bus Number | ||
86 | + Name (_HID, EisaId ("PNP0A08") /* PCI Express Bus */) // _HID: Hardware ID | ||
87 | + Name (_CID, EisaId ("PNP0A03") /* PCI Bus */) // _CID: Compatible ID | ||
88 | + Method (_OSC, 4, NotSerialized) // _OSC: Operating System Capabilities | ||
89 | + { | ||
90 | + CreateDWordField (Arg3, Zero, CDW1) | ||
91 | + If ((Arg0 == ToUUID ("33db4d5b-1ff7-401c-9657-7441c03dd766") /* PCI Host Bridge Device */)) | ||
92 | + { | ||
93 | + CreateDWordField (Arg3, 0x04, CDW2) | ||
94 | + CreateDWordField (Arg3, 0x08, CDW3) | ||
95 | + Local0 = CDW3 /* \_SB_.PC30._OSC.CDW3 */ | ||
96 | + Local0 &= 0x1F | ||
97 | + If ((Arg1 != One)) | ||
98 | + { | ||
99 | + CDW1 |= 0x08 | ||
100 | + } | ||
101 | + | ||
102 | + If ((CDW3 != Local0)) | ||
103 | + { | ||
104 | + CDW1 |= 0x10 | ||
105 | + } | ||
106 | + | ||
107 | + CDW3 = Local0 | ||
108 | + } | ||
109 | + Else | ||
110 | + { | ||
111 | + CDW1 |= 0x04 | ||
112 | + } | ||
113 | + | ||
114 | + Return (Arg3) | ||
115 | + } | ||
116 | + | ||
117 | + Method (_PRT, 0, NotSerialized) // _PRT: PCI Routing Table | ||
118 | + { | ||
119 | + Local0 = Package (0x80){} | ||
120 | + Local1 = Zero | ||
121 | + While ((Local1 < 0x80)) | ||
122 | + { | ||
123 | + Local2 = (Local1 >> 0x02) | ||
124 | + Local3 = ((Local1 + Local2) & 0x03) | ||
125 | + If ((Local3 == Zero)) | ||
126 | + { | ||
127 | + Local4 = Package (0x04) | ||
128 | + { | ||
129 | + Zero, | ||
130 | + Zero, | ||
131 | + LNKD, | ||
132 | + Zero | ||
133 | + } | ||
134 | + } | ||
135 | + | ||
136 | + If ((Local3 == One)) | ||
137 | + { | ||
138 | + Local4 = Package (0x04) | ||
139 | + { | ||
140 | + Zero, | ||
141 | + Zero, | ||
142 | + LNKA, | ||
143 | + Zero | ||
144 | + } | ||
145 | + } | ||
146 | + | ||
147 | + If ((Local3 == 0x02)) | ||
148 | + { | ||
149 | + Local4 = Package (0x04) | ||
150 | + { | ||
151 | + Zero, | ||
152 | + Zero, | ||
153 | + LNKB, | ||
154 | + Zero | ||
155 | + } | ||
156 | + } | ||
157 | + | ||
158 | + If ((Local3 == 0x03)) | ||
159 | + { | ||
160 | + Local4 = Package (0x04) | ||
161 | + { | ||
162 | + Zero, | ||
163 | + Zero, | ||
164 | + LNKC, | ||
165 | + Zero | ||
166 | + } | ||
167 | + } | ||
168 | + | ||
169 | + Local4 [Zero] = ((Local2 << 0x10) | 0xFFFF) | ||
170 | + Local4 [One] = (Local1 & 0x03) | ||
171 | + Local0 [Local1] = Local4 | ||
172 | + Local1++ | ||
173 | + } | ||
174 | + | ||
175 | + Return (Local0) | ||
176 | + } | ||
177 | + | ||
178 | + Name (_CRS, ResourceTemplate () // _CRS: Current Resource Settings | ||
179 | + { | ||
180 | + WordBusNumber (ResourceProducer, MinFixed, MaxFixed, PosDecode, | ||
181 | + 0x0000, // Granularity | ||
182 | + 0x0030, // Range Minimum | ||
183 | + 0x0030, // Range Maximum | ||
184 | + 0x0000, // Translation Offset | ||
185 | + 0x0001, // Length | ||
186 | + ,, ) | ||
187 | + }) | ||
188 | + } | ||
189 | + } | ||
190 | + | ||
191 | + Scope (\_SB) | ||
192 | + { | ||
193 | + Device (PC20) | ||
194 | + { | ||
195 | + Name (_UID, 0x20) // _UID: Unique ID | ||
196 | + Name (_BBN, 0x20) // _BBN: BIOS Bus Number | ||
197 | + Name (_HID, EisaId ("PNP0A08") /* PCI Express Bus */) // _HID: Hardware ID | ||
198 | + Name (_CID, EisaId ("PNP0A03") /* PCI Bus */) // _CID: Compatible ID | ||
199 | + Method (_OSC, 4, NotSerialized) // _OSC: Operating System Capabilities | ||
200 | + { | ||
201 | + CreateDWordField (Arg3, Zero, CDW1) | ||
202 | + If ((Arg0 == ToUUID ("33db4d5b-1ff7-401c-9657-7441c03dd766") /* PCI Host Bridge Device */)) | ||
203 | + { | ||
204 | + CreateDWordField (Arg3, 0x04, CDW2) | ||
205 | + CreateDWordField (Arg3, 0x08, CDW3) | ||
206 | + Local0 = CDW3 /* \_SB_.PC20._OSC.CDW3 */ | ||
207 | + Local0 &= 0x1F | ||
208 | + If ((Arg1 != One)) | ||
209 | + { | ||
210 | + CDW1 |= 0x08 | ||
211 | + } | ||
212 | + | ||
213 | + If ((CDW3 != Local0)) | ||
214 | + { | ||
215 | + CDW1 |= 0x10 | ||
216 | + } | ||
217 | + | ||
218 | + CDW3 = Local0 | ||
219 | + } | ||
220 | + Else | ||
221 | + { | ||
222 | + CDW1 |= 0x04 | ||
223 | + } | ||
224 | + | ||
225 | + Return (Arg3) | ||
226 | + } | ||
227 | + | ||
228 | + Method (_PRT, 0, NotSerialized) // _PRT: PCI Routing Table | ||
229 | + { | ||
230 | + Local0 = Package (0x80){} | ||
231 | + Local1 = Zero | ||
232 | + While ((Local1 < 0x80)) | ||
233 | + { | ||
234 | + Local2 = (Local1 >> 0x02) | ||
235 | + Local3 = ((Local1 + Local2) & 0x03) | ||
236 | + If ((Local3 == Zero)) | ||
237 | + { | ||
238 | + Local4 = Package (0x04) | ||
239 | + { | ||
240 | + Zero, | ||
241 | + Zero, | ||
242 | + LNKD, | ||
243 | + Zero | ||
244 | + } | ||
245 | + } | ||
246 | + | ||
247 | + If ((Local3 == One)) | ||
248 | + { | ||
249 | + Local4 = Package (0x04) | ||
250 | + { | ||
251 | + Zero, | ||
252 | + Zero, | ||
253 | + LNKA, | ||
254 | + Zero | ||
255 | + } | ||
256 | + } | ||
257 | + | ||
258 | + If ((Local3 == 0x02)) | ||
259 | + { | ||
260 | + Local4 = Package (0x04) | ||
261 | + { | ||
262 | + Zero, | ||
263 | + Zero, | ||
264 | + LNKB, | ||
265 | + Zero | ||
266 | + } | ||
267 | + } | ||
268 | + | ||
269 | + If ((Local3 == 0x03)) | ||
270 | + { | ||
271 | + Local4 = Package (0x04) | ||
272 | + { | ||
273 | + Zero, | ||
274 | + Zero, | ||
275 | + LNKC, | ||
276 | + Zero | ||
277 | + } | ||
278 | + } | ||
279 | + | ||
280 | + Local4 [Zero] = ((Local2 << 0x10) | 0xFFFF) | ||
281 | + Local4 [One] = (Local1 & 0x03) | ||
282 | + Local0 [Local1] = Local4 | ||
283 | + Local1++ | ||
284 | + } | ||
285 | + | ||
286 | + Return (Local0) | ||
287 | + } | ||
288 | + | ||
289 | + Name (_CRS, ResourceTemplate () // _CRS: Current Resource Settings | ||
290 | + { | ||
291 | + WordBusNumber (ResourceProducer, MinFixed, MaxFixed, PosDecode, | ||
292 | + 0x0000, // Granularity | ||
293 | + 0x0020, // Range Minimum | ||
294 | + 0x0020, // Range Maximum | ||
295 | + 0x0000, // Translation Offset | ||
296 | + 0x0001, // Length | ||
297 | + ,, ) | ||
298 | + }) | ||
299 | + } | ||
300 | + } | ||
301 | + | ||
302 | + Scope (\_SB) | ||
303 | + { | ||
304 | + Device (PC10) | ||
305 | + { | ||
306 | + Name (_UID, 0x10) // _UID: Unique ID | ||
307 | + Name (_BBN, 0x10) // _BBN: BIOS Bus Number | ||
308 | + Name (_HID, EisaId ("PNP0A08") /* PCI Express Bus */) // _HID: Hardware ID | ||
309 | + Name (_CID, EisaId ("PNP0A03") /* PCI Bus */) // _CID: Compatible ID | ||
310 | + Method (_OSC, 4, NotSerialized) // _OSC: Operating System Capabilities | ||
311 | + { | ||
312 | + CreateDWordField (Arg3, Zero, CDW1) | ||
313 | + If ((Arg0 == ToUUID ("33db4d5b-1ff7-401c-9657-7441c03dd766") /* PCI Host Bridge Device */)) | ||
314 | + { | ||
315 | + CreateDWordField (Arg3, 0x04, CDW2) | ||
316 | + CreateDWordField (Arg3, 0x08, CDW3) | ||
317 | + Local0 = CDW3 /* \_SB_.PC10._OSC.CDW3 */ | ||
318 | + Local0 &= 0x1F | ||
319 | + If ((Arg1 != One)) | ||
320 | + { | ||
321 | + CDW1 |= 0x08 | ||
322 | + } | ||
323 | + | ||
324 | + If ((CDW3 != Local0)) | ||
325 | + { | ||
326 | + CDW1 |= 0x10 | ||
327 | + } | ||
328 | + | ||
329 | + CDW3 = Local0 | ||
330 | + } | ||
331 | + Else | ||
332 | + { | ||
333 | + CDW1 |= 0x04 | ||
334 | + } | ||
335 | + | ||
336 | + Return (Arg3) | ||
337 | + } | ||
338 | + | ||
339 | + Method (_PRT, 0, NotSerialized) // _PRT: PCI Routing Table | ||
340 | + { | ||
341 | + Local0 = Package (0x80){} | ||
342 | + Local1 = Zero | ||
343 | + While ((Local1 < 0x80)) | ||
344 | + { | ||
345 | + Local2 = (Local1 >> 0x02) | ||
346 | + Local3 = ((Local1 + Local2) & 0x03) | ||
347 | + If ((Local3 == Zero)) | ||
348 | + { | ||
349 | + Local4 = Package (0x04) | ||
350 | + { | ||
351 | + Zero, | ||
352 | + Zero, | ||
353 | + LNKD, | ||
354 | + Zero | ||
355 | + } | ||
356 | + } | ||
357 | + | ||
358 | + If ((Local3 == One)) | ||
359 | + { | ||
360 | + Local4 = Package (0x04) | ||
361 | + { | ||
362 | + Zero, | ||
363 | + Zero, | ||
364 | + LNKA, | ||
365 | + Zero | ||
366 | + } | ||
367 | + } | ||
368 | + | ||
369 | + If ((Local3 == 0x02)) | ||
370 | + { | ||
371 | + Local4 = Package (0x04) | ||
372 | + { | ||
373 | + Zero, | ||
374 | + Zero, | ||
375 | + LNKB, | ||
376 | + Zero | ||
377 | + } | ||
378 | + } | ||
379 | + | ||
380 | + If ((Local3 == 0x03)) | ||
381 | + { | ||
382 | + Local4 = Package (0x04) | ||
383 | + { | ||
384 | + Zero, | ||
385 | + Zero, | ||
386 | + LNKC, | ||
387 | + Zero | ||
388 | + } | ||
389 | + } | ||
390 | + | ||
391 | + Local4 [Zero] = ((Local2 << 0x10) | 0xFFFF) | ||
392 | + Local4 [One] = (Local1 & 0x03) | ||
393 | + Local0 [Local1] = Local4 | ||
394 | + Local1++ | ||
395 | + } | ||
396 | + | ||
397 | + Return (Local0) | ||
398 | + } | ||
399 | + | ||
400 | + Name (_CRS, ResourceTemplate () // _CRS: Current Resource Settings | ||
401 | + { | ||
402 | + WordBusNumber (ResourceProducer, MinFixed, MaxFixed, PosDecode, | ||
403 | + 0x0000, // Granularity | ||
404 | + 0x0010, // Range Minimum | ||
405 | + 0x0010, // Range Maximum | ||
406 | + 0x0000, // Translation Offset | ||
407 | + 0x0001, // Length | ||
408 | + ,, ) | ||
409 | + }) | ||
410 | + } | ||
411 | + } | ||
412 | + | ||
413 | Scope (\_SB.PCI0) | ||
414 | { | ||
415 | Name (_CRS, ResourceTemplate () // _CRS: Current Resource Settings | ||
416 | @@ -XXX,XX +XXX,XX @@ | ||
417 | WordBusNumber (ResourceProducer, MinFixed, MaxFixed, PosDecode, | ||
418 | 0x0000, // Granularity | ||
419 | 0x0000, // Range Minimum | ||
420 | - 0x00FF, // Range Maximum | ||
421 | + 0x000F, // Range Maximum | ||
422 | 0x0000, // Translation Offset | ||
423 | - 0x0100, // Length | ||
424 | + 0x0010, // Length | ||
425 | ,, ) | ||
426 | IO (Decode16, | ||
427 | 0x0CF8, // Range Minimum | ||
428 | @@ -XXX,XX +XXX,XX @@ | ||
429 | } | ||
430 | } | ||
431 | |||
432 | + Device (S10) | ||
433 | + { | ||
434 | + Name (_ADR, 0x00020000) // _ADR: Address | ||
435 | + } | ||
436 | + | ||
437 | + Device (S18) | ||
438 | + { | ||
439 | + Name (_ADR, 0x00030000) // _ADR: Address | ||
440 | + } | ||
441 | + | ||
442 | + Device (S20) | ||
443 | + { | ||
444 | + Name (_ADR, 0x00040000) // _ADR: Address | ||
445 | + } | ||
446 | + | ||
447 | + Device (S28) | ||
448 | + { | ||
449 | + Name (_ADR, 0x00050000) // _ADR: Address | ||
450 | + } | ||
451 | + | ||
452 | Method (PCNT, 0, NotSerialized) | ||
453 | { | ||
454 | } | ||
455 | |||
456 | Reviewed-by: Eric Auger <eric.auger@redhat.com> | ||
457 | Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org> | ||
458 | Message-id: 20211210170415.583179-8-jean-philippe@linaro.org | ||
9 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 459 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
10 | --- | 460 | --- |
11 | target/arm/cpu.h | 3 --- | 461 | tests/qtest/bios-tables-test-allowed-diff.h | 2 -- |
12 | target/arm/cpu.c | 25 ------------------------- | 462 | tests/data/acpi/q35/DSDT.viot | Bin 0 -> 9398 bytes |
13 | target/arm/cpu64.c | 3 --- | 463 | tests/data/acpi/q35/VIOT.viot | Bin 0 -> 112 bytes |
14 | target/arm/kvm32.c | 5 ----- | 464 | 3 files changed, 2 deletions(-) |
15 | target/arm/kvm64.c | 1 - | 465 | |
16 | 5 files changed, 37 deletions(-) | 466 | diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h |
17 | |||
18 | diff --git a/target/arm/cpu.h b/target/arm/cpu.h | ||
19 | index XXXXXXX..XXXXXXX 100644 | 467 | index XXXXXXX..XXXXXXX 100644 |
20 | --- a/target/arm/cpu.h | 468 | --- a/tests/qtest/bios-tables-test-allowed-diff.h |
21 | +++ b/target/arm/cpu.h | 469 | +++ b/tests/qtest/bios-tables-test-allowed-diff.h |
22 | @@ -XXX,XX +XXX,XX @@ QEMU_BUILD_BUG_ON(ARRAY_SIZE(((ARMCPU *)0)->ccsidr) <= R_V7M_CSSELR_INDEX_MASK); | 470 | @@ -XXX,XX +XXX,XX @@ |
23 | * mapping in linux-user/elfload.c:get_elf_hwcap(). | 471 | /* List of comma-separated changed AML files to ignore */ |
24 | */ | 472 | "tests/data/acpi/virt/VIOT", |
25 | enum arm_features { | 473 | -"tests/data/acpi/q35/DSDT.viot", |
26 | - ARM_FEATURE_VFP, | 474 | -"tests/data/acpi/q35/VIOT.viot", |
27 | ARM_FEATURE_AUXCR, /* ARM1026 Auxiliary control register. */ | 475 | diff --git a/tests/data/acpi/q35/DSDT.viot b/tests/data/acpi/q35/DSDT.viot |
28 | ARM_FEATURE_XSCALE, /* Intel XScale extensions. */ | ||
29 | ARM_FEATURE_IWMMXT, /* Intel iwMMXt extension. */ | ||
30 | @@ -XXX,XX +XXX,XX @@ enum arm_features { | ||
31 | ARM_FEATURE_V7, | ||
32 | ARM_FEATURE_THUMB2, | ||
33 | ARM_FEATURE_PMSA, /* no MMU; may have Memory Protection Unit */ | ||
34 | - ARM_FEATURE_VFP3, | ||
35 | ARM_FEATURE_NEON, | ||
36 | ARM_FEATURE_M, /* Microcontroller profile. */ | ||
37 | ARM_FEATURE_OMAPCP, /* OMAP specific CP15 ops handling. */ | ||
38 | @@ -XXX,XX +XXX,XX @@ enum arm_features { | ||
39 | ARM_FEATURE_V5, | ||
40 | ARM_FEATURE_STRONGARM, | ||
41 | ARM_FEATURE_VAPA, /* cp15 VA to PA lookups */ | ||
42 | - ARM_FEATURE_VFP4, /* VFPv4 (implies that NEON is v2) */ | ||
43 | ARM_FEATURE_GENERIC_TIMER, | ||
44 | ARM_FEATURE_MVFR, /* Media and VFP Feature Registers 0 and 1 */ | ||
45 | ARM_FEATURE_DUMMY_C15_REGS, /* RAZ/WI all of cp15 crn=15 */ | ||
46 | diff --git a/target/arm/cpu.c b/target/arm/cpu.c | ||
47 | index XXXXXXX..XXXXXXX 100644 | 476 | index XXXXXXX..XXXXXXX 100644 |
48 | --- a/target/arm/cpu.c | 477 | GIT binary patch |
49 | +++ b/target/arm/cpu.c | 478 | literal 9398 |
50 | @@ -XXX,XX +XXX,XX @@ void arm_cpu_post_init(Object *obj) | 479 | zcmeHNO>7&-8J*>iv|O&FB}G~Oi$yp||57BBoWHhc5OS9yDTx$CQgH$r;8Idr*-4Q_ |
51 | if (arm_feature(&cpu->env, ARM_FEATURE_M)) { | 480 | z5(9Az1F`}niVsB-)<KW7p`g9Br(A2Gm-gmc1N78GFS!;)e2V(MnH_0{q<{#yMgn&C |
52 | set_feature(&cpu->env, ARM_FEATURE_PMSA); | 481 | zn|*J-d9yqFhO_H6z19~`FlPL*u<DkZ*}|)JH;X@mF-FI<cPg<fti9tEN*yB^i5czN |
53 | } | 482 | zNq&q?!OZ;BE3B7{KWzJ-`Tn~f`9?Qj8~2^N8{Oc8J%57{==w%rS#;nOCp*nTr@iZ1 |
54 | - /* Similarly for the VFP feature bits */ | 483 | zb+?i;JLQUJ=O0?8*>S~D)a>NF1~WVB6^~_B#yhJ`H+JU@=6aXs`?Yv)J2h=N?drcS |
55 | - if (arm_feature(&cpu->env, ARM_FEATURE_VFP4)) { | 484 | zeLZ*n<<Bm^n}6`jfBx#u8&(W}1?)}iF9o#mZ~E2+zwdn7yK3AbIzKnxpZ>JRPm3~# |
56 | - set_feature(&cpu->env, ARM_FEATURE_VFP3); | 485 | z&ICS{+_OayRW-l=Mtk=~uaS3o8z<_udd|(wqg`&JnVPfCe>BUOO`Su3e>pff_^UW% |
57 | - } | 486 | z&JE^NO`)=Amg~iqRB1pPscP?(>#ZuY8GHCmlEvD$9g3%4Db~Dfz2SATnddvrR-Oe^ |
58 | - if (arm_feature(&cpu->env, ARM_FEATURE_VFP3)) { | 487 | z;s;dJec!hnzi)ri^I6YN9vtkm{^TdUF8h7gX8-<Qe4p)GQ=)AtYx2VcwdLVAEXEjG |
59 | - set_feature(&cpu->env, ARM_FEATURE_VFP); | 488 | z^Mj|UHPqkj-LsWuzQem1>F3atdZn=zv3$#RmZzSHN+6-yyU#8cJb=YDilX&sl}vNm |
60 | - } | 489 | znkgAR^O<3kj4if>{ly5fwRfMWuC5=lrlvKPX~i#654Cp}R_d*JS$9laZ$ra6)<ns8 |
61 | 490 | zFZy28G%xP(nit&F>LDi%G<tIc=TY=gl$jSD&Uv!Yat~XR46h%rI$!}a%!|xG7u8Zn | |
62 | if (arm_feature(&cpu->env, ARM_FEATURE_CBAR) || | 491 | zeY8_|n=K>xz_v_W8VX$W-Fg-qFWcT}7MCyz{%%{ia7hZ>Law-k6NOr}VI&_48U=2l |
63 | arm_feature(&cpu->env, ARM_FEATURE_CBAR_RO)) { | 492 | zwqDKFE8eTwwozDdms#e?x?5a|v>&JF;2_v0L~z5n%BYU^52<*cWuD4|GYUm@1+?)) |
64 | @@ -XXX,XX +XXX,XX @@ static void arm_cpu_realizefn(DeviceState *dev, Error **errp) | 493 | zte^45>Rz)t*<T5V#={r>@t@{%?^i#W{i=HAZ*Dc9y59Va-+#P!jrGs;u38a{fLr`N |
65 | uint64_t t; | 494 | zvT@rUu>DljxJ?^&Z?-?vyJn3C>3D=qux{Y*bs5|5n)Qmi$TD^Zdn4GU$ocJS2Hh-< |
66 | uint32_t u; | 495 | z`xPI^^+v0nUVdjMos8k`WGl7hA`{03ju%<lrgAHSpd^DRf-*}_#Ly0mB!LSfVgWcQ |
67 | 496 | z&T$@~G9)JI=hz5m0vkrel+Xy{Oh7pkAu-V!j*W7rY(bO}Q$nMH2`FbGB&N)QaV4<4 | |
68 | - unset_feature(env, ARM_FEATURE_VFP); | 497 | zo)~9JXiP9=;}NPl<C@MmXG&;XFlFNrsyfFsonxFSp<}vEgsRSQP3O3#b6nSnP}ON_ |
69 | - unset_feature(env, ARM_FEATURE_VFP3); | 498 | zI!#Tdsp~|j>ckUB>FI=~GokB5sOq#dotCE4(sd$KbtW~PNlj-`*NIToiD#j5J#9^= |
70 | - unset_feature(env, ARM_FEATURE_VFP4); | 499 | zt?NXn>YUJYPG~wObe#xQos*i*NloXZt`niEb4t@WrRki~bs|)CI+{*L)9L6s5vn>< |
71 | - | 500 | zn$DD_Go|Z9sOn5>I@6lYw5}7Os&iV?Ij!lO)^#FOb!If38BJ$K*NIToIiu;E(R9w} |
72 | t = cpu->isar.id_aa64isar1; | 501 | zIuWWmPiZ<&X*y5oIuWWmF_XaEC!a&Jn$B5WCqh-{X-(&8P3LJ{Cqh-{8P3dyPr@^t |
73 | t = FIELD_DP64(t, ID_AA64ISAR1, JSCVT, 0); | 502 | zSqL9?X9Uwd3W@23*s~h*tj0X6GZCuHa~kuU#yqDp5vt7d8uPryJg+kms?5hU=3^T3 |
74 | cpu->isar.id_aa64isar1 = t; | 503 | zF`bD}WnSP+=`t5MQ$FJ_2&Q~+BP6E0f^%BVIW6a$o)e+SX~IDBih-7z6{O~7YTy`& |
75 | @@ -XXX,XX +XXX,XX @@ static void arm926_initfn(Object *obj) | 504 | zLjy&Cv?7QikV#>n0>>@MV8oK`Gmun34-FKdlm-J8SZSaNlnhir4-FI{S|bfqV8e)V |
76 | 505 | zss<{chX#reE#g=hsKAC%sF6d-Km}BWs!kZFsFpKfpbC@>6rprQGEjt4Ck#|zITHq| | |
77 | cpu->dtb_compatible = "arm,arm926"; | 506 | zK*>M_l;<P^MJRQ`Kn0dFVW0|>3{*fllMEE0)CmI>Sk8ojDo`>|0p(0GP=xY&!axO< |
78 | set_feature(&cpu->env, ARM_FEATURE_V5); | 507 | zGhv_#lnhirIg<<&q0|Wj6<E%MfhtfkPyyvkGEjt4Ck#|zITHq|K*>M_lrzad5lWpf |
79 | - set_feature(&cpu->env, ARM_FEATURE_VFP); | 508 | zP=V!47^ngz0~JutBm+e#b;3XemNQ|X3X}{~Ksl2P6rt1!0~J`#gn=qhGEf2KOfpb} |
80 | set_feature(&cpu->env, ARM_FEATURE_DUMMY_C15_REGS); | 509 | zQYQ>lU^x>8szAv=1(Y+%KoLrvFi?TzOc<yFB?A>u&LjgxD0RX>1(q{mpbC@>R6seC |
81 | set_feature(&cpu->env, ARM_FEATURE_CACHE_TEST_CLEAN); | 510 | z3>2Z%2?G^a&V+#~P%=;f<xDbAgi<FARA4z12C6{GKn0XD$v_cGoiI>=<xCi;0wn_# |
82 | cpu->midr = 0x41069265; | 511 | zP|hR+MJRQ`Kn0dFVW0|>3{*fllMEE0)CmI>Sk8ojDo`>|0p(0GP=rz^3{+q_69%e4 |
83 | @@ -XXX,XX +XXX,XX @@ static void arm1026_initfn(Object *obj) | 512 | z$v_2^Gs!>^N}VuJf#pmXr~)Me6;RG314Srx!axxz28u{EP=u<1B2)}iVZuNaCK;&0 |
84 | 513 | zBm-5LFi?dF167!0pbC==RAItE6($T+VUmF=Ofpb~2?JG_Fi?d_2C6X0Kouqo6p_5T | |
85 | cpu->dtb_compatible = "arm,arm1026"; | 514 | zFi=FeV!SiSKoR0H$dH(_Z(*Q_WZ%L-5y`$K14StNmJAdjmWs}HV4<vU_xO+1efmLq |
86 | set_feature(&cpu->env, ARM_FEATURE_V5); | 515 | zZ;W>N_U)fP6Qy6Nw5mbt9Y(#emWSi66=>tq#xoh#Ue=0qyhxi8ZOUe5y0V7VfPUhp |
87 | - set_feature(&cpu->env, ARM_FEATURE_VFP); | 516 | zwX=;ymc+i5%sg9Ja~lZ&8oAV@mHc>&CHP9v4R(jhtT?un;O4e9#pno)Xkh7OWgK&a |
88 | set_feature(&cpu->env, ARM_FEATURE_AUXCR); | 517 | zyj=3Iv0OuoK_;5rOr5f(Kb~ZXDBO+V`OWYo#_C08imwChQxnjdd?wZLDou8aj;$SD |
89 | set_feature(&cpu->env, ARM_FEATURE_DUMMY_C15_REGS); | 518 | zGDYiA3<$Tu<JnHL(KPOChi#zrR32t83}naR$+ym4P_h?z_5#|cW-nw$XD_sOtE62l |
90 | set_feature(&cpu->env, ARM_FEATURE_CACHE_TEST_CLEAN); | 519 | zrD3@*)NVyiklt0&yF9%+klsBey&I<Y2E<!f(E8TuJte)z(|ZHyy<^gQVfx}=`q&B5 |
91 | @@ -XXX,XX +XXX,XX @@ static void arm1136_r2_initfn(Object *obj) | 520 | z7nSryp1wGczIaUfVwiq$Fn#<4=@*ssi#+|}K>EdF(l3VTOM~ghPLRH&q%ZOGrGfON |
92 | 521 | zW73zx^yR_y<0nX8R??Sw`tm^f@-gYlNFSp|*<gA{q?Zp5Oe-+l#rmyYmKozi9y=P> | |
93 | cpu->dtb_compatible = "arm,arm1136"; | 522 | zVReJU*h=ZuVXiS$ohTbw-O#v9>(yZbGE|)?8(H1ZIKvV!jWa0>vy!3eMA^vdhQ>`s |
94 | set_feature(&cpu->env, ARM_FEATURE_V6); | 523 | zuMSg{q3T50$m)j1!HixV<}X9liL#N^4c*tL^y)CF8LCc{jjV3yKAqL8!%SzWI#H%q |
95 | - set_feature(&cpu->env, ARM_FEATURE_VFP); | 524 | z=bSrQ&)%JCRttF5g4Zf`6l?y@>PzD7MA^D>wBlcH6r1ucwJ<p0O%rZ?JzIY3-QdmZ |
96 | set_feature(&cpu->env, ARM_FEATURE_DUMMY_C15_REGS); | 525 | zzs|n>`a5r3e|z)wcUaqS>nqFQ-8x}eCF4u`OWUxqst-@1rSmUs%WmKP5e0dcb?e2N |
97 | set_feature(&cpu->env, ARM_FEATURE_CACHE_DIRTY_REG); | 526 | z;Z|x*!);VwF|Yuhqs^khqOM!@u*jY!WYldISF(V6`BoNd&6Qfk3>X#SuD^7J>p_D= |
98 | set_feature(&cpu->env, ARM_FEATURE_CACHE_BLOCK_OPS); | 527 | zBPa51y^_n#=cpOt#Zf$ya$Ae9Mfz56n|<i!a=ELS@)%a{^NIH3SDuN<R~sah1km#P |
99 | @@ -XXX,XX +XXX,XX @@ static void arm1136_initfn(Object *obj) | 528 | zU@?*f%<rG=4W1wgfi;C?_n|W@%lm$&8YfvNOJodIg&IcIpIJQRHr<+ej11GQ6)&eF |
100 | cpu->dtb_compatible = "arm,arm1136"; | 529 | z2Lam*jIH}#y0>KnY%4JQfOYS$*uU%f#@$U6`N8I3N-lV?5ErFCdv~xDmu2(wexld4 |
101 | set_feature(&cpu->env, ARM_FEATURE_V6K); | 530 | z4v^;aVAT2k6GJ^m*FD(Wqc(Qg^)6a<?}h$zLoj}4;PP!+(O{@!a1y-hoAhF_7!z+6 |
102 | set_feature(&cpu->env, ARM_FEATURE_V6); | 531 | zslpAmNtYbjHrw-~#SPVk_FUf>-Obg6yV`8o$8_`PyJe_;bY5_EMBfBfWU!Q=*9HsG |
103 | - set_feature(&cpu->env, ARM_FEATURE_VFP); | 532 | z%_Cda{@_Krr!oHVhv9+y+T5qR8zZ2aZ>5r!$*|f$^U%yBUYfR&B!+EYy_PwL!BeUi |
104 | set_feature(&cpu->env, ARM_FEATURE_DUMMY_C15_REGS); | 533 | zJH^}r3r9Q+B)X@Z)fk=P13w&7x#wBtXTZ)g>WITPg5r&pQc!nmyrmk#S(>>b9xnNr |
105 | set_feature(&cpu->env, ARM_FEATURE_CACHE_DIRTY_REG); | 534 | zx_b#v9Xv-Y><Wb%?S^0Xe&<)bbKl_=Z|3C$tf|F<bYzE*mfHB;uC)`q-?buaBe?l? |
106 | set_feature(&cpu->env, ARM_FEATURE_CACHE_BLOCK_OPS); | 535 | zcLTpK*k<49Z32`K?|nSBMFqxTK^_IE-li2fEGdK~(ZdoKBl6ab4a;Hler#`xvEXJG |
107 | @@ -XXX,XX +XXX,XX @@ static void arm1176_initfn(Object *obj) | 536 | zb?<E%EZExfX>jcOVhS*0rS~RS1dA#xhkv@Nct@#q?LyeKS<$uFec!bw>{@uu$gZ6a |
108 | 537 | zyVen1i{1BKd%~`D7|m$;U0a<I*3I7%^N%N%lGYdU_GS!gaR8T$NA@GzFi~z`l7hdl | |
109 | cpu->dtb_compatible = "arm,arm1176"; | 538 | zarZy6590|88pi(1zq;V(>38zM0sT&<zX;R5$1w3;`_JMG`;&I&0Y23DMx1%@(w(R9 |
110 | set_feature(&cpu->env, ARM_FEATURE_V6K); | 539 | z4M$j;D5J+Gy%fijRQsctzFKf&cv|BAz#YLq3CZJWDdtL4u1u1|mkdcUp7|sxJC+?Y |
111 | - set_feature(&cpu->env, ARM_FEATURE_VFP); | 540 | z_@@s`v3j}Q7*z>6X~cwUxUL8G1KT)_XTp!KAbs;vCp{K3&~_X@+ew=-D}v`2MbFV0 |
112 | set_feature(&cpu->env, ARM_FEATURE_VAPA); | 541 | zQsVsL=rXi-pI*G|iiz;VTCutgUs)hDzV1+4?8KcoP3xROf<M%qC6lgVdpFt4<-|uM |
113 | set_feature(&cpu->env, ARM_FEATURE_DUMMY_C15_REGS); | 542 | z=#rl_b1#YjSIl6Toj2z_hOZcKupkdE(LozC(fN=FY(x|sk)ym|;Rq2E1xJWD%Z!ol |
114 | set_feature(&cpu->env, ARM_FEATURE_CACHE_DIRTY_REG); | 543 | Gu>S+TT-130 |
115 | @@ -XXX,XX +XXX,XX @@ static void arm11mpcore_initfn(Object *obj) | 544 | |
116 | 545 | literal 0 | |
117 | cpu->dtb_compatible = "arm,arm11mpcore"; | 546 | HcmV?d00001 |
118 | set_feature(&cpu->env, ARM_FEATURE_V6K); | 547 | |
119 | - set_feature(&cpu->env, ARM_FEATURE_VFP); | 548 | diff --git a/tests/data/acpi/q35/VIOT.viot b/tests/data/acpi/q35/VIOT.viot |
120 | set_feature(&cpu->env, ARM_FEATURE_VAPA); | ||
121 | set_feature(&cpu->env, ARM_FEATURE_MPIDR); | ||
122 | set_feature(&cpu->env, ARM_FEATURE_DUMMY_C15_REGS); | ||
123 | @@ -XXX,XX +XXX,XX @@ static void cortex_m4_initfn(Object *obj) | ||
124 | set_feature(&cpu->env, ARM_FEATURE_M); | ||
125 | set_feature(&cpu->env, ARM_FEATURE_M_MAIN); | ||
126 | set_feature(&cpu->env, ARM_FEATURE_THUMB_DSP); | ||
127 | - set_feature(&cpu->env, ARM_FEATURE_VFP4); | ||
128 | cpu->midr = 0x410fc240; /* r0p0 */ | ||
129 | cpu->pmsav7_dregion = 8; | ||
130 | cpu->isar.mvfr0 = 0x10110021; | ||
131 | @@ -XXX,XX +XXX,XX @@ static void cortex_m7_initfn(Object *obj) | ||
132 | set_feature(&cpu->env, ARM_FEATURE_M); | ||
133 | set_feature(&cpu->env, ARM_FEATURE_M_MAIN); | ||
134 | set_feature(&cpu->env, ARM_FEATURE_THUMB_DSP); | ||
135 | - set_feature(&cpu->env, ARM_FEATURE_VFP4); | ||
136 | cpu->midr = 0x411fc272; /* r1p2 */ | ||
137 | cpu->pmsav7_dregion = 8; | ||
138 | cpu->isar.mvfr0 = 0x10110221; | ||
139 | @@ -XXX,XX +XXX,XX @@ static void cortex_m33_initfn(Object *obj) | ||
140 | set_feature(&cpu->env, ARM_FEATURE_M_MAIN); | ||
141 | set_feature(&cpu->env, ARM_FEATURE_M_SECURITY); | ||
142 | set_feature(&cpu->env, ARM_FEATURE_THUMB_DSP); | ||
143 | - set_feature(&cpu->env, ARM_FEATURE_VFP4); | ||
144 | cpu->midr = 0x410fd213; /* r0p3 */ | ||
145 | cpu->pmsav7_dregion = 16; | ||
146 | cpu->sau_sregion = 8; | ||
147 | @@ -XXX,XX +XXX,XX @@ static void cortex_r5f_initfn(Object *obj) | ||
148 | ARMCPU *cpu = ARM_CPU(obj); | ||
149 | |||
150 | cortex_r5_initfn(obj); | ||
151 | - set_feature(&cpu->env, ARM_FEATURE_VFP3); | ||
152 | cpu->isar.mvfr0 = 0x10110221; | ||
153 | cpu->isar.mvfr1 = 0x00000011; | ||
154 | } | ||
155 | @@ -XXX,XX +XXX,XX @@ static void cortex_a8_initfn(Object *obj) | ||
156 | |||
157 | cpu->dtb_compatible = "arm,cortex-a8"; | ||
158 | set_feature(&cpu->env, ARM_FEATURE_V7); | ||
159 | - set_feature(&cpu->env, ARM_FEATURE_VFP3); | ||
160 | set_feature(&cpu->env, ARM_FEATURE_NEON); | ||
161 | set_feature(&cpu->env, ARM_FEATURE_THUMB2EE); | ||
162 | set_feature(&cpu->env, ARM_FEATURE_DUMMY_C15_REGS); | ||
163 | @@ -XXX,XX +XXX,XX @@ static void cortex_a9_initfn(Object *obj) | ||
164 | |||
165 | cpu->dtb_compatible = "arm,cortex-a9"; | ||
166 | set_feature(&cpu->env, ARM_FEATURE_V7); | ||
167 | - set_feature(&cpu->env, ARM_FEATURE_VFP3); | ||
168 | set_feature(&cpu->env, ARM_FEATURE_NEON); | ||
169 | set_feature(&cpu->env, ARM_FEATURE_THUMB2EE); | ||
170 | set_feature(&cpu->env, ARM_FEATURE_EL3); | ||
171 | @@ -XXX,XX +XXX,XX @@ static void cortex_a7_initfn(Object *obj) | ||
172 | |||
173 | cpu->dtb_compatible = "arm,cortex-a7"; | ||
174 | set_feature(&cpu->env, ARM_FEATURE_V7VE); | ||
175 | - set_feature(&cpu->env, ARM_FEATURE_VFP4); | ||
176 | set_feature(&cpu->env, ARM_FEATURE_NEON); | ||
177 | set_feature(&cpu->env, ARM_FEATURE_THUMB2EE); | ||
178 | set_feature(&cpu->env, ARM_FEATURE_GENERIC_TIMER); | ||
179 | @@ -XXX,XX +XXX,XX @@ static void cortex_a15_initfn(Object *obj) | ||
180 | |||
181 | cpu->dtb_compatible = "arm,cortex-a15"; | ||
182 | set_feature(&cpu->env, ARM_FEATURE_V7VE); | ||
183 | - set_feature(&cpu->env, ARM_FEATURE_VFP4); | ||
184 | set_feature(&cpu->env, ARM_FEATURE_NEON); | ||
185 | set_feature(&cpu->env, ARM_FEATURE_THUMB2EE); | ||
186 | set_feature(&cpu->env, ARM_FEATURE_GENERIC_TIMER); | ||
187 | diff --git a/target/arm/cpu64.c b/target/arm/cpu64.c | ||
188 | index XXXXXXX..XXXXXXX 100644 | 549 | index XXXXXXX..XXXXXXX 100644 |
189 | --- a/target/arm/cpu64.c | 550 | GIT binary patch |
190 | +++ b/target/arm/cpu64.c | 551 | literal 112 |
191 | @@ -XXX,XX +XXX,XX @@ static void aarch64_a57_initfn(Object *obj) | 552 | zcmWIZ^baXu00LVle`k+i1*eDrX9XZ&1PX!JAex!M0Hgv8m>C3sGzdcgBZCA3T-xBj |
192 | 553 | Q0Zb)W9Hva*zW_`e0M!8s0RR91 | |
193 | cpu->dtb_compatible = "arm,cortex-a57"; | 554 | |
194 | set_feature(&cpu->env, ARM_FEATURE_V8); | 555 | literal 0 |
195 | - set_feature(&cpu->env, ARM_FEATURE_VFP4); | 556 | HcmV?d00001 |
196 | set_feature(&cpu->env, ARM_FEATURE_NEON); | 557 | |
197 | set_feature(&cpu->env, ARM_FEATURE_GENERIC_TIMER); | ||
198 | set_feature(&cpu->env, ARM_FEATURE_AARCH64); | ||
199 | @@ -XXX,XX +XXX,XX @@ static void aarch64_a53_initfn(Object *obj) | ||
200 | |||
201 | cpu->dtb_compatible = "arm,cortex-a53"; | ||
202 | set_feature(&cpu->env, ARM_FEATURE_V8); | ||
203 | - set_feature(&cpu->env, ARM_FEATURE_VFP4); | ||
204 | set_feature(&cpu->env, ARM_FEATURE_NEON); | ||
205 | set_feature(&cpu->env, ARM_FEATURE_GENERIC_TIMER); | ||
206 | set_feature(&cpu->env, ARM_FEATURE_AARCH64); | ||
207 | @@ -XXX,XX +XXX,XX @@ static void aarch64_a72_initfn(Object *obj) | ||
208 | |||
209 | cpu->dtb_compatible = "arm,cortex-a72"; | ||
210 | set_feature(&cpu->env, ARM_FEATURE_V8); | ||
211 | - set_feature(&cpu->env, ARM_FEATURE_VFP4); | ||
212 | set_feature(&cpu->env, ARM_FEATURE_NEON); | ||
213 | set_feature(&cpu->env, ARM_FEATURE_GENERIC_TIMER); | ||
214 | set_feature(&cpu->env, ARM_FEATURE_AARCH64); | ||
215 | diff --git a/target/arm/kvm32.c b/target/arm/kvm32.c | ||
216 | index XXXXXXX..XXXXXXX 100644 | ||
217 | --- a/target/arm/kvm32.c | ||
218 | +++ b/target/arm/kvm32.c | ||
219 | @@ -XXX,XX +XXX,XX @@ bool kvm_arm_get_host_cpu_features(ARMHostCPUFeatures *ahcf) | ||
220 | * bits, but a few must be tested. | ||
221 | */ | ||
222 | set_feature(&features, ARM_FEATURE_V7VE); | ||
223 | - set_feature(&features, ARM_FEATURE_VFP3); | ||
224 | set_feature(&features, ARM_FEATURE_GENERIC_TIMER); | ||
225 | |||
226 | if (extract32(id_pfr0, 12, 4) == 1) { | ||
227 | @@ -XXX,XX +XXX,XX @@ bool kvm_arm_get_host_cpu_features(ARMHostCPUFeatures *ahcf) | ||
228 | if (extract32(ahcf->isar.mvfr1, 12, 4) == 1) { | ||
229 | set_feature(&features, ARM_FEATURE_NEON); | ||
230 | } | ||
231 | - if (extract32(ahcf->isar.mvfr1, 28, 4) == 1) { | ||
232 | - /* FMAC support implies VFPv4 */ | ||
233 | - set_feature(&features, ARM_FEATURE_VFP4); | ||
234 | - } | ||
235 | |||
236 | ahcf->features = features; | ||
237 | |||
238 | diff --git a/target/arm/kvm64.c b/target/arm/kvm64.c | ||
239 | index XXXXXXX..XXXXXXX 100644 | ||
240 | --- a/target/arm/kvm64.c | ||
241 | +++ b/target/arm/kvm64.c | ||
242 | @@ -XXX,XX +XXX,XX @@ bool kvm_arm_get_host_cpu_features(ARMHostCPUFeatures *ahcf) | ||
243 | * feature bits. | ||
244 | */ | ||
245 | set_feature(&features, ARM_FEATURE_V8); | ||
246 | - set_feature(&features, ARM_FEATURE_VFP4); | ||
247 | set_feature(&features, ARM_FEATURE_NEON); | ||
248 | set_feature(&features, ARM_FEATURE_AARCH64); | ||
249 | set_feature(&features, ARM_FEATURE_PMU); | ||
250 | -- | 558 | -- |
251 | 2.20.1 | 559 | 2.25.1 |
252 | 560 | ||
253 | 561 | diff view generated by jsdifflib |
1 | From: Sai Pavan Boddu <sai.pavan.boddu@xilinx.com> | 1 | From: Jean-Philippe Brucker <jean-philippe@linaro.org> |
---|---|---|---|
2 | 2 | ||
3 | All A9 CPUs have a GIC with 5 bits of priority. | 3 | The VIOT blob contains the following: |
4 | 4 | ||
5 | Signed-off-by: Sai Pavan Boddu <sai.pavan.boddu@xilinx.com> | 5 | [000h 0000 4] Signature : "VIOT" [Virtual I/O Translation Table] |
6 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 6 | [004h 0004 4] Table Length : 00000058 |
7 | Message-id: 1582537164-764-3-git-send-email-sai.pavan.boddu@xilinx.com | 7 | [008h 0008 1] Revision : 00 |
8 | Suggested-by: Peter Maydell <peter.maydell@linaro.org> | 8 | [009h 0009 1] Checksum : 66 |
9 | Reviewed-by: Peter Maydell <peter.maydell@linaro.org> | 9 | [00Ah 0010 6] Oem ID : "BOCHS " |
10 | [010h 0016 8] Oem Table ID : "BXPC " | ||
11 | [018h 0024 4] Oem Revision : 00000001 | ||
12 | [01Ch 0028 4] Asl Compiler ID : "BXPC" | ||
13 | [020h 0032 4] Asl Compiler Revision : 00000001 | ||
14 | |||
15 | [024h 0036 2] Node count : 0002 | ||
16 | [026h 0038 2] Node offset : 0030 | ||
17 | [028h 0040 8] Reserved : 0000000000000000 | ||
18 | |||
19 | [030h 0048 1] Type : 03 [VirtIO-PCI IOMMU] | ||
20 | [031h 0049 1] Reserved : 00 | ||
21 | [032h 0050 2] Length : 0010 | ||
22 | |||
23 | [034h 0052 2] PCI Segment : 0000 | ||
24 | [036h 0054 2] PCI BDF number : 0008 | ||
25 | [038h 0056 8] Reserved : 0000000000000000 | ||
26 | |||
27 | [040h 0064 1] Type : 01 [PCI Range] | ||
28 | [041h 0065 1] Reserved : 00 | ||
29 | [042h 0066 2] Length : 0018 | ||
30 | |||
31 | [044h 0068 4] Endpoint start : 00000000 | ||
32 | [048h 0072 2] PCI Segment start : 0000 | ||
33 | [04Ah 0074 2] PCI Segment end : 0000 | ||
34 | [04Ch 0076 2] PCI BDF start : 0000 | ||
35 | [04Eh 0078 2] PCI BDF end : 00FF | ||
36 | [050h 0080 2] Output node : 0030 | ||
37 | [052h 0082 6] Reserved : 000000000000 | ||
38 | |||
39 | Acked-by: Ani Sinha <ani@anisinha.ca> | ||
40 | Reviewed-by: Eric Auger <eric.auger@redhat.com> | ||
41 | Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org> | ||
42 | Message-id: 20211210170415.583179-9-jean-philippe@linaro.org | ||
10 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> | 43 | Signed-off-by: Peter Maydell <peter.maydell@linaro.org> |
11 | --- | 44 | --- |
12 | hw/cpu/a9mpcore.c | 4 ++++ | 45 | tests/qtest/bios-tables-test-allowed-diff.h | 1 - |
13 | 1 file changed, 4 insertions(+) | 46 | tests/data/acpi/virt/VIOT | Bin 0 -> 88 bytes |
47 | 2 files changed, 1 deletion(-) | ||
14 | 48 | ||
15 | diff --git a/hw/cpu/a9mpcore.c b/hw/cpu/a9mpcore.c | 49 | diff --git a/tests/qtest/bios-tables-test-allowed-diff.h b/tests/qtest/bios-tables-test-allowed-diff.h |
16 | index XXXXXXX..XXXXXXX 100644 | 50 | index XXXXXXX..XXXXXXX 100644 |
17 | --- a/hw/cpu/a9mpcore.c | 51 | --- a/tests/qtest/bios-tables-test-allowed-diff.h |
18 | +++ b/hw/cpu/a9mpcore.c | 52 | +++ b/tests/qtest/bios-tables-test-allowed-diff.h |
19 | @@ -XXX,XX +XXX,XX @@ | 53 | @@ -1,2 +1 @@ |
20 | #include "hw/qdev-properties.h" | 54 | /* List of comma-separated changed AML files to ignore */ |
21 | #include "hw/core/cpu.h" | 55 | -"tests/data/acpi/virt/VIOT", |
22 | 56 | diff --git a/tests/data/acpi/virt/VIOT b/tests/data/acpi/virt/VIOT | |
23 | +#define A9_GIC_NUM_PRIORITY_BITS 5 | 57 | index XXXXXXX..XXXXXXX 100644 |
24 | + | 58 | GIT binary patch |
25 | static void a9mp_priv_set_irq(void *opaque, int irq, int level) | 59 | literal 88 |
26 | { | 60 | zcmWIZ^bd((0D?3pe`k+i1*eDrX9XZ&1PX!JAexE60Hgv8m>C3sGzXN&z`)2L0cSHX |
27 | A9MPPrivState *s = (A9MPPrivState *)opaque; | 61 | I{D-Rq0Q5fy0RR91 |
28 | @@ -XXX,XX +XXX,XX @@ static void a9mp_priv_realize(DeviceState *dev, Error **errp) | 62 | |
29 | gicdev = DEVICE(&s->gic); | 63 | literal 0 |
30 | qdev_prop_set_uint32(gicdev, "num-cpu", s->num_cpu); | 64 | HcmV?d00001 |
31 | qdev_prop_set_uint32(gicdev, "num-irq", s->num_irq); | 65 | |
32 | + qdev_prop_set_uint32(gicdev, "num-priority-bits", | ||
33 | + A9_GIC_NUM_PRIORITY_BITS); | ||
34 | |||
35 | /* Make the GIC's TZ support match the CPUs. We assume that | ||
36 | * either all the CPUs have TZ, or none do. | ||
37 | -- | 66 | -- |
38 | 2.20.1 | 67 | 2.25.1 |
39 | 68 | ||
40 | 69 | diff view generated by jsdifflib |