1
Dropped the tmp421 patch and the following patch that
1
v2: drop npcm7xx sdhci tests: new tests assert on some platforms.
2
depended on it; no other changes.
3
2
4
thanks
5
-- PMM
3
-- PMM
6
4
7
The following changes since commit 43771d5d92312504305c19abe29ec5bfabd55f01:
5
The following changes since commit e670f6d825d4dee248b311197fd4048469d6772b:
8
6
9
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-05-31' into staging (2017-06-01 16:39:16 +0100)
7
Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220218' into staging (2022-02-20 15:05:41 +0000)
10
8
11
are available in the git repository at:
9
are available in the Git repository at:
12
10
13
git://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20170602
11
https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20220221-1
14
12
15
for you to fetch changes up to c7637c04be257968e6df30de961a6a23a0ac3dd8:
13
for you to fetch changes up to ca511604925eef8572e22ecbf0d3c758d7277924:
16
14
17
hw/arm/virt: fdt: generate distance-map when needed (2017-06-02 11:51:49 +0100)
15
ui/cocoa: Fix the leak of qemu_console_get_label (2022-02-21 13:30:21 +0000)
18
16
19
----------------------------------------------------------------
17
----------------------------------------------------------------
20
target-arm queue:
18
arm, cocoa and misc:
21
* virt: numa: provide ACPI distance info when needed
19
* MAINTAINERS file updates
22
* aspeed: fix i2c controller bugs
20
* Mark remaining global TypeInfo instances as const
23
* M profile: support MPU
21
* checkpatch: Ensure that TypeInfos are const
24
* gicv3: fix mishandling of BPR1, VBPR1
22
* arm hvf: Handle unknown ID registers as RES0
25
* load_uboot_image: don't assume a full header read
23
* Make KVM -cpu max exactly like -cpu host
26
* libvixl: Correct build failures on NetBSD
24
* Fix '-cpu max' for HVF
25
* Support PAuth extension for hvf
26
* Kconfig: Add I2C_DEVICES device group
27
* Kconfig: Add 'imply I2C_DEVICES' on boards with available i2c bus
28
* hw/arm/armv7m: Handle disconnected clock inputs
29
* osdep.h: pull out various things into new header files
30
* hw/timer: fix a9gtimer vmstate
31
* hw/arm: add initial mori-bmc board
32
* ui/cocoa: Remove allowedFileTypes restriction in SavePanel
33
* ui/cocoa: Do not alert even without block devices
34
* ui/cocoa: Fix the leak of qemu_console_get_label
27
35
28
----------------------------------------------------------------
36
----------------------------------------------------------------
29
Andrew Jones (3):
37
Akihiko Odaki (3):
30
load_uboot_image: don't assume a full header read
38
MAINTAINERS: Add Akihiko Odaki to macOS-relateds
31
hw/arm/virt-acpi-build: build SLIT when needed
39
ui/cocoa: Do not alert even without block devices
32
hw/arm/virt: fdt: generate distance-map when needed
40
ui/cocoa: Fix the leak of qemu_console_get_label
33
41
34
Cédric Le Goater (4):
42
Alexander Graf (2):
35
aspeed/i2c: improve command handling
43
hvf: arm: Use macros for sysreg shift/masking
36
aspeed/i2c: handle LAST command under the RX command
44
hvf: arm: Handle unknown ID registers as RES0
37
aspeed/i2c: introduce a state machine
38
aspeed: add some I2C devices to the Aspeed machines
39
45
40
Kamil Rytarowski (1):
46
Ani Sinha (1):
41
libvixl: Correct build failures on NetBSD
47
MAINTAINERS: Adding myself as a reviewer of some components
42
48
43
Michael Davidsaver (4):
49
Bernhard Beschow (2):
44
armv7m: Improve "-d mmu" tracing for PMSAv7 MPU
50
Mark remaining global TypeInfo instances as const
45
armv7m: Implement M profile default memory map
51
checkpatch: Ensure that TypeInfos are const
46
armv7m: Classify faults as MemManage or BusFault
47
arm: add MPU support to M profile CPUs
48
52
49
Peter Maydell (12):
53
Patrick Venture (1):
50
hw/intc/arm_gicv3_cpuif: Fix reset value for VMCR_EL2.VBPR1
54
hw/arm: add initial mori-bmc board
51
hw/intc/arm_gicv3_cpuif: Don't let BPR be set below its minimum
52
hw/intc/arm_gicv3_cpuif: Fix priority masking for NS BPR1
53
arm: Use the mmu_idx we're passed in arm_cpu_do_unaligned_access()
54
arm: Add support for M profile CPUs having different MMU index semantics
55
arm: Use different ARMMMUIdx values for M profile
56
arm: Clean up handling of no-MPU PMSA CPUs
57
arm: Don't clear ARM_FEATURE_PMSA for no-mpu configs
58
arm: Don't let no-MPU PMSA cores write to SCTLR.M
59
arm: Remove unnecessary check on cpu->pmsav7_dregion
60
arm: All M profile cores are PMSA
61
arm: Implement HFNMIENA support for M profile MPU
62
55
63
Wei Huang (1):
56
Pavel Dovgalyuk (1):
64
target/arm: clear PMUVER field of AA64DFR0 when vPMU=off
57
hw/timer: fix a9gtimer vmstate
65
58
66
disas/libvixl/Makefile.objs | 3 +
59
Peter Maydell (14):
67
target/arm/cpu.h | 118 ++++++++++++++--
60
target/arm: Move '-cpu host' code to cpu64.c
68
target/arm/translate.h | 2 +-
61
target/arm: Use aarch64_cpu_register() for 'host' CPU type
69
hw/arm/aspeed.c | 27 ++++
62
target/arm: Make KVM -cpu max exactly like -cpu host
70
hw/arm/virt-acpi-build.c | 4 +
63
target/arm: Unindent unnecessary else-clause
71
hw/arm/virt.c | 21 +++
64
target/arm: Fix '-cpu max' for HVF
72
hw/core/loader.c | 3 +-
65
target/arm: Support PAuth extension for hvf
73
hw/i2c/aspeed_i2c.c | 65 +++++++--
66
Kconfig: Add I2C_DEVICES device group
74
hw/intc/arm_gicv3_cpuif.c | 50 ++++++-
67
Kconfig: Add 'imply I2C_DEVICES' on boards with available i2c bus
75
hw/intc/armv7m_nvic.c | 104 ++++++++++++++
68
hw/arm/armv7m: Handle disconnected clock inputs
76
target/arm/cpu.c | 28 +++-
69
include: Move qemu_madvise() and related #defines to new qemu/madvise.h
77
target/arm/helper.c | 338 ++++++++++++++++++++++++++++++--------------
70
include: Move qemu_mprotect_*() to new qemu/mprotect.h
78
target/arm/machine.c | 7 +-
71
include: Move QEMU_MAP_* constants to mmap-alloc.h
79
target/arm/op_helper.c | 3 +-
72
include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h
80
target/arm/translate-a64.c | 18 ++-
73
include: Move hardware version declarations to new qemu/hw-version.h
81
target/arm/translate.c | 14 +-
82
16 files changed, 648 insertions(+), 157 deletions(-)
83
74
75
Philippe Mathieu-Daudé (1):
76
ui/cocoa: Remove allowedFileTypes restriction in SavePanel
77
78
docs/devel/kconfig.rst | 8 +-
79
docs/system/arm/nuvoton.rst | 1 +
80
include/qemu/cacheinfo.h | 21 +++
81
include/qemu/hw-version.h | 27 ++++
82
include/qemu/madvise.h | 95 +++++++++++++
83
include/qemu/mmap-alloc.h | 23 +++
84
include/qemu/mprotect.h | 14 ++
85
include/qemu/osdep.h | 132 ------------------
86
accel/tcg/translate-all.c | 1 +
87
backends/hostmem-file.c | 1 +
88
backends/hostmem.c | 1 +
89
hw/arm/armv7m.c | 26 +++-
90
hw/arm/npcm7xx_boards.c | 32 +++++
91
hw/arm/nseries.c | 1 +
92
hw/core/generic-loader.c | 2 +-
93
hw/core/guest-loader.c | 2 +-
94
hw/display/bcm2835_fb.c | 2 +-
95
hw/display/i2c-ddc.c | 2 +-
96
hw/display/macfb.c | 4 +-
97
hw/display/virtio-vga.c | 2 +-
98
hw/dma/bcm2835_dma.c | 2 +-
99
hw/i386/pc_piix.c | 2 +-
100
hw/i386/sgx-epc.c | 2 +-
101
hw/ide/core.c | 1 +
102
hw/intc/bcm2835_ic.c | 2 +-
103
hw/intc/bcm2836_control.c | 2 +-
104
hw/ipmi/ipmi.c | 4 +-
105
hw/mem/nvdimm.c | 2 +-
106
hw/mem/pc-dimm.c | 2 +-
107
hw/misc/bcm2835_mbox.c | 2 +-
108
hw/misc/bcm2835_powermgt.c | 2 +-
109
hw/misc/bcm2835_property.c | 2 +-
110
hw/misc/bcm2835_rng.c | 2 +-
111
hw/misc/pvpanic-isa.c | 2 +-
112
hw/misc/pvpanic-pci.c | 2 +-
113
hw/net/fsl_etsec/etsec.c | 2 +-
114
hw/ppc/prep_systemio.c | 2 +-
115
hw/ppc/spapr_iommu.c | 2 +-
116
hw/s390x/s390-pci-bus.c | 2 +-
117
hw/s390x/sclp.c | 2 +-
118
hw/s390x/tod-kvm.c | 2 +-
119
hw/s390x/tod-tcg.c | 2 +-
120
hw/s390x/tod.c | 2 +-
121
hw/scsi/lsi53c895a.c | 2 +-
122
hw/scsi/megasas.c | 1 +
123
hw/scsi/scsi-bus.c | 1 +
124
hw/scsi/scsi-disk.c | 1 +
125
hw/sd/allwinner-sdhost.c | 2 +-
126
hw/sd/aspeed_sdhci.c | 2 +-
127
hw/sd/bcm2835_sdhost.c | 2 +-
128
hw/sd/cadence_sdhci.c | 2 +-
129
hw/sd/npcm7xx_sdhci.c | 2 +-
130
hw/timer/a9gtimer.c | 21 +++
131
hw/usb/dev-mtp.c | 2 +-
132
hw/usb/host-libusb.c | 2 +-
133
hw/vfio/igd.c | 2 +-
134
hw/virtio/virtio-balloon.c | 1 +
135
hw/virtio/virtio-pmem.c | 2 +-
136
migration/postcopy-ram.c | 1 +
137
migration/qemu-file.c | 1 +
138
migration/ram.c | 1 +
139
plugins/loader.c | 1 +
140
qom/object.c | 4 +-
141
softmmu/physmem.c | 1 +
142
softmmu/vl.c | 1 +
143
target/arm/cpu.c | 30 ----
144
target/arm/cpu64.c | 331 ++++++++++++++++++++++++--------------------
145
target/arm/hvf/hvf.c | 83 ++++++++---
146
target/i386/cpu.c | 1 +
147
target/s390x/cpu_models.c | 1 +
148
tcg/region.c | 3 +
149
tcg/tcg.c | 1 +
150
util/atomic64.c | 1 +
151
util/cacheflush.c | 1 +
152
util/cacheinfo.c | 1 +
153
util/osdep.c | 3 +
154
util/oslib-posix.c | 1 +
155
MAINTAINERS | 5 +
156
hw/arm/Kconfig | 10 ++
157
hw/i2c/Kconfig | 5 +
158
hw/rtc/Kconfig | 2 +
159
hw/sensor/Kconfig | 5 +
160
scripts/checkpatch.pl | 1 +
161
ui/cocoa.m | 15 +-
162
84 files changed, 606 insertions(+), 393 deletions(-)
163
create mode 100644 include/qemu/cacheinfo.h
164
create mode 100644 include/qemu/hw-version.h
165
create mode 100644 include/qemu/madvise.h
166
create mode 100644 include/qemu/mprotect.h
167
diff view generated by jsdifflib