From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 0/3] fix bugs with stale or corrupt MMIO caches Date: Tue, 02 Sep 2014 17:42:08 +0200 Message-ID: <5405E550.1010201@redhat.com> References: <1409308277-4021-1-git-send-email-pbonzini@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, Xiao Guangrong , David Matlack Return-path: In-Reply-To: <1409308277-4021-1-git-send-email-pbonzini@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Il 29/08/2014 12:31, Paolo Bonzini ha scritto: > 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(-) > Ping? Paolo