[libvirt] [PATCH v8] support offline migration

2012-09-21 Thread li guang
ping 在 2012-09-17一的 15:10 +0800,liguang写道: > Hi, Daniel & Eric > > can you help to review this patch again? > > Thanks! > > 在 2012-09-17一的 08:45 +0800,liguang写道: > > original migration did not aware of offline case > > so, add code to support offline migration quietly > > (did not disturb origi

Re: [libvirt] [PATCH v8] support offline migration

2012-09-18 Thread liguang
Hi, All this patch need to be reviewed, I've re-sent it several days ago, but no reviewer, so it may be forgot. 在 2012-09-17一的 15:10 +0800,liguang写道: > Hi, Daniel & Eric > > can you help to review this patch again? > > Thanks! > > 在 2012-09-17一的 08:45 +0800,liguang写道: > > original migration di

Re: [libvirt] [PATCH v8] support offline migration

2012-09-17 Thread liguang
Hi, Daniel & Eric can you help to review this patch again? Thanks! 在 2012-09-17一的 08:45 +0800,liguang写道: > original migration did not aware of offline case > so, add code to support offline migration quietly > (did not disturb original migration) by pass > VIR_MIGRATE_OFFLINE flag to migration A

[libvirt] [PATCH v8] support offline migration

2012-09-16 Thread liguang
original migration did not aware of offline case so, add code to support offline migration quietly (did not disturb original migration) by pass VIR_MIGRATE_OFFLINE flag to migration APIs if only the domain is really inactive, and migration process will not puzzled by domain offline and exit unexpec