1
Forgot to add system/index to docs/index.rst (one line tweak).
1
Massively slimmed down v2: MemTag broke bsd-user, and the npcm7xx
2
Rest of series same as v1.
2
ethernet device failed 'make check' on big-endian hosts.
3
3
4
The following changes since commit b7c359c748a2e3ccb97a184b9739feb2cd48de2f:
4
-- PMM
5
5
6
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-request' into staging (2020-01-23 14:38:43 +0000)
6
The following changes since commit 83339e21d05c824ebc9131d644f25c23d0e41ecf:
7
8
Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request' into staging (2021-02-10 15:42:20 +0000)
7
9
8
are available in the Git repository at:
10
are available in the Git repository at:
9
11
10
https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20200123-1
12
https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210211-1
11
13
12
for you to fetch changes up to 3efba2eac3f2ac1f84f75465597f361626a6d0d5:
14
for you to fetch changes up to d3c1183ffeb71ca3a783eae3d7e1c51e71e8a621:
13
15
14
hw/arm/exynos4210: Connect serial port DMA busy signals with pl330 (2020-01-23 15:34:05 +0000)
16
target/arm: Correctly initialize MDCR_EL2.HPMN (2021-02-11 19:48:09 +0000)
15
17
16
----------------------------------------------------------------
18
----------------------------------------------------------------
17
target-arm queue:
19
target-arm queue:
18
* fix bug in PAuth emulation
20
* Correctly initialize MDCR_EL2.HPMN
19
* add PMU to Cortex-R5, Cortex-R5F
21
* versal: Use nr_apu_cpus in favor of hard coding 2
20
* qemu-nbd: Convert documentation to rST
22
* accel/tcg: Add URL of clang bug to comment about our workaround
21
* qemu-block-drivers: Convert documentation to rST
23
* Add support for FEAT_DIT, Data Independent Timing
22
* Fix Exynos4210 UART DMA support
24
* Remove GPIO from unimplemented NPCM7XX
23
* Various minor code cleanups
25
* Fix SCR RES1 handling
26
* Don't migrate CPUARMState.features
24
27
25
----------------------------------------------------------------
28
----------------------------------------------------------------
26
Andrew Jones (1):
29
Aaron Lindsay (1):
27
target/arm/arch_dump: Add SVE notes
30
target/arm: Don't migrate CPUARMState.features
28
31
29
Clement Deschamps (1):
32
Daniel Müller (1):
30
target/arm: add PMU feature to cortex-r5 and cortex-r5f
33
target/arm: Correctly initialize MDCR_EL2.HPMN
31
34
32
Guenter Roeck (8):
35
Edgar E. Iglesias (1):
33
dma/pl330: Convert to support tracing
36
hw/arm: versal: Use nr_apu_cpus in favor of hard coding 2
34
hw/core/or-irq: Increase limit of or-lines to 48
35
hw/arm/exynos4210: Fix DMA initialization
36
hw/char/exynos4210_uart: Convert to support tracing
37
hw/char/exynos4210_uart: Implement post_load function
38
hw/char/exynos4210_uart: Implement Rx FIFO level triggers and timeouts
39
hw/char/exynos4210_uart: Add receive DMA support
40
hw/arm/exynos4210: Connect serial port DMA busy signals with pl330
41
37
42
Keqian Zhu (2):
38
Hao Wu (1):
43
hw/acpi: Remove extra indent in ACPI GED hotplug cb
39
hw/arm: Remove GPIO from unimplemented NPCM7XX
44
hw/arm: Use helper function to trigger hotplug handler plug
45
40
46
Peter Maydell (3):
41
Mike Nawrocki (1):
47
qemu-nbd: Convert invocation documentation to rST
42
target/arm: Fix SCR RES1 handling
48
docs: Create stub system manual
49
qemu-block-drivers: Convert to rST
50
43
51
Philippe Mathieu-Daudé (1):
44
Peter Maydell (2):
52
hw/misc/stm32f4xx_syscfg: Fix copy/paste error
45
arm: Update infocenter.arm.com URLs
46
accel/tcg: Add URL of clang bug to comment about our workaround
53
47
54
Richard Henderson (3):
48
Rebecca Cran (4):
55
tests/tcg/aarch64: Fix compilation parameters for pauth-%
49
target/arm: Add support for FEAT_DIT, Data Independent Timing
56
tests/tcg/aarch64: Add pauth-3
50
target/arm: Support AA32 DIT by moving PSTATE_SS from cpsr into env->pstate
57
tests/tcg/aarch64: Add pauth-4
51
target/arm: Set ID_AA64PFR0.DIT and ID_PFR0.DIT to 1 for "max" AA64 CPU
52
target/arm: Set ID_PFR0.DIT to 1 for "max" 32-bit CPU
58
53
59
Vincent Dehors (1):
54
include/hw/dma/pl080.h | 7 ++--
60
target/arm: Fix PAuth sbox functions
55
include/hw/misc/arm_integrator_debug.h | 2 +-
56
include/hw/ssi/pl022.h | 5 ++-
57
target/arm/cpu.h | 17 ++++++++
58
target/arm/internals.h | 6 +++
59
accel/tcg/cpu-exec.c | 25 +++++++++---
60
hw/arm/aspeed_ast2600.c | 2 +-
61
hw/arm/musca.c | 4 +-
62
hw/arm/npcm7xx.c | 8 ----
63
hw/arm/xlnx-versal.c | 4 +-
64
hw/misc/arm_integrator_debug.c | 2 +-
65
hw/timer/arm_timer.c | 7 ++--
66
target/arm/cpu.c | 4 ++
67
target/arm/cpu64.c | 5 +++
68
target/arm/helper-a64.c | 27 +++++++++++--
69
target/arm/helper.c | 71 +++++++++++++++++++++++++++-------
70
target/arm/machine.c | 2 +-
71
target/arm/op_helper.c | 9 +----
72
target/arm/translate-a64.c | 12 ++++++
73
19 files changed, 164 insertions(+), 55 deletions(-)
61
74
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