ide: prepare to move restart to common code
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 23 Feb 2015 16:17:51 +0000 (11:17 -0500)
committerKevin Wolf <kwolf@redhat.com>
Tue, 10 Mar 2015 13:02:22 +0000 (14:02 +0100)
commitbd8892c4e6d681517c687ec5ac86eed46b3bb23b
tree8e845c2a9de058e707051a492f4c29960319457a
parent06b95b1ee75706592929e7e91cf18373fd0e6697
ide: prepare to move restart to common code

This patch adds the restart_dma callback and adjusts
the ide_restart_dma function to utilize this callback
to call the BMDMA-specific restart code instead of statically
executing BMDMA-specific code.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 1424708286-16483-3-git-send-email-jsnow@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/ide/internal.h
hw/ide/pci.c