Re: [Qemu-devel] [PATCH 16/28] ide: make all commands go through cmd_done

2014-07-31 Thread Stefan Hajnoczi
On Mon, Jul 07, 2014 at 02:17:57PM -0400, John Snow wrote: > From: Paolo Bonzini > > AHCI has code to fill in the D2H FIS trigger the IRQ all over the place. > Centralize this in a single cmd_done callback by generalizing the existing > async_cmd_done callback. > > Signed-off-by: Paolo Bonzini

[Qemu-devel] [PATCH 16/28] ide: make all commands go through cmd_done

2014-07-07 Thread John Snow
From: Paolo Bonzini AHCI has code to fill in the D2H FIS trigger the IRQ all over the place. Centralize this in a single cmd_done callback by generalizing the existing async_cmd_done callback. Signed-off-by: Paolo Bonzini Signed-off-by: John Snow --- hw/ide/ahci.c | 16 +++- h