Re: [Qemu-devel] [PATCH 3/3] ahci: split public and private interface

2017-06-25 Thread Philippe Mathieu-Daudé
On Fri, Jun 23, 2017 at 7:09 PM, John Snow wrote: > Complete the split by renaming ahci_public.h --> ahci.h and > moving the current ahci.h to hw/ide/ahci_internal.h. > > Adjust ahci_internal.h to now load ahci.h instead of ahci_public.h. > > Finalize the split by switching external users to the n

[Qemu-devel] [PATCH 3/3] ahci: split public and private interface

2017-06-23 Thread John Snow
Complete the split by renaming ahci_public.h --> ahci.h and moving the current ahci.h to hw/ide/ahci_internal.h. Adjust ahci_internal.h to now load ahci.h instead of ahci_public.h. Finalize the split by switching external users to the new header. Signed-off-by: John Snow --- hw/ide/ahci.c