aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xcutils
diff options
context:
space:
mode:
authorTim Deegan <Tim.Deegan@xensource.com>2007-03-29 15:27:18 +0000
committerTim Deegan <Tim.Deegan@xensource.com>2007-03-29 15:27:18 +0000
commite0638f7e6219ce0a8b9d13d0396408fc40d296f9 (patch)
tree911addeadd6ffab04e03e1859f96c0fa126818fb /tools/xcutils
parentd05727902ff268894db2ac8950aefc1f0f470049 (diff)
downloadxen-e0638f7e6219ce0a8b9d13d0396408fc40d296f9.tar.gz
xen-e0638f7e6219ce0a8b9d13d0396408fc40d296f9.tar.bz2
xen-e0638f7e6219ce0a8b9d13d0396408fc40d296f9.zip
[HVM] Save/restore: don't get guest size from "memory_static_min"
since it doesn't mean that any more. This is a sticking-plaster to get HVM S/R working until the proper memory-map handling patch is ready. Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
Diffstat (limited to 'tools/xcutils')
-rw-r--r--tools/xcutils/xc_restore.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/xcutils/xc_restore.c b/tools/xcutils/xc_restore.c
index 0eaf3210a3..a2cf9c115f 100644
--- a/tools/xcutils/xc_restore.c
+++ b/tools/xcutils/xc_restore.c
@@ -42,8 +42,6 @@ main(int argc, char **argv)
apic = atoi(argv[8]);
if (hvm) {
- /* pass the memsize to xc_hvm_restore to find the store_mfn */
- store_mfn = hvm;
ret = xc_hvm_restore(xc_fd, io_fd, domid, max_pfn, store_evtchn,
&store_mfn, pae, apic);
} else