aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/xenoprof.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-06-10 08:24:07 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-06-10 08:24:07 +0100
commit3605c8aee0a454e91ceac1cb58b2ef1f32ff3fb5 (patch)
tree9d7e6d7434d07452aa55cdad9c8fb565e3010106 /xen/include/asm-x86/xenoprof.h
parentb1f87cc667c359dc7c2666d093702ee1ab66e6da (diff)
downloadxen-3605c8aee0a454e91ceac1cb58b2ef1f32ff3fb5.tar.gz
xen-3605c8aee0a454e91ceac1cb58b2ef1f32ff3fb5.tar.bz2
xen-3605c8aee0a454e91ceac1cb58b2ef1f32ff3fb5.zip
x86 hvm: msr-handling cleanup
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'xen/include/asm-x86/xenoprof.h')
-rw-r--r--xen/include/asm-x86/xenoprof.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/include/asm-x86/xenoprof.h b/xen/include/asm-x86/xenoprof.h
index 77086658f5..be4e74241d 100644
--- a/xen/include/asm-x86/xenoprof.h
+++ b/xen/include/asm-x86/xenoprof.h
@@ -64,8 +64,8 @@ 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);
+int passive_domain_do_rdmsr(unsigned int msr, uint64_t *msr_content);
+int passive_domain_do_wrmsr(unsigned int msr, uint64_t msr_content);
void passive_domain_destroy(struct vcpu *v);
#endif /* __ASM_X86_XENOPROF_H__ */