From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58320) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TO8O0-0003tH-Lo for qemu-devel@nongnu.org; Tue, 16 Oct 2012 10:44:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TO8Nt-0001U8-Ry for qemu-devel@nongnu.org; Tue, 16 Oct 2012 10:44:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18162) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TO8Nt-0001Tq-J6 for qemu-devel@nongnu.org; Tue, 16 Oct 2012 10:44:41 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q9GEieFJ029969 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 16 Oct 2012 10:44:40 -0400 From: Jeff Cody Date: Tue, 16 Oct 2012 10:44:34 -0400 Message-Id: Subject: [Qemu-devel] [PATCH v2 0/4] block-commit fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com v1 -> v2 differences: * Updated changes to be protocol friendly * Updated block-commit tests to account for different error message wording * Updated block-commit tests to add relative backing filename tests * In bdrv_find_backing_image(), use g_malloc() instead of char arrays Jeff Cody (4): block: make bdrv_find_backing_image compare canonical filenames block: in commit, determine base image from the top image qemu-iotests: qemu-io tests update for block-commit (040) qemu-iotests: add relative backing file tests for block-commit (040) block.c | 64 ++++++++++++++++++++++++--- block/commit.c | 9 ---- blockdev.c | 21 ++++----- tests/qemu-iotests/040 | 106 ++++++++++++++++++++++++++++++++++++++++++++- tests/qemu-iotests/040.out | 4 +- 5 files changed, 175 insertions(+), 29 deletions(-) -- 1.7.11.4