From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NzQpi-0006Ge-Es for qemu-devel@nongnu.org; Wed, 07 Apr 2010 04:41:58 -0400 Received: from [140.186.70.92] (port=40657 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzQph-0006Fu-2u for qemu-devel@nongnu.org; Wed, 07 Apr 2010 04:41:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzQpe-0003tF-5j for qemu-devel@nongnu.org; Wed, 07 Apr 2010 04:41:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61694) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzQpc-0003t5-NG for qemu-devel@nongnu.org; Wed, 07 Apr 2010 04:41:54 -0400 Message-ID: <4BBC452E.3080109@redhat.com> Date: Wed, 07 Apr 2010 10:41:18 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v2] cleanup block driver option handling in vl.c References: <20100406171204.GA10881@lst.de> In-Reply-To: <20100406171204.GA10881@lst.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Hellwig Cc: qemu-devel@nongnu.org Am 06.04.2010 19:12, schrieb Christoph Hellwig: > Assign directly to the bdrv_flags variable instead of using > magic numbers before translating to the BDRV_O_* options. > > Signed-off-by: Christoph Hellwig Looks good now. Acked-by: Kevin Wolf