]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0f2b3883e120a948ab81929acbb22e27d419b1c3
treed8edcc2d0db0a709af6a6eaecae854448dcd3603
parentc88cefa779d97c6a646e9e346fcb5053516e2a55
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