aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xenguest.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-04-04 10:42:58 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-04-04 10:42:58 +0100
commit4edabeff5a8b15b53a3b3c53e168df2835314e66 (patch)
treeaccd3e40199728e380f45ca55e6ef3e2473a8992 /tools/libxc/xenguest.h
parent2bdbd3e1939805676f7b025a58d23cea942fe042 (diff)
downloadxen-4edabeff5a8b15b53a3b3c53e168df2835314e66.tar.gz
xen-4edabeff5a8b15b53a3b3c53e168df2835314e66.tar.bz2
xen-4edabeff5a8b15b53a3b3c53e168df2835314e66.zip
Remove hvm_drain_io() hypercall, simplify qemu main loop and do not
pause the domain on reboot (not necessary and defeats new deferred shutdown logic). Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/libxc/xenguest.h')
-rw-r--r--tools/libxc/xenguest.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/libxc/xenguest.h b/tools/libxc/xenguest.h
index b1809050b3..c23d7657c5 100644
--- a/tools/libxc/xenguest.h
+++ b/tools/libxc/xenguest.h
@@ -159,8 +159,6 @@ 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,