]> git.proxmox.com Git - mirror_qemu.git/commit
ide: move buffered DMA cancel to core
authorJohn Snow <jsnow@redhat.com>
Wed, 10 Feb 2016 18:29:39 +0000 (13:29 -0500)
committerJohn Snow <jsnow@redhat.com>
Wed, 10 Feb 2016 18:29:39 +0000 (13:29 -0500)
commit86698a12f7822387720840775b4eabab5f713d7c
treebd3161888a2b32a06c7234527450ce31fa620525
parent4590355bb762b6a1bd46968f3b6e85ff319e4141
ide: move buffered DMA cancel to core

Buffered DMA cancellation was added to ATAPI devices and implemented
for the BMDMA HBA. Move the code over to common IDE code and allow
it to be used for any HBA.

Signed-off-by: John Snow <jsnow@redhat.com>
Reported-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1453225191-11871-4-git-send-email-jsnow@redhat.com
hw/ide/core.c
hw/ide/internal.h
hw/ide/pci.c