Re: [Qemu-devel] [PATCH v3 28/32] ahci: add test_pci_enable to ahci-test.

2014-08-14 Thread Stefan Hajnoczi
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

[Qemu-devel] [PATCH v3 28/32] ahci: add test_pci_enable to ahci-test.

2014-08-13 Thread John Snow
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