1
Dropped the tmp421 patch and the following patch that
1
v2: fix format string error
2
depended on it; no other changes.
3
2
4
thanks
3
thanks
5
-- PMM
4
-- PMM
6
5
7
The following changes since commit 43771d5d92312504305c19abe29ec5bfabd55f01:
6
The following changes since commit aa9bbd865502ed517624ab6fe7d4b5d89ca95e43:
8
7
9
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-05-31' into staging (2017-06-01 16:39:16 +0100)
8
Merge tag 'pull-ppc-20230528' of https://gitlab.com/danielhb/qemu into staging (2023-05-29 14:31:52 -0700)
10
9
11
are available in the git repository at:
10
are available in the Git repository at:
12
11
13
git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20170602
12
https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20230530-1
14
13
15
for you to fetch changes up to c7637c04be257968e6df30de961a6a23a0ac3dd8:
14
for you to fetch changes up to ec683110def96b16be3931ec87baba65a3dc5ad0:
16
15
17
hw/arm/virt: fdt: generate distance-map when needed (2017-06-02 11:51:49 +0100)
16
docs: sbsa: correct graphics card name (2023-05-30 15:50:17 +0100)
18
17
19
----------------------------------------------------------------
18
----------------------------------------------------------------
20
target-arm queue:
19
target-arm queue:
21
* virt: numa: provide ACPI distance info when needed
20
* fsl-imx6: Add SNVS support for i.MX6 boards
22
* aspeed: fix i2c controller bugs
21
* smmuv3: Add support for stage 2 translations
23
* M profile: support MPU
22
* hw/dma/xilinx_axidma: Check DMASR.HALTED to prevent infinite loop
24
* gicv3: fix mishandling of BPR1, VBPR1
23
* hw/arm/xlnx-zynqmp: fix unsigned error when checking the RPUs number
25
* load_uboot_image: don't assume a full header read
24
* cleanups for recent Kconfig changes
26
* libvixl: Correct build failures on NetBSD
25
* target/arm: Explicitly select short-format FSR for M-profile
26
* tests/qtest: Run arm-specific tests only if the required machine is available
27
* hw/arm/sbsa-ref: add GIC node into DT
28
* docs: sbsa: correct graphics card name
29
* Update copyright dates to 2023
27
30
28
----------------------------------------------------------------
31
----------------------------------------------------------------
29
Andrew Jones (3):
32
Clément Chigot (1):
30
load_uboot_image: don't assume a full header read
33
hw/arm/xlnx-zynqmp: fix unsigned error when checking the RPUs number
31
hw/arm/virt-acpi-build: build SLIT when needed
32
hw/arm/virt: fdt: generate distance-map when needed
33
34
34
Cédric Le Goater (4):
35
Enze Li (1):
35
aspeed/i2c: improve command handling
36
Update copyright dates to 2023
36
aspeed/i2c: handle LAST command under the RX command
37
aspeed/i2c: introduce a state machine
38
aspeed: add some I2C devices to the Aspeed machines
39
37
40
Kamil Rytarowski (1):
38
Fabiano Rosas (3):
41
libvixl: Correct build failures on NetBSD
39
target/arm: Explain why we need to select ARM_V7M
40
arm/Kconfig: Keep Kconfig default entries in default.mak as documentation
41
arm/Kconfig: Make TCG dependence explicit
42
42
43
Michael Davidsaver (4):
43
Marcin Juszkiewicz (2):
44
armv7m: Improve "-d mmu" tracing for PMSAv7 MPU
44
hw/arm/sbsa-ref: add GIC node into DT
45
armv7m: Implement M profile default memory map
45
docs: sbsa: correct graphics card name
46
armv7m: Classify faults as MemManage or BusFault
47
arm: add MPU support to M profile CPUs
48
46
49
Peter Maydell (12):
47
Mostafa Saleh (10):
50
hw/intc/arm_gicv3_cpuif: Fix reset value for VMCR_EL2.VBPR1
48
hw/arm/smmuv3: Add missing fields for IDR0
51
hw/intc/arm_gicv3_cpuif: Don't let BPR be set below its minimum
49
hw/arm/smmuv3: Update translation config to hold stage-2
52
hw/intc/arm_gicv3_cpuif: Fix priority masking for NS BPR1
50
hw/arm/smmuv3: Refactor stage-1 PTW
53
arm: Use the mmu_idx we're passed in arm_cpu_do_unaligned_access()
51
hw/arm/smmuv3: Add page table walk for stage-2
54
arm: Add support for M profile CPUs having different MMU index semantics
52
hw/arm/smmuv3: Parse STE config for stage-2
55
arm: Use different ARMMMUIdx values for M profile
53
hw/arm/smmuv3: Make TLB lookup work for stage-2
56
arm: Clean up handling of no-MPU PMSA CPUs
54
hw/arm/smmuv3: Add VMID to TLB tagging
57
arm: Don't clear ARM_FEATURE_PMSA for no-mpu configs
55
hw/arm/smmuv3: Add CMDs related to stage-2
58
arm: Don't let no-MPU PMSA cores write to SCTLR.M
56
hw/arm/smmuv3: Add stage-2 support in iova notifier
59
arm: Remove unnecessary check on cpu->pmsav7_dregion
57
hw/arm/smmuv3: Add knob to choose translation stage and enable stage-2
60
arm: All M profile cores are PMSA
61
arm: Implement HFNMIENA support for M profile MPU
62
58
63
Wei Huang (1):
59
Peter Maydell (1):
64
target/arm: clear PMUVER field of AA64DFR0 when vPMU=off
60
target/arm: Explicitly select short-format FSR for M-profile
65
61
66
disas/libvixl/Makefile.objs | 3 +
62
Thomas Huth (1):
67
target/arm/cpu.h | 118 ++++++++++++++--
63
tests/qtest: Run arm-specific tests only if the required machine is available
68
target/arm/translate.h | 2 +-
69
hw/arm/aspeed.c | 27 ++++
70
hw/arm/virt-acpi-build.c | 4 +
71
hw/arm/virt.c | 21 +++
72
hw/core/loader.c | 3 +-
73
hw/i2c/aspeed_i2c.c | 65 +++++++--
74
hw/intc/arm_gicv3_cpuif.c | 50 ++++++-
75
hw/intc/armv7m_nvic.c | 104 ++++++++++++++
76
target/arm/cpu.c | 28 +++-
77
target/arm/helper.c | 338 ++++++++++++++++++++++++++++++--------------
78
target/arm/machine.c | 7 +-
79
target/arm/op_helper.c | 3 +-
80
target/arm/translate-a64.c | 18 ++-
81
target/arm/translate.c | 14 +-
82
16 files changed, 648 insertions(+), 157 deletions(-)
83
64
65
Tommy Wu (1):
66
hw/dma/xilinx_axidma: Check DMASR.HALTED to prevent infinite loop.
67
68
Vitaly Cheptsov (1):
69
fsl-imx6: Add SNVS support for i.MX6 boards
70
71
docs/conf.py | 2 +-
72
docs/system/arm/sbsa.rst | 2 +-
73
configs/devices/aarch64-softmmu/default.mak | 6 +
74
configs/devices/arm-softmmu/default.mak | 40 ++++
75
hw/arm/smmu-internal.h | 37 +++
76
hw/arm/smmuv3-internal.h | 12 +-
77
include/hw/arm/fsl-imx6.h | 2 +
78
include/hw/arm/smmu-common.h | 45 +++-
79
include/hw/arm/smmuv3.h | 4 +
80
include/qemu/help-texts.h | 2 +-
81
hw/arm/fsl-imx6.c | 8 +
82
hw/arm/sbsa-ref.c | 19 +-
83
hw/arm/smmu-common.c | 209 ++++++++++++++--
84
hw/arm/smmuv3.c | 358 ++++++++++++++++++++++++----
85
hw/arm/xlnx-zynqmp.c | 2 +-
86
hw/dma/xilinx_axidma.c | 11 +-
87
target/arm/tcg/tlb_helper.c | 13 +-
88
hw/arm/Kconfig | 123 ++++++----
89
hw/arm/trace-events | 14 +-
90
target/arm/Kconfig | 3 +
91
tests/qtest/meson.build | 7 +-
92
21 files changed, 774 insertions(+), 145 deletions(-)
93
diff view generated by jsdifflib