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

diff --git a/a/1.txt b/N1/1.txt
index ab81471..f71d29e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -83,8 +83,10 @@ would make 'git grep vmx_x86_ops' output more complete.
 >  	if (ms_hyperv.nested_features & HV_X64_NESTED_GUEST_MAPPING_FLUSH
 >  	    && enable_ept) {
 > -		kvm_x86_ops->tlb_remote_flush = hv_remote_flush_tlb;
-> -		kvm_x86_ops->tlb_remote_flush_with_range > +		vmx_x86_ops.tlb_remote_flush = hv_remote_flush_tlb;
-> +		vmx_x86_ops.tlb_remote_flush_with_range >  				hv_remote_flush_tlb_with_range;
+> -		kvm_x86_ops->tlb_remote_flush_with_range =
+> +		vmx_x86_ops.tlb_remote_flush = hv_remote_flush_tlb;
+> +		vmx_x86_ops.tlb_remote_flush_with_range =
+>  				hv_remote_flush_tlb_with_range;
 >  	}
 >  #endif
 > @@ -7884,7 +7884,7 @@ static __init int hardware_setup(void)
@@ -139,3 +141,8 @@ Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>
 
 -- 
 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 4e82273..0aefba4 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,28 +2,25 @@
  "ref\020200321202603.19355-5-sean.j.christopherson@intel.com\0"
  "From\0Vitaly Kuznetsov <vkuznets@redhat.com>\0"
  "Subject\0Re: [PATCH v3 4/9] KVM: VMX: Configure runtime hooks using vmx_x86_ops\0"
- "Date\0Mon, 23 Mar 2020 12:27:28 +0000\0"
+ "Date\0Mon, 23 Mar 2020 13:27:28 +0100\0"
  "To\0Sean Christopherson <sean.j.christopherson@intel.com>"
  " Paolo Bonzini <pbonzini@redhat.com>\0"
- "Cc\0Paul Mackerras <paulus@ozlabs.org>"
-  Christian Borntraeger <borntraeger@de.ibm.com>
+ "Cc\0linux-arm-kernel@lists.infradead.org"
+  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>
-  Sean Christopherson <sean.j.christopherson@intel.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
+  Sean Christopherson <sean.j.christopherson@intel.com>
+  linux-kernel@vger.kernel.org
+  Paul Mackerras <paulus@ozlabs.org>
+  Christian Borntraeger <borntraeger@de.ibm.com>
   kvm-ppc@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
   kvmarm@lists.cs.columbia.edu
- " linux-kernel@vger.kernel.org\0"
+ " Jim Mattson <jmattson@google.com>\0"
  "\00:1\0"
  "b\0"
  "Sean Christopherson <sean.j.christopherson@intel.com> writes:\n"
@@ -111,8 +108,10 @@
  ">  \tif (ms_hyperv.nested_features & HV_X64_NESTED_GUEST_MAPPING_FLUSH\n"
  ">  \t    && enable_ept) {\n"
  "> -\t\tkvm_x86_ops->tlb_remote_flush = hv_remote_flush_tlb;\n"
- "> -\t\tkvm_x86_ops->tlb_remote_flush_with_range > +\t\tvmx_x86_ops.tlb_remote_flush = hv_remote_flush_tlb;\n"
- "> +\t\tvmx_x86_ops.tlb_remote_flush_with_range >  \t\t\t\thv_remote_flush_tlb_with_range;\n"
+ "> -\t\tkvm_x86_ops->tlb_remote_flush_with_range =\n"
+ "> +\t\tvmx_x86_ops.tlb_remote_flush = hv_remote_flush_tlb;\n"
+ "> +\t\tvmx_x86_ops.tlb_remote_flush_with_range =\n"
+ ">  \t\t\t\thv_remote_flush_tlb_with_range;\n"
  ">  \t}\n"
  ">  #endif\n"
  "> @@ -7884,7 +7884,7 @@ static __init int hardware_setup(void)\n"
@@ -166,6 +165,11 @@
  "Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>\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
 
-61feef36a518089febf56d57fde47a022501312abe701b9cf5e28b3ed3e3a4e2
+41b7fca097ba4bbffd512d65704110abc542cd29922f65f4d75f030bb9f91d2d

