1
v2: drop pvpanic-pci patches.
1
v2: fix compile issue when building user-mode emulators with clang
2
2
3
The following changes since commit f1fcb6851aba6dd9838886dc179717a11e344a1c:
3
-- PMM
4
4
5
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-01-19' into staging (2021-01-19 11:57:07 +0000)
5
The following changes since commit 4cc10cae64c51e17844dc4358481c393d7bf1ed4:
6
7
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging (2021-05-06 18:56:17 +0100)
6
8
7
are available in the Git repository at:
9
are available in the Git repository at:
8
10
9
https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210119-1
11
https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210510-1
10
12
11
for you to fetch changes up to b93f4fbdc48283a39089469c44a5529d79dc40a8:
13
for you to fetch changes up to c3080fbdaa381012666428fef2e5f7ce422ecfee:
12
14
13
docs: Build and install all the docs in a single manual (2021-01-19 15:45:14 +0000)
15
hw/arm/xlnx: Fix PHY address for xilinx-zynq-a9 (2021-05-10 17:21:54 +0100)
14
16
15
----------------------------------------------------------------
17
----------------------------------------------------------------
16
target-arm queue:
18
target-arm queue:
17
* Implement IMPDEF pauth algorithm
19
* docs: fix link in sbsa description
18
* Support ARMv8.4-SEL2
20
* linux-user/aarch64: Enable hwcap for RND, BTI, and MTE
19
* Fix bug where we were truncating predicate vector lengths in SVE insns
21
* target/arm: Fix tlbbits calculation in tlbi_aa64_vae2is_write()
20
* npcm7xx_adc-test: Fix memleak in adc_qom_set
22
* target/arm: Split neon and vfp translation to their own
21
* target/arm/m_helper: Silence GCC 10 maybe-uninitialized error
23
compilation units
22
* docs: Build and install all the docs in a single manual
24
* target/arm: Make WFI a NOP for userspace emulators
25
* hw/sd/omap_mmc: Use device_cold_reset() instead of
26
device_legacy_reset()
27
* include: More fixes for 'extern "C"' block use
28
* hw/arm/imx25_pdk: Fix error message for invalid RAM size
29
* hw/arm/mps2-tz: Implement AN524 memory remapping via machine property
30
* hw/arm/xlnx: Fix PHY address for xilinx-zynq-a9
23
31
24
----------------------------------------------------------------
32
----------------------------------------------------------------
25
Gan Qixin (1):
33
Alex Bennée (1):
26
npcm7xx_adc-test: Fix memleak in adc_qom_set
34
docs: fix link in sbsa description
27
35
28
Peter Maydell (1):
36
Guenter Roeck (1):
29
docs: Build and install all the docs in a single manual
37
hw/arm/xlnx: Fix PHY address for xilinx-zynq-a9
38
39
Peter Maydell (22):
40
target/arm: Fix tlbbits calculation in tlbi_aa64_vae2is_write()
41
target/arm: Move constant expanders to translate.h
42
target/arm: Share unallocated_encoding() and gen_exception_insn()
43
target/arm: Make functions used by m-nocp global
44
target/arm: Split m-nocp trans functions into their own file
45
target/arm: Move gen_aa32 functions to translate-a32.h
46
target/arm: Move vfp_{load, store}_reg{32, 64} to translate-vfp.c.inc
47
target/arm: Make functions used by translate-vfp global
48
target/arm: Make translate-vfp.c.inc its own compilation unit
49
target/arm: Move vfp_reg_ptr() to translate-neon.c.inc
50
target/arm: Delete unused typedef
51
target/arm: Move NeonGenThreeOpEnvFn typedef to translate.h
52
target/arm: Make functions used by translate-neon global
53
target/arm: Make translate-neon.c.inc its own compilation unit
54
target/arm: Make WFI a NOP for userspace emulators
55
hw/sd/omap_mmc: Use device_cold_reset() instead of device_legacy_reset()
56
osdep: Make os-win32.h and os-posix.h handle 'extern "C"' themselves
57
include/qemu/bswap.h: Handle being included outside extern "C" block
58
include/disas/dis-asm.h: Handle being included outside 'extern "C"'
59
hw/misc/mps2-scc: Add "QEMU interface" comment
60
hw/misc/mps2-scc: Support using CFG0 bit 0 for remapping
61
hw/arm/mps2-tz: Implement AN524 memory remapping via machine property
30
62
31
Philippe Mathieu-Daudé (1):
63
Philippe Mathieu-Daudé (1):
32
target/arm/m_helper: Silence GCC 10 maybe-uninitialized error
64
hw/arm/imx25_pdk: Fix error message for invalid RAM size
33
65
34
Richard Henderson (7):
66
Richard Henderson (1):
35
target/arm: Implement an IMPDEF pauth algorithm
67
linux-user/aarch64: Enable hwcap for RND, BTI, and MTE
36
target/arm: Add cpu properties to control pauth
37
target/arm: Use object_property_add_bool for "sve" property
38
target/arm: Introduce PREDDESC field definitions
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
42
68
43
Rémi Denis-Courmont (19):
69
docs/system/arm/mps2.rst | 10 +
44
target/arm: remove redundant tests
70
docs/system/arm/sbsa.rst | 2 +-
45
target/arm: add arm_is_el2_enabled() helper
71
include/disas/dis-asm.h | 12 +-
46
target/arm: use arm_is_el2_enabled() where applicable
72
include/hw/misc/mps2-scc.h | 21 ++
47
target/arm: use arm_hcr_el2_eff() where applicable
73
include/qemu/bswap.h | 26 ++-
48
target/arm: factor MDCR_EL2 common handling
74
include/qemu/osdep.h | 8 +-
49
target/arm: Define isar_feature function to test for presence of SEL2
75
include/sysemu/os-posix.h | 8 +
50
target/arm: add 64-bit S-EL2 to EL exception table
76
include/sysemu/os-win32.h | 8 +
51
target/arm: add MMU stage 1 for Secure EL2
77
target/arm/translate-a32.h | 144 +++++++++++++
52
target/arm: add ARMv8.4-SEL2 system registers
78
target/arm/translate-a64.h | 2 -
53
target/arm: handle VMID change in secure state
79
target/arm/translate.h | 29 +++
54
target/arm: do S1_ptw_translate() before address space lookup
80
hw/arm/imx25_pdk.c | 5 +-
55
target/arm: translate NS bit in page-walks
81
hw/arm/mps2-tz.c | 108 +++++++++-
56
target/arm: generalize 2-stage page-walk condition
82
hw/arm/xilinx_zynq.c | 2 +-
57
target/arm: secure stage 2 translation regime
83
hw/misc/mps2-scc.c | 13 +-
58
target/arm: set HPFAR_EL2.NS on secure stage 2 faults
84
hw/sd/omap_mmc.c | 2 +-
59
target/arm: revector to run-time pick target EL
85
linux-user/elfload.c | 13 ++
60
target/arm: Implement SCR_EL2.EEL2
86
target/arm/helper.c | 2 +-
61
target/arm: enable Secure EL2 in max CPU
87
target/arm/op_helper.c | 14 ++
62
target/arm: refactor vae1_tlbmask()
88
target/arm/translate-a64.c | 15 --
89
target/arm/translate-m-nocp.c | 221 ++++++++++++++++++++
90
.../arm/{translate-neon.c.inc => translate-neon.c} | 19 +-
91
.../arm/{translate-vfp.c.inc => translate-vfp.c} | 230 +++------------------
92
target/arm/translate.c | 200 ++++--------------
93
disas/arm-a64.cc | 2 -
94
disas/nanomips.cpp | 2 -
95
target/arm/meson.build | 15 +-
96
27 files changed, 720 insertions(+), 413 deletions(-)
97
create mode 100644 target/arm/translate-a32.h
98
create mode 100644 target/arm/translate-m-nocp.c
99
rename target/arm/{translate-neon.c.inc => translate-neon.c} (99%)
100
rename target/arm/{translate-vfp.c.inc => translate-vfp.c} (94%)
63
101
64
docs/conf.py | 46 ++++-
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
102
diff view generated by jsdifflib