Enable lazy (on-demand) allocation of memory to a guest being restored; this
authorSteven Hand <steven@xensource.com>
Tue, 16 Jan 2007 10:02:50 +0000 (10:02 +0000)
committerSteven Hand <steven@xensource.com>
Tue, 16 Jan 2007 10:02:50 +0000 (10:02 +0000)
commit236c16423bdc5cdb43f120b8d0c4ee4174cef0cb
tree3126bfc70153706d034fb53e6c67c648bf30e149
parentc5d238206dd1aa8f64e10efe12f031766ebf1e90
Enable lazy (on-demand) allocation of memory to a guest being restored; this
means that ballooned down domains only require as much memory as is currently
being used (rather than their max) when being restored from save, or when
being migrated.

Signed-off-by: Steven Hand <steven@xensource.com>
tools/libxc/xc_linux_restore.c
tools/python/xen/xend/XendCheckpoint.py