]> git.proxmox.com Git - mirror_qemu.git/commit
ide: Remove wrong assertion
authorKevin Wolf <kwolf@redhat.com>
Wed, 16 Jan 2013 09:54:34 +0000 (10:54 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 17 Jan 2013 09:51:11 +0000 (10:51 +0100)
commit6bf3ee07ff55aa795010a8e071826f38e9a26112
treeec8a860c05f87e3f76224a0161dc4f3648049d26
parent6d759117d3fd28e38c49c56c9de206cc718d32fa
ide: Remove wrong assertion

The Bus Master IDE Active bit (BM_STATUS_DMAING) is not only set when
the request is still in flight, but also when it has completed and the
size of the physical memory regions in the PRDT was larger than the
transfer size.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
hw/ide/pci.c