Changes in this new version: - fix the logic of dirty bit in [PATCH 04/19] KVM: MMU: cache mmio info on page fault path - rename is_mmio_pfn() to is_noslot_pfn() to avoid the conflicts with kvm_is_mmio_pfn - remove [PATCH 14/19] KVM: MMU: clean up spte updating and clearing - completely check the last spte for mmio page fault suggested by Marcelo Tosatti -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
- [PATCH v4 00/18] KVM: optimize for MMIO handled Xiao Guangrong
- [PATCH v4 01/18] KVM: MMU: fix walking shadow page tab... Xiao Guangrong
- [PATCH v4 02/18] KVM: MMU: do not update slot bitmap i... Xiao Guangrong
- [PATCH v4 03/18] KVM: x86: introduce vcpu_mmio_gva_to_... Xiao Guangrong
- [PATCH v4 04/18] KVM: MMU: cache mmio info on page fau... Xiao Guangrong
- [PATCH v4 05/18] KVM: MMU: optimize to handle dirty bi... Xiao Guangrong
- [PATCH v4 06/18] KVM: MMU: cleanup for FNAME(fetch) Xiao Guangrong
- [PATCH v4 07/18] KVM: MMU: rename 'pt_write' to 'emula... Xiao Guangrong
- [PATCH v4 08/18] KVM: MMU: count used shadow pages on ... Xiao Guangrong
- [PATCH v4 09/18] KVM: MMU: split kvm_mmu_free_page Xiao Guangrong
- [PATCH v4 10/18] KVM: MMU: remove bypass_guest_pf Xiao Guangrong
