qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 3/8] hw/block/fdc: Extract ISA floppy controllers to fdc-i


From: John Snow
Subject: Re: [PATCH v3 3/8] hw/block/fdc: Extract ISA floppy controllers to fdc-isa.c
Date: Mon, 17 May 2021 14:04:32 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

On 5/17/21 1:49 PM, Philippe Mathieu-Daudé wrote:
Some machines use floppy controllers via the SysBus interface,
and don't need to pull in all the ISA code.
Extract the ISA specific code to a new unit: fdc-isa.c, and
add a new Kconfig symbol: "FDC_ISA".

Reviewed-by: John Snow <jsnow@redhat.com>
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>

Sorry, I'm seeing build failures on this for patch #03:

../../configure --enable-docs; and make -j13

...

/usr/bin/ld: libcommon.fa.p/hw_isa_isa-superio.c.o: in function `isa_superio_realize': /home/jsnow/src/qemu/bin/git/../../hw/isa/isa-superio.c:132: undefined reference to `isa_fdc_init_drives'
collect2: error: ld returned 1 exit status


--js




reply via email to

[Prev in Thread] Current Thread [Next in Thread]