Re: [PATCH 02/10] hw/ide/Kconfig: Add missing dependency PCI -> QDEV

2021-05-13 Thread Bin Meng
On Fri, May 14, 2021 at 12:56 AM Philippe Mathieu-Daudé wrote: > > The pci_ide_create_devs() function is declared i hw/ide/qdev.c: > > $ git grep ide_create_drive > hw/ide/pci.c:491:ide_create_drive(d->bus + bus[i], unit[i], > hd_table[i]); > hw/ide/qdev.c:127:IDEDevice

[PATCH 02/10] hw/ide/Kconfig: Add missing dependency PCI -> QDEV

2021-05-13 Thread Philippe Mathieu-Daudé
The pci_ide_create_devs() function is declared i hw/ide/qdev.c: $ git grep ide_create_drive hw/ide/pci.c:491:ide_create_drive(d->bus + bus[i], unit[i], hd_table[i]); hw/ide/qdev.c:127:IDEDevice *ide_create_drive(IDEBus *bus, int unit, DriveInfo *drive)