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