The following changes since commit 7efd65423ab22e6f5890ca08ae40c84d6660242f:
Merge tag 'pull-riscv-to-apply-20230614' of https://github.com/alistair23/qemu into staging (2023-06-14 05:28:51 +0200) are available in the Git repository at: https://github.com/legoater/qemu/ tags/pull-aspeed-20230615 for you to fetch changes up to 42bea956f6f7477c06186c7add62fa0107a27a9c: target/arm: Allow users to set the number of VFP registers (2023-06-15 18:35:58 +0200) ---------------------------------------------------------------- aspeed queue: * extension of the rainier machine with VPD contents * fixes for Coverity issues * new "bmc-console" machine option * new "vfp-d32" ARM CPU property ---------------------------------------------------------------- Cédric Le Goater (5): aspeed/hace: Initialize g_autofree pointer aspeed: Introduce a boot_rom region at the machine level aspeed: Use the boot_rom region of the fby35 machine aspeed: Introduce a "bmc-console" machine option target/arm: Allow users to set the number of VFP registers Ninad Palsule (1): hw/arm/aspeed: Add VPD data for Rainier machine docs/system/arm/aspeed.rst | 11 +++++++++ hw/arm/aspeed_eeprom.h | 5 ++++ target/arm/cpu.h | 2 ++ hw/arm/aspeed.c | 58 ++++++++++++++++++++++++++++++++++++++-------- hw/arm/aspeed_ast2600.c | 2 ++ hw/arm/aspeed_eeprom.c | 45 ++++++++++++++++++++++++++++++++++- hw/arm/fby35.c | 29 ++++++++++++----------- hw/misc/aspeed_hace.c | 2 +- target/arm/cpu.c | 32 +++++++++++++++++++++++++ 9 files changed, 160 insertions(+), 26 deletions(-)