]> xenbits.xensource.com Git - mini-os.git/commit
Save/Restore Support: Implement code for arch suspend/resume
authorBruno Alvisio <bruno.alvisio@gmail.com>
Mon, 11 Dec 2017 16:05:18 +0000 (08:05 -0800)
committerWei Liu <wei.liu2@citrix.com>
Wed, 21 Mar 2018 09:16:49 +0000 (09:16 +0000)
commit4e6b592a523e3f73950b81f7130c76281e966a05
treeb0cb4180036bf0ac14f1065866b7b83ee8c213cb
parentd225f4012d69a1935dc824ac22f5b636b9a428b8
Save/Restore Support: Implement code for arch suspend/resume

Before suspending the domain the shared_info_page is unmapped and for PVs the
pagetables should be canonicalized. After resume the shared_info_page should be
mapped again.

Signed-off-by: Bruno Alvisio <bruno.alvisio@gmail.com>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
arch/x86/setup.c