aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xenguest.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-04-12 14:13:04 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-04-12 14:13:04 +0100
commita01197aeb4b0e496b2e5ebdff2b1728970e3a351 (patch)
tree686e56d850b00c27182bc20c378189c2bd255d94 /tools/libxc/xenguest.h
parent40bb2e5fead9f092ee6805c73e26d1c2fd54c40f (diff)
downloadxen-a01197aeb4b0e496b2e5ebdff2b1728970e3a351.tar.gz
xen-a01197aeb4b0e496b2e5ebdff2b1728970e3a351.tar.bz2
xen-a01197aeb4b0e496b2e5ebdff2b1728970e3a351.zip
HVM: First attempt at domain-resume on save-failure.
Not working yet as we are a bit too keen to kill the qemu-dm process, before we know that the save has been successful. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/libxc/xenguest.h')
-rw-r--r--tools/libxc/xenguest.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/libxc/xenguest.h b/tools/libxc/xenguest.h
index 189d48ed1f..be30cfe299 100644
--- a/tools/libxc/xenguest.h
+++ b/tools/libxc/xenguest.h
@@ -136,11 +136,6 @@ int xc_hvm_build_mem(int xc_handle,
const char *image_buffer,
unsigned long image_size);
-int xc_set_hvm_param(
- int handle, domid_t dom, int param, unsigned long value);
-int xc_get_hvm_param(
- int handle, domid_t dom, int param, unsigned long *value);
-
/* PowerPC specific. */
int xc_prose_build(int xc_handle,
uint32_t domid,