aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/Makefile
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/Makefile
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/Makefile')
-rw-r--r--tools/libxc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile
index c924ea509a..5e23bef968 100644
--- a/tools/libxc/Makefile
+++ b/tools/libxc/Makefile
@@ -26,8 +26,8 @@ CTRL_SRCS-$(CONFIG_X86_Linux) += xc_ptrace.c xc_ptrace_core.c
GUEST_SRCS-y :=
GUEST_SRCS-y += xg_private.c
-GUEST_SRCS-$(CONFIG_MIGRATE) += xc_linux_restore.c xc_linux_save.c
-GUEST_SRCS-$(CONFIG_HVM) += xc_hvm_build.c xc_hvm_restore.c xc_hvm_save.c
+GUEST_SRCS-$(CONFIG_MIGRATE) += xc_domain_restore.c xc_linux_save.c
+GUEST_SRCS-$(CONFIG_HVM) += xc_hvm_build.c xc_hvm_save.c
# symlink libelf from xen/common/libelf/
LIBELF_SRCS := libelf-tools.c libelf-loader.c