qtest/ahci: rename 'Command' to 'CommandHeader'
commitc7f9c570b908a844aee393d93d01c332aea2a5a5
authorJohn Snow <jsnow@redhat.com>
Thu, 5 Feb 2015 17:41:14 +0000 (5 12:41 -0500)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 16 Feb 2015 15:07:16 +0000 (16 15:07 +0000)
tree8186bb46eca98961178e34dfe7c1a24a81274747
parente83fd96bfab90298beaa8c8a31e48a905564180e
qtest/ahci: rename 'Command' to 'CommandHeader'

The structure name is a bit of a misnomer; the structure currently named
command is actually the commandheader. A future patch in this series
will add an actual "Command" structure, so we'll rename it now before the
rest of the functions in this series try to use it.

In addition, rename the "b1" and "b2" fields
to be a unified uint16_t named "flags."

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