|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] [HVM] More info when failing to emulate i
# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxx
# Node ID 4852b556d912cf15b37d1f9bf2cc5d18397ad97d
# Parent f328519053f5a444af475ec10dc8089a0b176e3f
[HVM] More info when failing to emulate instruction group 1.
Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
---
xen/arch/x86/hvm/platform.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
diff -r f328519053f5 -r 4852b556d912 xen/arch/x86/hvm/platform.c
--- a/xen/arch/x86/hvm/platform.c Mon Aug 14 10:58:02 2006 +0100
+++ b/xen/arch/x86/hvm/platform.c Mon Aug 14 11:18:37 2006 +0100
@@ -462,7 +462,8 @@ static int hvm_decode(int realmode, unsi
return DECODE_success;
default:
- printf("%x, This opcode isn't handled yet!\n", *opcode);
+ printf("%x/%x, This opcode isn't handled yet!\n",
+ *opcode, ins_subtype);
return DECODE_failure;
}
}
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] [HVM] More info when failing to emulate instruction group 1.,
Xen patchbot-unstable <=
|
|
|
|
|