1 | Forgot to add system/index to docs/index.rst (one line tweak). | 1 | Squashed in a trivial fix for 32-bit hosts: |
---|---|---|---|
2 | Rest of series same as v1. | ||
3 | 2 | ||
4 | The following changes since commit b7c359c748a2e3ccb97a184b9739feb2cd48de2f: | 3 | --- a/target/arm/mve_helper.c |
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); \ | ||
5 | 14 | ||
6 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-request' into staging (2020-01-23 14:38:43 +0000) | 15 | -- PMM |
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) | ||
7 | 20 | ||
8 | are available in the Git repository at: | 21 | are available in the Git repository at: |
9 | 22 | ||
10 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20200123-1 | 23 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210624 |
11 | 24 | ||
12 | for you to fetch changes up to 3efba2eac3f2ac1f84f75465597f361626a6d0d5: | 25 | for you to fetch changes up to 90a76c6316cfe6416fc33814a838fb3928f746ee: |
13 | 26 | ||
14 | hw/arm/exynos4210: Connect serial port DMA busy signals with pl330 (2020-01-23 15:34:05 +0000) | 27 | docs/system: arm: Add nRF boards description (2021-06-24 14:58:48 +0100) |
15 | 28 | ||
16 | ---------------------------------------------------------------- | 29 | ---------------------------------------------------------------- |
17 | target-arm queue: | 30 | target-arm queue: |
18 | * fix bug in PAuth emulation | 31 | * Don't require 'virt' board to be compiled in for ACPI GHES code |
19 | * add PMU to Cortex-R5, Cortex-R5F | 32 | * docs: Document which architecture extensions we emulate |
20 | * qemu-nbd: Convert documentation to rST | 33 | * Fix bugs in M-profile FPCXT_NS accesses |
21 | * qemu-block-drivers: Convert documentation to rST | 34 | * First slice of MVE patches |
22 | * Fix Exynos4210 UART DMA support | 35 | * Implement MTE3 |
23 | * Various minor code cleanups | 36 | * docs/system: arm: Add nRF boards description |
24 | 37 | ||
25 | ---------------------------------------------------------------- | 38 | ---------------------------------------------------------------- |
26 | Andrew Jones (1): | 39 | Alexandre Iooss (1): |
27 | target/arm/arch_dump: Add SVE notes | 40 | docs/system: arm: Add nRF boards description |
28 | 41 | ||
29 | Clement Deschamps (1): | 42 | Peter Collingbourne (1): |
30 | target/arm: add PMU feature to cortex-r5 and cortex-r5f | 43 | target/arm: Implement MTE3 |
31 | 44 | ||
32 | Guenter Roeck (8): | 45 | Peter Maydell (55): |
33 | dma/pl330: Convert to support tracing | 46 | hw/acpi: Provide stub version of acpi_ghes_record_errors() |
34 | hw/core/or-irq: Increase limit of or-lines to 48 | 47 | hw/acpi: Provide function acpi_ghes_present() |
35 | hw/arm/exynos4210: Fix DMA initialization | 48 | target/arm: Use acpi_ghes_present() to see if we report ACPI memory errors |
36 | hw/char/exynos4210_uart: Convert to support tracing | 49 | docs/system/arm: Document which architecture extensions we emulate |
37 | hw/char/exynos4210_uart: Implement post_load function | 50 | target/arm/translate-vfp.c: Whitespace fixes |
38 | hw/char/exynos4210_uart: Implement Rx FIFO level triggers and timeouts | 51 | target/arm: Handle FPU being disabled in FPCXT_NS accesses |
39 | hw/char/exynos4210_uart: Add receive DMA support | 52 | target/arm: Don't NOCP fault for FPCXT_NS accesses |
40 | hw/arm/exynos4210: Connect serial port DMA busy signals with pl330 | 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 | ||
41 | 101 | ||
42 | Keqian Zhu (2): | 102 | docs/system/arm/emulation.rst | 103 ++++ |
43 | hw/acpi: Remove extra indent in ACPI GED hotplug cb | 103 | docs/system/arm/nrf.rst | 51 ++ |
44 | hw/arm: Use helper function to trigger hotplug handler plug | 104 | docs/system/target-arm.rst | 7 + |
105 | include/hw/acpi/ghes.h | 9 + | ||
106 | include/tcg/tcg-op.h | 8 + | ||
107 | include/tcg/tcg.h | 1 - | ||
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 | ||
45 | 135 | ||
46 | Peter Maydell (3): | ||
47 | qemu-nbd: Convert invocation documentation to rST | ||
48 | docs: Create stub system manual | ||
49 | qemu-block-drivers: Convert to rST | ||
50 | |||
51 | Philippe Mathieu-Daudé (1): | ||
52 | hw/misc/stm32f4xx_syscfg: Fix copy/paste error | ||
53 | |||
54 | Richard Henderson (3): | ||
55 | tests/tcg/aarch64: Fix compilation parameters for pauth-% | ||
56 | tests/tcg/aarch64: Add pauth-3 | ||
57 | tests/tcg/aarch64: Add pauth-4 | ||
58 | |||
59 | Vincent Dehors (1): | ||
60 | target/arm: Fix PAuth sbox functions | ||
61 | |||
62 | Makefile | 37 +- | ||
63 | tests/tcg/aarch64/Makefile.softmmu-target | 5 +- | ||
64 | tests/tcg/aarch64/Makefile.target | 3 +- | ||
65 | include/elf.h | 1 + | ||
66 | include/hw/arm/exynos4210.h | 4 + | ||
67 | include/hw/or-irq.h | 2 +- | ||
68 | target/arm/cpu.h | 25 + | ||
69 | hw/acpi/generic_event_device.c | 2 +- | ||
70 | hw/arm/exynos4210.c | 77 ++- | ||
71 | hw/arm/virt.c | 6 +- | ||
72 | hw/char/exynos4210_uart.c | 245 +++++--- | ||
73 | hw/dma/pl330.c | 88 +-- | ||
74 | hw/misc/stm32f4xx_syscfg.c | 2 +- | ||
75 | target/arm/arch_dump.c | 124 +++- | ||
76 | target/arm/cpu.c | 1 + | ||
77 | target/arm/kvm64.c | 24 - | ||
78 | target/arm/pauth_helper.c | 4 +- | ||
79 | tests/tcg/aarch64/pauth-1.c | 2 - | ||
80 | tests/tcg/aarch64/pauth-2.c | 2 - | ||
81 | tests/tcg/aarch64/pauth-4.c | 25 + | ||
82 | tests/tcg/aarch64/system/pauth-3.c | 40 ++ | ||
83 | MAINTAINERS | 1 + | ||
84 | docs/index.html.in | 1 + | ||
85 | docs/index.rst | 2 +- | ||
86 | docs/interop/conf.py | 4 +- | ||
87 | docs/interop/index.rst | 1 + | ||
88 | docs/interop/qemu-nbd.rst | 263 ++++++++ | ||
89 | docs/interop/qemu-option-trace.rst.inc | 30 + | ||
90 | docs/qemu-block-drivers.texi | 889 --------------------------- | ||
91 | docs/system/conf.py | 22 + | ||
92 | docs/system/index.rst | 17 + | ||
93 | docs/system/qemu-block-drivers.rst | 985 ++++++++++++++++++++++++++++++ | ||
94 | hw/char/trace-events | 20 + | ||
95 | hw/dma/trace-events | 24 + | ||
96 | qemu-doc.texi | 18 - | ||
97 | qemu-nbd.texi | 214 ------- | ||
98 | qemu-option-trace.texi | 4 + | ||
99 | qemu-options.hx | 2 +- | ||
100 | 38 files changed, 1898 insertions(+), 1318 deletions(-) | ||
101 | create mode 100644 tests/tcg/aarch64/pauth-4.c | ||
102 | create mode 100644 tests/tcg/aarch64/system/pauth-3.c | ||
103 | create mode 100644 docs/interop/qemu-nbd.rst | ||
104 | create mode 100644 docs/interop/qemu-option-trace.rst.inc | ||
105 | delete mode 100644 docs/qemu-block-drivers.texi | ||
106 | create mode 100644 docs/system/conf.py | ||
107 | create mode 100644 docs/system/index.rst | ||
108 | create mode 100644 docs/system/qemu-block-drivers.rst | ||
109 | delete mode 100644 qemu-nbd.texi | ||
110 | diff view generated by jsdifflib |