From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46647) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSswe-0005Nx-NP for qemu-devel@nongnu.org; Tue, 22 Nov 2011 11:11:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RSswZ-0007lL-3t for qemu-devel@nongnu.org; Tue, 22 Nov 2011 11:11:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:9879) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSswY-0007kV-Ks for qemu-devel@nongnu.org; Tue, 22 Nov 2011 11:11:35 -0500 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 pAMGBWPQ016340 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 22 Nov 2011 11:11:33 -0500 From: Kevin Wolf Date: Tue, 22 Nov 2011 17:14:37 +0100 Message-Id: <1321978482-4609-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 0/5] block: More migration blockers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com Not only QED is unsafe with respect to migration, almost all other writable image formats are as well. Let's add migration blockers there. Kevin Wolf (5): qcow: Add migration blocker vdi: Add migration blocker vmdk: Add migration blocker vpc: Add migration blocker vvfat: Add migration blocker block/qcow.c | 12 ++++++++++++ block/vdi.c | 12 ++++++++++++ block/vmdk.c | 16 +++++++++++++++- block/vpc.c | 13 +++++++++++++ block/vvfat.c | 17 +++++++++++++++++ 5 files changed, 69 insertions(+), 1 deletions(-) -- 1.7.6.4