]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: X86: Propagate fetch faults
authorJoerg Roedel <joerg.roedel@amd.com>
Fri, 10 Sep 2010 15:30:56 +0000 (17:30 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:52:41 +0000 (10:52 +0200)
commit78d96b7fdf683202f8b3edffe1658570bc5b26b3
tree85f0697d0714818c8f0d92047905782f275c9ce3
parent683333570ff535ca623711ec149c044efba22500
KVM: X86: Propagate fetch faults

KVM currently ignores fetch faults in the instruction
emulator. With nested-npt we could have such faults. This
patch adds the code to handle these.

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