[Qemu-devel] [PATCH 15/17] migration-unix: page flipping support on unix outgoing

2013-12-02 Thread Lei Li
Add page flipping support on unix outgoing part by stopping VM with the new RunState RUN_STATE_MEMORY_STALE before invoking migration if unix_page_flipping enabled. Signed-off-by: Lei Li --- migration-unix.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/migr

[Qemu-devel] [PATCH 15/17] migration-unix: page flipping support on unix outgoing

2013-11-29 Thread Lei Li
Add page flipping support on unix outgoing part by stopping VM with the new RunState RUN_STATE_MEMORY_STALE before invoking migration if unix_page_flipping enabled. Signed-off-by: Lei Li --- migration-unix.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/migr

[Qemu-devel] [PATCH 15/17] migration-unix: page flipping support on unix outgoing

2013-11-21 Thread Lei Li
Add page flipping support on unix outgoing part by stopping VM with the new RunState RUN_STATE_MEMORY_STALE before invoking migration if unix_page_flipping enabled. Signed-off-by: Lei Li --- migration-unix.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/migr

[Qemu-devel] [PATCH 15/17] migration-unix: page flipping support on unix outgoing

2013-10-21 Thread Lei Li
Add page flipping support on unix outgoing part by stopping VM with the new RunState RUN_STATE_FLIPPING_MIGRATE before invoking migration if unix_page_flipping enabled. Signed-off-by: Lei Li --- migration-unix.c | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git