On 8/22/2025 8:12 PM, Mark Cave-Ayland wrote:
Now that pc_init_isa() is independent of any PCI initialisation, move it into a
separate isapc.c file. This enables us to finally fix the dependency of ISAPC on
I440FX in hw/i386/Kconfig.
Note that as part of the move to a separate file we can see that the licence
text
is a verbatim copy of the MIT licence. The text originates from commit
1df912cf9e
("VL license of the day is MIT/BSD") so we can be sure that this was the
original
intent. As a consequence we can update the file header to use a SPDX tag as per
the current project contribution guidelines.
Signed-off-by: Mark Cave-Ayland <mark.caveayl...@nutanix.com>
Reviewed-by: Bernhard Beschow <shen...@gmail.com>
Reviewed-by: Xiaoyao Li <xiaoyao...@intel.com>