From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34984) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSeN1-00014i-Lf for qemu-devel@nongnu.org; Fri, 12 Sep 2014 23:51:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XSeMv-0001zw-HE for qemu-devel@nongnu.org; Fri, 12 Sep 2014 23:51:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46636) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSeMv-0001zs-8b for qemu-devel@nongnu.org; Fri, 12 Sep 2014 23:51:25 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s8D3pOYs024106 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 12 Sep 2014 23:51:24 -0400 From: John Snow Date: Fri, 12 Sep 2014 23:51:11 -0400 Message-Id: <1410580272-19429-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/1] ide/atapi: Mark non-data commands as complete List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, pbonzini@redhat.com, jsnow@redhat.com, stefanha@redhat.com v2: - Instead of using ide_set_inactive, use ide_stop_transfer - ATAPI helpers use either ide_atapi_cmd_ok or ide_atapi_cmd_error, instead of ide_stop_transfer directly. John Snow (1): ide/atapi: Mark non-data commands as complete hw/ide/atapi.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) -- 1.9.3