I am still using Guillaume's real mode patches in my local tree. This
fixes a compilation error I came across after the lastest pull. I am
sending just in case you re-apply the patch.


Signed-off-by: Mohammed Gamal <[EMAIL PROTECTED]>

----
 arch/x86/kvm/vmx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c
index 1d0087e..8bba4e0 100644
--- a/arch/x86/kvm/vmx.c
+++ b/arch/x86/kvm/vmx.c
@@ -2684,7 +2684,7 @@ static int invalid_guest_state(struct kvm_vcpu *vcpu,
 {
        u16 ss, cs;
        u8 opcodes[4];
-       unsigned long rip = vcpu->arch.rip;
+       unsigned long rip = kvm_rip_read(vcpu);
        unsigned long rip_linear;

        ss = vmcs_read16(GUEST_SS_SELECTOR);
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to