From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55182) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLpHh-0007Gv-Kn for qemu-devel@nongnu.org; Wed, 10 Oct 2012 01:56:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLpHb-00047H-Q9 for qemu-devel@nongnu.org; Wed, 10 Oct 2012 01:56:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLpHb-00046h-Hf for qemu-devel@nongnu.org; Wed, 10 Oct 2012 01:56:39 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q9A5ucb3023844 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 10 Oct 2012 01:56:38 -0400 From: Jeff Cody Date: Wed, 10 Oct 2012 01:56:34 -0400 Message-Id: Subject: [Qemu-devel] [PATCH 0/2] block-commit fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, pbonzini@redhat.com Eric reported some bugs with relative pathnames and block-commit. These patches attempt to fix those issues, by changing how we do some filename and path comparisons. There is also some minor simplication of error checking for block-commit as well. Jeff Cody (2): block: make bdrv_find_backing_image compare canonical filenames block: in commit, determine base image from the top image block.c | 38 ++++++++++++++++++++++++++++++++------ block/commit.c | 9 --------- blockdev.c | 21 +++++++++++---------- 3 files changed, 43 insertions(+), 25 deletions(-) -- 1.7.11.4