1
v2: fix compile failure on arm hosts...
1
Massively slimmed down v2: MemTag broke bsd-user, and the npcm7xx
2
ethernet device failed 'make check' on big-endian hosts.
2
3
3
thanks
4
-- PMM
4
-- PMM
5
5
6
The following changes since commit 6db87aae61bc6ac0a8cd9bc2e05d7ebfbcfd3657:
6
The following changes since commit 83339e21d05c824ebc9131d644f25c23d0e41ecf:
7
7
8
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2018-11-12 17:11:22 +0000)
8
Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request' into staging (2021-02-10 15:42:20 +0000)
9
9
10
are available in the Git repository at:
10
are available in the Git repository at:
11
11
12
https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20181113
12
https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210211-1
13
13
14
for you to fetch changes up to 436c0cbbeb38dd97c02fe921a7cb253a18afdd86:
14
for you to fetch changes up to d3c1183ffeb71ca3a783eae3d7e1c51e71e8a621:
15
15
16
target/arm/cpu: Give Cortex-A15 and -A7 the EL2 feature (2018-11-13 10:47:59 +0000)
16
target/arm: Correctly initialize MDCR_EL2.HPMN (2021-02-11 19:48:09 +0000)
17
17
18
----------------------------------------------------------------
18
----------------------------------------------------------------
19
target/arm queue:
19
target-arm queue:
20
* Remove no-longer-needed workaround for small SAU regions for v8M
20
* Correctly initialize MDCR_EL2.HPMN
21
* Remove antique TODO comment
21
* versal: Use nr_apu_cpus in favor of hard coding 2
22
* MAINTAINERS: Add an entry for the 'collie' machine
22
* accel/tcg: Add URL of clang bug to comment about our workaround
23
* hw/arm/sysbus-fdt: Only call match_fn callback if the type matches
23
* Add support for FEAT_DIT, Data Independent Timing
24
* Fix infinite recursion in tlbi_aa64_vmalle1_write()
24
* Remove GPIO from unimplemented NPCM7XX
25
* ARM KVM: fix various bugs in handling of guest debugging
25
* Fix SCR RES1 handling
26
* Correctly implement handling of HCR_EL2.{VI, VF}
26
* Don't migrate CPUARMState.features
27
* Hyp mode R14 is shared with User and System
28
* Give Cortex-A15 and -A7 the EL2 feature
29
27
30
----------------------------------------------------------------
28
----------------------------------------------------------------
31
Alex Bennée (6):
29
Aaron Lindsay (1):
32
target/arm64: properly handle DBGVR RESS bits
30
target/arm: Don't migrate CPUARMState.features
33
target/arm64: hold BQL when calling do_interrupt()
34
target/arm64: kvm debug set target_el when passing exception to guest
35
tests/guest-debug: fix scoping of failcount
36
arm: use symbolic MDCR_TDE in arm_debug_target_el
37
arm: fix aa64_generate_debug_exceptions to work with EL2
38
31
39
Eric Auger (1):
32
Daniel Müller (1):
40
hw/arm/sysbus-fdt: Only call match_fn callback if the type matches
33
target/arm: Correctly initialize MDCR_EL2.HPMN
41
34
42
Peter Maydell (7):
35
Edgar E. Iglesias (1):
43
target/arm: Remove workaround for small SAU regions
36
hw/arm: versal: Use nr_apu_cpus in favor of hard coding 2
44
target/arm: Remove antique TODO comment
45
Revert "target/arm: Implement HCR.VI and VF"
46
target/arm: Track the state of our irq lines from the GIC explicitly
47
target/arm: Correctly implement handling of HCR_EL2.{VI, VF}
48
target/arm: Hyp mode R14 is shared with User and System
49
target/arm/cpu: Give Cortex-A15 and -A7 the EL2 feature
50
37
51
Richard Henderson (1):
38
Hao Wu (1):
52
target/arm: Fix typo in tlbi_aa64_vmalle1_write
39
hw/arm: Remove GPIO from unimplemented NPCM7XX
53
40
54
Thomas Huth (1):
41
Mike Nawrocki (1):
55
MAINTAINERS: Add an entry for the 'collie' machine
42
target/arm: Fix SCR RES1 handling
56
43
57
target/arm/cpu.h | 44 +++++++++++------
44
Peter Maydell (2):
58
target/arm/internals.h | 34 +++++++++++++
45
arm: Update infocenter.arm.com URLs
59
hw/arm/sysbus-fdt.c | 12 +++--
46
accel/tcg: Add URL of clang bug to comment about our workaround
60
target/arm/cpu.c | 67 ++++++++++++++++++++++++-
61
target/arm/helper.c | 101 +++++++++++++-------------------------
62
target/arm/kvm32.c | 4 +-
63
target/arm/kvm64.c | 20 +++++++-
64
target/arm/machine.c | 51 +++++++++++++++++++
65
target/arm/op_helper.c | 4 +-
66
MAINTAINERS | 7 +++
67
tests/guest-debug/test-gdbstub.py | 1 +
68
11 files changed, 249 insertions(+), 96 deletions(-)
69
47
48
Rebecca Cran (4):
49
target/arm: Add support for FEAT_DIT, Data Independent Timing
50
target/arm: Support AA32 DIT by moving PSTATE_SS from cpsr into env->pstate
51
target/arm: Set ID_AA64PFR0.DIT and ID_PFR0.DIT to 1 for "max" AA64 CPU
52
target/arm: Set ID_PFR0.DIT to 1 for "max" 32-bit CPU
53
54
include/hw/dma/pl080.h | 7 ++--
55
include/hw/misc/arm_integrator_debug.h | 2 +-
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
diff view generated by jsdifflib