|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] [RFC] Nested Paging Live Migration
This patch creates a common interface for live migration. It also
supports nested paging live migration.
Signed-off-by: Wei Huang <wei.huang2@xxxxxxx>
arch/x86/hvm/hvm.c | 2
arch/x86/hvm/io.c | 2
arch/x86/hvm/svm/svm.c | 4
arch/x86/mm.c | 12 -
arch/x86/mm/hap/hap.c | 58 ++++++-
arch/x86/mm/p2m.c | 136 ++++++++++++++++-
arch/x86/mm/paging.c | 323
++++++++++++++++++++++++++++++++++++++++-
arch/x86/mm/shadow/common.c | 330
+++++++-----------------------------------
arch/x86/mm/shadow/multi.c | 12 -
arch/x86/mm/shadow/private.h | 6
include/asm-x86/domain.h | 45 +++--
include/asm-x86/grant_table.h | 2
include/asm-x86/p2m.h | 5
include/asm-x86/paging.h | 26 +++
include/asm-x86/shadow.h | 18 +-
15 files changed, 642 insertions(+), 339 deletions(-)
live_migration_patch.txt
Description: live_migration_patch.txt
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|