1 | v2: drop pvpanic-pci patches. | 1 | v1->v2: fix up format string issues in aspeed_i3c.c |
---|---|---|---|
2 | 2 | ||
3 | The following changes since commit f1fcb6851aba6dd9838886dc179717a11e344a1c: | 3 | -- PMM |
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 | The following changes since commit b10d00d8811fa4eed4862963273d7353ce310c82: |
6 | |||
7 | Merge remote-tracking branch 'remotes/kraxel/tags/seabios-20220118-pull-request' into staging (2022-01-19 18:46:28 +0000) | ||
6 | 8 | ||
7 | are available in the Git repository at: | 9 | are available in the Git repository at: |
8 | 10 | ||
9 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210119-1 | 11 | https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20220120-1 |
10 | 12 | ||
11 | for you to fetch changes up to b93f4fbdc48283a39089469c44a5529d79dc40a8: | 13 | for you to fetch changes up to b9d383ab797f54ae5fa8746117770709921dc529: |
12 | 14 | ||
13 | docs: Build and install all the docs in a single manual (2021-01-19 15:45:14 +0000) | 15 | hw/intc/arm_gicv3: Check for !MEMTX_OK instead of MEMTX_ERROR (2022-01-20 16:04:58 +0000) |
14 | 16 | ||
15 | ---------------------------------------------------------------- | 17 | ---------------------------------------------------------------- |
16 | target-arm queue: | 18 | target-arm: |
17 | * Implement IMPDEF pauth algorithm | 19 | * hw/intc/arm_gicv3_its: Fix various minor bugs |
18 | * Support ARMv8.4-SEL2 | 20 | * hw/arm/aspeed: Add the i3c device to the AST2600 SoC |
19 | * Fix bug where we were truncating predicate vector lengths in SVE insns | 21 | * hw/arm: kudo: add lm75s behind bus 1 switch at 75 |
20 | * npcm7xx_adc-test: Fix memleak in adc_qom_set | 22 | * hw/arm/virt: Fix support for running guests on hosts |
21 | * target/arm/m_helper: Silence GCC 10 maybe-uninitialized error | 23 | with restricted IPA ranges |
22 | * docs: Build and install all the docs in a single manual | 24 | * hw/intc/arm_gic: Allow reset of the running priority |
25 | * hw/intc/arm_gic: Implement read of GICC_IIDR | ||
26 | * hw/arm/virt: Support for virtio-mem-pci | ||
27 | * hw/arm/virt: Support CPU cluster on ARM virt machine | ||
28 | * docs/can: convert to restructuredText | ||
29 | * hw/net: Move MV88W8618 network device out of hw/arm/ directory | ||
30 | * hw/arm/virt: KVM: Enable PAuth when supported by the host | ||
23 | 31 | ||
24 | ---------------------------------------------------------------- | 32 | ---------------------------------------------------------------- |
25 | Gan Qixin (1): | 33 | Gavin Shan (2): |
26 | npcm7xx_adc-test: Fix memleak in adc_qom_set | 34 | virtio-mem: Correct default THP size for ARM64 |
35 | hw/arm/virt: Support for virtio-mem-pci | ||
27 | 36 | ||
28 | Peter Maydell (1): | 37 | Lucas Ramage (1): |
29 | docs: Build and install all the docs in a single manual | 38 | docs/can: convert to restructuredText |
30 | 39 | ||
31 | Philippe Mathieu-Daudé (1): | 40 | Marc Zyngier (7): |
32 | target/arm/m_helper: Silence GCC 10 maybe-uninitialized error | 41 | hw/arm/virt: KVM: Enable PAuth when supported by the host |
42 | hw/arm/virt: Add a control for the the highmem PCIe MMIO | ||
43 | hw/arm/virt: Add a control for the the highmem redistributors | ||
44 | hw/arm/virt: Honor highmem setting when computing the memory map | ||
45 | hw/arm/virt: Use the PA range to compute the memory map | ||
46 | hw/arm/virt: Disable highmem devices that don't fit in the PA range | ||
47 | hw/arm/virt: Drop superfluous checks against highmem | ||
33 | 48 | ||
34 | Richard Henderson (7): | 49 | Patrick Venture (1): |
35 | target/arm: Implement an IMPDEF pauth algorithm | 50 | hw/arm: kudo add lm75s behind bus 1 switch at 75 |
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 | ||
42 | 51 | ||
43 | Rémi Denis-Courmont (19): | 52 | Peter Maydell (13): |
44 | target/arm: remove redundant tests | 53 | hw/intc/arm_gicv3_its: Fix event ID bounds checks |
45 | target/arm: add arm_is_el2_enabled() helper | 54 | hw/intc/arm_gicv3_its: Convert int ID check to num_intids convention |
46 | target/arm: use arm_is_el2_enabled() where applicable | 55 | hw/intc/arm_gicv3_its: Fix handling of process_its_cmd() return value |
47 | target/arm: use arm_hcr_el2_eff() where applicable | 56 | hw/intc/arm_gicv3_its: Don't use data if reading command failed |
48 | target/arm: factor MDCR_EL2 common handling | 57 | hw/intc/arm_gicv3_its: Use enum for return value of process_* functions |
49 | target/arm: Define isar_feature function to test for presence of SEL2 | 58 | hw/intc/arm_gicv3_its: Fix return codes in process_its_cmd() |
50 | target/arm: add 64-bit S-EL2 to EL exception table | 59 | hw/intc/arm_gicv3_its: Refactor process_its_cmd() to reduce nesting |
51 | target/arm: add MMU stage 1 for Secure EL2 | 60 | hw/intc/arm_gicv3_its: Fix return codes in process_mapti() |
52 | target/arm: add ARMv8.4-SEL2 system registers | 61 | hw/intc/arm_gicv3_its: Fix return codes in process_mapc() |
53 | target/arm: handle VMID change in secure state | 62 | hw/intc/arm_gicv3_its: Fix return codes in process_mapd() |
54 | target/arm: do S1_ptw_translate() before address space lookup | 63 | hw/intc/arm_gicv3_its: Factor out "find address of table entry" code |
55 | target/arm: translate NS bit in page-walks | 64 | hw/intc/arm_gicv3_its: Check indexes before use, not after |
56 | target/arm: generalize 2-stage page-walk condition | 65 | hw/intc/arm_gicv3_its: Range-check ICID before indexing into collection table |
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 | 66 | ||
64 | docs/conf.py | 46 ++++- | 67 | Petr Pavlu (2): |
65 | docs/devel/conf.py | 15 -- | 68 | hw/intc/arm_gic: Implement read of GICC_IIDR |
66 | docs/index.html.in | 17 -- | 69 | hw/intc/arm_gic: Allow reset of the running priority |
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 | 70 | ||
71 | Philippe Mathieu-Daudé (4): | ||
72 | hw: Move MARVELL_88W8618 Kconfig from audio/ to arm/ | ||
73 | hw/arm/musicpal: Fix coding style of code related to MV88W8618 device | ||
74 | hw/net: Move MV88W8618 network device out of hw/arm/ directory | ||
75 | hw/intc/arm_gicv3: Check for !MEMTX_OK instead of MEMTX_ERROR | ||
76 | |||
77 | Troy Lee (2): | ||
78 | hw/misc/aspeed_i3c.c: Introduce a dummy AST2600 I3C model. | ||
79 | hw/arm/aspeed: Add the i3c device to the AST2600 SoC | ||
80 | |||
81 | Yanan Wang (6): | ||
82 | hw/arm/virt: Support CPU cluster on ARM virt machine | ||
83 | hw/arm/virt: Support cluster level in DT cpu-map | ||
84 | hw/acpi/aml-build: Improve scalability of PPTT generation | ||
85 | tests/acpi/bios-tables-test: Allow changes to virt/PPTT file | ||
86 | hw/acpi/aml-build: Support cluster level in PPTT generation | ||
87 | tests/acpi/bios-table-test: Update expected virt/PPTT file | ||
88 | |||
89 | docs/system/arm/cpu-features.rst | 4 - | ||
90 | docs/system/device-emulation.rst | 1 + | ||
91 | docs/{can.txt => system/devices/can.rst} | 90 +++--- | ||
92 | include/hw/arm/aspeed_soc.h | 3 + | ||
93 | include/hw/arm/virt.h | 5 +- | ||
94 | include/hw/misc/aspeed_i3c.h | 48 +++ | ||
95 | include/hw/net/mv88w8618_eth.h | 12 + | ||
96 | target/arm/cpu.h | 1 + | ||
97 | hw/acpi/aml-build.c | 68 +++-- | ||
98 | hw/arm/aspeed_ast2600.c | 16 + | ||
99 | hw/arm/musicpal.c | 381 +----------------------- | ||
100 | hw/arm/npcm7xx_boards.c | 10 +- | ||
101 | hw/arm/virt-acpi-build.c | 10 +- | ||
102 | hw/arm/virt.c | 184 ++++++++++-- | ||
103 | hw/intc/arm_gic.c | 11 + | ||
104 | hw/intc/arm_gicv3_its.c | 492 ++++++++++++++----------------- | ||
105 | hw/intc/arm_gicv3_redist.c | 4 +- | ||
106 | hw/misc/aspeed_i3c.c | 384 ++++++++++++++++++++++++ | ||
107 | hw/net/mv88w8618_eth.c | 403 +++++++++++++++++++++++++ | ||
108 | hw/virtio/virtio-mem.c | 36 ++- | ||
109 | target/arm/cpu.c | 16 +- | ||
110 | target/arm/cpu64.c | 31 +- | ||
111 | target/arm/kvm64.c | 21 ++ | ||
112 | MAINTAINERS | 2 + | ||
113 | hw/arm/Kconfig | 4 + | ||
114 | hw/audio/Kconfig | 3 - | ||
115 | hw/misc/meson.build | 1 + | ||
116 | hw/misc/trace-events | 6 + | ||
117 | hw/net/meson.build | 1 + | ||
118 | qemu-options.hx | 10 + | ||
119 | tests/data/acpi/virt/PPTT | Bin 76 -> 96 bytes | ||
120 | 31 files changed, 1476 insertions(+), 782 deletions(-) | ||
121 | rename docs/{can.txt => system/devices/can.rst} (68%) | ||
122 | create mode 100644 include/hw/misc/aspeed_i3c.h | ||
123 | create mode 100644 include/hw/net/mv88w8618_eth.h | ||
124 | create mode 100644 hw/misc/aspeed_i3c.c | ||
125 | create mode 100644 hw/net/mv88w8618_eth.c | ||
126 | diff view generated by jsdifflib |