1 | v2: dropped a couple of cadence_gem changes to ID regs that | 1 | v1->v2 changes: fix a clang warning about bitfields; |
---|---|---|---|
2 | caused new clang sanitizer warnings. | 2 | drop a patch from Julia that I accidentally included |
3 | (it will likely be in a future series). | ||
3 | 4 | ||
4 | -- PMM | 5 | The following changes since commit a8d2b0685681e2f291faaa501efbbd76875f8ec8: |
5 | 6 | ||
6 | The following changes since commit dddb37495b844270088e68e3bf30b764d48d863f: | 7 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190118' into staging (2019-01-18 16:56:15 +0000) |
7 | |||
8 | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20181015.0' into staging (2018-10-15 18:44:04 +0100) | ||
9 | 8 | ||
10 | are available in the Git repository at: | 9 | are available in the Git repository at: |
11 | 10 | ||
12 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20181016-1 | 11 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20190121 |
13 | 12 | ||
14 | for you to fetch changes up to 2ef297af07196c29446556537861f8e7dfeeae7b: | 13 | for you to fetch changes up to 0d4bfd7df809863b1f45fad35229fb9419527d06: |
15 | 14 | ||
16 | coccinelle: new inplace-byteswaps.cocci to remove inplace-byteswapping calls (2018-10-16 17:14:55 +0100) | 15 | target/arm: Implement PMSWINC (2019-01-21 10:38:56 +0000) |
17 | 16 | ||
18 | ---------------------------------------------------------------- | 17 | ---------------------------------------------------------------- |
19 | target-arm queue: | 18 | target-arm queue: |
20 | * hw/arm/virt: add DT property /secure-chosen/stdout-path indicating secure UART | 19 | * hw/char/stm32f2xx_usart: Do not update data register when device is disabled |
21 | * target/arm: Fix aarch64_sve_change_el wrt EL0 | 20 | * hw/arm/virt-acpi-build: Set COHACC override flag in IORT SMMUv3 node |
22 | * target/arm: Define fields of ISAR registers | 21 | * target/arm: Allow Aarch32 exception return to switch from Mon->Hyp |
23 | * target/arm: Align cortex-r5 id_isar0 | 22 | * ftgmac100: implement the new MDIO interface on Aspeed SoC |
24 | * target/arm: Fix cortex-a7 id_isar0 | 23 | * implement the ARMv8.3-PAuth extension |
25 | * net/cadence_gem: Fix various bugs, add support for new | 24 | * improve emulation of the ARM PMU |
26 | features that will be used by the Xilinx Versal board | ||
27 | * target-arm: powerctl: Enable HVC when starting CPUs to EL2 | ||
28 | * target/arm: Add the Cortex-A72 | ||
29 | * target/arm: Mark PMINTENCLR and PMINTENCLR_EL1 accesses as possibly doing IO | ||
30 | * target/arm: Mask PMOVSR writes based on supported counters | ||
31 | * target/arm: Initialize ARMMMUFaultInfo in v7m_stack_read/write | ||
32 | * coccinelle: new inplace-byteswaps.cocci to remove inplace-byteswapping calls | ||
33 | 25 | ||
34 | ---------------------------------------------------------------- | 26 | ---------------------------------------------------------------- |
35 | Aaron Lindsay (2): | 27 | Aaron Lindsay (13): |
36 | target/arm: Mark PMINTENCLR and PMINTENCLR_EL1 accesses as possibly doing IO | 28 | migration: Add post_save function to VMStateDescription |
37 | target/arm: Mask PMOVSR writes based on supported counters | 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 | ||
38 | 41 | ||
39 | Edgar E. Iglesias (8): | 42 | Alexander Graf (1): |
40 | net: cadence_gem: Disable TSU feature bit | 43 | target/arm: Allow Aarch32 exception return to switch from Mon->Hyp |
41 | net: cadence_gem: Use uint32_t for 32bit descriptor words | ||
42 | net: cadence_gem: Add macro with max number of descriptor words | ||
43 | net: cadence_gem: Add support for extended descriptors | ||
44 | net: cadence_gem: Add support for selecting the DMA MemoryRegion | ||
45 | net: cadence_gem: Implement support for 64bit descriptor addresses | ||
46 | target-arm: powerctl: Enable HVC when starting CPUs to EL2 | ||
47 | target/arm: Add the Cortex-A72 | ||
48 | 44 | ||
49 | Jerome Forissier (1): | 45 | Cédric Le Goater (1): |
50 | hw/arm/virt: add DT property /secure-chosen/stdout-path indicating secure UART | 46 | ftgmac100: implement the new MDIO interface on Aspeed SoC |
51 | 47 | ||
52 | Peter Maydell (2): | 48 | Eric Auger (1): |
53 | target/arm: Initialize ARMMMUFaultInfo in v7m_stack_read/write | 49 | hw/arm/virt-acpi-build: Set COHACC override flag in IORT SMMUv3 node |
54 | coccinelle: new inplace-byteswaps.cocci to remove inplace-byteswapping calls | ||
55 | 50 | ||
56 | Richard Henderson (4): | 51 | Philippe Mathieu-Daudé (1): |
57 | target/arm: Fix aarch64_sve_change_el wrt EL0 | 52 | hw/char/stm32f2xx_usart: Do not update data register when device is disabled |
58 | target/arm: Define fields of ISAR registers | ||
59 | target/arm: Align cortex-r5 id_isar0 | ||
60 | target/arm: Fix cortex-a7 id_isar0 | ||
61 | 53 | ||
62 | include/hw/net/cadence_gem.h | 7 +- | 54 | Richard Henderson (31): |
63 | target/arm/cpu.h | 95 ++++++++++++++- | 55 | target/arm: Add state for the ARMv8.3-PAuth extension |
64 | hw/arm/virt.c | 4 + | 56 | target/arm: Add SCTLR bits through ARMv8.5 |
65 | hw/net/cadence_gem.c | 185 ++++++++++++++++++++--------- | 57 | target/arm: Add PAuth active bit to tbflags |
66 | target/arm/arm-powerctl.c | 10 ++ | 58 | target/arm: Introduce raise_exception_ra |
67 | target/arm/cpu.c | 7 +- | 59 | target/arm: Add PAuth helpers |
68 | target/arm/cpu64.c | 66 +++++++++- | 60 | target/arm: Decode PAuth within system hint space |
69 | target/arm/helper.c | 27 +++-- | 61 | target/arm: Rearrange decode in disas_data_proc_1src |
70 | target/arm/op_helper.c | 6 +- | 62 | target/arm: Decode PAuth within disas_data_proc_1src |
71 | scripts/coccinelle/inplace-byteswaps.cocci | 65 ++++++++++ | 63 | target/arm: Decode PAuth within disas_data_proc_2src |
72 | 10 files changed, 402 insertions(+), 70 deletions(-) | 64 | target/arm: Move helper_exception_return to helper-a64.c |
73 | create mode 100644 scripts/coccinelle/inplace-byteswaps.cocci | 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 | ||
74 | 86 | ||
87 | target/arm/Makefile.objs | 1 + | ||
88 | include/hw/acpi/acpi-defs.h | 2 + | ||
89 | include/migration/vmstate.h | 1 + | ||
90 | target/arm/cpu.h | 244 +++++---- | ||
91 | target/arm/helper-a64.h | 14 + | ||
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 | diff view generated by jsdifflib |