1 | v1->v2 changes: fix a clang warning about bitfields; | 1 | v2: drop pvpanic-pci patches. |
---|---|---|---|
2 | drop a patch from Julia that I accidentally included | ||
3 | (it will likely be in a future series). | ||
4 | 2 | ||
5 | The following changes since commit a8d2b0685681e2f291faaa501efbbd76875f8ec8: | 3 | The following changes since commit f1fcb6851aba6dd9838886dc179717a11e344a1c: |
6 | 4 | ||
7 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190118' into staging (2019-01-18 16:56:15 +0000) | 5 | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-01-19' into staging (2021-01-19 11:57:07 +0000) |
8 | 6 | ||
9 | are available in the Git repository at: | 7 | are available in the Git repository at: |
10 | 8 | ||
11 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20190121 | 9 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210119-1 |
12 | 10 | ||
13 | for you to fetch changes up to 0d4bfd7df809863b1f45fad35229fb9419527d06: | 11 | for you to fetch changes up to b93f4fbdc48283a39089469c44a5529d79dc40a8: |
14 | 12 | ||
15 | target/arm: Implement PMSWINC (2019-01-21 10:38:56 +0000) | 13 | docs: Build and install all the docs in a single manual (2021-01-19 15:45:14 +0000) |
16 | 14 | ||
17 | ---------------------------------------------------------------- | 15 | ---------------------------------------------------------------- |
18 | target-arm queue: | 16 | target-arm queue: |
19 | * hw/char/stm32f2xx_usart: Do not update data register when device is disabled | 17 | * Implement IMPDEF pauth algorithm |
20 | * hw/arm/virt-acpi-build: Set COHACC override flag in IORT SMMUv3 node | 18 | * Support ARMv8.4-SEL2 |
21 | * target/arm: Allow Aarch32 exception return to switch from Mon->Hyp | 19 | * Fix bug where we were truncating predicate vector lengths in SVE insns |
22 | * ftgmac100: implement the new MDIO interface on Aspeed SoC | 20 | * npcm7xx_adc-test: Fix memleak in adc_qom_set |
23 | * implement the ARMv8.3-PAuth extension | 21 | * target/arm/m_helper: Silence GCC 10 maybe-uninitialized error |
24 | * improve emulation of the ARM PMU | 22 | * docs: Build and install all the docs in a single manual |
25 | 23 | ||
26 | ---------------------------------------------------------------- | 24 | ---------------------------------------------------------------- |
27 | Aaron Lindsay (13): | 25 | Gan Qixin (1): |
28 | migration: Add post_save function to VMStateDescription | 26 | npcm7xx_adc-test: Fix memleak in adc_qom_set |
29 | target/arm: Reorganize PMCCNTR accesses | ||
30 | target/arm: Swap PMU values before/after migrations | ||
31 | target/arm: Filter cycle counter based on PMCCFILTR_EL0 | ||
32 | target/arm: Allow AArch32 access for PMCCFILTR | ||
33 | target/arm: Implement PMOVSSET | ||
34 | target/arm: Define FIELDs for ID_DFR0 | ||
35 | target/arm: Make PMCEID[01]_EL0 64 bit registers, add PMCEID[23] | ||
36 | target/arm: Add array for supported PMU events, generate PMCEID[01]_EL0 | ||
37 | target/arm: Finish implementation of PM[X]EVCNTR and PM[X]EVTYPER | ||
38 | target/arm: PMU: Add instruction and cycle events | ||
39 | target/arm: PMU: Set PMCR.N to 4 | ||
40 | target/arm: Implement PMSWINC | ||
41 | 27 | ||
42 | Alexander Graf (1): | 28 | Peter Maydell (1): |
43 | target/arm: Allow Aarch32 exception return to switch from Mon->Hyp | 29 | docs: Build and install all the docs in a single manual |
44 | |||
45 | Cédric Le Goater (1): | ||
46 | ftgmac100: implement the new MDIO interface on Aspeed SoC | ||
47 | |||
48 | Eric Auger (1): | ||
49 | hw/arm/virt-acpi-build: Set COHACC override flag in IORT SMMUv3 node | ||
50 | 30 | ||
51 | Philippe Mathieu-Daudé (1): | 31 | Philippe Mathieu-Daudé (1): |
52 | hw/char/stm32f2xx_usart: Do not update data register when device is disabled | 32 | target/arm/m_helper: Silence GCC 10 maybe-uninitialized error |
53 | 33 | ||
54 | Richard Henderson (31): | 34 | Richard Henderson (7): |
55 | target/arm: Add state for the ARMv8.3-PAuth extension | 35 | target/arm: Implement an IMPDEF pauth algorithm |
56 | target/arm: Add SCTLR bits through ARMv8.5 | 36 | target/arm: Add cpu properties to control pauth |
57 | target/arm: Add PAuth active bit to tbflags | 37 | target/arm: Use object_property_add_bool for "sve" property |
58 | target/arm: Introduce raise_exception_ra | 38 | target/arm: Introduce PREDDESC field definitions |
59 | target/arm: Add PAuth helpers | 39 | target/arm: Update PFIRST, PNEXT for pred_desc |
60 | target/arm: Decode PAuth within system hint space | 40 | target/arm: Update ZIP, UZP, TRN for pred_desc |
61 | target/arm: Rearrange decode in disas_data_proc_1src | 41 | target/arm: Update REV, PUNPK for pred_desc |
62 | target/arm: Decode PAuth within disas_data_proc_1src | ||
63 | target/arm: Decode PAuth within disas_data_proc_2src | ||
64 | target/arm: Move helper_exception_return to helper-a64.c | ||
65 | target/arm: Add new_pc argument to helper_exception_return | ||
66 | target/arm: Rearrange decode in disas_uncond_b_reg | ||
67 | target/arm: Decode PAuth within disas_uncond_b_reg | ||
68 | target/arm: Decode Load/store register (pac) | ||
69 | target/arm: Move cpu_mmu_index out of line | ||
70 | target/arm: Introduce arm_mmu_idx | ||
71 | target/arm: Introduce arm_stage1_mmu_idx | ||
72 | target/arm: Create ARMVAParameters and helpers | ||
73 | target/arm: Merge TBFLAG_AA_TB{0, 1} to TBII | ||
74 | target/arm: Export aa64_va_parameters to internals.h | ||
75 | target/arm: Add aa64_va_parameters_both | ||
76 | target/arm: Decode TBID from TCR | ||
77 | target/arm: Reuse aa64_va_parameters for setting tbflags | ||
78 | target/arm: Implement pauth_strip | ||
79 | target/arm: Implement pauth_auth | ||
80 | target/arm: Implement pauth_addpac | ||
81 | target/arm: Implement pauth_computepac | ||
82 | target/arm: Add PAuth system registers | ||
83 | target/arm: Enable PAuth for -cpu max | ||
84 | target/arm: Enable PAuth for user-only | ||
85 | target/arm: Tidy TBI handling in gen_a64_set_pc | ||
86 | 42 | ||
87 | target/arm/Makefile.objs | 1 + | 43 | Rémi Denis-Courmont (19): |
88 | include/hw/acpi/acpi-defs.h | 2 + | 44 | target/arm: remove redundant tests |
89 | include/migration/vmstate.h | 1 + | 45 | target/arm: add arm_is_el2_enabled() helper |
90 | target/arm/cpu.h | 244 +++++---- | 46 | target/arm: use arm_is_el2_enabled() where applicable |
91 | target/arm/helper-a64.h | 14 + | 47 | target/arm: use arm_hcr_el2_eff() where applicable |
92 | target/arm/helper.h | 1 - | 48 | target/arm: factor MDCR_EL2 common handling |
93 | target/arm/internals.h | 77 +++ | 49 | target/arm: Define isar_feature function to test for presence of SEL2 |
94 | target/arm/translate.h | 5 +- | 50 | target/arm: add 64-bit S-EL2 to EL exception table |
95 | hw/arm/virt-acpi-build.c | 1 + | 51 | target/arm: add MMU stage 1 for Secure EL2 |
96 | hw/char/stm32f2xx_usart.c | 3 +- | 52 | target/arm: add ARMv8.4-SEL2 system registers |
97 | hw/net/ftgmac100.c | 80 ++- | 53 | target/arm: handle VMID change in secure state |
98 | migration/vmstate.c | 13 +- | 54 | target/arm: do S1_ptw_translate() before address space lookup |
99 | target/arm/cpu.c | 19 +- | 55 | target/arm: translate NS bit in page-walks |
100 | target/arm/cpu64.c | 68 ++- | 56 | target/arm: generalize 2-stage page-walk condition |
101 | target/arm/helper-a64.c | 155 ++++++ | 57 | target/arm: secure stage 2 translation regime |
102 | target/arm/helper.c | 1222 +++++++++++++++++++++++++++++++++---------- | 58 | target/arm: set HPFAR_EL2.NS on secure stage 2 faults |
103 | target/arm/machine.c | 24 + | 59 | target/arm: revector to run-time pick target EL |
104 | target/arm/op_helper.c | 174 +----- | 60 | target/arm: Implement SCR_EL2.EEL2 |
105 | target/arm/pauth_helper.c | 497 ++++++++++++++++++ | 61 | target/arm: enable Secure EL2 in max CPU |
106 | target/arm/translate-a64.c | 537 ++++++++++++++++--- | 62 | target/arm: refactor vae1_tlbmask() |
107 | docs/devel/migration.rst | 9 +- | ||
108 | 21 files changed, 2515 insertions(+), 632 deletions(-) | ||
109 | create mode 100644 target/arm/pauth_helper.c | ||
110 | 63 | ||
64 | docs/conf.py | 46 ++++- | ||
65 | docs/devel/conf.py | 15 -- | ||
66 | docs/index.html.in | 17 -- | ||
67 | docs/interop/conf.py | 28 --- | ||
68 | docs/meson.build | 64 +++--- | ||
69 | docs/specs/conf.py | 16 -- | ||
70 | docs/system/arm/cpu-features.rst | 21 ++ | ||
71 | docs/system/conf.py | 28 --- | ||
72 | docs/tools/conf.py | 37 ---- | ||
73 | docs/user/conf.py | 15 -- | ||
74 | include/qemu/xxhash.h | 98 +++++++++ | ||
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 | ||
102 | diff view generated by jsdifflib |