From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35251) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFoBU-0005Mm-JE for qemu-devel@nongnu.org; Mon, 17 Oct 2011 10:29:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RFoBQ-0000V2-G2 for qemu-devel@nongnu.org; Mon, 17 Oct 2011 10:28:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37446) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RFoBQ-0000Uj-3s for qemu-devel@nongnu.org; Mon, 17 Oct 2011 10:28:52 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p9HESpsU005306 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 17 Oct 2011 10:28:51 -0400 Message-ID: <4E9C3BA1.30005@redhat.com> Date: Mon, 17 Oct 2011 16:28:49 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1318503845-11473-1-git-send-email-pbonzini@redhat.com> <1318503845-11473-8-git-send-email-pbonzini@redhat.com> <4E9C3B59.5030800@redhat.com> In-Reply-To: <4E9C3B59.5030800@redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 07/35] scsi-disk: add stubs for more MMC commands List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On 10/17/2011 04:27 PM, Kevin Wolf wrote: > Braces are missing here and in the other commands. Yes, but that's consistent with the rest of scsi-disk. I'll try to add them and see how bad the conflicts are. Paolo