1 | v1->v2 changes: fix a clang warning about bitfields; | 1 | Massively slimmed down v2: MemTag broke bsd-user, and the npcm7xx |
---|---|---|---|
2 | drop a patch from Julia that I accidentally included | 2 | ethernet device failed 'make check' on big-endian hosts. |
3 | (it will likely be in a future series). | ||
4 | 3 | ||
5 | The following changes since commit a8d2b0685681e2f291faaa501efbbd76875f8ec8: | 4 | -- PMM |
6 | 5 | ||
7 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190118' into staging (2019-01-18 16:56:15 +0000) | 6 | The following changes since commit 83339e21d05c824ebc9131d644f25c23d0e41ecf: |
7 | |||
8 | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request' into staging (2021-02-10 15:42:20 +0000) | ||
8 | 9 | ||
9 | are available in the Git repository at: | 10 | are available in the Git repository at: |
10 | 11 | ||
11 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20190121 | 12 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210211-1 |
12 | 13 | ||
13 | for you to fetch changes up to 0d4bfd7df809863b1f45fad35229fb9419527d06: | 14 | for you to fetch changes up to d3c1183ffeb71ca3a783eae3d7e1c51e71e8a621: |
14 | 15 | ||
15 | target/arm: Implement PMSWINC (2019-01-21 10:38:56 +0000) | 16 | target/arm: Correctly initialize MDCR_EL2.HPMN (2021-02-11 19:48:09 +0000) |
16 | 17 | ||
17 | ---------------------------------------------------------------- | 18 | ---------------------------------------------------------------- |
18 | target-arm queue: | 19 | target-arm queue: |
19 | * hw/char/stm32f2xx_usart: Do not update data register when device is disabled | 20 | * Correctly initialize MDCR_EL2.HPMN |
20 | * hw/arm/virt-acpi-build: Set COHACC override flag in IORT SMMUv3 node | 21 | * versal: Use nr_apu_cpus in favor of hard coding 2 |
21 | * target/arm: Allow Aarch32 exception return to switch from Mon->Hyp | 22 | * accel/tcg: Add URL of clang bug to comment about our workaround |
22 | * ftgmac100: implement the new MDIO interface on Aspeed SoC | 23 | * Add support for FEAT_DIT, Data Independent Timing |
23 | * implement the ARMv8.3-PAuth extension | 24 | * Remove GPIO from unimplemented NPCM7XX |
24 | * improve emulation of the ARM PMU | 25 | * Fix SCR RES1 handling |
26 | * Don't migrate CPUARMState.features | ||
25 | 27 | ||
26 | ---------------------------------------------------------------- | 28 | ---------------------------------------------------------------- |
27 | Aaron Lindsay (13): | 29 | Aaron Lindsay (1): |
28 | migration: Add post_save function to VMStateDescription | 30 | target/arm: Don't migrate CPUARMState.features |
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 | 31 | ||
42 | Alexander Graf (1): | 32 | Daniel Müller (1): |
43 | target/arm: Allow Aarch32 exception return to switch from Mon->Hyp | 33 | target/arm: Correctly initialize MDCR_EL2.HPMN |
44 | 34 | ||
45 | Cédric Le Goater (1): | 35 | Edgar E. Iglesias (1): |
46 | ftgmac100: implement the new MDIO interface on Aspeed SoC | 36 | hw/arm: versal: Use nr_apu_cpus in favor of hard coding 2 |
47 | 37 | ||
48 | Eric Auger (1): | 38 | Hao Wu (1): |
49 | hw/arm/virt-acpi-build: Set COHACC override flag in IORT SMMUv3 node | 39 | hw/arm: Remove GPIO from unimplemented NPCM7XX |
50 | 40 | ||
51 | Philippe Mathieu-Daudé (1): | 41 | Mike Nawrocki (1): |
52 | hw/char/stm32f2xx_usart: Do not update data register when device is disabled | 42 | target/arm: Fix SCR RES1 handling |
53 | 43 | ||
54 | Richard Henderson (31): | 44 | Peter Maydell (2): |
55 | target/arm: Add state for the ARMv8.3-PAuth extension | 45 | arm: Update infocenter.arm.com URLs |
56 | target/arm: Add SCTLR bits through ARMv8.5 | 46 | accel/tcg: Add URL of clang bug to comment about our workaround |
57 | target/arm: Add PAuth active bit to tbflags | ||
58 | target/arm: Introduce raise_exception_ra | ||
59 | target/arm: Add PAuth helpers | ||
60 | target/arm: Decode PAuth within system hint space | ||
61 | target/arm: Rearrange decode in disas_data_proc_1src | ||
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 | 47 | ||
87 | target/arm/Makefile.objs | 1 + | 48 | Rebecca Cran (4): |
88 | include/hw/acpi/acpi-defs.h | 2 + | 49 | target/arm: Add support for FEAT_DIT, Data Independent Timing |
89 | include/migration/vmstate.h | 1 + | 50 | target/arm: Support AA32 DIT by moving PSTATE_SS from cpsr into env->pstate |
90 | target/arm/cpu.h | 244 +++++---- | 51 | target/arm: Set ID_AA64PFR0.DIT and ID_PFR0.DIT to 1 for "max" AA64 CPU |
91 | target/arm/helper-a64.h | 14 + | 52 | target/arm: Set ID_PFR0.DIT to 1 for "max" 32-bit CPU |
92 | target/arm/helper.h | 1 - | ||
93 | target/arm/internals.h | 77 +++ | ||
94 | target/arm/translate.h | 5 +- | ||
95 | hw/arm/virt-acpi-build.c | 1 + | ||
96 | hw/char/stm32f2xx_usart.c | 3 +- | ||
97 | hw/net/ftgmac100.c | 80 ++- | ||
98 | migration/vmstate.c | 13 +- | ||
99 | target/arm/cpu.c | 19 +- | ||
100 | target/arm/cpu64.c | 68 ++- | ||
101 | target/arm/helper-a64.c | 155 ++++++ | ||
102 | target/arm/helper.c | 1222 +++++++++++++++++++++++++++++++++---------- | ||
103 | target/arm/machine.c | 24 + | ||
104 | target/arm/op_helper.c | 174 +----- | ||
105 | target/arm/pauth_helper.c | 497 ++++++++++++++++++ | ||
106 | target/arm/translate-a64.c | 537 ++++++++++++++++--- | ||
107 | docs/devel/migration.rst | 9 +- | ||
108 | 21 files changed, 2515 insertions(+), 632 deletions(-) | ||
109 | create mode 100644 target/arm/pauth_helper.c | ||
110 | 53 | ||
54 | include/hw/dma/pl080.h | 7 ++-- | ||
55 | include/hw/misc/arm_integrator_debug.h | 2 +- | ||
56 | include/hw/ssi/pl022.h | 5 ++- | ||
57 | target/arm/cpu.h | 17 ++++++++ | ||
58 | target/arm/internals.h | 6 +++ | ||
59 | accel/tcg/cpu-exec.c | 25 +++++++++--- | ||
60 | hw/arm/aspeed_ast2600.c | 2 +- | ||
61 | hw/arm/musca.c | 4 +- | ||
62 | hw/arm/npcm7xx.c | 8 ---- | ||
63 | hw/arm/xlnx-versal.c | 4 +- | ||
64 | hw/misc/arm_integrator_debug.c | 2 +- | ||
65 | hw/timer/arm_timer.c | 7 ++-- | ||
66 | target/arm/cpu.c | 4 ++ | ||
67 | target/arm/cpu64.c | 5 +++ | ||
68 | target/arm/helper-a64.c | 27 +++++++++++-- | ||
69 | target/arm/helper.c | 71 +++++++++++++++++++++++++++------- | ||
70 | target/arm/machine.c | 2 +- | ||
71 | target/arm/op_helper.c | 9 +---- | ||
72 | target/arm/translate-a64.c | 12 ++++++ | ||
73 | 19 files changed, 164 insertions(+), 55 deletions(-) | ||
74 | diff view generated by jsdifflib |