OSDN Git Service

ahci: remove cmd_fis argument from write_fis_d2h
authorJohn Snow <jsnow@redhat.com>
Tue, 1 Sep 2015 20:50:40 +0000 (16:50 -0400)
committerJohn Snow <jsnow@redhat.com>
Fri, 18 Sep 2015 14:58:56 +0000 (10:58 -0400)
commit28ee82557cdbf3d9023b58f7229b0d0fd1a3d776
treef7459998727eb68a25226ac77abb66a0d51b7e59
parent33a983cb2821600f4ed5720919434256e8371ec2
ahci: remove cmd_fis argument from write_fis_d2h

It's no longer used. We used to generate a D2H FIS based
upon the command FIS that prompted the update, but in reality,
the D2H FIS is generated purely from register state.

cmd_fis is vestigial, so get rid of it.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1441140641-17631-4-git-send-email-jsnow@redhat.com
hw/ide/ahci.c