On Wed, Aug 13, 2014 at 05:56:11PM -0400, John Snow wrote:
> diff --git a/tests/ahci-test.c b/tests/ahci-test.c
> index 29ac0d0..0ca4a20 100644
> --- a/tests/ahci-test.c
> +++ b/tests/ahci-test.c
> @@ -56,6 +56,7 @@
> /*** Globals ***/
> static QGuestAllocator *guest_malloc;
> static QPCIBus *pc
This adds a test wherein we engage the PCI AHCI
device and ensure that the memory region for the
HBA functionality is now accessible.
Under Q35 environments, additional PCI configuration
is performed to ensure that the HBA functionality
will become usable.
Signed-off-by: John Snow
---
tests/ahc