1 | A random mix of items here, nothing very major. v2 is just | 1 | v2: drop pvpanic-pci patches. |
---|---|---|---|
2 | squashing in the fix for the clang unused-function error. | ||
3 | 2 | ||
4 | thanks | 3 | The following changes since commit f1fcb6851aba6dd9838886dc179717a11e344a1c: |
5 | -- PMM | ||
6 | 4 | ||
5 | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-01-19' into staging (2021-01-19 11:57:07 +0000) | ||
7 | 6 | ||
8 | The following changes since commit d0dff238a87fa81393ed72754d4dc8b09e50b08b: | 7 | are available in the Git repository at: |
9 | 8 | ||
10 | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170206' into staging (2017-02-07 15:29:26 +0000) | 9 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210119-1 |
11 | 10 | ||
12 | are available in the git repository at: | 11 | for you to fetch changes up to b93f4fbdc48283a39089469c44a5529d79dc40a8: |
13 | 12 | ||
14 | git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20170207-1 | 13 | docs: Build and install all the docs in a single manual (2021-01-19 15:45:14 +0000) |
15 | |||
16 | for you to fetch changes up to aecfbbc97a2e52bbee34a53c32f961a182046a95: | ||
17 | |||
18 | stellaris: Use the 'unimplemented' device for parts we don't implement (2017-02-07 18:55:15 +0000) | ||
19 | 14 | ||
20 | ---------------------------------------------------------------- | 15 | ---------------------------------------------------------------- |
21 | target-arm: | 16 | target-arm queue: |
22 | * new "unimplemented" device for stubbing out devices in a | 17 | * Implement IMPDEF pauth algorithm |
23 | system model so accesses can be logged | 18 | * Support ARMv8.4-SEL2 |
24 | * stellaris: document the SoC memory map | 19 | * Fix bug where we were truncating predicate vector lengths in SVE insns |
25 | * arm: create instruction syndromes for AArch32 data aborts | 20 | * npcm7xx_adc-test: Fix memleak in adc_qom_set |
26 | * arm: Correctly handle watchpoints for BE32 CPUs | 21 | * target/arm/m_helper: Silence GCC 10 maybe-uninitialized error |
27 | * Fix Thumb-1 BE32 execution and disassembly | 22 | * docs: Build and install all the docs in a single manual |
28 | * arm: Add cfgend parameter for ARM CPU selection | ||
29 | * sd: sdhci: check data length during dma_memory_read | ||
30 | * aspeed: add a watchdog controller | ||
31 | * integratorcp: adding vmstate for save/restore | ||
32 | 23 | ||
33 | ---------------------------------------------------------------- | 24 | ---------------------------------------------------------------- |
34 | Cédric Le Goater (2): | 25 | Gan Qixin (1): |
35 | wdt: Add Aspeed watchdog device model | 26 | npcm7xx_adc-test: Fix memleak in adc_qom_set |
36 | aspeed: add a watchdog controller | ||
37 | 27 | ||
38 | Julian Brown (4): | 28 | Peter Maydell (1): |
39 | hw/arm/integratorcp: Support specifying features via -cpu | 29 | docs: Build and install all the docs in a single manual |
40 | target/arm: Add cfgend parameter for ARM CPU selection. | ||
41 | Fix Thumb-1 BE32 execution and disassembly. | ||
42 | arm: Correctly handle watchpoints for BE32 CPUs | ||
43 | 30 | ||
44 | Pavel Dovgalyuk (1): | 31 | Philippe Mathieu-Daudé (1): |
45 | integratorcp: adding vmstate for save/restore | 32 | target/arm/m_helper: Silence GCC 10 maybe-uninitialized error |
46 | 33 | ||
47 | Peter Maydell (5): | 34 | Richard Henderson (7): |
48 | target/arm: Abstract out pbit/wbit tests in ARM ldr/str decode | 35 | target/arm: Implement an IMPDEF pauth algorithm |
49 | target/arm: A32, T32: Create Instruction Syndromes for Data Aborts | 36 | target/arm: Add cpu properties to control pauth |
50 | stellaris: Document memory map and which SoC devices are unimplemented | 37 | target/arm: Use object_property_add_bool for "sve" property |
51 | hw/misc: New "unimplemented" sysbus device | 38 | target/arm: Introduce PREDDESC field definitions |
52 | stellaris: Use the 'unimplemented' device for parts we don't implement | 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 | ||
53 | 42 | ||
54 | Prasad J Pandit (1): | 43 | Rémi Denis-Courmont (19): |
55 | sd: sdhci: check data length during dma_memory_read | 44 | target/arm: remove redundant tests |
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() | ||
56 | 63 | ||
57 | hw/misc/Makefile.objs | 2 + | 64 | docs/conf.py | 46 ++++- |
58 | hw/watchdog/Makefile.objs | 1 + | 65 | docs/devel/conf.py | 15 -- |
59 | include/disas/bfd.h | 7 ++ | 66 | docs/index.html.in | 17 -- |
60 | include/hw/arm/aspeed_soc.h | 2 + | 67 | docs/interop/conf.py | 28 --- |
61 | include/hw/misc/unimp.h | 39 +++++++ | 68 | docs/meson.build | 64 +++--- |
62 | include/hw/watchdog/wdt_aspeed.h | 32 ++++++ | 69 | docs/specs/conf.py | 16 -- |
63 | include/qom/cpu.h | 3 + | 70 | docs/system/arm/cpu-features.rst | 21 ++ |
64 | target/arm/arm_ldst.h | 10 +- | 71 | docs/system/conf.py | 28 --- |
65 | target/arm/cpu.h | 7 ++ | 72 | docs/tools/conf.py | 37 ---- |
66 | target/arm/internals.h | 5 + | 73 | docs/user/conf.py | 15 -- |
67 | target/arm/translate.h | 14 +++ | 74 | include/qemu/xxhash.h | 98 +++++++++ |
68 | disas.c | 1 + | 75 | target/arm/cpu-param.h | 2 +- |
69 | exec.c | 1 + | 76 | target/arm/cpu.h | 107 ++++++++-- |
70 | hw/arm/aspeed_soc.c | 13 +++ | 77 | target/arm/internals.h | 45 +++++ |
71 | hw/arm/integratorcp.c | 78 +++++++++++++- | 78 | target/arm/cpu.c | 23 ++- |
72 | hw/arm/stellaris.c | 48 +++++++++ | 79 | target/arm/cpu64.c | 65 ++++-- |
73 | hw/misc/unimp.c | 107 +++++++++++++++++++ | 80 | target/arm/helper-a64.c | 8 +- |
74 | hw/sd/sdhci.c | 2 +- | 81 | target/arm/helper.c | 414 ++++++++++++++++++++++++++------------- |
75 | hw/watchdog/wdt_aspeed.c | 225 +++++++++++++++++++++++++++++++++++++++ | 82 | target/arm/m_helper.c | 2 +- |
76 | qom/cpu.c | 6 ++ | 83 | target/arm/monitor.c | 1 + |
77 | target/arm/cpu.c | 39 +++++++ | 84 | target/arm/op_helper.c | 4 +- |
78 | target/arm/op_helper.c | 22 ++++ | 85 | target/arm/pauth_helper.c | 27 ++- |
79 | target/arm/translate-a64.c | 14 --- | 86 | target/arm/sve_helper.c | 33 ++-- |
80 | target/arm/translate.c | 193 ++++++++++++++++++++++++--------- | 87 | target/arm/tlb_helper.c | 3 + |
81 | 24 files changed, 801 insertions(+), 70 deletions(-) | 88 | target/arm/translate-a64.c | 4 + |
82 | create mode 100644 include/hw/misc/unimp.h | 89 | target/arm/translate-sve.c | 31 ++- |
83 | create mode 100644 include/hw/watchdog/wdt_aspeed.h | 90 | target/arm/translate.c | 36 +++- |
84 | create mode 100644 hw/misc/unimp.c | 91 | tests/qtest/arm-cpu-features.c | 13 ++ |
85 | create mode 100644 hw/watchdog/wdt_aspeed.c | 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 | ||
86 | 102 | diff view generated by jsdifflib |