aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xg_private.c
diff options
context:
space:
mode:
authorTim Deegan <Tim.Deegan@xensource.com>2007-04-05 15:11:22 +0100
committerTim Deegan <Tim.Deegan@xensource.com>2007-04-05 15:11:22 +0100
commit538a65bcc3279e4539599de04d3317a5373c3b9f (patch)
treeddff11cb6bb1ddd0822d4e64cafd0c84bb1690c3 /tools/libxc/xg_private.c
parente1290b1524218d977a98825c8cec8c2cc12427ef (diff)
downloadxen-538a65bcc3279e4539599de04d3317a5373c3b9f.tar.gz
xen-538a65bcc3279e4539599de04d3317a5373c3b9f.tar.bz2
xen-538a65bcc3279e4539599de04d3317a5373c3b9f.zip
[HVM] Save/restore: merge xc_linux_restore and xc_hvm_restore
into one function (and one file) since they share a lot of code Signed-off-by: Tim Deegan <Tim.Deegan@øensource.com> --HG-- rename : tools/libxc/xc_linux_restore.c => tools/libxc/xc_domain_restore.c
Diffstat (limited to 'tools/libxc/xg_private.c')
-rw-r--r--tools/libxc/xg_private.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/libxc/xg_private.c b/tools/libxc/xg_private.c
index 9110518d69..5ca3302479 100644
--- a/tools/libxc/xg_private.c
+++ b/tools/libxc/xg_private.c
@@ -209,16 +209,6 @@ __attribute__((weak))
return -1;
}
-__attribute__((weak))
- int xc_hvm_restore(int xc_handle, int io_fd, uint32_t dom,
- unsigned int store_evtchn,
- unsigned long *store_mfn,
- unsigned int pae, unsigned int apic)
-{
- errno = ENOSYS;
- return -1;
-}
-
__attribute__((weak)) int xc_get_hvm_param(
int handle, domid_t dom, int param, unsigned long *value)
{