commit | d47f00a62b2e14b4a811b87bdb9ea1809693a377 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Fri Sep 10 17:30:56 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:52:41 2010 +0200 |
tree | 85f0697d0714818c8f0d92047905782f275c9ce3 | |
parent | d4f8cf664e4c1fd579df6b6e6378335c9f79d790 [diff] |
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>