Re: [Qemu-devel] [PATCH 04/11] ide/ahci: add missing includes

2017-05-09 Thread John Snow
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

Re: [Qemu-devel] [PATCH 04/11] ide/ahci: add missing includes

2017-05-08 Thread Eric Blake
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-devel] [PATCH 04/11] ide/ahci: add missing includes

2017-05-08 Thread Philippe Mathieu-Daudé
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