On 10/5/26 18:57, Cédric Le Goater wrote:
The fp5280g2-bmc machine was deprecated in QEMU 10.2 and is now
removed in QEMU 11.1.
This Inspur FP5280G2 BMC board does not rely on specific device models
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 | 8 ---
docs/about/removed-features.rst | 8 +++
docs/system/arm/aspeed.rst | 5 +-
hw/arm/aspeed_ast2500_fp5280g2.c | 88 --------------------------------
hw/arm/meson.build | 1 -
5 files changed, 10 insertions(+), 100 deletions(-)
delete mode 100644 hw/arm/aspeed_ast2500_fp5280g2.c
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>