ide: Split out BMDMA code from ATA core
authorAlexander Graf <agraf@suse.de>
Tue, 14 Dec 2010 23:23:00 +0000 (00:23 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 17 Dec 2010 15:11:01 +0000 (16:11 +0100)
commit7be01b12dc8b55154730835c91675cc25e58009c
tree85856a4343e8d7dcd4b6daf60ccbf355883ecebe
parent01502817a8c9e8ae24a1f7fa0ee07fd1047ef8e9
ide: Split out BMDMA code from ATA core

The ATA core is currently heavily intertwined with BMDMA code. Let's loosen
that a bit, so we can happily replace the DMA backend with different
implementations.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/ide/cmd646.c
hw/ide/core.c
hw/ide/internal.h
hw/ide/pci.c
hw/ide/pci.h
hw/ide/piix.c
hw/ide/via.c