All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] pte accessor fixes
@ 2009-06-10 11:28 Avi Kivity
  2009-06-10 11:28 ` [PATCH 1/3] KVM: MMU: Fix is_dirty_pte() Avi Kivity
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Avi Kivity @ 2009-06-10 11:28 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: kvm

A minor fix to the pte accessors, followed by a cosmetic fix so we don't
hit the same problem next time, followed by a cosmetic patch just because
I had my search-and-replace warmed up.  Please review.

Avi Kivity (3):
  KVM: MMU: Fix is_dirty_pte()
  KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow
    pte
  KVM: MMU: s/shadow_pte/spte/

 arch/x86/kvm/mmu.c         |  116 ++++++++++++++++++++++----------------------
 arch/x86/kvm/mmu.h         |    2 +-
 arch/x86/kvm/paging_tmpl.h |   38 +++++++-------
 arch/x86/kvm/x86.c         |    2 +-
 4 files changed, 79 insertions(+), 79 deletions(-)


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

end of thread, other threads:[~2009-06-10 12:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-10 11:28 [PATCH 0/3] pte accessor fixes Avi Kivity
2009-06-10 11:28 ` [PATCH 1/3] KVM: MMU: Fix is_dirty_pte() Avi Kivity
2009-06-10 11:28 ` [PATCH 2/3] KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pte Avi Kivity
2009-06-10 11:28 ` [PATCH 3/3] KVM: MMU: s/shadow_pte/spte/ Avi Kivity
2009-06-10 12:39 ` [PATCH 0/3] pte accessor fixes Marcelo Tosatti
2009-06-10 12:40   ` Avi Kivity

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.