diff --git a/a/1.txt b/N2/1.txt
index ab81471..ff73651 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -83,8 +83,10 @@ would make 'git grep vmx_x86_ops' output more complete.
 >  	if (ms_hyperv.nested_features & HV_X64_NESTED_GUEST_MAPPING_FLUSH
 >  	    && enable_ept) {
 > -		kvm_x86_ops->tlb_remote_flush = hv_remote_flush_tlb;
-> -		kvm_x86_ops->tlb_remote_flush_with_range > +		vmx_x86_ops.tlb_remote_flush = hv_remote_flush_tlb;
-> +		vmx_x86_ops.tlb_remote_flush_with_range >  				hv_remote_flush_tlb_with_range;
+> -		kvm_x86_ops->tlb_remote_flush_with_range =
+> +		vmx_x86_ops.tlb_remote_flush = hv_remote_flush_tlb;
+> +		vmx_x86_ops.tlb_remote_flush_with_range =
+>  				hv_remote_flush_tlb_with_range;
 >  	}
 >  #endif
 > @@ -7884,7 +7884,7 @@ static __init int hardware_setup(void)
diff --git a/a/content_digest b/N2/content_digest
index 4e82273..02fcefa 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,7 +2,7 @@
  "ref\020200321202603.19355-5-sean.j.christopherson@intel.com\0"
  "From\0Vitaly Kuznetsov <vkuznets@redhat.com>\0"
  "Subject\0Re: [PATCH v3 4/9] KVM: VMX: Configure runtime hooks using vmx_x86_ops\0"
- "Date\0Mon, 23 Mar 2020 12:27:28 +0000\0"
+ "Date\0Mon, 23 Mar 2020 13:27:28 +0100\0"
  "To\0Sean Christopherson <sean.j.christopherson@intel.com>"
  " Paolo Bonzini <pbonzini@redhat.com>\0"
  "Cc\0Paul Mackerras <paulus@ozlabs.org>"
@@ -111,8 +111,10 @@
  ">  \tif (ms_hyperv.nested_features & HV_X64_NESTED_GUEST_MAPPING_FLUSH\n"
  ">  \t    && enable_ept) {\n"
  "> -\t\tkvm_x86_ops->tlb_remote_flush = hv_remote_flush_tlb;\n"
- "> -\t\tkvm_x86_ops->tlb_remote_flush_with_range > +\t\tvmx_x86_ops.tlb_remote_flush = hv_remote_flush_tlb;\n"
- "> +\t\tvmx_x86_ops.tlb_remote_flush_with_range >  \t\t\t\thv_remote_flush_tlb_with_range;\n"
+ "> -\t\tkvm_x86_ops->tlb_remote_flush_with_range =\n"
+ "> +\t\tvmx_x86_ops.tlb_remote_flush = hv_remote_flush_tlb;\n"
+ "> +\t\tvmx_x86_ops.tlb_remote_flush_with_range =\n"
+ ">  \t\t\t\thv_remote_flush_tlb_with_range;\n"
  ">  \t}\n"
  ">  #endif\n"
  "> @@ -7884,7 +7884,7 @@ static __init int hardware_setup(void)\n"
@@ -168,4 +170,4 @@
  "-- \n"
  Vitaly
 
-61feef36a518089febf56d57fde47a022501312abe701b9cf5e28b3ed3e3a4e2
+78384fae486921d1b990d859b6d352ae857ce38b5380fd345411fe44d913a382

diff --git a/a/1.txt b/N3/1.txt
index ab81471..143e97a 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -83,8 +83,10 @@ would make 'git grep vmx_x86_ops' output more complete.
 >  	if (ms_hyperv.nested_features & HV_X64_NESTED_GUEST_MAPPING_FLUSH
 >  	    && enable_ept) {
 > -		kvm_x86_ops->tlb_remote_flush = hv_remote_flush_tlb;
-> -		kvm_x86_ops->tlb_remote_flush_with_range > +		vmx_x86_ops.tlb_remote_flush = hv_remote_flush_tlb;
-> +		vmx_x86_ops.tlb_remote_flush_with_range >  				hv_remote_flush_tlb_with_range;
+> -		kvm_x86_ops->tlb_remote_flush_with_range =
+> +		vmx_x86_ops.tlb_remote_flush = hv_remote_flush_tlb;
+> +		vmx_x86_ops.tlb_remote_flush_with_range =
+>  				hv_remote_flush_tlb_with_range;
 >  	}
 >  #endif
 > @@ -7884,7 +7884,7 @@ static __init int hardware_setup(void)
