]> git.proxmox.com Git - qemu.git/commit - hw/ide/core.c
ide: Fix ide_drive_pio_state_needed()
authorKevin Wolf <kwolf@redhat.com>
Thu, 9 Jun 2011 12:12:57 +0000 (14:12 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 15 Jun 2011 12:36:15 +0000 (14:36 +0200)
commitfdc650d76d785ba56b1e87c260ce96d8e22c7cc8
tree29ee353db16ee8f46968c99367256f6615b1372c
parentdef93791f22a3536c3508244ec7d270098484c7d
ide: Fix ide_drive_pio_state_needed()

When a failed PIO request caused the VM to stop, we still need to transfer the
PIO state even though DRQ=0 at this point.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
hw/ide/core.c