1 | Massively slimmed down v2: MemTag broke bsd-user, and the npcm7xx | 1 | v1->v2: add system/index to docs/index.rst |
---|---|---|---|
2 | ethernet device failed 'make check' on big-endian hosts. | 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 :-( | ||
3 | 5 | ||
4 | -- PMM | 6 | The following changes since commit b7c359c748a2e3ccb97a184b9739feb2cd48de2f: |
5 | 7 | ||
6 | The following changes since commit 83339e21d05c824ebc9131d644f25c23d0e41ecf: | 8 | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-request' into staging (2020-01-23 14:38:43 +0000) |
7 | |||
8 | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request' into staging (2021-02-10 15:42:20 +0000) | ||
9 | 9 | ||
10 | are available in the Git repository at: | 10 | are available in the Git repository at: |
11 | 11 | ||
12 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210211-1 | 12 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20200123-4 |
13 | 13 | ||
14 | for you to fetch changes up to d3c1183ffeb71ca3a783eae3d7e1c51e71e8a621: | 14 | for you to fetch changes up to e9d20b55b2e4c8400143554f0e83e4e1fcb9bd0f: |
15 | 15 | ||
16 | target/arm: Correctly initialize MDCR_EL2.HPMN (2021-02-11 19:48:09 +0000) | 16 | hw/arm/exynos4210: Connect serial port DMA busy signals with pl330 (2020-01-23 16:34:15 +0000) |
17 | 17 | ||
18 | ---------------------------------------------------------------- | 18 | ---------------------------------------------------------------- |
19 | target-arm queue: | 19 | target-arm queue: |
20 | * Correctly initialize MDCR_EL2.HPMN | 20 | * fix bug in PAuth emulation |
21 | * versal: Use nr_apu_cpus in favor of hard coding 2 | 21 | * add PMU to Cortex-R5, Cortex-R5F |
22 | * accel/tcg: Add URL of clang bug to comment about our workaround | 22 | * qemu-nbd: Convert documentation to rST |
23 | * Add support for FEAT_DIT, Data Independent Timing | 23 | * qemu-block-drivers: Convert documentation to rST |
24 | * Remove GPIO from unimplemented NPCM7XX | 24 | * Fix Exynos4210 UART DMA support |
25 | * Fix SCR RES1 handling | 25 | * Various minor code cleanups |
26 | * Don't migrate CPUARMState.features | ||
27 | 26 | ||
28 | ---------------------------------------------------------------- | 27 | ---------------------------------------------------------------- |
29 | Aaron Lindsay (1): | 28 | Andrew Jones (1): |
30 | target/arm: Don't migrate CPUARMState.features | 29 | target/arm/arch_dump: Add SVE notes |
31 | 30 | ||
32 | Daniel Müller (1): | 31 | Clement Deschamps (1): |
33 | target/arm: Correctly initialize MDCR_EL2.HPMN | 32 | target/arm: add PMU feature to cortex-r5 and cortex-r5f |
34 | 33 | ||
35 | Edgar E. Iglesias (1): | 34 | Guenter Roeck (8): |
36 | hw/arm: versal: Use nr_apu_cpus in favor of hard coding 2 | 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 | ||
37 | 43 | ||
38 | Hao Wu (1): | 44 | Keqian Zhu (2): |
39 | hw/arm: Remove GPIO from unimplemented NPCM7XX | 45 | hw/acpi: Remove extra indent in ACPI GED hotplug cb |
46 | hw/arm: Use helper function to trigger hotplug handler plug | ||
40 | 47 | ||
41 | Mike Nawrocki (1): | 48 | Peter Maydell (3): |
42 | target/arm: Fix SCR RES1 handling | 49 | qemu-nbd: Convert invocation documentation to rST |
50 | docs: Create stub system manual | ||
51 | qemu-block-drivers: Convert to rST | ||
43 | 52 | ||
44 | Peter Maydell (2): | 53 | Philippe Mathieu-Daudé (1): |
45 | arm: Update infocenter.arm.com URLs | 54 | hw/misc/stm32f4xx_syscfg: Fix copy/paste error |
46 | accel/tcg: Add URL of clang bug to comment about our workaround | ||
47 | 55 | ||
48 | Rebecca Cran (4): | 56 | Richard Henderson (3): |
49 | target/arm: Add support for FEAT_DIT, Data Independent Timing | 57 | tests/tcg/aarch64: Fix compilation parameters for pauth-% |
50 | target/arm: Support AA32 DIT by moving PSTATE_SS from cpsr into env->pstate | 58 | tests/tcg/aarch64: Add pauth-3 |
51 | target/arm: Set ID_AA64PFR0.DIT and ID_PFR0.DIT to 1 for "max" AA64 CPU | 59 | tests/tcg/aarch64: Add pauth-4 |
52 | target/arm: Set ID_PFR0.DIT to 1 for "max" 32-bit CPU | ||
53 | 60 | ||
54 | include/hw/dma/pl080.h | 7 ++-- | 61 | Vincent Dehors (1): |
55 | include/hw/misc/arm_integrator_debug.h | 2 +- | 62 | target/arm: Fix PAuth sbox functions |
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(-) | ||
74 | 63 | ||
64 | Makefile | 37 +- | ||
65 | tests/tcg/aarch64/Makefile.softmmu-target | 5 +- | ||
66 | tests/tcg/aarch64/Makefile.target | 3 +- | ||
67 | include/elf.h | 1 + | ||
68 | include/hw/arm/exynos4210.h | 4 + | ||
69 | include/hw/or-irq.h | 2 +- | ||
70 | target/arm/cpu.h | 25 + | ||
71 | hw/acpi/generic_event_device.c | 2 +- | ||
72 | hw/arm/exynos4210.c | 77 ++- | ||
73 | hw/arm/virt.c | 6 +- | ||
74 | hw/char/exynos4210_uart.c | 245 +++++--- | ||
75 | hw/dma/pl330.c | 88 +-- | ||
76 | hw/misc/stm32f4xx_syscfg.c | 2 +- | ||
77 | target/arm/arch_dump.c | 124 +++- | ||
78 | target/arm/cpu.c | 1 + | ||
79 | target/arm/kvm64.c | 24 - | ||
80 | target/arm/pauth_helper.c | 4 +- | ||
81 | tests/tcg/aarch64/pauth-1.c | 2 - | ||
82 | tests/tcg/aarch64/pauth-2.c | 2 - | ||
83 | tests/tcg/aarch64/pauth-4.c | 25 + | ||
84 | tests/tcg/aarch64/system/pauth-3.c | 40 ++ | ||
85 | MAINTAINERS | 1 + | ||
86 | docs/index.html.in | 1 + | ||
87 | docs/index.rst | 2 +- | ||
88 | docs/interop/conf.py | 4 +- | ||
89 | docs/interop/index.rst | 1 + | ||
90 | docs/interop/qemu-nbd.rst | 263 ++++++++ | ||
91 | docs/interop/qemu-option-trace.rst.inc | 30 + | ||
92 | docs/qemu-block-drivers.texi | 889 --------------------------- | ||
93 | docs/system/conf.py | 22 + | ||
94 | docs/system/index.rst | 17 + | ||
95 | docs/system/qemu-block-drivers.rst | 985 ++++++++++++++++++++++++++++++ | ||
96 | hw/char/trace-events | 20 + | ||
97 | hw/dma/trace-events | 24 + | ||
98 | qemu-doc.texi | 18 - | ||
99 | qemu-nbd.texi | 214 ------- | ||
100 | qemu-option-trace.texi | 4 + | ||
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 | ||
112 | diff view generated by jsdifflib |