1 | v2: dropped a couple of cadence_gem changes to ID regs that | 1 | v2: dropped USHL/SSHL patch |
---|---|---|---|
2 | caused new clang sanitizer warnings. | ||
3 | 2 | ||
4 | -- PMM | 3 | The following changes since commit 785a602eae7ad97076b9794ebaba072ad4a9f74f: |
5 | 4 | ||
6 | The following changes since commit dddb37495b844270088e68e3bf30b764d48d863f: | 5 | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190613-pull-request' into staging (2019-06-13 13:25:25 +0100) |
7 | |||
8 | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20181015.0' into staging (2018-10-15 18:44:04 +0100) | ||
9 | 6 | ||
10 | are available in the Git repository at: | 7 | are available in the Git repository at: |
11 | 8 | ||
12 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20181016-1 | 9 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20190613-1 |
13 | 10 | ||
14 | for you to fetch changes up to 2ef297af07196c29446556537861f8e7dfeeae7b: | 11 | for you to fetch changes up to 18cf951af9a27ae573a6fa17f9d0c103f7b7679b: |
15 | 12 | ||
16 | coccinelle: new inplace-byteswaps.cocci to remove inplace-byteswapping calls (2018-10-16 17:14:55 +0100) | 13 | target/arm: Fix short-vector increment behaviour (2019-06-13 15:14:06 +0100) |
17 | 14 | ||
18 | ---------------------------------------------------------------- | 15 | ---------------------------------------------------------------- |
19 | target-arm queue: | 16 | target-arm queue: |
20 | * hw/arm/virt: add DT property /secure-chosen/stdout-path indicating secure UART | 17 | * convert aarch32 VFP decoder to decodetree |
21 | * target/arm: Fix aarch64_sve_change_el wrt EL0 | 18 | (includes tightening up decode in a few places) |
22 | * target/arm: Define fields of ISAR registers | 19 | * fix minor bugs in VFP short-vector handling |
23 | * target/arm: Align cortex-r5 id_isar0 | 20 | * hw/core/bus.c: Only the main system bus can have no parent |
24 | * target/arm: Fix cortex-a7 id_isar0 | 21 | * smmuv3: Fix decoding of ID register range |
25 | * net/cadence_gem: Fix various bugs, add support for new | 22 | * Implement NSACR gating of floating point |
26 | features that will be used by the Xilinx Versal board | 23 | * Use tcg_gen_gvec_bitsel |
27 | * target-arm: powerctl: Enable HVC when starting CPUs to EL2 | ||
28 | * target/arm: Add the Cortex-A72 | ||
29 | * target/arm: Mark PMINTENCLR and PMINTENCLR_EL1 accesses as possibly doing IO | ||
30 | * target/arm: Mask PMOVSR writes based on supported counters | ||
31 | * target/arm: Initialize ARMMMUFaultInfo in v7m_stack_read/write | ||
32 | * coccinelle: new inplace-byteswaps.cocci to remove inplace-byteswapping calls | ||
33 | 24 | ||
34 | ---------------------------------------------------------------- | 25 | ---------------------------------------------------------------- |
35 | Aaron Lindsay (2): | 26 | Peter Maydell (44): |
36 | target/arm: Mark PMINTENCLR and PMINTENCLR_EL1 accesses as possibly doing IO | 27 | target/arm: Implement NSACR gating of floating point |
37 | target/arm: Mask PMOVSR writes based on supported counters | 28 | hw/arm/smmuv3: Fix decoding of ID register range |
29 | hw/core/bus.c: Only the main system bus can have no parent | ||
30 | target/arm: Add stubs for AArch32 VFP decodetree | ||
31 | target/arm: Factor out VFP access checking code | ||
32 | target/arm: Fix Cortex-R5F MVFR values | ||
33 | target/arm: Explicitly enable VFP short-vectors for aarch32 -cpu max | ||
34 | target/arm: Convert the VSEL instructions to decodetree | ||
35 | target/arm: Convert VMINNM, VMAXNM to decodetree | ||
36 | target/arm: Convert VRINTA/VRINTN/VRINTP/VRINTM to decodetree | ||
37 | target/arm: Convert VCVTA/VCVTN/VCVTP/VCVTM to decodetree | ||
38 | target/arm: Move the VFP trans_* functions to translate-vfp.inc.c | ||
39 | target/arm: Add helpers for VFP register loads and stores | ||
40 | target/arm: Convert "double-precision" register moves to decodetree | ||
41 | target/arm: Convert "single-precision" register moves to decodetree | ||
42 | target/arm: Convert VFP two-register transfer insns to decodetree | ||
43 | target/arm: Convert VFP VLDR and VSTR to decodetree | ||
44 | target/arm: Convert the VFP load/store multiple insns to decodetree | ||
45 | target/arm: Remove VLDR/VSTR/VLDM/VSTM use of cpu_F0s and cpu_F0d | ||
46 | target/arm: Convert VFP VMLA to decodetree | ||
47 | target/arm: Convert VFP VMLS to decodetree | ||
48 | target/arm: Convert VFP VNMLS to decodetree | ||
49 | target/arm: Convert VFP VNMLA to decodetree | ||
50 | target/arm: Convert VMUL to decodetree | ||
51 | target/arm: Convert VNMUL to decodetree | ||
52 | target/arm: Convert VADD to decodetree | ||
53 | target/arm: Convert VSUB to decodetree | ||
54 | target/arm: Convert VDIV to decodetree | ||
55 | target/arm: Convert VFP fused multiply-add insns to decodetree | ||
56 | target/arm: Convert VMOV (imm) to decodetree | ||
57 | target/arm: Convert VABS to decodetree | ||
58 | target/arm: Convert VNEG to decodetree | ||
59 | target/arm: Convert VSQRT to decodetree | ||
60 | target/arm: Convert VMOV (register) to decodetree | ||
61 | target/arm: Convert VFP comparison insns to decodetree | ||
62 | target/arm: Convert the VCVT-from-f16 insns to decodetree | ||
63 | target/arm: Convert the VCVT-to-f16 insns to decodetree | ||
64 | target/arm: Convert VFP round insns to decodetree | ||
65 | target/arm: Convert double-single precision conversion insns to decodetree | ||
66 | target/arm: Convert integer-to-float insns to decodetree | ||
67 | target/arm: Convert VJCVT to decodetree | ||
68 | target/arm: Convert VCVT fp/fixed-point conversion insns to decodetree | ||
69 | target/arm: Convert float-to-integer VCVT insns to decodetree | ||
70 | target/arm: Fix short-vector increment behaviour | ||
38 | 71 | ||
39 | Edgar E. Iglesias (8): | 72 | Richard Henderson (3): |
40 | net: cadence_gem: Disable TSU feature bit | 73 | target/arm: Use tcg_gen_gvec_bitsel |
41 | net: cadence_gem: Use uint32_t for 32bit descriptor words | 74 | target/arm: Fix output of PAuth Auth |
42 | net: cadence_gem: Add macro with max number of descriptor words | 75 | decodetree: Fix comparison of Field |
43 | net: cadence_gem: Add support for extended descriptors | ||
44 | net: cadence_gem: Add support for selecting the DMA MemoryRegion | ||
45 | net: cadence_gem: Implement support for 64bit descriptor addresses | ||
46 | target-arm: powerctl: Enable HVC when starting CPUs to EL2 | ||
47 | target/arm: Add the Cortex-A72 | ||
48 | 76 | ||
49 | Jerome Forissier (1): | 77 | target/arm/Makefile.objs | 13 + |
50 | hw/arm/virt: add DT property /secure-chosen/stdout-path indicating secure UART | 78 | tests/tcg/aarch64/Makefile.target | 2 +- |
79 | target/arm/cpu.h | 11 + | ||
80 | target/arm/translate-a64.h | 2 + | ||
81 | target/arm/translate.h | 3 - | ||
82 | hw/arm/smmuv3.c | 2 +- | ||
83 | hw/core/bus.c | 21 +- | ||
84 | target/arm/cpu.c | 6 + | ||
85 | target/arm/helper.c | 75 +- | ||
86 | target/arm/pauth_helper.c | 4 +- | ||
87 | target/arm/translate-a64.c | 15 +- | ||
88 | target/arm/translate-vfp.inc.c | 2672 +++++++++++++++++++++++++++++++++++++ | ||
89 | target/arm/translate.c | 1581 +--------------------- | ||
90 | tests/tcg/aarch64/pauth-2.c | 61 + | ||
91 | scripts/decodetree.py | 2 +- | ||
92 | target/arm/vfp-uncond.decode | 63 + | ||
93 | target/arm/vfp.decode | 242 ++++ | ||
94 | 17 files changed, 3203 insertions(+), 1572 deletions(-) | ||
95 | create mode 100644 target/arm/translate-vfp.inc.c | ||
96 | create mode 100644 tests/tcg/aarch64/pauth-2.c | ||
97 | create mode 100644 target/arm/vfp-uncond.decode | ||
98 | create mode 100644 target/arm/vfp.decode | ||
51 | 99 | ||
52 | Peter Maydell (2): | ||
53 | target/arm: Initialize ARMMMUFaultInfo in v7m_stack_read/write | ||
54 | coccinelle: new inplace-byteswaps.cocci to remove inplace-byteswapping calls | ||
55 | |||
56 | Richard Henderson (4): | ||
57 | target/arm: Fix aarch64_sve_change_el wrt EL0 | ||
58 | target/arm: Define fields of ISAR registers | ||
59 | target/arm: Align cortex-r5 id_isar0 | ||
60 | target/arm: Fix cortex-a7 id_isar0 | ||
61 | |||
62 | include/hw/net/cadence_gem.h | 7 +- | ||
63 | target/arm/cpu.h | 95 ++++++++++++++- | ||
64 | hw/arm/virt.c | 4 + | ||
65 | hw/net/cadence_gem.c | 185 ++++++++++++++++++++--------- | ||
66 | target/arm/arm-powerctl.c | 10 ++ | ||
67 | target/arm/cpu.c | 7 +- | ||
68 | target/arm/cpu64.c | 66 +++++++++- | ||
69 | target/arm/helper.c | 27 +++-- | ||
70 | target/arm/op_helper.c | 6 +- | ||
71 | scripts/coccinelle/inplace-byteswaps.cocci | 65 ++++++++++ | ||
72 | 10 files changed, 402 insertions(+), 70 deletions(-) | ||
73 | create mode 100644 scripts/coccinelle/inplace-byteswaps.cocci | ||
74 | diff view generated by jsdifflib |