]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/i386/pc_piix.c: remove SMI and piix4_pm initialisation from pc_init_isa()
authorMark Cave-Ayland <mark.caveayland@nutanix.com>
Thu, 28 Aug 2025 11:09:51 +0000 (12:09 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 29 Aug 2025 09:20:47 +0000 (11:20 +0200)
commitae4199af92d38fffd0d1fb9f02eaeb0632eff6df
tree2392228908e37c698cdc13088f0bb844da463c27
parentdc58530f0a58fe09862026ab6c26c68c00f4d535
hw/i386/pc_piix.c: remove SMI and piix4_pm initialisation from pc_init_isa()

These are based upon the PIIX4 PCI chipset and so can never be used on an isapc machine.

Signed-off-by: Mark Cave-Ayland <mark.caveayland@nutanix.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Xiaoyao Li <xiaoyao.li@intel.com>
Link: https://lore.kernel.org/r/20250828111057.468712-9-mark.caveayland@nutanix.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/i386/pc_piix.c