1
v2: drop pvpanic-pci patches.
1
v1->v2: add system/index to docs/index.rst
2
v2->v3: fix format string issues for OSX
3
v3->v4: actually fix format string issues, somehow
4
I failed to actually put the change into git :-(
2
5
3
The following changes since commit f1fcb6851aba6dd9838886dc179717a11e344a1c:
6
The following changes since commit b7c359c748a2e3ccb97a184b9739feb2cd48de2f:
4
7
5
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-01-19' into staging (2021-01-19 11:57:07 +0000)
8
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-request' into staging (2020-01-23 14:38:43 +0000)
6
9
7
are available in the Git repository at:
10
are available in the Git repository at:
8
11
9
https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210119-1
12
https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20200123-4
10
13
11
for you to fetch changes up to b93f4fbdc48283a39089469c44a5529d79dc40a8:
14
for you to fetch changes up to e9d20b55b2e4c8400143554f0e83e4e1fcb9bd0f:
12
15
13
docs: Build and install all the docs in a single manual (2021-01-19 15:45:14 +0000)
16
hw/arm/exynos4210: Connect serial port DMA busy signals with pl330 (2020-01-23 16:34:15 +0000)
14
17
15
----------------------------------------------------------------
18
----------------------------------------------------------------
16
target-arm queue:
19
target-arm queue:
17
* Implement IMPDEF pauth algorithm
20
* fix bug in PAuth emulation
18
* Support ARMv8.4-SEL2
21
* add PMU to Cortex-R5, Cortex-R5F
19
* Fix bug where we were truncating predicate vector lengths in SVE insns
22
* qemu-nbd: Convert documentation to rST
20
* npcm7xx_adc-test: Fix memleak in adc_qom_set
23
* qemu-block-drivers: Convert documentation to rST
21
* target/arm/m_helper: Silence GCC 10 maybe-uninitialized error
24
* Fix Exynos4210 UART DMA support
22
* docs: Build and install all the docs in a single manual
25
* Various minor code cleanups
23
26
24
----------------------------------------------------------------
27
----------------------------------------------------------------
25
Gan Qixin (1):
28
Andrew Jones (1):
26
npcm7xx_adc-test: Fix memleak in adc_qom_set
29
target/arm/arch_dump: Add SVE notes
27
30
28
Peter Maydell (1):
31
Clement Deschamps (1):
29
docs: Build and install all the docs in a single manual
32
target/arm: add PMU feature to cortex-r5 and cortex-r5f
33
34
Guenter Roeck (8):
35
dma/pl330: Convert to support tracing
36
hw/core/or-irq: Increase limit of or-lines to 48
37
hw/arm/exynos4210: Fix DMA initialization
38
hw/char/exynos4210_uart: Convert to support tracing
39
hw/char/exynos4210_uart: Implement post_load function
40
hw/char/exynos4210_uart: Implement Rx FIFO level triggers and timeouts
41
hw/char/exynos4210_uart: Add receive DMA support
42
hw/arm/exynos4210: Connect serial port DMA busy signals with pl330
43
44
Keqian Zhu (2):
45
hw/acpi: Remove extra indent in ACPI GED hotplug cb
46
hw/arm: Use helper function to trigger hotplug handler plug
47
48
Peter Maydell (3):
49
qemu-nbd: Convert invocation documentation to rST
50
docs: Create stub system manual
51
qemu-block-drivers: Convert to rST
30
52
31
Philippe Mathieu-Daudé (1):
53
Philippe Mathieu-Daudé (1):
32
target/arm/m_helper: Silence GCC 10 maybe-uninitialized error
54
hw/misc/stm32f4xx_syscfg: Fix copy/paste error
33
55
34
Richard Henderson (7):
56
Richard Henderson (3):
35
target/arm: Implement an IMPDEF pauth algorithm
57
tests/tcg/aarch64: Fix compilation parameters for pauth-%
36
target/arm: Add cpu properties to control pauth
58
tests/tcg/aarch64: Add pauth-3
37
target/arm: Use object_property_add_bool for "sve" property
59
tests/tcg/aarch64: Add pauth-4
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
60
43
Rémi Denis-Courmont (19):
61
Vincent Dehors (1):
44
target/arm: remove redundant tests
62
target/arm: Fix PAuth sbox functions
45
target/arm: add arm_is_el2_enabled() helper
46
target/arm: use arm_is_el2_enabled() where applicable
47
target/arm: use arm_hcr_el2_eff() where applicable
48
target/arm: factor MDCR_EL2 common handling
49
target/arm: Define isar_feature function to test for presence of SEL2
50
target/arm: add 64-bit S-EL2 to EL exception table
51
target/arm: add MMU stage 1 for Secure EL2
52
target/arm: add ARMv8.4-SEL2 system registers
53
target/arm: handle VMID change in secure state
54
target/arm: do S1_ptw_translate() before address space lookup
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
docs/conf.py | 46 ++++-
64
Makefile | 37 +-
65
docs/devel/conf.py | 15 --
65
tests/tcg/aarch64/Makefile.softmmu-target | 5 +-
66
docs/index.html.in | 17 --
66
tests/tcg/aarch64/Makefile.target | 3 +-
67
docs/interop/conf.py | 28 ---
67
include/elf.h | 1 +
68
docs/meson.build | 64 +++---
68
include/hw/arm/exynos4210.h | 4 +
69
docs/specs/conf.py | 16 --
69
include/hw/or-irq.h | 2 +-
70
docs/system/arm/cpu-features.rst | 21 ++
70
target/arm/cpu.h | 25 +
71
docs/system/conf.py | 28 ---
71
hw/acpi/generic_event_device.c | 2 +-
72
docs/tools/conf.py | 37 ----
72
hw/arm/exynos4210.c | 77 ++-
73
docs/user/conf.py | 15 --
73
hw/arm/virt.c | 6 +-
74
include/qemu/xxhash.h | 98 +++++++++
74
hw/char/exynos4210_uart.c | 245 +++++---
75
target/arm/cpu-param.h | 2 +-
75
hw/dma/pl330.c | 88 +--
76
target/arm/cpu.h | 107 ++++++++--
76
hw/misc/stm32f4xx_syscfg.c | 2 +-
77
target/arm/internals.h | 45 +++++
77
target/arm/arch_dump.c | 124 +++-
78
target/arm/cpu.c | 23 ++-
78
target/arm/cpu.c | 1 +
79
target/arm/cpu64.c | 65 ++++--
79
target/arm/kvm64.c | 24 -
80
target/arm/helper-a64.c | 8 +-
80
target/arm/pauth_helper.c | 4 +-
81
target/arm/helper.c | 414 ++++++++++++++++++++++++++-------------
81
tests/tcg/aarch64/pauth-1.c | 2 -
82
target/arm/m_helper.c | 2 +-
82
tests/tcg/aarch64/pauth-2.c | 2 -
83
target/arm/monitor.c | 1 +
83
tests/tcg/aarch64/pauth-4.c | 25 +
84
target/arm/op_helper.c | 4 +-
84
tests/tcg/aarch64/system/pauth-3.c | 40 ++
85
target/arm/pauth_helper.c | 27 ++-
85
MAINTAINERS | 1 +
86
target/arm/sve_helper.c | 33 ++--
86
docs/index.html.in | 1 +
87
target/arm/tlb_helper.c | 3 +
87
docs/index.rst | 2 +-
88
target/arm/translate-a64.c | 4 +
88
docs/interop/conf.py | 4 +-
89
target/arm/translate-sve.c | 31 ++-
89
docs/interop/index.rst | 1 +
90
target/arm/translate.c | 36 +++-
90
docs/interop/qemu-nbd.rst | 263 ++++++++
91
tests/qtest/arm-cpu-features.c | 13 ++
91
docs/interop/qemu-option-trace.rst.inc | 30 +
92
tests/qtest/npcm7xx_adc-test.c | 1 +
92
docs/qemu-block-drivers.texi | 889 ---------------------------
93
.gitlab-ci.yml | 4 +-
93
docs/system/conf.py | 22 +
94
30 files changed, 770 insertions(+), 438 deletions(-)
94
docs/system/index.rst | 17 +
95
delete mode 100644 docs/devel/conf.py
95
docs/system/qemu-block-drivers.rst | 985 ++++++++++++++++++++++++++++++
96
delete mode 100644 docs/index.html.in
96
hw/char/trace-events | 20 +
97
delete mode 100644 docs/interop/conf.py
97
hw/dma/trace-events | 24 +
98
delete mode 100644 docs/specs/conf.py
98
qemu-doc.texi | 18 -
99
delete mode 100644 docs/system/conf.py
99
qemu-nbd.texi | 214 -------
100
delete mode 100644 docs/tools/conf.py
100
qemu-option-trace.texi | 4 +
101
delete mode 100644 docs/user/conf.py
101
qemu-options.hx | 2 +-
102
38 files changed, 1898 insertions(+), 1318 deletions(-)
103
create mode 100644 tests/tcg/aarch64/pauth-4.c
104
create mode 100644 tests/tcg/aarch64/system/pauth-3.c
105
create mode 100644 docs/interop/qemu-nbd.rst
106
create mode 100644 docs/interop/qemu-option-trace.rst.inc
107
delete mode 100644 docs/qemu-block-drivers.texi
108
create mode 100644 docs/system/conf.py
109
create mode 100644 docs/system/index.rst
110
create mode 100644 docs/system/qemu-block-drivers.rst
111
delete mode 100644 qemu-nbd.texi
102
112
diff view generated by jsdifflib