@@ -139,3 +141,9 @@ Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>
 
 -- 
 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 4e82273..201a25e 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -2,28 +2,28 @@
  "ref\020200321202603.19355-5-sean.j.christopherson@intel.com\0"
  "From\0Vitaly Kuznetsov <vkuznets@redhat.com>\0"
  "Subject\0Re: [PATCH v3 4/9] KVM: VMX: Configure runtime hooks using vmx_x86_ops\0"
- "Date\0Mon, 23 Mar 2020 12:27:28 +0000\0"
+ "Date\0Mon, 23 Mar 2020 13:27:28 +0100\0"
  "To\0Sean Christopherson <sean.j.christopherson@intel.com>"
  " Paolo Bonzini <pbonzini@redhat.com>\0"
- "Cc\0Paul Mackerras <paulus@ozlabs.org>"
-  Christian Borntraeger <borntraeger@de.ibm.com>
+ "Cc\0linux-arm-kernel@lists.infradead.org"
+  Wanpeng Li <wanpengli@tencent.com>
   Janosch Frank <frankja@linux.ibm.com>
+  kvm@vger.kernel.org
   David Hildenbrand <david@redhat.com>
+  Marc Zyngier <maz@kernel.org>
+  Joerg Roedel <joro@8bytes.org>
   Cornelia Huck <cohuck@redhat.com>
+  linux-mips@vger.kernel.org
   Sean Christopherson <sean.j.christopherson@intel.com>
-  Wanpeng Li <wanpengli@tencent.com>
-  Jim Mattson <jmattson@google.com>
-  Joerg Roedel <joro@8bytes.org>
-  Marc Zyngier <maz@kernel.org>
+  linux-kernel@vger.kernel.org
+  Paul Mackerras <paulus@ozlabs.org>
+  Christian Borntraeger <borntraeger@de.ibm.com>
   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
   kvm-ppc@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
+  Suzuki K Poulose <suzuki.poulose@arm.com>
   kvmarm@lists.cs.columbia.edu
- " linux-kernel@vger.kernel.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"
@@ -111,8 +111,10 @@
  ">  \tif (ms_hyperv.nested_features & HV_X64_NESTED_GUEST_MAPPING_FLUSH\n"
  ">  \t    && enable_ept) {\n"
  "> -\t\tkvm_x86_ops->tlb_remote_flush = hv_remote_flush_tlb;\n"
- "> -\t\tkvm_x86_ops->tlb_remote_flush_with_range > +\t\tvmx_x86_ops.tlb_remote_flush = hv_remote_flush_tlb;\n"
- "> +\t\tvmx_x86_ops.tlb_remote_flush_with_range >  \t\t\t\thv_remote_flush_tlb_with_range;\n"
+ "> -\t\tkvm_x86_ops->tlb_remote_flush_with_range =\n"
+ "> +\t\tvmx_x86_ops.tlb_remote_flush = hv_remote_flush_tlb;\n"
+ "> +\t\tvmx_x86_ops.tlb_remote_flush_with_range =\n"
+ ">  \t\t\t\thv_remote_flush_tlb_with_range;\n"
  ">  \t}\n"
  ">  #endif\n"
  "> @@ -7884,7 +7884,7 @@ static __init int hardware_setup(void)\n"
@@ -166,6 +168,12 @@
  "Reviewed-by: Vitaly Kuznetsov <vkuznets@redhat.com>\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
 
-61feef36a518089febf56d57fde47a022501312abe701b9cf5e28b3ed3e3a4e2
+d0734675460075f8e4f41f8af2f33317b0c7701730bbaf2e145779ea807e3dc1

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.