From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VinMz-0006TL-Fr for qemu-devel@nongnu.org; Tue, 19 Nov 2013 10:37:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VinMt-00065n-HA for qemu-devel@nongnu.org; Tue, 19 Nov 2013 10:37:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:13948) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VinMt-00065g-9D for qemu-devel@nongnu.org; Tue, 19 Nov 2013 10:37:35 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rAJFbY7b007190 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 19 Nov 2013 10:37:34 -0500 From: Kevin Wolf Date: Tue, 19 Nov 2013 16:37:26 +0100 Message-Id: <1384875448-13115-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] block: Enable BDRV_O_SNAPSHOT with driver-specific options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com Currently you have to decide whether you want to use -snapshot/snapshot=on or driver-specific options, they don't go together. This series removes this limitation. Kevin Wolf (2): block: Enable BDRV_O_SNAPSHOT with driver-specific options qemu-iotests: Test snapshot mode block.c | 49 ++++++++++++++++++++--------------------- tests/qemu-iotests/051 | 17 +++++++++++++++ tests/qemu-iotests/051.out | 54 +++++++++++++++++++++++++++++++++++++++++----- 3 files changed, 89 insertions(+), 31 deletions(-) -- 1.8.1.4