Am 07.07.2016 um 18:01 hat Paolo Bonzini geschrieben: > On 06/07/2016 18:09, John Snow wrote: > > Recently the include files in hw/ide/ were moved to include/ without > > anybody mentioning it to me, including internal.h. > > > > Why? > > Because hw/ide/internal.h is not so internal. In particular, it is > included by hw/ide/pci.h, which is included by hw/i386/pc_q35.c.
Probably it should be split in a truly internal part that remains in hw/ide/ and part for the public interface. Kevin