aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xg_private.c
diff options
context:
space:
mode:
authorTim Deegan <Tim.Deegan@xensource.com>2007-03-08 16:38:15 +0000
committerTim Deegan <Tim.Deegan@xensource.com>2007-03-08 16:38:15 +0000
commit78938b42ad38d4c475e1a041914ef5e4518c0d39 (patch)
treea8f1f22d4031ae6b3b2a9a966b684fd125c952d4 /tools/libxc/xg_private.c
parent9bdd419d64212d0c58af20a0882d15813004f36e (diff)
downloadxen-78938b42ad38d4c475e1a041914ef5e4518c0d39.tar.gz
xen-78938b42ad38d4c475e1a041914ef5e4518c0d39.tar.bz2
xen-78938b42ad38d4c475e1a041914ef5e4518c0d39.zip
[HVM] Save/restore: make sure all ioreqs are gone when a domain is saved
by pausing the domain and pulling them through. Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
Diffstat (limited to 'tools/libxc/xg_private.c')
-rw-r--r--tools/libxc/xg_private.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/libxc/xg_private.c b/tools/libxc/xg_private.c
index 63ffea4aad..2332ef4c6c 100644
--- a/tools/libxc/xg_private.c
+++ b/tools/libxc/xg_private.c
@@ -229,6 +229,11 @@ __attribute__((weak)) int xc_set_hvm_param(
return -ENOSYS;
}
+__attribute__((weak)) int xc_hvm_drain_io(int handle, domid_t dom)
+{
+ return -ENOSYS;
+}
+
/*
* Local variables:
* mode: C