aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xg_private.c
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-04-04 16:18:28 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-04-04 16:18:28 +0100
commit087d43326ab4de5dbf25e67bd17dcc72262d2a65 (patch)
treef756b19e2ccfc63c67e8dafb391b9fa438cac786 /tools/libxc/xg_private.c
parent76de76e0f307eed8830d6a0507afb07a07dbc38e (diff)
downloadxen-087d43326ab4de5dbf25e67bd17dcc72262d2a65.tar.gz
xen-087d43326ab4de5dbf25e67bd17dcc72262d2a65.tar.bz2
xen-087d43326ab4de5dbf25e67bd17dcc72262d2a65.zip
hvm: Lazy memory allocation during HVM restore. General cleanup and
reduce gross assumptions about memory-map layout. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/libxc/xg_private.c')
-rw-r--r--tools/libxc/xg_private.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxc/xg_private.c b/tools/libxc/xg_private.c
index d2d1234870..9110518d69 100644
--- a/tools/libxc/xg_private.c
+++ b/tools/libxc/xg_private.c
@@ -211,7 +211,7 @@ __attribute__((weak))
__attribute__((weak))
int xc_hvm_restore(int xc_handle, int io_fd, uint32_t dom,
- unsigned long max_pfn, unsigned int store_evtchn,
+ unsigned int store_evtchn,
unsigned long *store_mfn,
unsigned int pae, unsigned int apic)
{