aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/include
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2007-03-25 22:17:30 +0100
committerEwan Mellor <ewan@xensource.com>2007-03-25 22:17:30 +0100
commit231f7bf638ac8c7349000f942065b2bb6eadaa3d (patch)
tree8e8d00f532f9057644e034641ba9ad2d1cee7562 /tools/libxen/include
parent669b95b0a5d4b0ba6df085d8c34423594e514d27 (diff)
downloadxen-231f7bf638ac8c7349000f942065b2bb6eadaa3d.tar.gz
xen-231f7bf638ac8c7349000f942065b2bb6eadaa3d.tar.bz2
xen-231f7bf638ac8c7349000f942065b2bb6eadaa3d.zip
Added C bindings and docs for recent addition VM.set_VCPUs_number_live.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools/libxen/include')
-rw-r--r--tools/libxen/include/xen_vm.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/libxen/include/xen_vm.h b/tools/libxen/include/xen_vm.h
index ddce6a8d1d..4b338088df 100644
--- a/tools/libxen/include/xen_vm.h
+++ b/tools/libxen/include/xen_vm.h
@@ -830,6 +830,14 @@ xen_vm_resume(xen_session *session, xen_vm vm, bool start_paused);
/**
+ * Set this VM's VCPUs/at_startup value, and set the same value on the
+ * VM, if running
+ */
+extern bool
+xen_vm_set_vcpus_number_live(xen_session *session, xen_vm self, int64_t nvcpu);
+
+
+/**
* Return a list of all the VMs known to the system.
*/
extern bool