Re: [Qemu-devel] [PATCH 07/14] qtest/ahci: Store hba_base in AHCIQState

2015-01-19 Thread Paolo Bonzini
On 13/01/2015 04:34, John Snow wrote: > Store the HBA memory base address in the new state object, to simplify > function prototypes and encourage a more functional testing style. > > This causes a lot of churn, but this patch is as "simplified" as I could > get it to be. This patch is therefore

[Qemu-devel] [PATCH 07/14] qtest/ahci: Store hba_base in AHCIQState

2015-01-12 Thread John Snow
Store the HBA memory base address in the new state object, to simplify function prototypes and encourage a more functional testing style. This causes a lot of churn, but this patch is as "simplified" as I could get it to be. This patch is therefore fairly mechanical and straightforward: Any case w