projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99e5aaf
)
target/i386/hvf: drop some dead code
author
Wei Liu
<liuwe@linux.microsoft.com>
Fri, 21 Feb 2025 08:36:23 +0000
(
00:36
-0800)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Tue, 25 Feb 2025 15:18:12 +0000
(16:18 +0100)
Signed-off-by: Wei Liu <liuwe@linux.microsoft.com>
Link:
https://lore.kernel.org/r/1740126987-8483-16-git-send-email-liuwe@linux.microsoft.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/hvf/x86_emu.c
patch
|
blob
|
history
diff --git
a/target/i386/hvf/x86_emu.c
b/target/i386/hvf/x86_emu.c
index df815941156196743a045906caae23f65b828333..ebba80a36b50620b76f264297c5ca38b1faf82f1 100644
(file)
--- a/
target/i386/hvf/x86_emu.c
+++ b/
target/i386/hvf/x86_emu.c
@@
-1241,10
+1241,6
@@
static void init_cmd_handler(void)
bool exec_instruction(CPUX86State *env, struct x86_decode *ins)
{
- /*if (hvf_vcpu_id(cs))
- printf("%d, %llx: exec_instruction %s\n", hvf_vcpu_id(cs), env->eip,
- decode_cmd_to_string(ins->cmd));*/
-
if (!_cmd_handler[ins->cmd].handler) {
printf("Unimplemented handler (%llx) for %d (%x %x) \n", env->eip,
ins->cmd, ins->opcode[0],