aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/vlapic.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-06 16:36:51 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-06 16:36:51 +0000
commitb46deb1d43272228e1c4dcc79686e1c5ab0f2e63 (patch)
treed37de11456f9853fc501e6e3c3b09c1a206e7a70 /xen/include/asm-x86/hvm/vlapic.h
parentc31f8336e64eb81a83194946dbb4f28d1a4e7137 (diff)
downloadxen-b46deb1d43272228e1c4dcc79686e1c5ab0f2e63.tar.gz
xen-b46deb1d43272228e1c4dcc79686e1c5ab0f2e63.tar.bz2
xen-b46deb1d43272228e1c4dcc79686e1c5ab0f2e63.zip
[HVM] Replace relinquish_resources() destructor hook with
separate vcpu and domain destructors that are called at the point the domain is finally destroyed. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/asm-x86/hvm/vlapic.h')
-rw-r--r--xen/include/asm-x86/hvm/vlapic.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/xen/include/asm-x86/hvm/vlapic.h b/xen/include/asm-x86/hvm/vlapic.h
index 3827c11766..b53c9e149b 100644
--- a/xen/include/asm-x86/hvm/vlapic.h
+++ b/xen/include/asm-x86/hvm/vlapic.h
@@ -77,7 +77,8 @@ int vlapic_find_highest_irr(struct vlapic *vlapic);
int cpu_get_apic_interrupt(struct vcpu *v, int *mode);
-int vlapic_init(struct vcpu *vc);
+int vlapic_init(struct vcpu *v);
+void vlapic_destroy(struct vcpu *v);
void vlapic_msr_set(struct vlapic *vlapic, uint64_t value);