kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix walk_addr() page fault error codes
@ 2010-07-06 13:49 Avi Kivity
  2010-07-06 13:49 ` [PATCH 1/2] KVM: MMU: Only indicate a fetch fault in page fault error code if nx is enabled Avi Kivity
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Avi Kivity @ 2010-07-06 13:49 UTC (permalink / raw)
  To: kvm; +Cc: Marcelo Tosatti

This patchset fixes bugs in page fault error code generation.  With the patches
applied, the access.flat unit test now passes with no errors on shadow, npt,
and ept.

Avi Kivity (2):
  KVM: MMU: Only indicate a fetch fault in page fault error code if nx
    is enabled
  KVM: MMU: Keep going on permission error

 arch/x86/kvm/paging_tmpl.h |   52 +++++++++++++++++++++++++------------------
 1 files changed, 30 insertions(+), 22 deletions(-)


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-07-08 11:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-06 13:49 [PATCH 0/2] Fix walk_addr() page fault error codes Avi Kivity
2010-07-06 13:49 ` [PATCH 1/2] KVM: MMU: Only indicate a fetch fault in page fault error code if nx is enabled Avi Kivity
2010-07-06 13:49 ` [PATCH 2/2] KVM: MMU: Keep going on permission error Avi Kivity
2010-07-07 12:33   ` Jan Kiszka
2010-07-07 12:41     ` Avi Kivity
2010-07-08 11:14       ` Jan Kiszka
2010-07-08 11:19         ` Avi Kivity
2010-07-06 21:17 ` [PATCH 0/2] Fix walk_addr() page fault error codes Marcelo Tosatti
2010-07-07  1:49 ` Xiao Guangrong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).