On 29/04/2025 16.08, Philippe Mathieu-Daudé wrote:
Since v1:
- Fixed issues noticed by Thomas
The versioned 'pc' and 'q35' machines up to 2.12 been marked
as deprecated two releases ago, and are older than 6 years,
so according to our support policy we can remove them.
This series only includes the 2.4 and 2.5 machines removal,
as it is a big enough number of LoC removed. Rest will
follow. Highlight is the legacy fw_cfg API removal :)
There is one more occurance of "pc-i440fx-2.4" in
tests/qtest/test-x86-cpuid-compat.c which could get removed now, too. But
this can also be done in a separate patch later, this patch series here
should now be good to go, I think.
Thomas