aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/support.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/hvm/support.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/hvm/support.h')
-rw-r--r--xen/include/asm-x86/hvm/support.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/include/asm-x86/hvm/support.h b/xen/include/asm-x86/hvm/support.h
index b2267fe6d5..d4377852a8 100644
--- a/xen/include/asm-x86/hvm/support.h
+++ b/xen/include/asm-x86/hvm/support.h
@@ -133,7 +133,7 @@ int hvm_set_efer(uint64_t value);
int hvm_set_cr0(unsigned long value);
int hvm_set_cr3(unsigned long value);
int hvm_set_cr4(unsigned long value);
-int hvm_msr_read_intercept(struct cpu_user_regs *regs);
-int hvm_msr_write_intercept(struct cpu_user_regs *regs);
+int hvm_msr_read_intercept(unsigned int msr, uint64_t *msr_content);
+int hvm_msr_write_intercept(unsigned int msr, uint64_t msr_content);
#endif /* __ASM_X86_HVM_SUPPORT_H__ */