]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
KVM: x86 emulator: remove 8 bytes operands emulator for call near instruction
authorIzik Eidus <izike@qumranet.com>
Sun, 11 Nov 2007 12:48:17 +0000 (14:48 +0200)
committerAvi Kivity <avi@qumranet.com>
Wed, 30 Jan 2008 15:53:01 +0000 (17:53 +0200)
it is removed beacuse it isnt supported on a real host

Signed-off-by: Izik Eidus <izike@qumranet.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/x86_emulate.c

index 64888a6edc275e9011ad09d739b5ad008b9b9b26..e6979475bee7761c657b2cef06c30c3e628eb120 100644 (file)
@@ -1558,9 +1558,6 @@ special_insn:
                case 4:
                        rel = insn_fetch(s32, 4, c->eip);
                        break;
-               case 8:
-                       rel = insn_fetch(s64, 8, c->eip);
-                       break;
                default:
                        DPRINTF("Call: Invalid op_bytes\n");
                        goto cannot_emulate;