public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] fix bugs with stale or corrupt MMIO caches
@ 2014-08-29 10:31 Paolo Bonzini
  2014-08-29 10:31 ` [PATCH 1/3] KVM: do not bias the generation number in kvm_current_mmio_generation Paolo Bonzini
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Paolo Bonzini @ 2014-08-29 10:31 UTC (permalink / raw)
  To: linux-kernel, kvm

David and Xiao, here's my take on the MMIO generation patches.  Now
with documentation, too. :)  Please review!

David Matlack (2):
  kvm: fix potentially corrupt mmio cache
  kvm: x86: fix stale mmio cache bug

Paolo Bonzini (1):
  KVM: do not bias the generation number in kvm_current_mmio_generation

 Documentation/virtual/kvm/mmu.txt | 14 ++++++++++++++
 arch/x86/include/asm/kvm_host.h   |  1 +
 arch/x86/kvm/mmu.c                | 29 ++++++++++++++---------------
 arch/x86/kvm/x86.h                | 20 +++++++++++++++-----
 virt/kvm/kvm_main.c               | 30 +++++++++++++++++++++++-------
 5 files changed, 67 insertions(+), 27 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2014-09-03  5:30 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-29 10:31 [PATCH 0/3] fix bugs with stale or corrupt MMIO caches Paolo Bonzini
2014-08-29 10:31 ` [PATCH 1/3] KVM: do not bias the generation number in kvm_current_mmio_generation Paolo Bonzini
2014-08-29 10:31 ` [PATCH 2/3] kvm: fix potentially corrupt mmio cache Paolo Bonzini
2014-09-02 16:44   ` David Matlack
2014-09-02 16:49     ` Paolo Bonzini
2014-09-02 17:17       ` David Matlack
2014-08-29 10:31 ` [PATCH 3/3] kvm: x86: fix stale mmio cache bug Paolo Bonzini
2014-09-02 15:42 ` [PATCH 0/3] fix bugs with stale or corrupt MMIO caches Paolo Bonzini
2014-09-02 16:47   ` David Matlack
2014-09-02 16:50     ` Paolo Bonzini
2014-09-02 17:18       ` David Matlack
2014-09-03  5:30   ` Xiao Guangrong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox