Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
qemu-linux-user.7445
0165-ide-atapi-Fix-START-STOP-UNIT-comma.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0165-ide-atapi-Fix-START-STOP-UNIT-comma.patch of Package qemu-linux-user.7445
From e93c36f94aa83c6324acf42eecc07ac500b4e8fd Mon Sep 17 00:00:00 2001 From: Kevin Wolf <kwolf@redhat.com> Date: Wed, 3 Jun 2015 14:17:46 +0200 Subject: [PATCH] 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> [BR: BSC#938344] Signed-off-by: Bruce Rogers <brogers@suse.com> --- hw/ide/atapi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/ide/atapi.c b/hw/ide/atapi.c index f7d2009c00..be000545df 100644 --- a/hw/ide/atapi.c +++ b/hw/ide/atapi.c @@ -879,6 +879,7 @@ static void cmd_start_stop_unit(IDEState *s, uint8_t* buf) if (pwrcnd) { /* eject/load only happens for power condition == 0 */ + ide_atapi_cmd_ok(s); return; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor