Re: [Qemu-devel] [PATCH v3 3/8] ahci: Clean up reset functions
On 11.05.2012, at 16:42, Jan Kiszka wrote: > Properly register reset functions via the device class. > > CC: Alexander Graf > Signed-off-by: Jan Kiszka Looks good to me, but I'm no infrastructure expert :) Reviewed-by: Alexander Graf Alex
[Qemu-devel] [PATCH v3 3/8] ahci: Clean up reset functions
Properly register reset functions via the device class. CC: Alexander Graf Signed-off-by: Jan Kiszka --- hw/ide/ahci.c | 25 +++-- hw/ide/ahci.h |2 +- hw/ide/ich.c | 10 -- 3 files changed, 20 insertions(+), 17 deletions(-) diff --git a/hw/ide/ahci.c b/hw/