All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <Y3UboELxugwDJkIG@google.com>

diff --git a/a/1.txt b/N1/1.txt
index 0b29cfc..3fb3353 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -149,7 +149,7 @@ index 43bbe4fde078..479d0d0da0b5 100644
 > > 
 > >          if (halt_poll_allowed) {
 > > +               max_halt_poll_ns = vcpu->kvm->max_halt_poll_ns;
-> > +               if (!max_halt_poll_ns || !halt_poll_ns)  <------ squish the max if halt_poll_ns=0
+> > +               if (!max_halt_poll_ns || !halt_poll_ns)  <------ squish the max if halt_poll_ns==0
 > > +                       max_halt_poll_ns = halt_poll_ns;
 > > +
 > Does this mean that KVM_CAP_HALT_POLL will not be able to
@@ -182,3 +182,7 @@ index 43bbe4fde078..479d0d0da0b5 100644
 > > .
 > Thanks,
 > Yanan
+_______________________________________________
+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 b601b19..57ad016 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -7,16 +7,13 @@
  "ref\0YVIAdVxc+q2UWB+J@google.com\0"
  "ref\032810c89-44c6-6780-9d05-e49f6b897b6e@huawei.com\0"
  "From\0David Matlack <dmatlack@google.com>\0"
- "Subject\0Re: disabling halt polling broken? (was Re: [PATCH 00/14] KVM: Halt-polling fixes, cleanups and a ne\0"
- "Date\0Wed, 16 Nov 2022 17:19:28 +0000\0"
+ "Subject\0Re: disabling halt polling broken? (was Re: [PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat)\0"
+ "Date\0Wed, 16 Nov 2022 09:19:28 -0800\0"
  "To\0wangyanan (Y) <wangyanan55@huawei.com>\0"
- "Cc\0Sean Christopherson <seanjc@google.com>"
-  Paolo Bonzini <pbonzini@redhat.com>
-  Wanpeng Li <wanpengli@tencent.com>
+ "Cc\0Wanpeng Li <wanpengli@tencent.com>"
   kvm <kvm@vger.kernel.org>
   David Hildenbrand <david@redhat.com>
-  Kernel Mailing List
-  Linux <linux-kernel@vger.kernel.org>
+  open list:MIPS <linux-mips@vger.kernel.org>
   Paul Mackerras <paulus@ozlabs.org>
   Claudio Imbrenda <imbrenda@linux.ibm.com>
   KVM ARM <kvmarm@lists.cs.columbia.edu>
@@ -31,7 +28,9 @@
   linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
   Jim Mattson <jmattson@google.com>
   Cornelia Huck <cohuck@redhat.com>
-  open list:MIPS <linux-mips@vger.kernel.org>
+  Kernel Mailing List
+  Linux <linux-kernel@vger.kernel.org>
+  Paolo Bonzini <pbonzini@redhat.com>
  " Vitaly Kuznetsov <vkuznets@redhat.com>\0"
  "\00:1\0"
  "b\0"
@@ -186,7 +185,7 @@
  "> > \n"
  "> >          if (halt_poll_allowed) {\n"
  "> > +               max_halt_poll_ns = vcpu->kvm->max_halt_poll_ns;\n"
- "> > +               if (!max_halt_poll_ns || !halt_poll_ns)  <------ squish the max if halt_poll_ns=0\n"
+ "> > +               if (!max_halt_poll_ns || !halt_poll_ns)  <------ squish the max if halt_poll_ns==0\n"
  "> > +                       max_halt_poll_ns = halt_poll_ns;\n"
  "> > +\n"
  "> Does this mean that KVM_CAP_HALT_POLL will not be able to\n"
@@ -218,6 +217,10 @@
  "> > https://lists.cs.columbia.edu/mailman/listinfo/kvmarm\n"
  "> > .\n"
  "> Thanks,\n"
- > Yanan
+ "> Yanan\n"
+ "_______________________________________________\n"
+ "kvmarm mailing list\n"
+ "kvmarm@lists.cs.columbia.edu\n"
+ https://lists.cs.columbia.edu/mailman/listinfo/kvmarm
 
-3d9498cd72711d8343b3060cc0a95933161c39fcb4b82eacbcbdf8ba905570ea
+6d36c3832ed08a06df165a3f1f16f21d724ca4b7c8dce1f4e2350203806f6941

diff --git a/a/1.txt b/N2/1.txt
index 0b29cfc..9ff8811 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -149,7 +149,7 @@ index 43bbe4fde078..479d0d0da0b5 100644
 > > 
 > >          if (halt_poll_allowed) {
 > > +               max_halt_poll_ns = vcpu->kvm->max_halt_poll_ns;
-> > +               if (!max_halt_poll_ns || !halt_poll_ns)  <------ squish the max if halt_poll_ns=0
+> > +               if (!max_halt_poll_ns || !halt_poll_ns)  <------ squish the max if halt_poll_ns==0
 > > +                       max_halt_poll_ns = halt_poll_ns;
 > > +
 > Does this mean that KVM_CAP_HALT_POLL will not be able to
diff --git a/a/content_digest b/N2/content_digest
index b601b19..5fde98c 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -7,8 +7,8 @@
  "ref\0YVIAdVxc+q2UWB+J@google.com\0"
  "ref\032810c89-44c6-6780-9d05-e49f6b897b6e@huawei.com\0"
  "From\0David Matlack <dmatlack@google.com>\0"
- "Subject\0Re: disabling halt polling broken? (was Re: [PATCH 00/14] KVM: Halt-polling fixes, cleanups and a ne\0"
- "Date\0Wed, 16 Nov 2022 17:19:28 +0000\0"
+ "Subject\0Re: disabling halt polling broken? (was Re: [PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat)\0"
+ "Date\0Wed, 16 Nov 2022 09:19:28 -0800\0"
  "To\0wangyanan (Y) <wangyanan55@huawei.com>\0"
  "Cc\0Sean Christopherson <seanjc@google.com>"
   Paolo Bonzini <pbonzini@redhat.com>
@@ -186,7 +186,7 @@
  "> > \n"
  "> >          if (halt_poll_allowed) {\n"
  "> > +               max_halt_poll_ns = vcpu->kvm->max_halt_poll_ns;\n"
- "> > +               if (!max_halt_poll_ns || !halt_poll_ns)  <------ squish the max if halt_poll_ns=0\n"
+ "> > +               if (!max_halt_poll_ns || !halt_poll_ns)  <------ squish the max if halt_poll_ns==0\n"
  "> > +                       max_halt_poll_ns = halt_poll_ns;\n"
  "> > +\n"
  "> Does this mean that KVM_CAP_HALT_POLL will not be able to\n"
@@ -220,4 +220,4 @@
  "> Thanks,\n"
  > Yanan
 
-3d9498cd72711d8343b3060cc0a95933161c39fcb4b82eacbcbdf8ba905570ea
+7699319f84bd1492bd1f9bde961cc7a71844b1befcebf1d7190193e25062be66

diff --git a/a/1.txt b/N3/1.txt
index 0b29cfc..c490315 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -149,7 +149,7 @@ index 43bbe4fde078..479d0d0da0b5 100644
 > > 
 > >          if (halt_poll_allowed) {
 > > +               max_halt_poll_ns = vcpu->kvm->max_halt_poll_ns;
-> > +               if (!max_halt_poll_ns || !halt_poll_ns)  <------ squish the max if halt_poll_ns=0
+> > +               if (!max_halt_poll_ns || !halt_poll_ns)  <------ squish the max if halt_poll_ns==0
 > > +                       max_halt_poll_ns = halt_poll_ns;
 > > +
 > Does this mean that KVM_CAP_HALT_POLL will not be able to
@@ -182,3 +182,8 @@ index 43bbe4fde078..479d0d0da0b5 100644
 > > .
 > Thanks,
 > Yanan
+
+_______________________________________________
+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 b601b19..e2b7f7b 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -7,8 +7,8 @@
  "ref\0YVIAdVxc+q2UWB+J@google.com\0"
  "ref\032810c89-44c6-6780-9d05-e49f6b897b6e@huawei.com\0"
  "From\0David Matlack <dmatlack@google.com>\0"
- "Subject\0Re: disabling halt polling broken? (was Re: [PATCH 00/14] KVM: Halt-polling fixes, cleanups and a ne\0"
- "Date\0Wed, 16 Nov 2022 17:19:28 +0000\0"
+ "Subject\0Re: disabling halt polling broken? (was Re: [PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat)\0"
+ "Date\0Wed, 16 Nov 2022 09:19:28 -0800\0"
  "To\0wangyanan (Y) <wangyanan55@huawei.com>\0"
  "Cc\0Sean Christopherson <seanjc@google.com>"
   Paolo Bonzini <pbonzini@redhat.com>
@@ -186,7 +186,7 @@
  "> > \n"
  "> >          if (halt_poll_allowed) {\n"
  "> > +               max_halt_poll_ns = vcpu->kvm->max_halt_poll_ns;\n"
- "> > +               if (!max_halt_poll_ns || !halt_poll_ns)  <------ squish the max if halt_poll_ns=0\n"
+ "> > +               if (!max_halt_poll_ns || !halt_poll_ns)  <------ squish the max if halt_poll_ns==0\n"
  "> > +                       max_halt_poll_ns = halt_poll_ns;\n"
  "> > +\n"
  "> Does this mean that KVM_CAP_HALT_POLL will not be able to\n"
@@ -218,6 +218,11 @@
  "> > https://lists.cs.columbia.edu/mailman/listinfo/kvmarm\n"
  "> > .\n"
  "> Thanks,\n"
- > Yanan
+ "> Yanan\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
 
-3d9498cd72711d8343b3060cc0a95933161c39fcb4b82eacbcbdf8ba905570ea
+eea6c7d470b09c03c719a2b0a11ec741dbb0aa305aaabd5f3b1812712c493671

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.