All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <87v9o59qhi.fsf@vitty.brq.redhat.com>

diff --git a/a/1.txt b/N1/1.txt
index 7b26226..46535ad 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -8,7 +8,7 @@ Sean Christopherson <sean.j.christopherson@intel.com> writes:
 >> > > 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
@@ -66,3 +66,8 @@ interface for KVM-on-KVM).
 
 -- 
 Vitaly
+
+_______________________________________________
+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 6d03b29..54e8f0c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -6,30 +6,26 @@
  "ref\020200207194532.GK2401@linux.intel.com\0"
  "From\0Vitaly Kuznetsov <vkuznets@redhat.com>\0"
  "Subject\0Re: [PATCH v5 15/19] KVM: Provide common implementation for generic dirty log functions\0"
- "Date\0Mon, 17 Feb 2020 15:35:05 +0000\0"
+ "Date\0Mon, 17 Feb 2020 16:35:05 +0100\0"
  "To\0Sean Christopherson <sean.j.christopherson@intel.com>"
  " Peter Xu <peterx@redhat.com>\0"
- "Cc\0Paolo Bonzini <pbonzini@redhat.com>"
-  Paul Mackerras <paulus@ozlabs.org>
-  Christian Borntraeger <borntraeger@de.ibm.com>
+ "Cc\0Wanpeng Li <wanpengli@tencent.com>"
   Janosch Frank <frankja@linux.ibm.com>
+  kvm@vger.kernel.org
   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>
+  Joerg Roedel <joro@8bytes.org>
+  Cornelia Huck <cohuck@redhat.com>
   linux-mips@vger.kernel.org
-  kvm@vger.kernel.org
   kvm-ppc@vger.kernel.org
+  linux-kernel@vger.kernel.org
+  Paul Mackerras <paulus@ozlabs.org>
+  Christian Borntraeger <borntraeger@de.ibm.com>
+ " Philippe Mathieu-Daud\303\251 <f4bug@amsat.org>"
   linux-arm-kernel@lists.infradead.org
+  Paolo Bonzini <pbonzini@redhat.com>
   kvmarm@lists.cs.columbia.edu
-  linux-kernel@vger.kernel.org
-  Christoffer Dall <christoffer.dall@arm.com>
- " Philippe Mathieu-Daud\303\251 <f4bug@amsat.org>\0"
+ " Jim Mattson <jmattson@google.com>\0"
  "\00:1\0"
  "b\0"
  "Sean Christopherson <sean.j.christopherson@intel.com> writes:\n"
@@ -42,7 +38,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"
@@ -99,6 +95,11 @@
  ">\n"
  "\n"
  "-- \n"
- Vitaly
+ "Vitaly\n"
+ "\n"
+ "_______________________________________________\n"
+ "kvmarm mailing list\n"
+ "kvmarm@lists.cs.columbia.edu\n"
+ https://lists.cs.columbia.edu/mailman/listinfo/kvmarm
 
-fcc7a1393705599551e8aad0fc160cfdba8eeff34e39a81eca96cb41e8694e04
+89dd9d364cafd91096a6239c3575698f08f7b5fa2078169e940ccba0a1df56a6

diff --git a/a/1.txt b/N2/1.txt
index 7b26226..bbd3857 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -8,7 +8,7 @@ Sean Christopherson <sean.j.christopherson@intel.com> writes:
 >> > > 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 6d03b29..b770f19 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -6,7 +6,7 @@
  "ref\020200207194532.GK2401@linux.intel.com\0"
  "From\0Vitaly Kuznetsov <vkuznets@redhat.com>\0"
  "Subject\0Re: [PATCH v5 15/19] KVM: Provide common implementation for generic dirty log functions\0"
- "Date\0Mon, 17 Feb 2020 15:35:05 +0000\0"
+ "Date\0Mon, 17 Feb 2020 16:35:05 +0100\0"
  "To\0Sean Christopherson <sean.j.christopherson@intel.com>"
  " Peter Xu <peterx@redhat.com>\0"
  "Cc\0Paolo Bonzini <pbonzini@redhat.com>"
@@ -42,7 +42,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"
@@ -101,4 +101,4 @@
  "-- \n"
  Vitaly
 
-fcc7a1393705599551e8aad0fc160cfdba8eeff34e39a81eca96cb41e8694e04
+cfb72ab0ce3016e2628be6e32bcc52761c234771c820d38ca671c4eeb9cf15ef

diff --git a/a/1.txt b/N3/1.txt
index 7b26226..1b8ccaa 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -8,7 +8,7 @@ Sean Christopherson <sean.j.christopherson@intel.com> writes:
 >> > > 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
@@ -66,3 +66,9 @@ interface for KVM-on-KVM).
 
 -- 
 Vitaly
+
+
+_______________________________________________
+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 6d03b29..839e716 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -6,30 +6,30 @@
  "ref\020200207194532.GK2401@linux.intel.com\0"
  "From\0Vitaly Kuznetsov <vkuznets@redhat.com>\0"
  "Subject\0Re: [PATCH v5 15/19] KVM: Provide common implementation for generic dirty log functions\0"
- "Date\0Mon, 17 Feb 2020 15:35:05 +0000\0"
+ "Date\0Mon, 17 Feb 2020 16:35:05 +0100\0"
  "To\0Sean Christopherson <sean.j.christopherson@intel.com>"
  " Peter Xu <peterx@redhat.com>\0"
- "Cc\0Paolo Bonzini <pbonzini@redhat.com>"
-  Paul Mackerras <paulus@ozlabs.org>
-  Christian Borntraeger <borntraeger@de.ibm.com>
+ "Cc\0Christoffer Dall <christoffer.dall@arm.com>"
+  Wanpeng Li <wanpengli@tencent.com>
   Janosch Frank <frankja@linux.ibm.com>
+  kvm@vger.kernel.org
   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>
+  Joerg Roedel <joro@8bytes.org>
+  Cornelia Huck <cohuck@redhat.com>
   linux-mips@vger.kernel.org
-  kvm@vger.kernel.org
   kvm-ppc@vger.kernel.org
+  linux-kernel@vger.kernel.org
+  Paul Mackerras <paulus@ozlabs.org>
+  Christian Borntraeger <borntraeger@de.ibm.com>
+ " Philippe Mathieu-Daud\303\251 <f4bug@amsat.org>"
+  James Morse <james.morse@arm.com>
   linux-arm-kernel@lists.infradead.org
+  Paolo Bonzini <pbonzini@redhat.com>
+  Suzuki K Poulose <suzuki.poulose@arm.com>
   kvmarm@lists.cs.columbia.edu
-  linux-kernel@vger.kernel.org
-  Christoffer Dall <christoffer.dall@arm.com>
- " Philippe Mathieu-Daud\303\251 <f4bug@amsat.org>\0"
+  Julien Thierry <julien.thierry.kdev@gmail.com>
+ " Jim Mattson <jmattson@google.com>\0"
  "\00:1\0"
  "b\0"
  "Sean Christopherson <sean.j.christopherson@intel.com> writes:\n"
@@ -42,7 +42,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"
@@ -99,6 +99,12 @@
  ">\n"
  "\n"
  "-- \n"
- Vitaly
+ "Vitaly\n"
+ "\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
 
-fcc7a1393705599551e8aad0fc160cfdba8eeff34e39a81eca96cb41e8694e04
+62068da838314792db3df5d83cabb2e7a8a6ee724419e420ed2b8db0720e4b92

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.