1 | v2: drop pvpanic-pci patches. | 1 | v3: really fix the format string nit (oops) |
---|---|---|---|
2 | 2 | ||
3 | The following changes since commit f1fcb6851aba6dd9838886dc179717a11e344a1c: | 3 | The following changes since commit eae587e8e3694b1aceab23239493fb4c7e1a80f5: |
4 | 4 | ||
5 | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-01-19' into staging (2021-01-19 11:57:07 +0000) | 5 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-09-13' into staging (2021-09-13 11:00:30 +0100) |
6 | 6 | ||
7 | are available in the Git repository at: | 7 | are available in the Git repository at: |
8 | 8 | ||
9 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210119-1 | 9 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210913-2 |
10 | 10 | ||
11 | for you to fetch changes up to b93f4fbdc48283a39089469c44a5529d79dc40a8: | 11 | for you to fetch changes up to eec607843ca81eccab238fce86222be9c78b3675: |
12 | 12 | ||
13 | docs: Build and install all the docs in a single manual (2021-01-19 15:45:14 +0000) | 13 | hw/arm/mps2.c: Mark internal-only I2C buses as 'full' (2021-09-13 19:45:02 +0100) |
14 | 14 | ||
15 | ---------------------------------------------------------------- | 15 | ---------------------------------------------------------------- |
16 | target-arm queue: | 16 | target-arm queue: |
17 | * Implement IMPDEF pauth algorithm | 17 | * mark MPS2/MPS3 board-internal i2c buses as 'full' so that command |
18 | * Support ARMv8.4-SEL2 | 18 | line user-created devices are not plugged into them |
19 | * Fix bug where we were truncating predicate vector lengths in SVE insns | 19 | * Take an exception if PSTATE.IL is set |
20 | * npcm7xx_adc-test: Fix memleak in adc_qom_set | 20 | * Support an emulated ITS in the virt board |
21 | * target/arm/m_helper: Silence GCC 10 maybe-uninitialized error | 21 | * Add support for kudo-bmc board |
22 | * docs: Build and install all the docs in a single manual | 22 | * Probe for KVM_CAP_ARM_VM_IPA_SIZE when creating scratch VM |
23 | * cadence_uart: Fix clock handling issues that prevented | ||
24 | u-boot from running | ||
23 | 25 | ||
24 | ---------------------------------------------------------------- | 26 | ---------------------------------------------------------------- |
25 | Gan Qixin (1): | 27 | Bin Meng (6): |
26 | npcm7xx_adc-test: Fix memleak in adc_qom_set | 28 | hw/misc: zynq_slcr: Correctly compute output clocks in the reset exit phase |
29 | hw/char: cadence_uart: Disable transmit when input clock is disabled | ||
30 | hw/char: cadence_uart: Move clock/reset check to uart_can_receive() | ||
31 | hw/char: cadence_uart: Convert to memop_with_attrs() ops | ||
32 | hw/char: cadence_uart: Ignore access when unclocked or in reset for uart_{read, write}() | ||
33 | hw/char: cadence_uart: Log a guest error when device is unclocked or in reset | ||
27 | 34 | ||
28 | Peter Maydell (1): | 35 | Chris Rauer (1): |
29 | docs: Build and install all the docs in a single manual | 36 | hw/arm: Add support for kudo-bmc board. |
30 | 37 | ||
31 | Philippe Mathieu-Daudé (1): | 38 | Marc Zyngier (1): |
32 | target/arm/m_helper: Silence GCC 10 maybe-uninitialized error | 39 | hw/arm/virt: KVM: Probe for KVM_CAP_ARM_VM_IPA_SIZE when creating scratch VM |
33 | 40 | ||
34 | Richard Henderson (7): | 41 | Peter Maydell (5): |
35 | target/arm: Implement an IMPDEF pauth algorithm | 42 | target/arm: Take an exception if PSTATE.IL is set |
36 | target/arm: Add cpu properties to control pauth | 43 | qdev: Support marking individual buses as 'full' |
37 | target/arm: Use object_property_add_bool for "sve" property | 44 | hw/arm/mps2-tz.c: Add extra data parameter to MakeDevFn |
38 | target/arm: Introduce PREDDESC field definitions | 45 | hw/arm/mps2-tz.c: Mark internal-only I2C buses as 'full' |
39 | target/arm: Update PFIRST, PNEXT for pred_desc | 46 | hw/arm/mps2.c: Mark internal-only I2C buses as 'full' |
40 | target/arm: Update ZIP, UZP, TRN for pred_desc | ||
41 | target/arm: Update REV, PUNPK for pred_desc | ||
42 | 47 | ||
43 | Rémi Denis-Courmont (19): | 48 | Richard Henderson (1): |
44 | target/arm: remove redundant tests | 49 | target/arm: Merge disas_a64_insn into aarch64_tr_translate_insn |
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() | ||
63 | 50 | ||
64 | docs/conf.py | 46 ++++- | 51 | Shashi Mallela (9): |
65 | docs/devel/conf.py | 15 -- | 52 | hw/intc: GICv3 ITS initial framework |
66 | docs/index.html.in | 17 -- | 53 | hw/intc: GICv3 ITS register definitions added |
67 | docs/interop/conf.py | 28 --- | 54 | hw/intc: GICv3 ITS command queue framework |
68 | docs/meson.build | 64 +++--- | 55 | hw/intc: GICv3 ITS Command processing |
69 | docs/specs/conf.py | 16 -- | 56 | hw/intc: GICv3 ITS Feature enablement |
70 | docs/system/arm/cpu-features.rst | 21 ++ | 57 | hw/intc: GICv3 redistributor ITS processing |
71 | docs/system/conf.py | 28 --- | 58 | tests/data/acpi/virt: Add IORT files for ITS |
72 | docs/tools/conf.py | 37 ---- | 59 | hw/arm/virt: add ITS support in virt GIC |
73 | docs/user/conf.py | 15 -- | 60 | tests/data/acpi/virt: Update IORT files for ITS |
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 | 61 | ||
62 | docs/system/arm/nuvoton.rst | 1 + | ||
63 | hw/intc/gicv3_internal.h | 188 ++++- | ||
64 | include/hw/arm/virt.h | 2 + | ||
65 | include/hw/intc/arm_gicv3_common.h | 13 + | ||
66 | include/hw/intc/arm_gicv3_its_common.h | 32 +- | ||
67 | include/hw/qdev-core.h | 24 + | ||
68 | target/arm/cpu.h | 1 + | ||
69 | target/arm/kvm_arm.h | 4 +- | ||
70 | target/arm/syndrome.h | 5 + | ||
71 | target/arm/translate.h | 2 + | ||
72 | hw/arm/mps2-tz.c | 92 ++- | ||
73 | hw/arm/mps2.c | 12 +- | ||
74 | hw/arm/npcm7xx_boards.c | 34 + | ||
75 | hw/arm/virt.c | 29 +- | ||
76 | hw/char/cadence_uart.c | 61 +- | ||
77 | hw/intc/arm_gicv3.c | 14 + | ||
78 | hw/intc/arm_gicv3_common.c | 13 + | ||
79 | hw/intc/arm_gicv3_cpuif.c | 7 +- | ||
80 | hw/intc/arm_gicv3_dist.c | 5 +- | ||
81 | hw/intc/arm_gicv3_its.c | 1322 ++++++++++++++++++++++++++++++++ | ||
82 | hw/intc/arm_gicv3_its_common.c | 7 +- | ||
83 | hw/intc/arm_gicv3_its_kvm.c | 2 +- | ||
84 | hw/intc/arm_gicv3_redist.c | 153 +++- | ||
85 | hw/misc/zynq_slcr.c | 31 +- | ||
86 | softmmu/qdev-monitor.c | 7 +- | ||
87 | target/arm/helper-a64.c | 1 + | ||
88 | target/arm/helper.c | 8 + | ||
89 | target/arm/kvm.c | 7 +- | ||
90 | target/arm/translate-a64.c | 255 +++--- | ||
91 | target/arm/translate.c | 21 + | ||
92 | hw/intc/meson.build | 1 + | ||
93 | tests/data/acpi/virt/IORT | Bin 0 -> 124 bytes | ||
94 | tests/data/acpi/virt/IORT.memhp | Bin 0 -> 124 bytes | ||
95 | tests/data/acpi/virt/IORT.numamem | Bin 0 -> 124 bytes | ||
96 | tests/data/acpi/virt/IORT.pxb | Bin 0 -> 124 bytes | ||
97 | 35 files changed, 2144 insertions(+), 210 deletions(-) | ||
98 | create mode 100644 hw/intc/arm_gicv3_its.c | ||
99 | create mode 100644 tests/data/acpi/virt/IORT | ||
100 | create mode 100644 tests/data/acpi/virt/IORT.memhp | ||
101 | create mode 100644 tests/data/acpi/virt/IORT.numamem | ||
102 | create mode 100644 tests/data/acpi/virt/IORT.pxb | ||
103 | diff view generated by jsdifflib |