projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f3c3bd
)
vmx: Make it clear that the VMEXIT reason is in hex.
author
Tim Deegan
<tim@xen.org>
Thu, 15 Mar 2012 10:09:03 +0000
(10:09 +0000)
committer
Tim Deegan
<tim@xen.org>
Thu, 15 Mar 2012 10:09:03 +0000
(10:09 +0000)
Signed-off-by: Tim Deegan <tim@xen.org>
Acked-by: Keir Fraser <keir@xen.org>
Committed-by: Tim Deegan <tim@xen.org>
xen/arch/x86/hvm/vmx/vmx.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/hvm/vmx/vmx.c
b/xen/arch/x86/hvm/vmx/vmx.c
index 61d1fda54d7f07707a1e57489e8066f507c4f3a6..18aef5b0dbd158ae6526aa09c5ef7c4b1c27f5d4 100644
(file)
--- a/
xen/arch/x86/hvm/vmx/vmx.c
+++ b/
xen/arch/x86/hvm/vmx/vmx.c
@@
-2720,7
+2720,7
@@
void vmx_vmexit_handler(struct cpu_user_regs *regs)
/* fall through */
default:
exit_and_crash:
- gdprintk(XENLOG_ERR, "Bad vmexit (reason %x)\n", exit_reason);
+ gdprintk(XENLOG_ERR, "Bad vmexit (reason %
#
x)\n", exit_reason);
domain_crash(v->domain);
break;
}