Re: [Qemu-devel] [PATCH v3 25/32] ahci: Adding basic functionality qtest.

2014-08-14 Thread Stefan Hajnoczi
On Wed, Aug 13, 2014 at 05:56:08PM -0400, John Snow wrote: > Currently, there is no qtest to test the functionality of > the AHCI functionality present within the Q35 machine type. > > This patch adds a skeleton for an AHCI test suite, > and adds a simple sanity-check test case where we > identify

[Qemu-devel] [PATCH v3 25/32] ahci: Adding basic functionality qtest.

2014-08-13 Thread John Snow
Currently, there is no qtest to test the functionality of the AHCI functionality present within the Q35 machine type. This patch adds a skeleton for an AHCI test suite, and adds a simple sanity-check test case where we identify that the AHCI device is present, then disengage the virtual machine.