aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_private.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-03 10:52:29 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-03 10:52:29 +0000
commit457ee10d4c20b01da553394f5139882f74cd19de (patch)
tree063c070773ed7a3eea627a3b539b21b2f5d66604 /tools/libxc/xc_private.h
parent1974ebc7dd4c7d703b86b99e6210cb0f9b8ba367 (diff)
downloadxen-457ee10d4c20b01da553394f5139882f74cd19de.tar.gz
xen-457ee10d4c20b01da553394f5139882f74cd19de.tar.bz2
xen-457ee10d4c20b01da553394f5139882f74cd19de.zip
[XEN] Remove VGCF_hvm_guest, replace with XEN_DOMINF_hvm_guest.
Rename DOMFLAGS_* to XEN_DOMINF_*. Clean up tools to deal with flags changes. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/libxc/xc_private.h')
-rw-r--r--tools/libxc/xc_private.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/libxc/xc_private.h b/tools/libxc/xc_private.h
index 73c870bdb7..20f7a9b445 100644
--- a/tools/libxc/xc_private.h
+++ b/tools/libxc/xc_private.h
@@ -158,4 +158,9 @@ static inline int do_sysctl(int xc_handle, struct xen_sysctl *sysctl)
int xc_map_foreign_ranges(int xc_handle, uint32_t dom,
privcmd_mmap_entry_t *entries, int nr);
+void *map_domain_va_core(unsigned long domfd, int cpu, void *guest_va,
+ vcpu_guest_context_t *ctxt);
+int xc_waitdomain_core(int xc_handle, int domain, int *status,
+ int options, vcpu_guest_context_t *ctxt);
+
#endif /* __XC_PRIVATE_H__ */