1
v2: drop the 'merge the manuals' patch: it breaks the gitlab job which tries
1
v2: drop pvpanic-pci patches.
2
to publish the docs on gitlab, and I also realised I forgot to update the
3
Windows installer scripts.
4
2
5
-- PMM
3
The following changes since commit f1fcb6851aba6dd9838886dc179717a11e344a1c:
6
4
7
The following changes since commit b3f846c59d8405bb87c551187721fc92ff2f1b92:
5
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-01-19' into staging (2021-01-19 11:57:07 +0000)
8
9
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-01-11v2' into staging (2021-01-11 15:15:35 +0000)
10
6
11
are available in the Git repository at:
7
are available in the Git repository at:
12
8
13
https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210112-1
9
https://git.linaro.org/people/pmaydell/qemu-arm.git tags/pull-target-arm-20210119-1
14
10
15
for you to fetch changes up to 1ff5a063d60c7737de11465516331b8ca8700865:
11
for you to fetch changes up to b93f4fbdc48283a39089469c44a5529d79dc40a8:
16
12
17
ui/cocoa: Fix openFile: deprecation on Big Sur (2021-01-12 21:19:02 +0000)
13
docs: Build and install all the docs in a single manual (2021-01-19 15:45:14 +0000)
18
14
19
----------------------------------------------------------------
15
----------------------------------------------------------------
20
target-arm queue:
16
target-arm queue:
21
* arm: Support emulation of ARMv8.4-TTST extension
17
* Implement IMPDEF pauth algorithm
22
* arm: Update cpu.h ID register field definitions
18
* Support ARMv8.4-SEL2
23
* arm: Fix breakage of XScale instruction emulation
19
* Fix bug where we were truncating predicate vector lengths in SVE insns
24
* hw/net/lan9118: Fix RX Status FIFO PEEK value
20
* npcm7xx_adc-test: Fix memleak in adc_qom_set
25
* npcm7xx: Add ADC and PWM emulation
21
* target/arm/m_helper: Silence GCC 10 maybe-uninitialized error
26
* ui/cocoa: Make "open docs" help menu entry work again when binary
22
* docs: Build and install all the docs in a single manual
27
is run from the build tree
28
* ui/cocoa: Fix openFile: deprecation on Big Sur
29
* docs: Add qemu-storage-daemon(1) manpage to meson.build
30
23
31
----------------------------------------------------------------
24
----------------------------------------------------------------
32
Hao Wu (6):
25
Gan Qixin (1):
33
hw/misc: Add clock converter in NPCM7XX CLK module
26
npcm7xx_adc-test: Fix memleak in adc_qom_set
34
hw/timer: Refactor NPCM7XX Timer to use CLK clock
35
hw/adc: Add an ADC module for NPCM7XX
36
hw/misc: Add a PWM module for NPCM7XX
37
hw/misc: Add QTest for NPCM7XX PWM Module
38
hw/*: Use type casting for SysBusDevice in NPCM7XX
39
27
40
Leif Lindholm (6):
28
Peter Maydell (1):
41
target/arm: fix typo in cpu.h ID_AA64PFR1 field name
29
docs: Build and install all the docs in a single manual
42
target/arm: make ARMCPU.clidr 64-bit
43
target/arm: make ARMCPU.ctr 64-bit
44
target/arm: add descriptions of CLIDR_EL1, CCSIDR_EL1, CTR_EL0 to cpu.h
45
target/arm: add aarch64 ID register fields to cpu.h
46
target/arm: add aarch32 ID register fields to cpu.h
47
30
48
Peter Maydell (4):
31
Philippe Mathieu-Daudé (1):
49
docs: Add qemu-storage-daemon(1) manpage to meson.build
32
target/arm/m_helper: Silence GCC 10 maybe-uninitialized error
50
target/arm: Don't decode insns in the XScale/iWMMXt space as cp insns
51
hw/net/lan9118: Fix RX Status FIFO PEEK value
52
hw/net/lan9118: Add symbolic constants for register offsets
53
33
54
Roman Bolshakov (2):
34
Richard Henderson (7):
55
ui/cocoa: Update path to docs in build tree
35
target/arm: Implement an IMPDEF pauth algorithm
56
ui/cocoa: Fix openFile: deprecation on Big Sur
36
target/arm: Add cpu properties to control pauth
37
target/arm: Use object_property_add_bool for "sve" property
38
target/arm: Introduce PREDDESC field definitions
39
target/arm: Update PFIRST, PNEXT for pred_desc
40
target/arm: Update ZIP, UZP, TRN for pred_desc
41
target/arm: Update REV, PUNPK for pred_desc
57
42
58
Rémi Denis-Courmont (2):
43
Rémi Denis-Courmont (19):
59
target/arm: ARMv8.4-TTST extension
44
target/arm: remove redundant tests
60
target/arm: enable Small Translation tables in max CPU
45
target/arm: add arm_is_el2_enabled() helper
46
target/arm: use arm_is_el2_enabled() where applicable
47
target/arm: use arm_hcr_el2_eff() where applicable
48
target/arm: factor MDCR_EL2 common handling
49
target/arm: Define isar_feature function to test for presence of SEL2
50
target/arm: add 64-bit S-EL2 to EL exception table
51
target/arm: add MMU stage 1 for Secure EL2
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()
61
63
62
docs/meson.build | 1 +
64
docs/conf.py | 46 ++++-
63
docs/system/arm/nuvoton.rst | 4 +-
65
docs/devel/conf.py | 15 --
64
meson.build | 1 +
66
docs/index.html.in | 17 --
65
hw/adc/trace.h | 1 +
67
docs/interop/conf.py | 28 ---
66
include/hw/adc/npcm7xx_adc.h | 69 ++++
68
docs/meson.build | 64 +++---
67
include/hw/arm/npcm7xx.h | 4 +
69
docs/specs/conf.py | 16 --
68
include/hw/misc/npcm7xx_clk.h | 146 ++++++-
70
docs/system/arm/cpu-features.rst | 21 ++
69
include/hw/misc/npcm7xx_pwm.h | 105 +++++
71
docs/system/conf.py | 28 ---
70
include/hw/timer/npcm7xx_timer.h | 1 +
72
docs/tools/conf.py | 37 ----
71
target/arm/cpu.h | 85 ++++-
73
docs/user/conf.py | 15 --
72
hw/adc/npcm7xx_adc.c | 301 +++++++++++++++
74
include/qemu/xxhash.h | 98 +++++++++
73
hw/arm/npcm7xx.c | 55 ++-
75
target/arm/cpu-param.h | 2 +-
74
hw/arm/npcm7xx_boards.c | 2 +-
76
target/arm/cpu.h | 107 ++++++++--
75
hw/mem/npcm7xx_mc.c | 2 +-
77
target/arm/internals.h | 45 +++++
76
hw/misc/npcm7xx_clk.c | 807 ++++++++++++++++++++++++++++++++++++++-
78
target/arm/cpu.c | 23 ++-
77
hw/misc/npcm7xx_gcr.c | 2 +-
79
target/arm/cpu64.c | 65 ++++--
78
hw/misc/npcm7xx_pwm.c | 550 ++++++++++++++++++++++++++
80
target/arm/helper-a64.c | 8 +-
79
hw/misc/npcm7xx_rng.c | 2 +-
81
target/arm/helper.c | 414 ++++++++++++++++++++++++++-------------
80
hw/net/lan9118.c | 26 +-
82
target/arm/m_helper.c | 2 +-
81
hw/nvram/npcm7xx_otp.c | 2 +-
83
target/arm/monitor.c | 1 +
82
hw/ssi/npcm7xx_fiu.c | 2 +-
84
target/arm/op_helper.c | 4 +-
83
hw/timer/npcm7xx_timer.c | 39 +-
85
target/arm/pauth_helper.c | 27 ++-
84
target/arm/cpu64.c | 1 +
86
target/arm/sve_helper.c | 33 ++--
85
target/arm/helper.c | 15 +-
87
target/arm/tlb_helper.c | 3 +
86
target/arm/translate.c | 7 +
88
target/arm/translate-a64.c | 4 +
87
tests/qtest/npcm7xx_adc-test.c | 377 ++++++++++++++++++
89
target/arm/translate-sve.c | 31 ++-
88
tests/qtest/npcm7xx_pwm-test.c | 490 ++++++++++++++++++++++++
90
target/arm/translate.c | 36 +++-
89
hw/adc/meson.build | 1 +
91
tests/qtest/arm-cpu-features.c | 13 ++
90
hw/adc/trace-events | 5 +
92
tests/qtest/npcm7xx_adc-test.c | 1 +
91
hw/misc/meson.build | 1 +
93
.gitlab-ci.yml | 4 +-
92
hw/misc/trace-events | 6 +
94
30 files changed, 770 insertions(+), 438 deletions(-)
93
tests/qtest/meson.build | 4 +-
95
delete mode 100644 docs/devel/conf.py
94
ui/cocoa.m | 7 +-
96
delete mode 100644 docs/index.html.in
95
33 files changed, 3054 insertions(+), 67 deletions(-)
97
delete mode 100644 docs/interop/conf.py
96
create mode 100644 hw/adc/trace.h
98
delete mode 100644 docs/specs/conf.py
97
create mode 100644 include/hw/adc/npcm7xx_adc.h
99
delete mode 100644 docs/system/conf.py
98
create mode 100644 include/hw/misc/npcm7xx_pwm.h
100
delete mode 100644 docs/tools/conf.py
99
create mode 100644 hw/adc/npcm7xx_adc.c
101
delete mode 100644 docs/user/conf.py
100
create mode 100644 hw/misc/npcm7xx_pwm.c
101
create mode 100644 tests/qtest/npcm7xx_adc-test.c
102
create mode 100644 tests/qtest/npcm7xx_pwm-test.c
103
create mode 100644 hw/adc/trace-events
104
102
diff view generated by jsdifflib