1 | v2: fix compile failure on arm hosts... | 1 | v2: drop pvpanic-pci patches. |
---|---|---|---|
2 | 2 | ||
3 | thanks | 3 | The following changes since commit f1fcb6851aba6dd9838886dc179717a11e344a1c: |
4 | -- PMM | ||
5 | 4 | ||
6 | The following changes since commit 6db87aae61bc6ac0a8cd9bc2e05d7ebfbcfd3657: | 5 | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-01-19' into staging (2021-01-19 11:57:07 +0000) |
7 | |||
8 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2018-11-12 17:11:22 +0000) | ||
9 | 6 | ||
10 | are available in the Git repository at: | 7 | are available in the Git repository at: |
11 | 8 | ||
12 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20181113 | 9 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210119-1 |
13 | 10 | ||
14 | for you to fetch changes up to 436c0cbbeb38dd97c02fe921a7cb253a18afdd86: | 11 | for you to fetch changes up to b93f4fbdc48283a39089469c44a5529d79dc40a8: |
15 | 12 | ||
16 | target/arm/cpu: Give Cortex-A15 and -A7 the EL2 feature (2018-11-13 10:47:59 +0000) | 13 | docs: Build and install all the docs in a single manual (2021-01-19 15:45:14 +0000) |
17 | 14 | ||
18 | ---------------------------------------------------------------- | 15 | ---------------------------------------------------------------- |
19 | target/arm queue: | 16 | target-arm queue: |
20 | * Remove no-longer-needed workaround for small SAU regions for v8M | 17 | * Implement IMPDEF pauth algorithm |
21 | * Remove antique TODO comment | 18 | * Support ARMv8.4-SEL2 |
22 | * MAINTAINERS: Add an entry for the 'collie' machine | 19 | * Fix bug where we were truncating predicate vector lengths in SVE insns |
23 | * hw/arm/sysbus-fdt: Only call match_fn callback if the type matches | 20 | * npcm7xx_adc-test: Fix memleak in adc_qom_set |
24 | * Fix infinite recursion in tlbi_aa64_vmalle1_write() | 21 | * target/arm/m_helper: Silence GCC 10 maybe-uninitialized error |
25 | * ARM KVM: fix various bugs in handling of guest debugging | 22 | * docs: Build and install all the docs in a single manual |
26 | * Correctly implement handling of HCR_EL2.{VI, VF} | ||
27 | * Hyp mode R14 is shared with User and System | ||
28 | * Give Cortex-A15 and -A7 the EL2 feature | ||
29 | 23 | ||
30 | ---------------------------------------------------------------- | 24 | ---------------------------------------------------------------- |
31 | Alex Bennée (6): | 25 | Gan Qixin (1): |
32 | target/arm64: properly handle DBGVR RESS bits | 26 | npcm7xx_adc-test: Fix memleak in adc_qom_set |
33 | target/arm64: hold BQL when calling do_interrupt() | ||
34 | target/arm64: kvm debug set target_el when passing exception to guest | ||
35 | tests/guest-debug: fix scoping of failcount | ||
36 | arm: use symbolic MDCR_TDE in arm_debug_target_el | ||
37 | arm: fix aa64_generate_debug_exceptions to work with EL2 | ||
38 | 27 | ||
39 | Eric Auger (1): | 28 | Peter Maydell (1): |
40 | hw/arm/sysbus-fdt: Only call match_fn callback if the type matches | 29 | docs: Build and install all the docs in a single manual |
41 | 30 | ||
42 | Peter Maydell (7): | 31 | Philippe Mathieu-Daudé (1): |
43 | target/arm: Remove workaround for small SAU regions | 32 | target/arm/m_helper: Silence GCC 10 maybe-uninitialized error |
44 | target/arm: Remove antique TODO comment | ||
45 | Revert "target/arm: Implement HCR.VI and VF" | ||
46 | target/arm: Track the state of our irq lines from the GIC explicitly | ||
47 | target/arm: Correctly implement handling of HCR_EL2.{VI, VF} | ||
48 | target/arm: Hyp mode R14 is shared with User and System | ||
49 | target/arm/cpu: Give Cortex-A15 and -A7 the EL2 feature | ||
50 | 33 | ||
51 | Richard Henderson (1): | 34 | Richard Henderson (7): |
52 | target/arm: Fix typo in tlbi_aa64_vmalle1_write | 35 | target/arm: Implement an IMPDEF pauth algorithm |
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 | ||
53 | 42 | ||
54 | Thomas Huth (1): | 43 | Rémi Denis-Courmont (19): |
55 | MAINTAINERS: Add an entry for the 'collie' machine | 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 | target/arm/cpu.h | 44 +++++++++++------ | 64 | docs/conf.py | 46 ++++- |
58 | target/arm/internals.h | 34 +++++++++++++ | 65 | docs/devel/conf.py | 15 -- |
59 | hw/arm/sysbus-fdt.c | 12 +++-- | 66 | docs/index.html.in | 17 -- |
60 | target/arm/cpu.c | 67 ++++++++++++++++++++++++- | 67 | docs/interop/conf.py | 28 --- |
61 | target/arm/helper.c | 101 +++++++++++++------------------------- | 68 | docs/meson.build | 64 +++--- |
62 | target/arm/kvm32.c | 4 +- | 69 | docs/specs/conf.py | 16 -- |
63 | target/arm/kvm64.c | 20 +++++++- | 70 | docs/system/arm/cpu-features.rst | 21 ++ |
64 | target/arm/machine.c | 51 +++++++++++++++++++ | 71 | docs/system/conf.py | 28 --- |
65 | target/arm/op_helper.c | 4 +- | 72 | docs/tools/conf.py | 37 ---- |
66 | MAINTAINERS | 7 +++ | 73 | docs/user/conf.py | 15 -- |
67 | tests/guest-debug/test-gdbstub.py | 1 + | 74 | include/qemu/xxhash.h | 98 +++++++++ |
68 | 11 files changed, 249 insertions(+), 96 deletions(-) | 75 | target/arm/cpu-param.h | 2 +- |
76 | target/arm/cpu.h | 107 ++++++++-- | ||
77 | target/arm/internals.h | 45 +++++ | ||
78 | target/arm/cpu.c | 23 ++- | ||
79 | target/arm/cpu64.c | 65 ++++-- | ||
80 | target/arm/helper-a64.c | 8 +- | ||
81 | target/arm/helper.c | 414 ++++++++++++++++++++++++++------------- | ||
82 | target/arm/m_helper.c | 2 +- | ||
83 | target/arm/monitor.c | 1 + | ||
84 | target/arm/op_helper.c | 4 +- | ||
85 | target/arm/pauth_helper.c | 27 ++- | ||
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 | ||
69 | 102 | diff view generated by jsdifflib |