]> git.proxmox.com Git - qemu.git/commit
ahci: send init d2h fis on fis enable
authorAlexander Graf <agraf@suse.de>
Tue, 1 Feb 2011 14:51:29 +0000 (15:51 +0100)
committerKevin Wolf <kwolf@redhat.com>
Mon, 7 Feb 2011 10:38:35 +0000 (11:38 +0100)
commit87e62065bb5e0e544e45e6935e3ac2b053fe446e
treed7904872907ff0354aea94166ebd13d755fdffa1
parent7fb6577b130c615e42e1ccf8dad69c27c3eef085
ahci: send init d2h fis on fis enable

The drive sends a d2h init fis on initialization. Usually, the guest doesn't
receive fises yet at that point though, so the delivery is deferred.

Let's reflect that by sending the init fis on fis receive enablement.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/ide/ahci.c
hw/ide/ahci.h