ahci: Adding basic functionality qtest.
authorJohn Snow <jsnow@redhat.com>
Thu, 21 Aug 2014 17:44:32 +0000 (13:44 -0400)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 22 Sep 2014 10:39:38 +0000 (11:39 +0100)
commit1cd1031ddc3bdef68acbbdd0d010c09279c727ea
treea3aa68f72897353d394985c5f1bbffb83b720db2
parent1e8fd8d44d6d5d5fa6d7583ac796809886abbd69
ahci: Adding basic functionality qtest.

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.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 1408643079-30675-2-git-send-email-jsnow@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
tests/Makefile
tests/ahci-test.c [new file with mode: 0644]