ahci: construct PIO Setup FIS for PIO commands
commit088415202b9dadb387cb6d9fd25324ae7fd4da4b
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 4 Aug 2014 21:11:18 +0000 (4 17:11 -0400)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 15 Aug 2014 17:03:12 +0000 (15 18:03 +0100)
tree5640586e49523ecec20ffca667f4a8111085ebd8
parentc7e73adb48abb9fc5cbfc4f1ce6090fbdb0bdbea
ahci: construct PIO Setup FIS for PIO commands

PIO commands should put a PIO Setup FIS in the receive area when data
transfer ends.  Currently QEMU does not do this and only places the
D2H FIS at the end of the operation.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: John Snow <jsnow@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
hw/ide/ahci.c