]> git.ipfire.org Git - thirdparty/qemu.git/commit
ide/atapi: Fix START STOP UNIT command completion
authorKevin Wolf <kwolf@redhat.com>
Mon, 27 Jul 2015 03:42:53 +0000 (23:42 -0400)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 30 Jul 2015 03:19:39 +0000 (22:19 -0500)
commit86d6fe4cb0bce6604ed00b203dd964bead98d228
tree225021d1d2a7eaf459b4af69ea0683f42c21e95c
parent9634e45e0b2bd4906778efdfb4b38b6fa042ebec
ide/atapi: Fix START STOP UNIT command completion

The command must be completed on all code paths. START STOP UNIT with
pwrcnd set should succeed without doing anything.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
(cherry picked from commit 03441c3a4a42beb25460dd11592539030337d0f8)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/ide/atapi.c