On 10/7/25 10:52, Mark Cave-Ayland wrote:
This function contains 'assert(PC_MACHINE_GET_CLASS(pcms)->pci_enabled)' and so we can safely assume that it should never be used for the isapc machine.Signed-off-by: Mark Cave-Ayland <mark.caveayl...@nutanix.com> --- hw/i386/pc_piix.c | 1 - 1 file changed, 1 deletion(-)
It would be nice to have parity with pc_system_flash_create() (only call it on non-isapc machines). Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>