aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/xenoprof.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-10-28 10:35:15 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-10-28 10:35:15 +0000
commitdf7542541e4e591e2b29a26a671b3e08b0965056 (patch)
treee9f6de4963f7895d7c8aa3267173bb2b313df985 /xen/include/asm-x86/xenoprof.h
parent7a0db9514bfd797ebc59ae79cb167c43048f1b95 (diff)
downloadxen-df7542541e4e591e2b29a26a671b3e08b0965056.tar.gz
xen-df7542541e4e591e2b29a26a671b3e08b0965056.tar.bz2
xen-df7542541e4e591e2b29a26a671b3e08b0965056.zip
xenoprof: Small fixes.
Signed-off-by: Ronghui Duan <ronghui.duan@intel.com> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/include/asm-x86/xenoprof.h')
-rw-r--r--xen/include/asm-x86/xenoprof.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xen/include/asm-x86/xenoprof.h b/xen/include/asm-x86/xenoprof.h
index 3e318eba69..77086658f5 100644
--- a/xen/include/asm-x86/xenoprof.h
+++ b/xen/include/asm-x86/xenoprof.h
@@ -64,6 +64,9 @@ void xenoprof_backtrace(
"xenoprof/x86 with autotranslated mode enabled" \
"isn't supported yet\n"); \
} while (0)
+int passive_domain_do_rdmsr(struct cpu_user_regs *regs);
+int passive_domain_do_wrmsr(struct cpu_user_regs *regs);
+void passive_domain_destroy(struct vcpu *v);
#endif /* __ASM_X86_XENOPROF_H__ */