1
v2: dropped linux-user bti series.
1
v2: drop pvpanic-pci patches.
2
2
3
The following changes since commit 4c41341af76cfc85b5a6c0f87de4838672ab9f89:
3
The following changes since commit f1fcb6851aba6dd9838886dc179717a11e344a1c:
4
4
5
Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20201020' into staging (2020-10-20 11:20:36 +0100)
5
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-01-19' into staging (2021-01-19 11:57:07 +0000)
6
6
7
are available in the Git repository at:
7
are available in the Git repository at:
8
8
9
https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20201020-1
9
https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210119-1
10
10
11
for you to fetch changes up to 8128c8e8cc9489a8387c74075974f86dc0222e7f:
11
for you to fetch changes up to b93f4fbdc48283a39089469c44a5529d79dc40a8:
12
12
13
target/arm: Implement FPSCR.LTPSIZE for M-profile LOB extension (2020-10-20 16:12:01 +0100)
13
docs: Build and install all the docs in a single manual (2021-01-19 15:45:14 +0000)
14
14
15
----------------------------------------------------------------
15
----------------------------------------------------------------
16
target-arm queue:
16
target-arm queue:
17
* Fix AArch32 SMLAD incorrect setting of Q bit
17
* Implement IMPDEF pauth algorithm
18
* AArch32 VCVT fixed-point to float is always round-to-nearest
18
* Support ARMv8.4-SEL2
19
* strongarm: Fix 'time to transmit a char' unit comment
19
* Fix bug where we were truncating predicate vector lengths in SVE insns
20
* Restrict APEI tables generation to the 'virt' machine
20
* npcm7xx_adc-test: Fix memleak in adc_qom_set
21
* bcm2835: minor code cleanups
21
* target/arm/m_helper: Silence GCC 10 maybe-uninitialized error
22
* bcm2835: connect all IRQs from SYS_timer device
22
* docs: Build and install all the docs in a single manual
23
* correctly flush TLBs when TBI is enabled
24
* tests/qtest: Add npcm7xx timer test
25
* loads-stores.rst: add footnote that clarifies GETPC usage
26
* Fix reported EL for mte_check_fail
27
* Ignore HCR_EL2.ATA when {E2H,TGE} != 11
28
* microbit_i2c: Fix coredump when dump-vmstate
29
* nseries: Fix loading kernel image on n8x0 machines
30
* Implement v8.1M low-overhead-loops
31
23
32
----------------------------------------------------------------
24
----------------------------------------------------------------
33
Emanuele Giuseppe Esposito (1):
25
Gan Qixin (1):
34
loads-stores.rst: add footnote that clarifies GETPC usage
26
npcm7xx_adc-test: Fix memleak in adc_qom_set
35
27
36
Havard Skinnemoen (1):
28
Peter Maydell (1):
37
tests/qtest: Add npcm7xx timer test
29
docs: Build and install all the docs in a single manual
38
30
39
Peng Liang (1):
31
Philippe Mathieu-Daudé (1):
40
microbit_i2c: Fix coredump when dump-vmstate
32
target/arm/m_helper: Silence GCC 10 maybe-uninitialized error
41
33
42
Peter Maydell (12):
34
Richard Henderson (7):
43
target/arm: Fix SMLAD incorrect setting of Q bit
35
target/arm: Implement an IMPDEF pauth algorithm
44
target/arm: AArch32 VCVT fixed-point to float is always round-to-nearest
36
target/arm: Add cpu properties to control pauth
45
decodetree: Fix codegen for non-overlapping group inside overlapping group
37
target/arm: Use object_property_add_bool for "sve" property
46
target/arm: Implement v8.1M NOCP handling
38
target/arm: Introduce PREDDESC field definitions
47
target/arm: Implement v8.1M conditional-select insns
39
target/arm: Update PFIRST, PNEXT for pred_desc
48
target/arm: Make the t32 insn[25:23]=111 group non-overlapping
40
target/arm: Update ZIP, UZP, TRN for pred_desc
49
target/arm: Don't allow BLX imm for M-profile
41
target/arm: Update REV, PUNPK for pred_desc
50
target/arm: Implement v8.1M branch-future insns (as NOPs)
51
target/arm: Implement v8.1M low-overhead-loop instructions
52
target/arm: Fix has_vfp/has_neon ID reg squashing for M-profile
53
target/arm: Allow M-profile CPUs with FP16 to set FPSCR.FP16
54
target/arm: Implement FPSCR.LTPSIZE for M-profile LOB extension
55
42
56
Philippe Mathieu-Daudé (9):
43
Rémi Denis-Courmont (19):
57
hw/arm/strongarm: Fix 'time to transmit a char' unit comment
44
target/arm: remove redundant tests
58
hw/arm: Restrict APEI tables generation to the 'virt' machine
45
target/arm: add arm_is_el2_enabled() helper
59
hw/timer/bcm2835: Introduce BCM2835_SYSTIMER_COUNT definition
46
target/arm: use arm_is_el2_enabled() where applicable
60
hw/timer/bcm2835: Rename variable holding CTRL_STATUS register
47
target/arm: use arm_hcr_el2_eff() where applicable
61
hw/timer/bcm2835: Support the timer COMPARE registers
48
target/arm: factor MDCR_EL2 common handling
62
hw/arm/bcm2835_peripherals: Correctly wire the SYS_timer IRQs
49
target/arm: Define isar_feature function to test for presence of SEL2
63
hw/intc/bcm2835_ic: Trace GPU/CPU IRQ handlers
50
target/arm: add 64-bit S-EL2 to EL exception table
64
hw/intc/bcm2836_control: Use IRQ definitions instead of magic numbers
51
target/arm: add MMU stage 1 for Secure EL2
65
hw/arm/nseries: Fix loading kernel image on n8x0 machines
52
target/arm: add ARMv8.4-SEL2 system registers
53
target/arm: handle VMID change in secure state
54
target/arm: do S1_ptw_translate() before address space lookup
55
target/arm: translate NS bit in page-walks
56
target/arm: generalize 2-stage page-walk condition
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()
66
63
67
Richard Henderson (5):
64
docs/conf.py | 46 ++++-
68
accel/tcg: Add tlb_flush_page_bits_by_mmuidx*
65
docs/devel/conf.py | 15 --
69
target/arm: Use tlb_flush_page_bits_by_mmuidx*
66
docs/index.html.in | 17 --
70
target/arm: Remove redundant mmu_idx lookup
67
docs/interop/conf.py | 28 ---
71
target/arm: Fix reported EL for mte_check_fail
68
docs/meson.build | 64 +++---
72
target/arm: Ignore HCR_EL2.ATA when {E2H,TGE} != 11
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
73
102
74
docs/devel/loads-stores.rst | 8 +-
75
default-configs/devices/arm-softmmu.mak | 1 -
76
include/exec/exec-all.h | 36 ++
77
include/hw/timer/bcm2835_systmr.h | 17 +-
78
target/arm/cpu.h | 8 +
79
target/arm/helper.h | 13 +
80
target/arm/internals.h | 9 +-
81
target/arm/m-nocp.decode | 10 +-
82
target/arm/t32.decode | 50 ++-
83
accel/tcg/cputlb.c | 275 +++++++++++++++-
84
hw/arm/bcm2835_peripherals.c | 13 +-
85
hw/arm/nseries.c | 1 +
86
hw/arm/strongarm.c | 2 +-
87
hw/i2c/microbit_i2c.c | 1 +
88
hw/intc/bcm2835_ic.c | 4 +-
89
hw/intc/bcm2836_control.c | 8 +-
90
hw/timer/bcm2835_systmr.c | 57 ++--
91
target/arm/cpu.c | 38 ++-
92
target/arm/helper.c | 55 +++-
93
target/arm/mte_helper.c | 13 +-
94
target/arm/translate.c | 239 +++++++++++++-
95
target/arm/vfp_helper.c | 76 +++--
96
tests/qtest/npcm7xx_timer-test.c | 562 ++++++++++++++++++++++++++++++++
97
hw/arm/Kconfig | 1 +
98
hw/intc/trace-events | 4 +
99
hw/timer/trace-events | 6 +-
100
scripts/decodetree.py | 2 +-
101
target/arm/translate-vfp.c.inc | 41 ++-
102
tests/qtest/meson.build | 1 +
103
29 files changed, 1404 insertions(+), 147 deletions(-)
104
create mode 100644 tests/qtest/npcm7xx_timer-test.c
105
diff view generated by jsdifflib