Re: [Qemu-devel] [PATCH] stop the iteration when too many pages is transferred

2010-11-21 Thread KAMEZAWA Hiroyuki
On Fri, 19 Nov 2010 20:23:55 -0600 Anthony Liguori wrote: > On 11/17/2010 08:32 PM, Wen Congyang wrote: > > When the total sent page size is larger than max_factor > > times of the size of guest OS's memory, stop the > > iteration. > > The default value of max_factor is 3. > > > > This is similar

Re: [Qemu-devel] [PATCH] stop the iteration when too many pages is transferred

2010-11-21 Thread Wen Congyang
At 2010年11月20日 10:23, Anthony Liguori Write: > On 11/17/2010 08:32 PM, Wen Congyang wrote: >> When the total sent page size is larger than max_factor >> times of the size of guest OS's memory, stop the >> iteration. >> The default value of max_factor is 3. >> >> This is similar to XEN. >> >> >> Sig

Re: [Qemu-devel] [PATCH] stop the iteration when too many pages is transferred

2010-11-20 Thread Anthony Liguori
On 11/17/2010 08:32 PM, Wen Congyang wrote: > When the total sent page size is larger than max_factor > times of the size of guest OS's memory, stop the > iteration. > The default value of max_factor is 3. > > This is similar to XEN. > > > Signed-off-by: Wen Congyang > I'm strongly opposed to d

[Qemu-devel] [PATCH] stop the iteration when too many pages is transferred

2010-11-17 Thread Wen Congyang
When the total sent page size is larger than max_factor times of the size of guest OS's memory, stop the iteration. The default value of max_factor is 3. This is similar to XEN. Signed-off-by: Wen Congyang --- arch_init.c | 13 - 1 files changed, 12 insertions(+), 1 deletions(-)