Re: [Qemu-devel] [PATCH v3 1/8] ahci: Fix reset of MSI function

2012-05-22 Thread Alexander Graf
On 11.05.2012, at 16:42, Jan Kiszka wrote: > Call msi_reset on device reset as still required by the core. > > CC: Alexander Graf > CC: qemu-sta...@nongnu.org > Signed-off-by: Jan Kiszka Acked-by: Alexander Graf Alex

[Qemu-devel] [PATCH v3 1/8] ahci: Fix reset of MSI function

2012-05-11 Thread Jan Kiszka
Call msi_reset on device reset as still required by the core. CC: Alexander Graf CC: qemu-sta...@nongnu.org Signed-off-by: Jan Kiszka --- hw/ide/ich.c | 12 ++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/hw/ide/ich.c b/hw/ide/ich.c index 560ae37..242254e 100644 -