1
v2: drop a couple of RTH's patches that he wants to rework.
1
v2: drop pvpanic-pci patches.
2
2
3
The following changes since commit 0266c739abbed804deabb4ccde2aa449466ac3b4:
3
The following changes since commit f1fcb6851aba6dd9838886dc179717a11e344a1c:
4
4
5
Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-feb-14-2019' into staging (2019-02-14 18:33:00 +0000)
5
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-01-19' into staging (2021-01-19 11:57:07 +0000)
6
6
7
are available in the Git repository at:
7
are available in the Git repository at:
8
8
9
https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20190215
9
https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210119-1
10
10
11
for you to fetch changes up to 0f8b09b22234460cb5b8766a25066cf6b5f06842:
11
for you to fetch changes up to b93f4fbdc48283a39089469c44a5529d79dc40a8:
12
12
13
gdbstub: Send a reply to the vKill packet. (2019-02-15 09:56:41 +0000)
13
docs: Build and install all the docs in a single manual (2021-01-19 15:45:14 +0000)
14
14
15
----------------------------------------------------------------
15
----------------------------------------------------------------
16
target-arm queue:
16
target-arm queue:
17
* gdbstub: Send a reply to the vKill packet
17
* Implement IMPDEF pauth algorithm
18
* Improve codegen for neon min/max and saturating arithmetic
18
* Support ARMv8.4-SEL2
19
* Fix a bug in clearing FPSCR exception status bits
19
* Fix bug where we were truncating predicate vector lengths in SVE insns
20
* hw/arm/armsse: Fix miswiring of expansion IRQs
20
* npcm7xx_adc-test: Fix memleak in adc_qom_set
21
* hw/intc/armv7m_nvic: Allow byte accesses to SHPR1
21
* target/arm/m_helper: Silence GCC 10 maybe-uninitialized error
22
* MAINTAINERS: Remove Peter Crosthwaite from various entries
22
* docs: Build and install all the docs in a single manual
23
* arm: Allow system registers for KVM guests to be changed by QEMU code
24
* linux-user: support HWCAP_CPUID which exposes ID registers to user code
25
* Fix bug in 128-bit cmpxchg for BE Arm guests
26
* Implement (no-op) HACR_EL2
27
* Fix CRn to be 14 for PMEVTYPER/PMEVCNTR
28
23
29
----------------------------------------------------------------
24
----------------------------------------------------------------
30
Aaron Lindsay OS (1):
25
Gan Qixin (1):
31
target/arm: Fix CRn to be 14 for PMEVTYPER/PMEVCNTR
26
npcm7xx_adc-test: Fix memleak in adc_qom_set
32
27
33
Alex Bennée (5):
28
Peter Maydell (1):
34
target/arm: relax permission checks for HWCAP_CPUID registers
29
docs: Build and install all the docs in a single manual
35
target/arm: expose CPUID registers to userspace
36
target/arm: expose MPIDR_EL1 to userspace
37
target/arm: expose remaining CPUID registers as RAZ
38
linux-user/elfload: enable HWCAP_CPUID for AArch64
39
30
40
Catherine Ho (1):
31
Philippe Mathieu-Daudé (1):
41
target/arm: Fix int128_make128 lo, hi order in paired_cmpxchg64_be
32
target/arm/m_helper: Silence GCC 10 maybe-uninitialized error
42
33
43
Peter Maydell (5):
34
Richard Henderson (7):
44
target/arm: Implement HACR_EL2
35
target/arm: Implement an IMPDEF pauth algorithm
45
arm: Allow system registers for KVM guests to be changed by QEMU code
36
target/arm: Add cpu properties to control pauth
46
MAINTAINERS: Remove Peter Crosthwaite from various entries
37
target/arm: Use object_property_add_bool for "sve" property
47
hw/intc/armv7m_nvic: Allow byte accesses to SHPR1
38
target/arm: Introduce PREDDESC field definitions
48
hw/arm/armsse: Fix miswiring of expansion IRQs
39
target/arm: Update PFIRST, PNEXT for pred_desc
40
target/arm: Update ZIP, UZP, TRN for pred_desc
41
target/arm: Update REV, PUNPK for pred_desc
49
42
50
Richard Henderson (12):
43
Rémi Denis-Courmont (19):
51
target/arm: Rely on optimization within tcg_gen_gvec_or
44
target/arm: remove redundant tests
52
target/arm: Use vector minmax expanders for aarch64
45
target/arm: add arm_is_el2_enabled() helper
53
target/arm: Use vector minmax expanders for aarch32
46
target/arm: use arm_is_el2_enabled() where applicable
54
target/arm: Use tcg integer min/max primitives for neon
47
target/arm: use arm_hcr_el2_eff() where applicable
55
target/arm: Remove neon min/max helpers
48
target/arm: factor MDCR_EL2 common handling
56
target/arm: Fix vfp_gdb_get/set_reg vs FPSCR
49
target/arm: Define isar_feature function to test for presence of SEL2
57
target/arm: Fix arm_cpu_dump_state vs FPSCR
50
target/arm: add 64-bit S-EL2 to EL exception table
58
target/arm: Split out flags setting from vfp compares
51
target/arm: add MMU stage 1 for Secure EL2
59
target/arm: Fix set of bits kept in xregs[ARM_VFP_FPSCR]
52
target/arm: add ARMv8.4-SEL2 system registers
60
target/arm: Split out FPSCR.QC to a vector field
53
target/arm: handle VMID change in secure state
61
target/arm: Use vector operations for saturation
54
target/arm: do S1_ptw_translate() before address space lookup
62
target/arm: Add missing clear_tail calls
55
target/arm: translate NS bit in page-walks
56
target/arm: generalize 2-stage page-walk condition
57
target/arm: secure stage 2 translation regime
58
target/arm: set HPFAR_EL2.NS on secure stage 2 faults
59
target/arm: revector to run-time pick target EL
60
target/arm: Implement SCR_EL2.EEL2
61
target/arm: enable Secure EL2 in max CPU
62
target/arm: refactor vae1_tlbmask()
63
63
64
Sandra Loosemore (1):
64
docs/conf.py | 46 ++++-
65
gdbstub: Send a reply to the vKill packet.
65
docs/devel/conf.py | 15 --
66
docs/index.html.in | 17 --
67
docs/interop/conf.py | 28 ---
68
docs/meson.build | 64 +++---
69
docs/specs/conf.py | 16 --
70
docs/system/arm/cpu-features.rst | 21 ++
71
docs/system/conf.py | 28 ---
72
docs/tools/conf.py | 37 ----
73
docs/user/conf.py | 15 --
74
include/qemu/xxhash.h | 98 +++++++++
75
target/arm/cpu-param.h | 2 +-
76
target/arm/cpu.h | 107 ++++++++--
77
target/arm/internals.h | 45 +++++
78
target/arm/cpu.c | 23 ++-
79
target/arm/cpu64.c | 65 ++++--
80
target/arm/helper-a64.c | 8 +-
81
target/arm/helper.c | 414 ++++++++++++++++++++++++++-------------
82
target/arm/m_helper.c | 2 +-
83
target/arm/monitor.c | 1 +
84
target/arm/op_helper.c | 4 +-
85
target/arm/pauth_helper.c | 27 ++-
86
target/arm/sve_helper.c | 33 ++--
87
target/arm/tlb_helper.c | 3 +
88
target/arm/translate-a64.c | 4 +
89
target/arm/translate-sve.c | 31 ++-
90
target/arm/translate.c | 36 +++-
91
tests/qtest/arm-cpu-features.c | 13 ++
92
tests/qtest/npcm7xx_adc-test.c | 1 +
93
.gitlab-ci.yml | 4 +-
94
30 files changed, 770 insertions(+), 438 deletions(-)
95
delete mode 100644 docs/devel/conf.py
96
delete mode 100644 docs/index.html.in
97
delete mode 100644 docs/interop/conf.py
98
delete mode 100644 docs/specs/conf.py
99
delete mode 100644 docs/system/conf.py
100
delete mode 100644 docs/tools/conf.py
101
delete mode 100644 docs/user/conf.py
66
102
67
target/arm/cpu.h | 50 +++++++++-
68
target/arm/helper.h | 45 ++++++---
69
target/arm/translate.h | 4 +
70
gdbstub.c | 1 +
71
hw/arm/armsse.c | 2 +-
72
hw/intc/armv7m_nvic.c | 4 +-
73
linux-user/elfload.c | 1 +
74
target/arm/helper-a64.c | 4 +-
75
target/arm/helper.c | 228 ++++++++++++++++++++++++++++++++++++---------
76
target/arm/kvm32.c | 20 +---
77
target/arm/kvm64.c | 2 +
78
target/arm/machine.c | 2 +-
79
target/arm/neon_helper.c | 14 +--
80
target/arm/translate-a64.c | 77 ++++++---------
81
target/arm/translate-sve.c | 6 +-
82
target/arm/translate.c | 219 ++++++++++++++++++++++++++++++++++---------
83
target/arm/vec_helper.c | 134 +++++++++++++++++++++++++-
84
MAINTAINERS | 4 -
85
18 files changed, 622 insertions(+), 195 deletions(-)
86
diff view generated by jsdifflib