[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 00/19] target-arm queue
|
From: |
Peter Maydell |
|
Subject: |
[PULL 00/19] target-arm queue |
|
Date: |
Fri, 7 Jan 2022 17:21:23 +0000 |
The following changes since commit 41fb4c14ee500125dc0ce6fb573cf84b8db29ed0:
Merge tag 'linux-user-for-7.0-pull-request' of
https://gitlab.com/laurent_vivier/qemu into staging (2022-01-06 11:22:42 -0800)
are available in the Git repository at:
https://git.linaro.org/people/pmaydell/qemu-arm.git
tags/pull-target-arm-20220107
for you to fetch changes up to b8905cc2dde95ca6be5e56d77053b1ca0b8fc182:
hw/arm: kudo add lm75s on bus 13 (2022-01-07 17:08:01 +0000)
----------------------------------------------------------------
target-arm queue:
* Add dummy Aspeed AST2600 Display Port MCU (DPMCU)
* Add missing FEAT_TLBIOS instructions
* arm_gicv3_its: Various bug fixes and cleanups
* kudo-bmc: Add more devices
----------------------------------------------------------------
Chris Rauer (1):
hw/arm: Add kudo i2c eeproms.
Idan Horowitz (1):
target/arm: Add missing FEAT_TLBIOS instructions
Patrick Venture (2):
hw/arm: add i2c muxes to kudo-bmc
hw/arm: kudo add lm75s on bus 13
Peter Maydell (13):
hw/intc/arm_gicv3_its: Correct off-by-one bounds check on rdbase
hw/intc/arm_gicv3_its: Remove redundant ITS_CTLR_ENABLED define
hw/intc/arm_gicv3_its: Remove maxids union from TableDesc
hw/intc/arm_gicv3_its: Don't return early in extract_table_params() loop
hw/intc/arm_gicv3_its: Reduce code duplication in extract_table_params()
hw/intc/arm_gicv3_its: Correct setting of TableDesc entry_sz
hw/intc/arm_gicv3_its: Don't misuse GITS_TYPE_PHYSICAL define
hw/intc/arm_gicv3_its: Correct handling of MAPI
hw/intc/arm_gicv3_its: Use FIELD macros for DTEs
hw/intc/arm_gicv3_its: Correct comment about CTE RDBase field size
hw/intc/arm_gicv3_its: Use FIELD macros for CTEs
hw/intc/arm_gicv3_its: Fix various off-by-one errors
hw/intc/arm_gicv3_its: Rename max_l2_entries to num_l2_entries
Shengtan Mao (1):
hw/arm: attach MMC to kudo-bmc
Troy Lee (1):
Add dummy Aspeed AST2600 Display Port MCU (DPMCU)
hw/intc/gicv3_internal.h | 40 +++---
include/hw/arm/aspeed_soc.h | 2 +
include/hw/intc/arm_gicv3_its_common.h | 9 +-
hw/arm/aspeed_ast2600.c | 8 ++
hw/arm/npcm7xx_boards.c | 27 ++++
hw/intc/arm_gicv3_its.c | 234 +++++++++++++++------------------
target/arm/helper.c | 32 +++++
7 files changed, 197 insertions(+), 155 deletions(-)
- [PULL 00/19] target-arm queue,
Peter Maydell <=
- [PULL 02/19] target/arm: Add missing FEAT_TLBIOS instructions, Peter Maydell, 2022/01/07
- [PULL 08/19] hw/intc/arm_gicv3_its: Correct setting of TableDesc entry_sz, Peter Maydell, 2022/01/07
- [PULL 11/19] hw/intc/arm_gicv3_its: Use FIELD macros for DTEs, Peter Maydell, 2022/01/07
- [PULL 05/19] hw/intc/arm_gicv3_its: Remove maxids union from TableDesc, Peter Maydell, 2022/01/07
- [PULL 01/19] Add dummy Aspeed AST2600 Display Port MCU (DPMCU), Peter Maydell, 2022/01/07
- [PULL 03/19] hw/intc/arm_gicv3_its: Correct off-by-one bounds check on rdbase, Peter Maydell, 2022/01/07
- [PULL 04/19] hw/intc/arm_gicv3_its: Remove redundant ITS_CTLR_ENABLED define, Peter Maydell, 2022/01/07
- [PULL 06/19] hw/intc/arm_gicv3_its: Don't return early in extract_table_params() loop, Peter Maydell, 2022/01/07
- [PULL 07/19] hw/intc/arm_gicv3_its: Reduce code duplication in extract_table_params(), Peter Maydell, 2022/01/07
- [PULL 14/19] hw/intc/arm_gicv3_its: Fix various off-by-one errors, Peter Maydell, 2022/01/07