1 | Squashed in a trivial fix for 32-bit hosts: | 1 | v1->v2: fix format string nit in ITS patches (%lu used when PRIu64 needed) |
---|---|---|---|
2 | 2 | ||
3 | --- a/target/arm/mve_helper.c | 3 | The following changes since commit eae587e8e3694b1aceab23239493fb4c7e1a80f5: |
4 | +++ b/target/arm/mve_helper.c | ||
5 | @@ -XXX,XX +XXX,XX @@ DO_LDAV(vmlsldavxsw, 4, int32_t, true, +=, -=) | ||
6 | acc = EVENACC(acc, TO128(n[H##ESIZE(e + 1 * XCHG)] * \ | ||
7 | m[H##ESIZE(e)])); \ | ||
8 | } \ | ||
9 | - acc = int128_add(acc, 1 << 7); \ | ||
10 | + acc = int128_add(acc, int128_make64(1 << 7)); \ | ||
11 | } \ | ||
12 | } \ | ||
13 | mve_advance_vpt(env); \ | ||
14 | 4 | ||
15 | -- PMM | 5 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-09-13' into staging (2021-09-13 11:00:30 +0100) |
16 | |||
17 | The following changes since commit 53f306f316549d20c76886903181413d20842423: | ||
18 | |||
19 | Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request' into staging (2021-06-21 11:26:04 +0100) | ||
20 | 6 | ||
21 | are available in the Git repository at: | 7 | are available in the Git repository at: |
22 | 8 | ||
23 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210624 | 9 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210913-1 |
24 | 10 | ||
25 | for you to fetch changes up to 90a76c6316cfe6416fc33814a838fb3928f746ee: | 11 | for you to fetch changes up to 925e3b205bb17af52ac06c7bdd9d84b27345a4e9: |
26 | 12 | ||
27 | docs/system: arm: Add nRF boards description (2021-06-24 14:58:48 +0100) | 13 | hw/arm/mps2.c: Mark internal-only I2C buses as 'full' (2021-09-13 19:36:50 +0100) |
28 | 14 | ||
29 | ---------------------------------------------------------------- | 15 | ---------------------------------------------------------------- |
30 | target-arm queue: | 16 | target-arm queue: |
31 | * Don't require 'virt' board to be compiled in for ACPI GHES code | 17 | * mark MPS2/MPS3 board-internal i2c buses as 'full' so that command |
32 | * docs: Document which architecture extensions we emulate | 18 | line user-created devices are not plugged into them |
33 | * Fix bugs in M-profile FPCXT_NS accesses | 19 | * Take an exception if PSTATE.IL is set |
34 | * First slice of MVE patches | 20 | * Support an emulated ITS in the virt board |
35 | * Implement MTE3 | 21 | * Add support for kudo-bmc board |
36 | * docs/system: arm: Add nRF boards description | 22 | * Probe for KVM_CAP_ARM_VM_IPA_SIZE when creating scratch VM |
23 | * cadence_uart: Fix clock handling issues that prevented | ||
24 | u-boot from running | ||
37 | 25 | ||
38 | ---------------------------------------------------------------- | 26 | ---------------------------------------------------------------- |
39 | Alexandre Iooss (1): | 27 | Bin Meng (6): |
40 | docs/system: arm: Add nRF boards description | 28 | hw/misc: zynq_slcr: Correctly compute output clocks in the reset exit phase |
29 | hw/char: cadence_uart: Disable transmit when input clock is disabled | ||
30 | hw/char: cadence_uart: Move clock/reset check to uart_can_receive() | ||
31 | hw/char: cadence_uart: Convert to memop_with_attrs() ops | ||
32 | hw/char: cadence_uart: Ignore access when unclocked or in reset for uart_{read, write}() | ||
33 | hw/char: cadence_uart: Log a guest error when device is unclocked or in reset | ||
41 | 34 | ||
42 | Peter Collingbourne (1): | 35 | Chris Rauer (1): |
43 | target/arm: Implement MTE3 | 36 | hw/arm: Add support for kudo-bmc board. |
44 | 37 | ||
45 | Peter Maydell (55): | 38 | Marc Zyngier (1): |
46 | hw/acpi: Provide stub version of acpi_ghes_record_errors() | 39 | hw/arm/virt: KVM: Probe for KVM_CAP_ARM_VM_IPA_SIZE when creating scratch VM |
47 | hw/acpi: Provide function acpi_ghes_present() | ||
48 | target/arm: Use acpi_ghes_present() to see if we report ACPI memory errors | ||
49 | docs/system/arm: Document which architecture extensions we emulate | ||
50 | target/arm/translate-vfp.c: Whitespace fixes | ||
51 | target/arm: Handle FPU being disabled in FPCXT_NS accesses | ||
52 | target/arm: Don't NOCP fault for FPCXT_NS accesses | ||
53 | target/arm: Handle writeback in VLDR/VSTR sysreg with no memory access | ||
54 | target/arm: Factor FP context update code out into helper function | ||
55 | target/arm: Split vfp_access_check() into A and M versions | ||
56 | target/arm: Handle FPU check for FPCXT_NS insns via vfp_access_check_m() | ||
57 | target/arm: Implement MVE VLDR/VSTR (non-widening forms) | ||
58 | target/arm: Implement widening/narrowing MVE VLDR/VSTR insns | ||
59 | target/arm: Implement MVE VCLZ | ||
60 | target/arm: Implement MVE VCLS | ||
61 | target/arm: Implement MVE VREV16, VREV32, VREV64 | ||
62 | target/arm: Implement MVE VMVN (register) | ||
63 | target/arm: Implement MVE VABS | ||
64 | target/arm: Implement MVE VNEG | ||
65 | tcg: Make gen_dup_i32/i64() public as tcg_gen_dup_i32/i64 | ||
66 | target/arm: Implement MVE VDUP | ||
67 | target/arm: Implement MVE VAND, VBIC, VORR, VORN, VEOR | ||
68 | target/arm: Implement MVE VADD, VSUB, VMUL | ||
69 | target/arm: Implement MVE VMULH | ||
70 | target/arm: Implement MVE VRMULH | ||
71 | target/arm: Implement MVE VMAX, VMIN | ||
72 | target/arm: Implement MVE VABD | ||
73 | target/arm: Implement MVE VHADD, VHSUB | ||
74 | target/arm: Implement MVE VMULL | ||
75 | target/arm: Implement MVE VMLALDAV | ||
76 | target/arm: Implement MVE VMLSLDAV | ||
77 | target/arm: Implement MVE VRMLALDAVH, VRMLSLDAVH | ||
78 | target/arm: Implement MVE VADD (scalar) | ||
79 | target/arm: Implement MVE VSUB, VMUL (scalar) | ||
80 | target/arm: Implement MVE VHADD, VHSUB (scalar) | ||
81 | target/arm: Implement MVE VBRSR | ||
82 | target/arm: Implement MVE VPST | ||
83 | target/arm: Implement MVE VQADD and VQSUB | ||
84 | target/arm: Implement MVE VQDMULH and VQRDMULH (scalar) | ||
85 | target/arm: Implement MVE VQDMULL scalar | ||
86 | target/arm: Implement MVE VQDMULH, VQRDMULH (vector) | ||
87 | target/arm: Implement MVE VQADD, VQSUB (vector) | ||
88 | target/arm: Implement MVE VQSHL (vector) | ||
89 | target/arm: Implement MVE VQRSHL | ||
90 | target/arm: Implement MVE VSHL insn | ||
91 | target/arm: Implement MVE VRSHL | ||
92 | target/arm: Implement MVE VQDMLADH and VQRDMLADH | ||
93 | target/arm: Implement MVE VQDMLSDH and VQRDMLSDH | ||
94 | target/arm: Implement MVE VQDMULL (vector) | ||
95 | target/arm: Implement MVE VRHADD | ||
96 | target/arm: Implement MVE VADC, VSBC | ||
97 | target/arm: Implement MVE VCADD | ||
98 | target/arm: Implement MVE VHCADD | ||
99 | target/arm: Implement MVE VADDV | ||
100 | target/arm: Make VMOV scalar <-> gpreg beatwise for MVE | ||
101 | 40 | ||
102 | docs/system/arm/emulation.rst | 103 ++++ | 41 | Peter Maydell (5): |
103 | docs/system/arm/nrf.rst | 51 ++ | 42 | target/arm: Take an exception if PSTATE.IL is set |
104 | docs/system/target-arm.rst | 7 + | 43 | qdev: Support marking individual buses as 'full' |
105 | include/hw/acpi/ghes.h | 9 + | 44 | hw/arm/mps2-tz.c: Add extra data parameter to MakeDevFn |
106 | include/tcg/tcg-op.h | 8 + | 45 | hw/arm/mps2-tz.c: Mark internal-only I2C buses as 'full' |
107 | include/tcg/tcg.h | 1 - | 46 | hw/arm/mps2.c: Mark internal-only I2C buses as 'full' |
108 | target/arm/helper-mve.h | 357 +++++++++++++ | ||
109 | target/arm/helper.h | 2 + | ||
110 | target/arm/internals.h | 11 + | ||
111 | target/arm/translate-a32.h | 3 + | ||
112 | target/arm/translate.h | 10 + | ||
113 | target/arm/m-nocp.decode | 24 + | ||
114 | target/arm/mve.decode | 240 +++++++++ | ||
115 | target/arm/vfp.decode | 14 - | ||
116 | hw/acpi/ghes-stub.c | 22 + | ||
117 | hw/acpi/ghes.c | 17 + | ||
118 | target/arm/cpu64.c | 2 +- | ||
119 | target/arm/kvm64.c | 6 +- | ||
120 | target/arm/mte_helper.c | 82 +-- | ||
121 | target/arm/mve_helper.c | 1160 +++++++++++++++++++++++++++++++++++++++++ | ||
122 | target/arm/translate-m-nocp.c | 550 +++++++++++++++++++ | ||
123 | target/arm/translate-mve.c | 759 +++++++++++++++++++++++++++ | ||
124 | target/arm/translate-vfp.c | 741 +++++++------------------- | ||
125 | tcg/tcg-op-gvec.c | 20 +- | ||
126 | MAINTAINERS | 1 + | ||
127 | hw/acpi/meson.build | 6 +- | ||
128 | target/arm/meson.build | 1 + | ||
129 | 27 files changed, 3578 insertions(+), 629 deletions(-) | ||
130 | create mode 100644 docs/system/arm/emulation.rst | ||
131 | create mode 100644 docs/system/arm/nrf.rst | ||
132 | create mode 100644 target/arm/helper-mve.h | ||
133 | create mode 100644 hw/acpi/ghes-stub.c | ||
134 | create mode 100644 target/arm/mve_helper.c | ||
135 | 47 | ||
48 | Richard Henderson (1): | ||
49 | target/arm: Merge disas_a64_insn into aarch64_tr_translate_insn | ||
50 | |||
51 | Shashi Mallela (9): | ||
52 | hw/intc: GICv3 ITS initial framework | ||
53 | hw/intc: GICv3 ITS register definitions added | ||
54 | hw/intc: GICv3 ITS command queue framework | ||
55 | hw/intc: GICv3 ITS Command processing | ||
56 | hw/intc: GICv3 ITS Feature enablement | ||
57 | hw/intc: GICv3 redistributor ITS processing | ||
58 | tests/data/acpi/virt: Add IORT files for ITS | ||
59 | hw/arm/virt: add ITS support in virt GIC | ||
60 | tests/data/acpi/virt: Update IORT files for ITS | ||
61 | |||
62 | docs/system/arm/nuvoton.rst | 1 + | ||
63 | hw/intc/gicv3_internal.h | 188 ++++- | ||
64 | include/hw/arm/virt.h | 2 + | ||
65 | include/hw/intc/arm_gicv3_common.h | 13 + | ||
66 | include/hw/intc/arm_gicv3_its_common.h | 32 +- | ||
67 | include/hw/qdev-core.h | 24 + | ||
68 | target/arm/cpu.h | 1 + | ||
69 | target/arm/kvm_arm.h | 4 +- | ||
70 | target/arm/syndrome.h | 5 + | ||
71 | target/arm/translate.h | 2 + | ||
72 | hw/arm/mps2-tz.c | 92 ++- | ||
73 | hw/arm/mps2.c | 12 +- | ||
74 | hw/arm/npcm7xx_boards.c | 34 + | ||
75 | hw/arm/virt.c | 29 +- | ||
76 | hw/char/cadence_uart.c | 61 +- | ||
77 | hw/intc/arm_gicv3.c | 14 + | ||
78 | hw/intc/arm_gicv3_common.c | 13 + | ||
79 | hw/intc/arm_gicv3_cpuif.c | 7 +- | ||
80 | hw/intc/arm_gicv3_dist.c | 5 +- | ||
81 | hw/intc/arm_gicv3_its.c | 1322 ++++++++++++++++++++++++++++++++ | ||
82 | hw/intc/arm_gicv3_its_common.c | 7 +- | ||
83 | hw/intc/arm_gicv3_its_kvm.c | 2 +- | ||
84 | hw/intc/arm_gicv3_redist.c | 153 +++- | ||
85 | hw/misc/zynq_slcr.c | 31 +- | ||
86 | softmmu/qdev-monitor.c | 7 +- | ||
87 | target/arm/helper-a64.c | 1 + | ||
88 | target/arm/helper.c | 8 + | ||
89 | target/arm/kvm.c | 7 +- | ||
90 | target/arm/translate-a64.c | 255 +++--- | ||
91 | target/arm/translate.c | 21 + | ||
92 | hw/intc/meson.build | 1 + | ||
93 | tests/data/acpi/virt/IORT | Bin 0 -> 124 bytes | ||
94 | tests/data/acpi/virt/IORT.memhp | Bin 0 -> 124 bytes | ||
95 | tests/data/acpi/virt/IORT.numamem | Bin 0 -> 124 bytes | ||
96 | tests/data/acpi/virt/IORT.pxb | Bin 0 -> 124 bytes | ||
97 | 35 files changed, 2144 insertions(+), 210 deletions(-) | ||
98 | create mode 100644 hw/intc/arm_gicv3_its.c | ||
99 | create mode 100644 tests/data/acpi/virt/IORT | ||
100 | create mode 100644 tests/data/acpi/virt/IORT.memhp | ||
101 | create mode 100644 tests/data/acpi/virt/IORT.numamem | ||
102 | create mode 100644 tests/data/acpi/virt/IORT.pxb | ||
103 | diff view generated by jsdifflib |