]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
xen: Add suspend/resume support for PV on HVM guests.
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Fri, 14 May 2010 11:45:07 +0000 (12:45 +0100)
committerJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Thu, 22 Jul 2010 23:46:21 +0000 (16:46 -0700)
commit016b6f5fe8398b0291cece60b749d7c930a2e09c
tree430e9aad74f223dc5d144b60f4b78a0c3fb9cdfd
parent183d03cc4ff39e0f0d952c09aa96d0abfd6e0c3c
xen: Add suspend/resume support for PV on HVM guests.

Suspend/resume requires few different things on HVM: the suspend
hypercall is different; we don't need to save/restore memory related
settings; except the shared info page and the callback mechanism.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
arch/x86/xen/enlighten.c
arch/x86/xen/suspend.c
arch/x86/xen/xen-ops.h
drivers/xen/manage.c
drivers/xen/platform-pci.c
include/xen/xen-ops.h