Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=906e608b05b87b650e509491e41c89575358df5e
Commit:     906e608b05b87b650e509491e41c89575358df5e
Parent:     e5edaa01c4cea5f60c617fac989c6458df0ecc4e
Author:     Izik Eidus <[EMAIL PROTECTED]>
AuthorDate: Sun Nov 11 14:48:17 2007 +0200
Committer:  Avi Kivity <[EMAIL PROTECTED]>
CommitDate: Wed Jan 30 17:53:01 2008 +0200

    KVM: x86 emulator: remove 8 bytes operands emulator for call near 
instruction
    
    it is removed beacuse it isnt supported on a real host
    
    Signed-off-by: Izik Eidus <[EMAIL PROTECTED]>
    Signed-off-by: Avi Kivity <[EMAIL PROTECTED]>
---
 drivers/kvm/x86_emulate.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/drivers/kvm/x86_emulate.c b/drivers/kvm/x86_emulate.c
index 64888a6..e697947 100644
--- 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;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to