Re: [Qemu-devel] [PATCH] ahci: set ahci mode on reset

2013-10-09 Thread Kevin Wolf
Am 28.09.2013 um 23:09 hat Michael S. Tsirkin geschrieben: > ATM we set AHCI mode on 1st GHC write. > Spec says we should set it on reset. > > Signed-off-by: Michael S. Tsirkin Thanks, applied to the block branch. Kevin

[Qemu-devel] [PATCH] ahci: set ahci mode on reset

2013-09-28 Thread Michael S. Tsirkin
ATM we set AHCI mode on 1st GHC write. Spec says we should set it on reset. Signed-off-by: Michael S. Tsirkin --- hw/ide/ahci.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/hw/ide/ahci.c b/hw/ide/ahci.c index a71a4ca..a8be62c 100644 --- a/hw/ide/ahci.c +++ b/hw/i