From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOclz-0005ms-6C for qemu-devel@nongnu.org; Mon, 23 May 2011 17:34:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QOclu-0001rw-4N for qemu-devel@nongnu.org; Mon, 23 May 2011 17:34:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49661) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOclt-0001rM-Ik for qemu-devel@nongnu.org; Mon, 23 May 2011 17:34:41 -0400 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 p4NLYeMx006421 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 23 May 2011 17:34:41 -0400 Message-Id: <20110523213115.164535428@amt.cnet> Date: Mon, 23 May 2011 18:31:15 -0300 From: Marcelo Tosatti Subject: [Qemu-devel] [patch 0/7] live block copy (v3) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, Jes.Sorensen@redhat.com, dlaor@redhat.com, avi@redhat.com v3: - replace commit file with mirrored writes - address comments from round 2 v2: - use reference counting to be safe against device hotplug / bdrv_truncate - add comment about usage of timer