aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/support.h
diff options
context:
space:
mode:
authorTim Deegan <Tim.Deegan@xensource.com>2007-01-18 16:48:05 +0000
committerTim Deegan <Tim.Deegan@xensource.com>2007-01-18 16:48:05 +0000
commit8fc1da06ae1e08e4609ddf22926aaf478ed638c2 (patch)
treea6c88dd4a852d59a151cd70aa0c392d79e97a009 /xen/include/asm-x86/hvm/support.h
parent294b0bdd8b609d7e510b07b16a6351f7cfe265c1 (diff)
downloadxen-8fc1da06ae1e08e4609ddf22926aaf478ed638c2.tar.gz
xen-8fc1da06ae1e08e4609ddf22926aaf478ed638c2.tar.bz2
xen-8fc1da06ae1e08e4609ddf22926aaf478ed638c2.zip
[HVM] save restore: save restore dev in HV
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> save/restore all dev state in HV such as PIT/PIC/APIC
Diffstat (limited to 'xen/include/asm-x86/hvm/support.h')
-rw-r--r--xen/include/asm-x86/hvm/support.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/include/asm-x86/hvm/support.h b/xen/include/asm-x86/hvm/support.h
index da5801d090..2274578aa1 100644
--- a/xen/include/asm-x86/hvm/support.h
+++ b/xen/include/asm-x86/hvm/support.h
@@ -246,6 +246,8 @@ extern int hvm_load(struct vcpu*, hvm_domain_context_t *h);
extern int arch_sethvm_ctxt(struct vcpu *v, struct hvm_domain_context *c);
extern int arch_gethvm_ctxt(struct vcpu *v, struct hvm_domain_context *c);
+extern void shpage_init(struct domain *d, shared_iopage_t *sp);
+
extern int hvm_enabled;
int hvm_copy_to_guest_phys(paddr_t paddr, void *buf, int size);