diff for duplicates of <20200208012938.GC15581@linux.intel.com> diff --git a/a/1.txt b/N1/1.txt index d9c94e2..3a0d191 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -10,7 +10,7 @@ On Fri, Feb 07, 2020 at 07:53:34PM -0500, Peter Xu wrote: > > > > > > > But that matters to this patch because if MIPS can use > > > > > > > kvm_flush_remote_tlbs(), then we probably don't need this > > > > > > > arch-specific hook any more and we can directly call -> > > > > > > kvm_flush_remote_tlbs() after sync dirty log when flush=true. +> > > > > > > kvm_flush_remote_tlbs() after sync dirty log when flush==true. > > > > > > > > > > > > Ya, the asid_flush_mask in kvm_vz_flush_shadow_all() is the only thing > > > > > > that prevents calling kvm_flush_remote_tlbs() directly, but I have no @@ -115,3 +115,7 @@ choice, e.g. the final cleanup gives this diff stat: arch/x86/kvm/mmu/mmu.c | 34 +++++++++------------------------- 1 file changed, 9 insertions(+), 25 deletions(-) +_______________________________________________ +kvmarm mailing list +kvmarm@lists.cs.columbia.edu +https://lists.cs.columbia.edu/mailman/listinfo/kvmarm diff --git a/a/content_digest b/N1/content_digest index 290649f..6f7f9a1 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -9,29 +9,25 @@ "ref\020200208005334.GB823968@xz-x1\0" "From\0Sean Christopherson <sean.j.christopherson@intel.com>\0" "Subject\0Re: [PATCH v5 15/19] KVM: Provide common implementation for generic dirty log functions\0" - "Date\0Sat, 08 Feb 2020 01:29:38 +0000\0" + "Date\0Fri, 7 Feb 2020 17:29:38 -0800\0" "To\0Peter Xu <peterx@redhat.com>\0" - "Cc\0Vitaly Kuznetsov <vkuznets@redhat.com>" - Paolo Bonzini <pbonzini@redhat.com> + "Cc\0Wanpeng Li <wanpengli@tencent.com>" + kvm@vger.kernel.org + David Hildenbrand <david@redhat.com> + linux-mips@vger.kernel.org Paul Mackerras <paulus@ozlabs.org> - Christian Borntraeger <borntraeger@de.ibm.com> + kvmarm@lists.cs.columbia.edu Janosch Frank <frankja@linux.ibm.com> - David Hildenbrand <david@redhat.com> - Cornelia Huck <cohuck@redhat.com> - Wanpeng Li <wanpengli@tencent.com> - Jim Mattson <jmattson@google.com> - Joerg Roedel <joro@8bytes.org> Marc Zyngier <maz@kernel.org> - James Morse <james.morse@arm.com> - Julien Thierry <julien.thierry.kdev@gmail.com> - Suzuki K Poulose <suzuki.poulose@arm.com> - linux-mips@vger.kernel.org - kvm@vger.kernel.org + Joerg Roedel <joro@8bytes.org> + Christian Borntraeger <borntraeger@de.ibm.com> kvm-ppc@vger.kernel.org linux-arm-kernel@lists.infradead.org - kvmarm@lists.cs.columbia.edu + Jim Mattson <jmattson@google.com> + Cornelia Huck <cohuck@redhat.com> linux-kernel@vger.kernel.org - Christoffer Dall <christoffer.dall@arm.com> + Paolo Bonzini <pbonzini@redhat.com> + Vitaly Kuznetsov <vkuznets@redhat.com> " Philippe Mathieu-Daud\303\251 <f4bug@amsat.org>\0" "\00:1\0" "b\0" @@ -47,7 +43,7 @@ "> > > > > > > But that matters to this patch because if MIPS can use\n" "> > > > > > > kvm_flush_remote_tlbs(), then we probably don't need this\n" "> > > > > > > arch-specific hook any more and we can directly call\n" - "> > > > > > > kvm_flush_remote_tlbs() after sync dirty log when flush=true.\n" + "> > > > > > > kvm_flush_remote_tlbs() after sync dirty log when flush==true.\n" "> > > > > > \n" "> > > > > > Ya, the asid_flush_mask in kvm_vz_flush_shadow_all() is the only thing\n" "> > > > > > that prevents calling kvm_flush_remote_tlbs() directly, but I have no\n" @@ -151,6 +147,10 @@ "choice, e.g. the final cleanup gives this diff stat:\n" "\n" " arch/x86/kvm/mmu/mmu.c | 34 +++++++++-------------------------\n" - 1 file changed, 9 insertions(+), 25 deletions(-) + " 1 file changed, 9 insertions(+), 25 deletions(-)\n" + "_______________________________________________\n" + "kvmarm mailing list\n" + "kvmarm@lists.cs.columbia.edu\n" + https://lists.cs.columbia.edu/mailman/listinfo/kvmarm -7daf50078c43fbf1c2bfe4f43dbf01d2b45fbf4ba0df64313912f59f950763f3 +5b24bdc94aecd69ce9aa5b7898a706e134badc20aa738501526e37ecccf47fe0
diff --git a/a/1.txt b/N2/1.txt index d9c94e2..f8698af 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -10,7 +10,7 @@ On Fri, Feb 07, 2020 at 07:53:34PM -0500, Peter Xu wrote: > > > > > > > But that matters to this patch because if MIPS can use > > > > > > > kvm_flush_remote_tlbs(), then we probably don't need this > > > > > > > arch-specific hook any more and we can directly call -> > > > > > > kvm_flush_remote_tlbs() after sync dirty log when flush=true. +> > > > > > > kvm_flush_remote_tlbs() after sync dirty log when flush==true. > > > > > > > > > > > > Ya, the asid_flush_mask in kvm_vz_flush_shadow_all() is the only thing > > > > > > that prevents calling kvm_flush_remote_tlbs() directly, but I have no diff --git a/a/content_digest b/N2/content_digest index 290649f..61bb74f 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -9,7 +9,7 @@ "ref\020200208005334.GB823968@xz-x1\0" "From\0Sean Christopherson <sean.j.christopherson@intel.com>\0" "Subject\0Re: [PATCH v5 15/19] KVM: Provide common implementation for generic dirty log functions\0" - "Date\0Sat, 08 Feb 2020 01:29:38 +0000\0" + "Date\0Fri, 7 Feb 2020 17:29:38 -0800\0" "To\0Peter Xu <peterx@redhat.com>\0" "Cc\0Vitaly Kuznetsov <vkuznets@redhat.com>" Paolo Bonzini <pbonzini@redhat.com> @@ -47,7 +47,7 @@ "> > > > > > > But that matters to this patch because if MIPS can use\n" "> > > > > > > kvm_flush_remote_tlbs(), then we probably don't need this\n" "> > > > > > > arch-specific hook any more and we can directly call\n" - "> > > > > > > kvm_flush_remote_tlbs() after sync dirty log when flush=true.\n" + "> > > > > > > kvm_flush_remote_tlbs() after sync dirty log when flush==true.\n" "> > > > > > \n" "> > > > > > Ya, the asid_flush_mask in kvm_vz_flush_shadow_all() is the only thing\n" "> > > > > > that prevents calling kvm_flush_remote_tlbs() directly, but I have no\n" @@ -153,4 +153,4 @@ " arch/x86/kvm/mmu/mmu.c | 34 +++++++++-------------------------\n" 1 file changed, 9 insertions(+), 25 deletions(-) -7daf50078c43fbf1c2bfe4f43dbf01d2b45fbf4ba0df64313912f59f950763f3 +4e6b1a2a56a8f970cfff3473f2fbc93b62b2908ff8db3e090c4fd89161636691
diff --git a/a/1.txt b/N3/1.txt index d9c94e2..7a4c304 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -10,7 +10,7 @@ On Fri, Feb 07, 2020 at 07:53:34PM -0500, Peter Xu wrote: > > > > > > > But that matters to this patch because if MIPS can use > > > > > > > kvm_flush_remote_tlbs(), then we probably don't need this > > > > > > > arch-specific hook any more and we can directly call -> > > > > > > kvm_flush_remote_tlbs() after sync dirty log when flush=true. +> > > > > > > kvm_flush_remote_tlbs() after sync dirty log when flush==true. > > > > > > > > > > > > Ya, the asid_flush_mask in kvm_vz_flush_shadow_all() is the only thing > > > > > > that prevents calling kvm_flush_remote_tlbs() directly, but I have no @@ -115,3 +115,8 @@ choice, e.g. the final cleanup gives this diff stat: arch/x86/kvm/mmu/mmu.c | 34 +++++++++------------------------- 1 file changed, 9 insertions(+), 25 deletions(-) + +_______________________________________________ +linux-arm-kernel mailing list +linux-arm-kernel@lists.infradead.org +http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/a/content_digest b/N3/content_digest index 290649f..7cd246c 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -9,29 +9,29 @@ "ref\020200208005334.GB823968@xz-x1\0" "From\0Sean Christopherson <sean.j.christopherson@intel.com>\0" "Subject\0Re: [PATCH v5 15/19] KVM: Provide common implementation for generic dirty log functions\0" - "Date\0Sat, 08 Feb 2020 01:29:38 +0000\0" + "Date\0Fri, 7 Feb 2020 17:29:38 -0800\0" "To\0Peter Xu <peterx@redhat.com>\0" - "Cc\0Vitaly Kuznetsov <vkuznets@redhat.com>" - Paolo Bonzini <pbonzini@redhat.com> + "Cc\0Wanpeng Li <wanpengli@tencent.com>" + kvm@vger.kernel.org + David Hildenbrand <david@redhat.com> + linux-mips@vger.kernel.org Paul Mackerras <paulus@ozlabs.org> - Christian Borntraeger <borntraeger@de.ibm.com> + kvmarm@lists.cs.columbia.edu Janosch Frank <frankja@linux.ibm.com> - David Hildenbrand <david@redhat.com> - Cornelia Huck <cohuck@redhat.com> - Wanpeng Li <wanpengli@tencent.com> - Jim Mattson <jmattson@google.com> - Joerg Roedel <joro@8bytes.org> Marc Zyngier <maz@kernel.org> - James Morse <james.morse@arm.com> + Joerg Roedel <joro@8bytes.org> + Christian Borntraeger <borntraeger@de.ibm.com> Julien Thierry <julien.thierry.kdev@gmail.com> Suzuki K Poulose <suzuki.poulose@arm.com> - linux-mips@vger.kernel.org - kvm@vger.kernel.org kvm-ppc@vger.kernel.org linux-arm-kernel@lists.infradead.org - kvmarm@lists.cs.columbia.edu - linux-kernel@vger.kernel.org + Jim Mattson <jmattson@google.com> + Cornelia Huck <cohuck@redhat.com> Christoffer Dall <christoffer.dall@arm.com> + linux-kernel@vger.kernel.org + James Morse <james.morse@arm.com> + Paolo Bonzini <pbonzini@redhat.com> + Vitaly Kuznetsov <vkuznets@redhat.com> " Philippe Mathieu-Daud\303\251 <f4bug@amsat.org>\0" "\00:1\0" "b\0" @@ -47,7 +47,7 @@ "> > > > > > > But that matters to this patch because if MIPS can use\n" "> > > > > > > kvm_flush_remote_tlbs(), then we probably don't need this\n" "> > > > > > > arch-specific hook any more and we can directly call\n" - "> > > > > > > kvm_flush_remote_tlbs() after sync dirty log when flush=true.\n" + "> > > > > > > kvm_flush_remote_tlbs() after sync dirty log when flush==true.\n" "> > > > > > \n" "> > > > > > Ya, the asid_flush_mask in kvm_vz_flush_shadow_all() is the only thing\n" "> > > > > > that prevents calling kvm_flush_remote_tlbs() directly, but I have no\n" @@ -151,6 +151,11 @@ "choice, e.g. the final cleanup gives this diff stat:\n" "\n" " arch/x86/kvm/mmu/mmu.c | 34 +++++++++-------------------------\n" - 1 file changed, 9 insertions(+), 25 deletions(-) + " 1 file changed, 9 insertions(+), 25 deletions(-)\n" + "\n" + "_______________________________________________\n" + "linux-arm-kernel mailing list\n" + "linux-arm-kernel@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -7daf50078c43fbf1c2bfe4f43dbf01d2b45fbf4ba0df64313912f59f950763f3 +7dd7eda5142689dbed1a98cab01c7a54dbf55812a3e33080becc56734786c638
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.