aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/domain.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/include/xen/domain.h')
-rw-r--r--xen/include/xen/domain.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/xen/include/xen/domain.h b/xen/include/xen/domain.h
index d7f135db2e..46c2e4bb5d 100644
--- a/xen/include/xen/domain.h
+++ b/xen/include/xen/domain.h
@@ -6,16 +6,16 @@
* Arch-specifics.
*/
-struct exec_domain *arch_alloc_exec_domain_struct(void);
+struct vcpu *arch_alloc_vcpu_struct(void);
-extern void arch_free_exec_domain_struct(struct exec_domain *ed);
+extern void arch_free_vcpu_struct(struct vcpu *v);
-extern void arch_do_createdomain(struct exec_domain *ed);
+extern void arch_do_createdomain(struct vcpu *v);
-extern void arch_do_boot_vcpu(struct exec_domain *ed);
+extern void arch_do_boot_vcpu(struct vcpu *v);
extern int arch_set_info_guest(
- struct exec_domain *d, struct vcpu_guest_context *c);
+ struct vcpu *d, struct vcpu_guest_context *c);
extern void free_perdomain_pt(struct domain *d);