ide: do not use BMDMA in restart callback
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 23 Feb 2015 16:17:53 +0000 (11:17 -0500)
committerKevin Wolf <kwolf@redhat.com>
Tue, 10 Mar 2015 13:02:22 +0000 (14:02 +0100)
commit2745df813d82724f2633a9b2ba7f7c5717d7509b
treed4e9fb15c4991364bfd737d0a77a8568e7370bc9
parentf878c916077d510be3276dad7c36f606cdcea80a
ide: do not use BMDMA in restart callback

Whenever an error stops the VM, ide_handle_rw_error does
"s->bus->dma->unit = s->unit".  So we can just use
idebus_active_if.

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