aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xg_private.c
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/xg_private.c
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/xg_private.c')
-rw-r--r--tools/libxc/xg_private.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/libxc/xg_private.c b/tools/libxc/xg_private.c
index 1014131004..d2d1234870 100644
--- a/tools/libxc/xg_private.c
+++ b/tools/libxc/xg_private.c
@@ -231,11 +231,6 @@ __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