mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
i386: hvf: remove more dead emulator code
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
6701d81d74
commit
746827825d
8 changed files with 21 additions and 60 deletions
|
@ -738,7 +738,6 @@ int hvf_vcpu_exec(CPUState *cpu)
|
|||
uint32_t port = exit_qual >> 16;
|
||||
/*uint32_t rep = (exit_qual & 0x20) != 0;*/
|
||||
|
||||
#if 1
|
||||
if (!string && in) {
|
||||
uint64_t val = 0;
|
||||
load_regs(cpu);
|
||||
|
@ -761,7 +760,6 @@ int hvf_vcpu_exec(CPUState *cpu)
|
|||
macvm_set_rip(cpu, rip + ins_len);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
struct x86_decode decode;
|
||||
|
||||
load_regs(cpu);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue