projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67e27bb
)
x86_32: Fix build by fixing prototype of hvmemul_do_pio().
author
Keir Fraser
<keir.fraser@citrix.com>
Fri, 17 Sep 2010 15:44:00 +0000
(16:44 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Fri, 17 Sep 2010 15:44:00 +0000
(16:44 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/include/asm-x86/hvm/emulate.h
patch
|
blob
|
history
diff --git
a/xen/include/asm-x86/hvm/emulate.h
b/xen/include/asm-x86/hvm/emulate.h
index d579c02ddf69610dbb9987527a8ccdc27b813686..7ac8e79bbde07a5d8364ef869a48caf1bcda5cd7 100644
(file)
--- a/
xen/include/asm-x86/hvm/emulate.h
+++ b/
xen/include/asm-x86/hvm/emulate.h
@@
-47,7
+47,7
@@
struct segment_register *hvmemul_get_seg_reg(
struct hvm_emulate_ctxt *hvmemul_ctxt);
int hvmemul_do_pio(
-
paddr_t addr
, unsigned long *reps, int size,
+
unsigned long port
, unsigned long *reps, int size,
paddr_t ram_gpa, int dir, int df, void *p_data);
#endif /* __ASM_X86_HVM_EMULATE_H__ */