aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xenguest.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-02-14 19:01:35 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-02-14 19:01:35 +0000
commitb3f09a8a4fe5c32f35379f3b4eadc5e2b1d4dfc6 (patch)
treed101ffe40a4e9352bb939a9346111493afa445fe /tools/libxc/xenguest.h
parentdb31d0821d701791faf8a6ae841ed51a211e6d57 (diff)
parent9efb2db0a351d08c9d939b45b1731e08d61aac0c (diff)
downloadxen-b3f09a8a4fe5c32f35379f3b4eadc5e2b1d4dfc6.tar.gz
xen-b3f09a8a4fe5c32f35379f3b4eadc5e2b1d4dfc6.tar.bz2
xen-b3f09a8a4fe5c32f35379f3b4eadc5e2b1d4dfc6.zip
Merge with xenppc-unstable.hg
Diffstat (limited to 'tools/libxc/xenguest.h')
-rw-r--r--tools/libxc/xenguest.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/libxc/xenguest.h b/tools/libxc/xenguest.h
index d2005201ce..2f0bb4234d 100644
--- a/tools/libxc/xenguest.h
+++ b/tools/libxc/xenguest.h
@@ -57,9 +57,8 @@ int xc_linux_restore(int xc_handle, int io_fd, uint32_t dom,
* @return 0 on success, -1 on failure
*/
int xc_hvm_restore(int xc_handle, int io_fd, uint32_t dom,
- unsigned long nr_pfns, unsigned int store_evtchn,
- unsigned long *store_mfn, unsigned int console_evtchn,
- unsigned long *console_mfn,
+ unsigned long max_pfn, unsigned int store_evtchn,
+ unsigned long *store_mfn,
unsigned int pae, unsigned int apic);
/**