libqos/ahci: Switch to mutable properties
commitb88641e236fbd0187858b8a974c44c2b4c450352
authorJohn Snow <jsnow@redhat.com>
Mon, 11 Jan 2016 19:10:43 +0000 (11 14:10 -0500)
committerJohn Snow <jsnow@redhat.com>
Mon, 11 Jan 2016 19:10:43 +0000 (11 14:10 -0500)
tree540d9161615985ce906ab2d05a8c0fc9f97418f1
parentd0b282a58c86ea86a2662e6f796a54a86a457dae
libqos/ahci: Switch to mutable properties

ATAPI commands are, unfortunately, weird in that they can
be either DMA or PIO depending on a header bit. In order to
accommodate them, I'll need to make AHCI command properties
mutable so we can toggle between which "flavor" of ATAPI command
we want to test.

The default ATAPI transfer mechanism is PIO and the default
properties are adjusted accordingly.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 1452282920-21550-5-git-send-email-jsnow@redhat.com
tests/libqos/ahci.c