]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/i386/pc: Allow to compile without CONFIG_FDC_ISA
authorThomas Huth <thuth@redhat.com>
Thu, 25 Apr 2024 18:43:13 +0000 (20:43 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 8 May 2024 17:43:23 +0000 (19:43 +0200)
commit64436c5c1739abf58ef3b768c20f312355c370fc
tree1527a7a0c99ed068506666e60f4a43f5d283480e
parent69e78f1b3484e429274352a464a94fa1d78be339
hw/i386/pc: Allow to compile without CONFIG_FDC_ISA

The q35 machine can work without FDC. But to be able to also link
a QEMU binary that does not include the FDC code, we have to make
it possible to disable the spots that call into the FDC code.

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