1 | v2: drop pvpanic-pci patches. | 1 | v2: fix format string error |
---|---|---|---|
2 | 2 | ||
3 | The following changes since commit f1fcb6851aba6dd9838886dc179717a11e344a1c: | 3 | thanks |
4 | -- PMM | ||
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 | The following changes since commit aa9bbd865502ed517624ab6fe7d4b5d89ca95e43: |
7 | |||
8 | Merge tag 'pull-ppc-20230528' of https://gitlab.com/danielhb/qemu into staging (2023-05-29 14:31:52 -0700) | ||
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-20230530-1 |
10 | 13 | ||
11 | for you to fetch changes up to b93f4fbdc48283a39089469c44a5529d79dc40a8: | 14 | for you to fetch changes up to ec683110def96b16be3931ec87baba65a3dc5ad0: |
12 | 15 | ||
13 | docs: Build and install all the docs in a single manual (2021-01-19 15:45:14 +0000) | 16 | docs: sbsa: correct graphics card name (2023-05-30 15:50:17 +0100) |
14 | 17 | ||
15 | ---------------------------------------------------------------- | 18 | ---------------------------------------------------------------- |
16 | target-arm queue: | 19 | target-arm queue: |
17 | * Implement IMPDEF pauth algorithm | 20 | * fsl-imx6: Add SNVS support for i.MX6 boards |
18 | * Support ARMv8.4-SEL2 | 21 | * smmuv3: Add support for stage 2 translations |
19 | * Fix bug where we were truncating predicate vector lengths in SVE insns | 22 | * hw/dma/xilinx_axidma: Check DMASR.HALTED to prevent infinite loop |
20 | * npcm7xx_adc-test: Fix memleak in adc_qom_set | 23 | * hw/arm/xlnx-zynqmp: fix unsigned error when checking the RPUs number |
21 | * target/arm/m_helper: Silence GCC 10 maybe-uninitialized error | 24 | * cleanups for recent Kconfig changes |
22 | * docs: Build and install all the docs in a single manual | 25 | * target/arm: Explicitly select short-format FSR for M-profile |
26 | * tests/qtest: Run arm-specific tests only if the required machine is available | ||
27 | * hw/arm/sbsa-ref: add GIC node into DT | ||
28 | * docs: sbsa: correct graphics card name | ||
29 | * Update copyright dates to 2023 | ||
23 | 30 | ||
24 | ---------------------------------------------------------------- | 31 | ---------------------------------------------------------------- |
25 | Gan Qixin (1): | 32 | Clément Chigot (1): |
26 | npcm7xx_adc-test: Fix memleak in adc_qom_set | 33 | hw/arm/xlnx-zynqmp: fix unsigned error when checking the RPUs number |
34 | |||
35 | Enze Li (1): | ||
36 | Update copyright dates to 2023 | ||
37 | |||
38 | Fabiano Rosas (3): | ||
39 | target/arm: Explain why we need to select ARM_V7M | ||
40 | arm/Kconfig: Keep Kconfig default entries in default.mak as documentation | ||
41 | arm/Kconfig: Make TCG dependence explicit | ||
42 | |||
43 | Marcin Juszkiewicz (2): | ||
44 | hw/arm/sbsa-ref: add GIC node into DT | ||
45 | docs: sbsa: correct graphics card name | ||
46 | |||
47 | Mostafa Saleh (10): | ||
48 | hw/arm/smmuv3: Add missing fields for IDR0 | ||
49 | hw/arm/smmuv3: Update translation config to hold stage-2 | ||
50 | hw/arm/smmuv3: Refactor stage-1 PTW | ||
51 | hw/arm/smmuv3: Add page table walk for stage-2 | ||
52 | hw/arm/smmuv3: Parse STE config for stage-2 | ||
53 | hw/arm/smmuv3: Make TLB lookup work for stage-2 | ||
54 | hw/arm/smmuv3: Add VMID to TLB tagging | ||
55 | hw/arm/smmuv3: Add CMDs related to stage-2 | ||
56 | hw/arm/smmuv3: Add stage-2 support in iova notifier | ||
57 | hw/arm/smmuv3: Add knob to choose translation stage and enable stage-2 | ||
27 | 58 | ||
28 | Peter Maydell (1): | 59 | Peter Maydell (1): |
29 | docs: Build and install all the docs in a single manual | 60 | target/arm: Explicitly select short-format FSR for M-profile |
30 | 61 | ||
31 | Philippe Mathieu-Daudé (1): | 62 | Thomas Huth (1): |
32 | target/arm/m_helper: Silence GCC 10 maybe-uninitialized error | 63 | tests/qtest: Run arm-specific tests only if the required machine is available |
33 | 64 | ||
34 | Richard Henderson (7): | 65 | Tommy Wu (1): |
35 | target/arm: Implement an IMPDEF pauth algorithm | 66 | hw/dma/xilinx_axidma: Check DMASR.HALTED to prevent infinite loop. |
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 | 67 | ||
43 | Rémi Denis-Courmont (19): | 68 | Vitaly Cheptsov (1): |
44 | target/arm: remove redundant tests | 69 | fsl-imx6: Add SNVS support for i.MX6 boards |
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 | 70 | ||
64 | docs/conf.py | 46 ++++- | 71 | docs/conf.py | 2 +- |
65 | docs/devel/conf.py | 15 -- | 72 | docs/system/arm/sbsa.rst | 2 +- |
66 | docs/index.html.in | 17 -- | 73 | configs/devices/aarch64-softmmu/default.mak | 6 + |
67 | docs/interop/conf.py | 28 --- | 74 | configs/devices/arm-softmmu/default.mak | 40 ++++ |
68 | docs/meson.build | 64 +++--- | 75 | hw/arm/smmu-internal.h | 37 +++ |
69 | docs/specs/conf.py | 16 -- | 76 | hw/arm/smmuv3-internal.h | 12 +- |
70 | docs/system/arm/cpu-features.rst | 21 ++ | 77 | include/hw/arm/fsl-imx6.h | 2 + |
71 | docs/system/conf.py | 28 --- | 78 | include/hw/arm/smmu-common.h | 45 +++- |
72 | docs/tools/conf.py | 37 ---- | 79 | include/hw/arm/smmuv3.h | 4 + |
73 | docs/user/conf.py | 15 -- | 80 | include/qemu/help-texts.h | 2 +- |
74 | include/qemu/xxhash.h | 98 +++++++++ | 81 | hw/arm/fsl-imx6.c | 8 + |
75 | target/arm/cpu-param.h | 2 +- | 82 | hw/arm/sbsa-ref.c | 19 +- |
76 | target/arm/cpu.h | 107 ++++++++-- | 83 | hw/arm/smmu-common.c | 209 ++++++++++++++-- |
77 | target/arm/internals.h | 45 +++++ | 84 | hw/arm/smmuv3.c | 358 ++++++++++++++++++++++++---- |
78 | target/arm/cpu.c | 23 ++- | 85 | hw/arm/xlnx-zynqmp.c | 2 +- |
79 | target/arm/cpu64.c | 65 ++++-- | 86 | hw/dma/xilinx_axidma.c | 11 +- |
80 | target/arm/helper-a64.c | 8 +- | 87 | target/arm/tcg/tlb_helper.c | 13 +- |
81 | target/arm/helper.c | 414 ++++++++++++++++++++++++++------------- | 88 | hw/arm/Kconfig | 123 ++++++---- |
82 | target/arm/m_helper.c | 2 +- | 89 | hw/arm/trace-events | 14 +- |
83 | target/arm/monitor.c | 1 + | 90 | target/arm/Kconfig | 3 + |
84 | target/arm/op_helper.c | 4 +- | 91 | tests/qtest/meson.build | 7 +- |
85 | target/arm/pauth_helper.c | 27 ++- | 92 | 21 files changed, 774 insertions(+), 145 deletions(-) |
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 | 93 | diff view generated by jsdifflib |