Re: [Qemu-devel] [PATCH 08/14] qtest/ahci: finalize AHCIQState consolidation

2015-01-19 Thread Paolo Bonzini
On 13/01/2015 04:34, John Snow wrote: > Move barsize, ahci_fingerprint and capabilities registers into > the AHCIQState object, removing global ahci-related state > from the ahci-test.c file. > > More churn, less globals. > > Signed-off-by: John Snow > --- > tests/ahci-test.c | 80 > ++

[Qemu-devel] [PATCH 08/14] qtest/ahci: finalize AHCIQState consolidation

2015-01-12 Thread John Snow
Move barsize, ahci_fingerprint and capabilities registers into the AHCIQState object, removing global ahci-related state from the ahci-test.c file. More churn, less globals. Signed-off-by: John Snow --- tests/ahci-test.c | 80 + tests/libqos