From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=57935 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OQenO-0002EF-O3 for qemu-devel@nongnu.org; Mon, 21 Jun 2010 07:04:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OQenN-0005PE-BK for qemu-devel@nongnu.org; Mon, 21 Jun 2010 07:04:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42449) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OQenN-0005Nz-2m for qemu-devel@nongnu.org; Mon, 21 Jun 2010 07:04:05 -0400 Message-ID: <4C1F470E.8070709@redhat.com> Date: Mon, 21 Jun 2010 13:03:42 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] virtio-blk: fix the list operation in virtio_blk_load(). References: <1277110201-17778-1-git-send-email-tamura.yoshiaki@lab.ntt.co.jp> In-Reply-To: <1277110201-17778-1-git-send-email-tamura.yoshiaki@lab.ntt.co.jp> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yoshiaki Tamura Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org Am 21.06.2010 10:50, schrieb Yoshiaki Tamura: > Although it is really rare to get in to the while loop, the list > operation in the loop is obviously wrong. > > Signed-off-by: Yoshiaki Tamura Thanks, applied to the block branch. Kevin