From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9xL3-0004us-VK for qemu-devel@nongnu.org; Wed, 13 Apr 2011 06:30:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9xKy-0003X7-HN for qemu-devel@nongnu.org; Wed, 13 Apr 2011 06:30:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9xKy-0003Wv-8Q for qemu-devel@nongnu.org; Wed, 13 Apr 2011 06:30:16 -0400 Message-ID: <4DA57BC8.1010006@redhat.com> Date: Wed, 13 Apr 2011 12:32:40 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1302687054-16675-1-git-send-email-mitnick.lyu@gmail.com> In-Reply-To: <1302687054-16675-1-git-send-email-mitnick.lyu@gmail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] vpc.c: Use get_option_parameter() does the search List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mitnick Lyu Cc: stefanha@gmail.com, qemu-devel@nongnu.org Am 13.04.2011 11:30, schrieb Mitnick Lyu: > Use get_option_parameter() to instead of duplicating the loop, and use BDRV_SECTOR_SIZE to instead of 512 > > Signed-off-by: Mitnick Lyu Thanks, applied to the block branch. Kevin