Re: [Qemu-devel] [PATCH v3 30/32] ahci: Add test_hba_spec to ahci-test.

2014-08-14 Thread Stefan Hajnoczi
On Wed, Aug 13, 2014 at 05:56:13PM -0400, John Snow wrote: > Add a test routine that checks the boot-up values of the HBA > configuration memory space against the AHCI 1.3 specification > and Intel ICH9 data sheet (for Q35 machines) for adherence and > sane values. > > The HBA is not yet engaged o

[Qemu-devel] [PATCH v3 30/32] ahci: Add test_hba_spec to ahci-test.

2014-08-13 Thread John Snow
Add a test routine that checks the boot-up values of the HBA configuration memory space against the AHCI 1.3 specification and Intel ICH9 data sheet (for Q35 machines) for adherence and sane values. The HBA is not yet engaged or put into the idle state. Signed-off-by: John Snow --- tests/ahci-t