Re: [libvirt] [re-send][PATCH 1/3] add qemu driver hook

2012-10-10 Thread li guang
在 2012-10-10三的 15:00 +0100,Daniel P. Berrange写道: > On Mon, Oct 08, 2012 at 08:05:21PM -0600, Eric Blake wrote: > > On 10/08/2012 07:51 PM, liguang wrote: > > > this hook aimed at migration only, it supposed > > > to be used as a helper of migrate --copy-storage-* > > > features to remove the unreas

Re: [libvirt] [re-send][PATCH 1/3] add qemu driver hook

2012-10-10 Thread Daniel P. Berrange
On Mon, Oct 08, 2012 at 08:05:21PM -0600, Eric Blake wrote: > On 10/08/2012 07:51 PM, liguang wrote: > > this hook aimed at migration only, it supposed > > to be used as a helper of migrate --copy-storage-* > > features to remove the unreasonable limitation > > of pre-exist disk images at migration

Re: [libvirt] [re-send][PATCH 1/3] add qemu driver hook

2012-10-08 Thread li guang
在 2012-10-08一的 21:54 -0600,Eric Blake写道: > On 10/08/2012 08:33 PM, li guang wrote: > > 在 2012-10-08一的 20:05 -0600,Eric Blake写道: > >> On 10/08/2012 07:51 PM, liguang wrote: > >>> this hook aimed at migration only, it supposed > >>> to be used as a helper of migrate --copy-storage-* > >>> features to

Re: [libvirt] [re-send][PATCH 1/3] add qemu driver hook

2012-10-08 Thread Eric Blake
On 10/08/2012 08:33 PM, li guang wrote: > 在 2012-10-08一的 20:05 -0600,Eric Blake写道: >> On 10/08/2012 07:51 PM, liguang wrote: >>> this hook aimed at migration only, it supposed >>> to be used as a helper of migrate --copy-storage-* >>> features to remove the unreasonable limitation >>> of pre-exist

Re: [libvirt] [re-send][PATCH 1/3] add qemu driver hook

2012-10-08 Thread li guang
在 2012-10-08一的 20:05 -0600,Eric Blake写道: > On 10/08/2012 07:51 PM, liguang wrote: > > this hook aimed at migration only, it supposed > > to be used as a helper of migrate --copy-storage-* > > features to remove the unreasonable limitation > > of pre-exist disk images at migration target. > > someon

Re: [libvirt] [re-send][PATCH 1/3] add qemu driver hook

2012-10-08 Thread Eric Blake
On 10/08/2012 07:51 PM, liguang wrote: > this hook aimed at migration only, it supposed > to be used as a helper of migrate --copy-storage-* > features to remove the unreasonable limitation > of pre-exist disk images at migration target. > someone can add more functions to hook files. NACK. Inste

[libvirt] [re-send][PATCH 1/3] add qemu driver hook

2012-10-08 Thread liguang
this hook aimed at migration only, it supposed to be used as a helper of migrate --copy-storage-* features to remove the unreasonable limitation of pre-exist disk images at migration target. someone can add more functions to hook files. Signed-off-by: liguang --- hooks/qemu | 55 ++