projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf9258c
)
i386: hvf: drop debug printf in decode_sldtgroup
author
Roman Bolshakov
<r.bolshakov@yadro.com>
Mon, 3 Dec 2018 10:04:15 +0000
(13:04 +0300)
committer
Laurent Vivier
<laurent@vivier.eu>
Tue, 18 Dec 2018 13:57:48 +0000
(14:57 +0100)
It's going to clutter QEMU logs if 0x0f00 is trapped.
Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com>
Message-Id: <
20181203100415
.53027-2-r.bolshakov@yadro.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
target/i386/hvf/x86_decode.c
patch
|
blob
|
history
diff --git
a/target/i386/hvf/x86_decode.c
b/target/i386/hvf/x86_decode.c
index d125a6ef83254243915ca63973e057c2d26b9701..5f513c55635f2e4234eea20e525bf36514bbdd7c 100644
(file)
--- a/
target/i386/hvf/x86_decode.c
+++ b/
target/i386/hvf/x86_decode.c
@@
-525,8
+525,6
@@
static void decode_sldtgroup(CPUX86State *env, struct x86_decode *decode)
X86_DECODE_CMD_INVL
};
decode->cmd = group[decode->modrm.reg];
- printf("%llx: decode_sldtgroup: %d\n", env->hvf_emul->fetch_rip,
- decode->modrm.reg);
}
static void decode_lidtgroup(CPUX86State *env, struct x86_decode *decode)