aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xenguest.h
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/xenguest.h
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/xenguest.h')
-rw-r--r--tools/libxc/xenguest.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/libxc/xenguest.h b/tools/libxc/xenguest.h
index cb3c6a4d1c..0f77217978 100644
--- a/tools/libxc/xenguest.h
+++ b/tools/libxc/xenguest.h
@@ -155,6 +155,8 @@ int xc_set_hvm_param(
int xc_get_hvm_param(
int handle, domid_t dom, int param, unsigned long *value);
+int xc_hvm_drain_io(int handle, domid_t dom);
+
/* PowerPC specific. */
int xc_prose_build(int xc_handle,
uint32_t domid,