Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2a738e20a11b44219aa83073d625ff1a7004e463
Commit:     2a738e20a11b44219aa83073d625ff1a7004e463
Parent:     e826ec9ae2baf9980402e85f0bbe1dac53ceb110
Author:     Izik Eidus <[EMAIL PROTECTED]>
AuthorDate: Sun Nov 11 14:46:34 2007 +0200
Committer:  Avi Kivity <[EMAIL PROTECTED]>
CommitDate: Tue Nov 27 15:10:45 2007 +0200

    KVM: x86 emulator: fix the saving of of the eip value
    
    this make sure that no matter what is the operand size,
    all the value of the eip will be saved
    
    Signed-off-by: Izik Eidus <[EMAIL PROTECTED]>
    Signed-off-by: Avi Kivity <[EMAIL PROTECTED]>
---
 drivers/kvm/x86_emulate.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/kvm/x86_emulate.c b/drivers/kvm/x86_emulate.c
index a1a9c9b..6c1413f 100644
--- a/drivers/kvm/x86_emulate.c
+++ b/drivers/kvm/x86_emulate.c
@@ -1358,6 +1358,7 @@ special_insn:
                }
                src.val = (unsigned long) _eip;
                JMP_REL(rel);
+               op_bytes = ad_bytes;
                goto push;
        }
        case 0xe9: /* jmp rel */
-
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