Re: [Qemu-devel] [PATCH v3 03/47] Start documenting how postcopy works.

2014-09-12 Thread Dr. David Alan Gilbert
* Hongyang Yang (yan...@cn.fujitsu.com) wrote: > > > ??? 08/28/2014 11:03 PM, Dr. David Alan Gilbert (git) ??: > >From: "Dr. David Alan Gilbert" > > > >Signed-off-by: Dr. David Alan Gilbert > >--- > >+Postcopy can be combined with precopy (i.e. normal migration) so that if > >precopy > >

Re: [Qemu-devel] [PATCH v3 03/47] Start documenting how postcopy works.

2014-09-08 Thread Hongyang Yang
在 09/09/2014 11:34 AM, Hongyang Yang 写道: Hi I've read your documentation about Postcopy, this is interesting. It comes to my mind that if COLO can gain some improvements from Postcopy. The first thing I thought was that if we can use the back channel that request dirty pages from source so

Re: [Qemu-devel] [PATCH v3 03/47] Start documenting how postcopy works.

2014-09-08 Thread Hongyang Yang
在 08/28/2014 11:03 PM, Dr. David Alan Gilbert (git) 写道: From: "Dr. David Alan Gilbert" Signed-off-by: Dr. David Alan Gilbert --- docs/migration.txt | 188 + 1 file changed, 188 insertions(+) diff --git a/docs/migration.txt b/docs/migrat

Re: [Qemu-devel] [PATCH v3 03/47] Start documenting how postcopy works.

2014-09-08 Thread Hongyang Yang
Hi I've read your documentation about Postcopy, this is interesting. It comes to my mind that if COLO can gain some improvements from Postcopy. The first thing I thought was that if we can use the back channel that request dirty pages from source so that we do not need to manage a ram snapsho

[Qemu-devel] [PATCH v3 03/47] Start documenting how postcopy works.

2014-08-28 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Signed-off-by: Dr. David Alan Gilbert --- docs/migration.txt | 188 + 1 file changed, 188 insertions(+) diff --git a/docs/migration.txt b/docs/migration.txt index 0492a45..7f0fdc4 100644 --- a/docs/migration.txt