On 05/08/2017 07:58 PM, Eric Blake wrote:
> On 05/08/2017 06:39 PM, Philippe Mathieu-Daudé wrote:
>> qemu/include/hw/ide/ahci.h:260:16: error: field ‘sglist’ has incomplete type
>> QEMUSGList sglist;
>> ^~
>
> What are you doing to get this compilation error (configure o
On 05/08/2017 06:39 PM, Philippe Mathieu-Daudé wrote:
> qemu/include/hw/ide/ahci.h:260:16: error: field ‘sglist’ has incomplete type
> QEMUSGList sglist;
> ^~
What are you doing to get this compilation error (configure options,
platform, compiler, etc)? I can't reproduce
qemu/include/hw/ide/ahci.h:260:16: error: field ‘sglist’ has incomplete type
QEMUSGList sglist;
^~
/qemu/include/hw/ide/ahci.h:272:5: error: unknown type name ‘IDEDMA’
IDEDMA dma;
^~
qemu/include/hw/ide/ahci.h:273:5: error: unknown type name ‘IDEBus’
IDEB