OSDN Git Service

KVM: x86 emulator: pass access size and read/write intent to linearize()
authorAvi Kivity <avi@redhat.com>
Sun, 3 Apr 2011 08:31:19 +0000 (11:31 +0300)
committerAvi Kivity <avi@redhat.com>
Wed, 11 May 2011 11:57:07 +0000 (07:57 -0400)
commit83b8795a29c53a5f9f202933818128aa54c3e8d2
treecb3d43a2d94aa0d88972267e6108bb11d65ad571
parent9fa088f4d24f045d91c37a5e55f0d2be2ef387ad
KVM: x86 emulator: pass access size and read/write intent to linearize()

Needed for segment read/write checks.

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