[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 19/34] target/i386/hvf: drop some dead code
From: |
Paolo Bonzini |
Subject: |
[PULL 19/34] target/i386/hvf: drop some dead code |
Date: |
Thu, 27 Feb 2025 15:19:37 +0100 |
From: Wei Liu <liuwe@linux.microsoft.com>
Signed-off-by: Wei Liu <liuwe@linux.microsoft.com>
Link:
1740126987-8483-16-git-send-email-liuwe@linux.microsoft.com">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 | 4 ----
1 file changed, 4 deletions(-)
diff --git a/target/i386/hvf/x86_emu.c b/target/i386/hvf/x86_emu.c
index df815941156..ebba80a36b5 100644
--- 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],
--
2.48.1
- [PULL 13/34] pvg: add option to configure it out, (continued)
- [PULL 13/34] pvg: add option to configure it out, Paolo Bonzini, 2025/02/27
- [PULL 15/34] target/i386/hvf: fix the declaration of hvf_handle_io, Paolo Bonzini, 2025/02/27
- [PULL 14/34] target/i386/hvf: fix a typo in a type name, Paolo Bonzini, 2025/02/27
- [PULL 16/34] target/i386/hvf: use x86_segment in x86_decode.c, Paolo Bonzini, 2025/02/27
- [PULL 22/34] rust: qom: add ObjectImpl::CLASS_INIT, Paolo Bonzini, 2025/02/27
- [PULL 21/34] rust: add SysBusDeviceImpl, Paolo Bonzini, 2025/02/27
- [PULL 23/34] rust: pl011, qemu_api tests: do not use ClassInitImpl, Paolo Bonzini, 2025/02/27
- [PULL 27/34] i386/pc: Support cache topology in -machine for PC machine, Paolo Bonzini, 2025/02/27
- [PULL 25/34] i386/cpu: Support module level cache topology, Paolo Bonzini, 2025/02/27
- [PULL 24/34] rust: qom: get rid of ClassInitImpl, Paolo Bonzini, 2025/02/27
- [PULL 19/34] target/i386/hvf: drop some dead code,
Paolo Bonzini <=
- [PULL 30/34] target/riscv: move 128-bit check to TCG realize, Paolo Bonzini, 2025/02/27
- [PULL 18/34] target/i386/hvf: move and rename simulate_{rdmsr, wrmsr}, Paolo Bonzini, 2025/02/27
- [PULL 33/34] target/i386: Introduce Zhaoxin Yongfeng CPU model, Paolo Bonzini, 2025/02/27
- [PULL 34/34] target/i386: Mask CMPLegacy bit in CPUID[0x80000001].ECX for Zhaoxin CPUs, Paolo Bonzini, 2025/02/27
- [PULL 20/34] rust: add IsA bounds to QOM implementation traits, Paolo Bonzini, 2025/02/27
- [PULL 26/34] i386/cpu: Update cache topology with machine's configuration, Paolo Bonzini, 2025/02/27
- [PULL 28/34] i386/cpu: add has_caches flag to check smp_cache configuration, Paolo Bonzini, 2025/02/27
- [PULL 17/34] target/i386/hvf: move and rename {load, store}_regs, Paolo Bonzini, 2025/02/27
- [PULL 29/34] target/riscv: remove unused macro DEFINE_CPU, Paolo Bonzini, 2025/02/27
- [PULL 31/34] target/i386: Add support for Zhaoxin CPU vendor identification, Paolo Bonzini, 2025/02/27