projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5edaa0
)
KVM: x86 emulator: remove 8 bytes operands emulator for call near instruction
author
Izik Eidus
<izike@qumranet.com>
Sun, 11 Nov 2007 12:48:17 +0000
(14:48 +0200)
committer
Avi 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/kvm/x86_emulate.c
b/drivers/kvm/x86_emulate.c
index 64888a6edc275e9011ad09d739b5ad008b9b9b26..e6979475bee7761c657b2cef06c30c3e628eb120 100644
(file)
--- a/
drivers/kvm/x86_emulate.c
+++ b/
drivers/kvm/x86_emulate.c
@@
-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;