From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeLW4-0004H0-PL for qemu-devel@nongnu.org; Tue, 12 Jun 2012 03:27:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SeLVy-0007dO-N2 for qemu-devel@nongnu.org; Tue, 12 Jun 2012 03:27:52 -0400 Received: from e23smtp05.au.ibm.com ([202.81.31.147]:55893) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeLVy-0007bb-52 for qemu-devel@nongnu.org; Tue, 12 Jun 2012 03:27:46 -0400 Received: from /spool/local by e23smtp05.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 12 Jun 2012 07:22:04 +1000 Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.235.138]) by d23relay05.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q5C7K6ES63307786 for ; Tue, 12 Jun 2012 17:20:07 +1000 Received: from d23av02.au.ibm.com (loopback [127.0.0.1]) by d23av02.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q5C7RXUH004791 for ; Tue, 12 Jun 2012 17:27:33 +1000 Message-ID: <4FD6EF62.7010608@linux.vnet.ibm.com> Date: Tue, 12 Jun 2012 15:27:30 +0800 From: Zhi Hui Li MIME-Version: 1.0 References: <4FD0B759.8030002@redhat.com> <4FD1FBF1.10305@redhat.com> <4FD20D11.1080603@redhat.com> <4FD22422.1080301@redhat.com> <4FD23A73.8080502@redhat.com> <4FD5E97A.2010207@redhat.com> <4FD610B9.8070507@redhat.com> <4FD6431D.80505@redhat.com> In-Reply-To: <4FD6431D.80505@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] CoW image commit+shrink(= make_empty) support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Kevin Wolf , Supriya Kannery , zhihuili@cn.ibm.com, Taisuke Yamada , Stefan Hajnoczi , jcody@redhat.com, qemu-devel@nongnu.org On 2012年06月12日 03:12, Paolo Bonzini wrote: > Il 11/06/2012 17:37, Jeff Cody ha scritto: >> It sounds like Zhi Hui is working on live block commit patches, and >> Supriya is working on the bdrv_reopen() portion - I don't want to >> duplicate any effort, but if there is anything I can do to help with >> either of those areas, just let me know. > > Is Zhi Hui going to move forward with the floppy patches? > > Paolo > > > Yes, I am continue to move forward with the floppy patches. But I am also very interesting in block commit, so I want to do it. Thank you very much!