1
Massively slimmed down v2: MemTag broke bsd-user, and the npcm7xx
1
v2: drop npcm7xx sdhci tests: new tests assert on some platforms.
2
ethernet device failed 'make check' on big-endian hosts.
3
2
4
-- PMM
3
-- PMM
5
4
6
The following changes since commit 83339e21d05c824ebc9131d644f25c23d0e41ecf:
5
The following changes since commit e670f6d825d4dee248b311197fd4048469d6772b:
7
6
8
Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request' into staging (2021-02-10 15:42:20 +0000)
7
Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220218' into staging (2022-02-20 15:05:41 +0000)
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-20210211-1
11
https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20220221-1
13
12
14
for you to fetch changes up to d3c1183ffeb71ca3a783eae3d7e1c51e71e8a621:
13
for you to fetch changes up to ca511604925eef8572e22ecbf0d3c758d7277924:
15
14
16
target/arm: Correctly initialize MDCR_EL2.HPMN (2021-02-11 19:48:09 +0000)
15
ui/cocoa: Fix the leak of qemu_console_get_label (2022-02-21 13:30:21 +0000)
17
16
18
----------------------------------------------------------------
17
----------------------------------------------------------------
19
target-arm queue:
18
arm, cocoa and misc:
20
* Correctly initialize MDCR_EL2.HPMN
19
* MAINTAINERS file updates
21
* versal: Use nr_apu_cpus in favor of hard coding 2
20
* Mark remaining global TypeInfo instances as const
22
* accel/tcg: Add URL of clang bug to comment about our workaround
21
* checkpatch: Ensure that TypeInfos are const
23
* Add support for FEAT_DIT, Data Independent Timing
22
* arm hvf: Handle unknown ID registers as RES0
24
* Remove GPIO from unimplemented NPCM7XX
23
* Make KVM -cpu max exactly like -cpu host
25
* Fix SCR RES1 handling
24
* Fix '-cpu max' for HVF
26
* Don't migrate CPUARMState.features
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
Aaron Lindsay (1):
37
Akihiko Odaki (3):
30
target/arm: Don't migrate CPUARMState.features
38
MAINTAINERS: Add Akihiko Odaki to macOS-relateds
39
ui/cocoa: Do not alert even without block devices
40
ui/cocoa: Fix the leak of qemu_console_get_label
31
41
32
Daniel Müller (1):
42
Alexander Graf (2):
33
target/arm: Correctly initialize MDCR_EL2.HPMN
43
hvf: arm: Use macros for sysreg shift/masking
44
hvf: arm: Handle unknown ID registers as RES0
34
45
35
Edgar E. Iglesias (1):
46
Ani Sinha (1):
36
hw/arm: versal: Use nr_apu_cpus in favor of hard coding 2
47
MAINTAINERS: Adding myself as a reviewer of some components
37
48
38
Hao Wu (1):
49
Bernhard Beschow (2):
39
hw/arm: Remove GPIO from unimplemented NPCM7XX
50
Mark remaining global TypeInfo instances as const
51
checkpatch: Ensure that TypeInfos are const
40
52
41
Mike Nawrocki (1):
53
Patrick Venture (1):
42
target/arm: Fix SCR RES1 handling
54
hw/arm: add initial mori-bmc board
43
55
44
Peter Maydell (2):
56
Pavel Dovgalyuk (1):
45
arm: Update infocenter.arm.com URLs
57
hw/timer: fix a9gtimer vmstate
46
accel/tcg: Add URL of clang bug to comment about our workaround
47
58
48
Rebecca Cran (4):
59
Peter Maydell (14):
49
target/arm: Add support for FEAT_DIT, Data Independent Timing
60
target/arm: Move '-cpu host' code to cpu64.c
50
target/arm: Support AA32 DIT by moving PSTATE_SS from cpsr into env->pstate
61
target/arm: Use aarch64_cpu_register() for 'host' CPU type
51
target/arm: Set ID_AA64PFR0.DIT and ID_PFR0.DIT to 1 for "max" AA64 CPU
62
target/arm: Make KVM -cpu max exactly like -cpu host
52
target/arm: Set ID_PFR0.DIT to 1 for "max" 32-bit CPU
63
target/arm: Unindent unnecessary else-clause
64
target/arm: Fix '-cpu max' for HVF
65
target/arm: Support PAuth extension for hvf
66
Kconfig: Add I2C_DEVICES device group
67
Kconfig: Add 'imply I2C_DEVICES' on boards with available i2c bus
68
hw/arm/armv7m: Handle disconnected clock inputs
69
include: Move qemu_madvise() and related #defines to new qemu/madvise.h
70
include: Move qemu_mprotect_*() to new qemu/mprotect.h
71
include: Move QEMU_MAP_* constants to mmap-alloc.h
72
include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h
73
include: Move hardware version declarations to new qemu/hw-version.h
53
74
54
include/hw/dma/pl080.h | 7 ++--
75
Philippe Mathieu-Daudé (1):
55
include/hw/misc/arm_integrator_debug.h | 2 +-
76
ui/cocoa: Remove allowedFileTypes restriction in SavePanel
56
include/hw/ssi/pl022.h | 5 ++-
57
target/arm/cpu.h | 17 ++++++++
58
target/arm/internals.h | 6 +++
59
accel/tcg/cpu-exec.c | 25 +++++++++---
60
hw/arm/aspeed_ast2600.c | 2 +-
61
hw/arm/musca.c | 4 +-
62
hw/arm/npcm7xx.c | 8 ----
63
hw/arm/xlnx-versal.c | 4 +-
64
hw/misc/arm_integrator_debug.c | 2 +-
65
hw/timer/arm_timer.c | 7 ++--
66
target/arm/cpu.c | 4 ++
67
target/arm/cpu64.c | 5 +++
68
target/arm/helper-a64.c | 27 +++++++++++--
69
target/arm/helper.c | 71 +++++++++++++++++++++++++++-------
70
target/arm/machine.c | 2 +-
71
target/arm/op_helper.c | 9 +----
72
target/arm/translate-a64.c | 12 ++++++
73
19 files changed, 164 insertions(+), 55 deletions(-)
74
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