Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200207' into staging
target-arm queue:
* monitor: fix query-cpu-model-expansion crash when using machine type none
* Support emulation of the ARMv8.1-VHE architecture feature
* bcm2835_dma: fix bugs in TD mode handling
* docs/arm-cpu-features: Make kvm-no-adjvtime comment clearer
* stellaris, stm32f2xx_timer, armv7m_systick: fix minor memory leaks
# gpg: Signature made Fri 07 Feb 2020 14:32:28 GMT
# gpg: using RSA key E1A5C593CD419DE28E8315CF3C2525ED14360CDE
# gpg: issuer "peter.maydell@linaro.org"
# gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>" [ultimate]
# gpg: aka "Peter Maydell <pmaydell@gmail.com>" [ultimate]
# gpg: aka "Peter Maydell <pmaydell@chiark.greenend.org.uk>" [ultimate]
# Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83 15CF 3C25 25ED 1436 0CDE
* remotes/pmaydell/tags/pull-target-arm-20200207: (48 commits)
stellaris: delay timer_new to avoid memleaks
stm32f2xx_timer: delay timer_new to avoid memleaks
armv7m_systick: delay timer_new to avoid memleaks
docs/arm-cpu-features: Make kvm-no-adjvtime comment clearer
bcm2835_dma: Re-initialize xlen in TD mode
bcm2835_dma: Fix the ylen loop in TD mode
target/arm: Raise only one interrupt in arm_cpu_exec_interrupt
target/arm: Use bool for unmasked in arm_excp_unmasked
target/arm: Pass more cpu state to arm_excp_unmasked
target/arm: Move arm_excp_unmasked to cpu.c
target/arm: Enable ARMv8.1-VHE in -cpu max
target/arm: Update arm_cpu_do_interrupt_aarch64 for VHE
target/arm: Update get_a64_user_mem_index for VHE
target/arm: check TGE and E2H flags for EL0 pauth traps
target/arm: Update {fp,sve}_exception_el for VHE
target/arm: Update arm_phys_excp_target_el for TGE
target/arm: Flush tlbs for E2&0 translation regime
target/arm: Flush tlb for ASID changes in EL2&0 translation regime
target/arm: Add VHE timer register redirection and aliasing
target/arm: Add VHE system register redirection and aliasing
...
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- docs/arm-cpu-features.rst 1 addition, 1 deletiondocs/arm-cpu-features.rst
- hw/arm/stellaris.c 6 additions, 1 deletionhw/arm/stellaris.c
- hw/dma/bcm2835_dma.c 5 additions, 3 deletionshw/dma/bcm2835_dma.c
- hw/timer/armv7m_systick.c 6 additions, 0 deletionshw/timer/armv7m_systick.c
- hw/timer/stm32f2xx_timer.c 5 additions, 0 deletionshw/timer/stm32f2xx_timer.c
- target/arm/cpu-param.h 1 addition, 1 deletiontarget/arm/cpu-param.h
- target/arm/cpu-qom.h 1 addition, 0 deletionstarget/arm/cpu-qom.h
- target/arm/cpu.c 139 additions, 23 deletionstarget/arm/cpu.c
- target/arm/cpu.h 161 additions, 260 deletionstarget/arm/cpu.h
- target/arm/cpu64.c 1 addition, 0 deletionstarget/arm/cpu64.c
- target/arm/debug_helper.c 38 additions, 12 deletionstarget/arm/debug_helper.c
- target/arm/helper-a64.c 1 addition, 1 deletiontarget/arm/helper-a64.c
- target/arm/helper.c 898 additions, 309 deletionstarget/arm/helper.c
- target/arm/internals.h 63 additions, 10 deletionstarget/arm/internals.h
- target/arm/monitor.c 9 additions, 6 deletionstarget/arm/monitor.c
- target/arm/pauth_helper.c 5 additions, 9 deletionstarget/arm/pauth_helper.c
- target/arm/translate-a64.c 29 additions, 18 deletionstarget/arm/translate-a64.c
- target/arm/translate.c 41 additions, 35 deletionstarget/arm/translate.c
- target/arm/translate.h 3 additions, 1 deletiontarget/arm/translate.h
Loading
Please register or sign in to comment