KVM: x86 emulator: change invlpg emulation to use src.mem.addr
authorAvi Kivity <avi@redhat.com>
Sun, 1 Aug 2010 12:19:22 +0000 (15:19 +0300)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:50:39 +0000 (10:50 +0200)
commit1f6f05800e2fdd815ac63e3264071d26d429f491
treed8edcc2d0db0a709af6a6eaecae854448dcd3603
parent342fc63095e2d676f209b202d41a3f670dd9bf08
KVM: x86 emulator: change invlpg emulation to use src.mem.addr

Instead of using modrm_ea, which will soon be gone.

Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/emulate.c