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

2014-08-14 Thread Stefan Hajnoczi
On Wed, Aug 13, 2014 at 05:56:10PM -0400, John Snow wrote: > Adds a specification adherence test for AHCI > where the boot-up values for the PCI configuration space > are compared against the AHCI 1.3 specification. > > This test does not itself attempt to engage the device. > > Signed-off-by: Jo

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

2014-08-14 Thread Michael S. Tsirkin
On Wed, Aug 13, 2014 at 05:56:10PM -0400, John Snow wrote: > Adds a specification adherence test for AHCI > where the boot-up values for the PCI configuration space > are compared against the AHCI 1.3 specification. > > This test does not itself attempt to engage the device. > > Signed-off-by: Jo

[Qemu-devel] [PATCH v3 27/32] ahci: Add test_pci_spec to ahci-test.

2014-08-13 Thread John Snow
Adds a specification adherence test for AHCI where the boot-up values for the PCI configuration space are compared against the AHCI 1.3 specification. This test does not itself attempt to engage the device. Signed-off-by: John Snow --- tests/ahci-test.c | 305 +++