]> git.proxmox.com Git - qemu.git/commit
ahci: set ahci mode on reset
authorMichael S. Tsirkin <mst@redhat.com>
Sat, 28 Sep 2013 21:09:35 +0000 (00:09 +0300)
committerKevin Wolf <kwolf@redhat.com>
Fri, 11 Oct 2013 14:49:59 +0000 (16:49 +0200)
commit13164591f30ad95ae24f9892cf2caf779271a29b
tree8c7c0c5235f7883e149150488f442b699cac441d
parent975a93c082452db9aa1397a797ca8f13ba367393
ahci: set ahci mode on reset

ATM we set AHCI mode on 1st GHC write.
Spec says we should set it on reset.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/ide/ahci.c