commit | 72bcca73c7a67c8506fa737618861ad413dabf38 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Tue Nov 20 17:27:44 2012 +0100 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Wed Nov 21 09:47:34 2012 +0100 |
tree | 231a8934f65960f154d20d9a6dc2c6c050cd3aed | |
parent | 038268e2e8087ee2fd8987a77ba580e15f14c147 [diff] |
ide: Fix status register after short PRDs When failing a request because the length of the regions described by the PRDT was too short for the requested number of sectors, the IDE emulation forgot to update the status register, so that the device would keep the BSY flag set indefinitely. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>