From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48194) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0vvh-00069K-Nm for qemu-devel@nongnu.org; Tue, 06 Sep 2011 09:43:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R0vvg-0007DN-Iz for qemu-devel@nongnu.org; Tue, 06 Sep 2011 09:43:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2209) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R0vvg-0007DB-Bh for qemu-devel@nongnu.org; Tue, 06 Sep 2011 09:43:08 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p86Dh7a6012494 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 6 Sep 2011 09:43:07 -0400 Message-ID: <4E66241C.30605@redhat.com> Date: Tue, 06 Sep 2011 15:46:04 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1315305104-7219-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1315305104-7219-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] scsi: refine constants for READ CAPACITY 16 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Am 06.09.2011 12:31, schrieb Paolo Bonzini: > Rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16 to distinguish > from the 12-byte CDB variant, and add a constant for the subcommand. > > Signed-off-by: Paolo Bonzini Thanks, applied to the block branch. Kevin