]> git.proxmox.com Git - qemu.git/commit - hw/ide/core.c
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)
commit40a6238a20134a4687f67072d9be99cd97aab59a
tree85856a4343e8d7dcd4b6daf60ccbf355883ecebe
parent6ef2ba5ea64e9feffdd1a8ffff66749323f719c8
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