On 10/5/26 18:57, Cédric Le Goater wrote:
The sonorapass-bmc machine was deprecated in QEMU 10.2 and is now
removed in QEMU 11.1.
This OCP SonoraPass BMC lab server never entered production and can be
replaced by the ast2500-evb machine with appropriate fmc-model and I2C
device configuration via command line.
Signed-off-by: Cédric Le Goater <[email protected]>
---
docs/about/deprecated.rst | 9 ---
docs/about/removed-features.rst | 10 ++-
docs/system/arm/aspeed.rst | 5 +-
hw/arm/aspeed_ast2500_sonorapass.c | 102 -----------------------------
hw/arm/meson.build | 1 -
5 files changed, 11 insertions(+), 116 deletions(-)
delete mode 100644 hw/arm/aspeed_ast2500_sonorapass.c
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>