From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51505) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYXcd-0001vF-5Y for qemu-devel@nongnu.org; Mon, 29 Sep 2014 05:51:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYXcc-00047f-4b for qemu-devel@nongnu.org; Mon, 29 Sep 2014 05:51:59 -0400 Date: Mon, 29 Sep 2014 11:51:43 +0200 From: Kevin Wolf Message-ID: <20140929095143.GB3910@noname.str.redhat.com> References: <201409291637594172481@sangfor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201409291637594172481@sangfor.com> Subject: Re: [Qemu-devel] [PATCH bugfix v2] snapshot: fix referencing wrong variable in while loop in do_delvm List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Zhang Haoyu Cc: xiawenc , qemu-stable@nongnu.org, qemu-devel , Stefan Hajnoczi , Markus Armbruster Am 29.09.2014 um 10:38 hat Zhang Haoyu geschrieben: > The while loop variabal is "bs1", > but "bs" is always passed to bdrv_snapshot_delete_by_id_or_name. > Broken in commit a89d89d, v1.7.0. > > v1 -> v2: > * add broken commit id to commit message > > Signed-off-by: Zhang Haoyu > Reviewed-by: Markus Armbruster Cc: qemu-stable@nongnu.org Reviewed-by: Kevin Wolf We should probably add a qemu-iotests case for the handling of internal snapshots on VMs with multiple images. Any volunteer? Kevin