ide: fix migration in the middle of a bmdma transfer
authorJuan Quintela <quintela@redhat.com>
Mon, 26 Jul 2010 19:38:45 +0000 (21:38 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 26 Jul 2010 21:19:51 +0000 (16:19 -0500)
commit70dab80541a3fe024761bed223992300f4419810
tree527700d14b32c870e178ae5bca788adad1837f4b
parent6d1c9593228f3fcacaa69d69e9220ed62f371a63
ide: fix migration in the middle of a bmdma transfer

It reintroduces
    Revert "ide save/restore pio/atapi cmd transfer fields and io buffer"

but using subsections.  Added bonus is the addition of ide_dummy_transfer_stop
to transfer_end_table, that was missing.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/ide/pci.c