Re: [Qemu-devel] [PATCH v2 15/15] libqos/ahci: create libqos/ahci.c

2015-01-28 Thread Paolo Bonzini
On 19/01/2015 21:16, John Snow wrote: > With global state removed, code responsible for booting up, > verifying, and initializing the AHCI HBA is extracted and > inserted into libqos/ahci.c, which would allow for other > qtests in the future to quickly grab a meaningfully initialized > reference

[Qemu-devel] [PATCH v2 15/15] libqos/ahci: create libqos/ahci.c

2015-01-19 Thread John Snow
With global state removed, code responsible for booting up, verifying, and initializing the AHCI HBA is extracted and inserted into libqos/ahci.c, which would allow for other qtests in the future to quickly grab a meaningfully initialized reference to an AHCI HBA. Even without other users, functio