OSDN Git Service

libqos/ahci: Add ide cmd properties
authorJohn Snow <jsnow@redhat.com>
Thu, 5 Feb 2015 17:41:22 +0000 (12:41 -0500)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 16 Feb 2015 15:07:17 +0000 (15:07 +0000)
commit716b64079ceaa6fede724f8a24a24b0209fa5173
treebef01d368d7aea04ae7960ca536dbf63e305b7e1
parent52515766f1e18b596a6dc31421ca14a63114c9eb
libqos/ahci: Add ide cmd properties

Add a structure that defines some properties of various IDE commands.
These will be used to simplify the interface to the libqos AHCI calls,
lessening the redundancy of specifying and respecifying properties of
commands to various helper functions.

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 1423158090-25580-12-git-send-email-jsnow@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
tests/libqos/ahci.c