]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86 emulator: Add check_perm callback
authorJoerg Roedel <joerg.roedel@amd.com>
Mon, 4 Apr 2011 10:39:25 +0000 (12:39 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 11 May 2011 11:57:01 +0000 (07:57 -0400)
commit538d20dce76771271e9289d7ec02842644bb0e04
treebfb3d5996f6d2b51d79e0ccc543cbe63d9eaba01
parentff7c4ba03461477611dd6dbeee4f557773148572
KVM: x86 emulator: Add check_perm callback

This patch adds a check_perm callback for each opcode into
the instruction emulator. This will be used to do all
necessary permission checks on instructions before checking
whether they are intercepted or not.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/include/asm/kvm_emulate.h
arch/x86/kvm/emulate.c