]> git.proxmox.com Git - mirror_qemu.git/commit
hw/i386: Add the possibility to use i440fx and isapc without FDC
authorThomas Huth <thuth@redhat.com>
Thu, 25 Apr 2024 18:43:15 +0000 (20:43 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 8 May 2024 17:43:23 +0000 (19:43 +0200)
commit8793d601f38b417d63820456582e1e22e51c2d34
treeb4e6e6642a89d59d49d410874ca86e460fbe99df
parent77af05946e450a804b55b4a10b0b1fbd4f838fa4
hw/i386: Add the possibility to use i440fx and isapc without FDC

The i440fx and the isapc machines can be used in binaries without
FDC, too. We just have to make sure that they don't try to instantiate
the FDC when it is not available.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Acked-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240425184315.553329-4-thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/i386/Kconfig
hw/i386/pc_piix.c