diff for duplicates of <878s6vxfad.wl-maz@kernel.org> diff --git a/a/1.txt b/N1/1.txt index 2a3936a..8e88e5b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -30,7 +30,7 @@ Jing Zhang <jingzhangos@google.com> wrote: > +const char kvm_vm_stat_strings[][KVM_STATS_NAME_LEN] = { > + "remote_tlb_flush", > +}; -> +static_assert(sizeof(kvm_vm_stat_strings) = +> +static_assert(sizeof(kvm_vm_stat_strings) == > + VM_STAT_COUNT * KVM_STATS_NAME_LEN); > + > +const char kvm_vcpu_stat_strings[][KVM_STATS_NAME_LEN] = { @@ -47,7 +47,7 @@ Jing Zhang <jingzhangos@google.com> wrote: > + "mmio_exit_kernel", > + "exits", > +}; -> +static_assert(sizeof(kvm_vcpu_stat_strings) = +> +static_assert(sizeof(kvm_vcpu_stat_strings) == > + VCPU_STAT_COUNT * KVM_STATS_NAME_LEN); > + > struct kvm_stats_debugfs_item debugfs_entries[] = { @@ -143,3 +143,7 @@ Thanks, -- Without deviation from the norm, progress is not possible. +_______________________________________________ +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 2d97f0d..25c88f4 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -5,32 +5,29 @@ "Date\0Wed, 10 Mar 2021 14:19:06 +0000\0" "To\0Jing Zhang <jingzhangos@google.com>\0" "Cc\0KVM <kvm@vger.kernel.org>" - KVM ARM <kvmarm@lists.cs.columbia.edu> - Linux MIPS <linux-mips@vger.kernel.org> - KVM PPC <kvm-ppc@vger.kernel.org> - Linux S390 <linux-s390@vger.kernel.org> + David Hildenbrand <david@redhat.com> + Paul Mackerras <paulus@ozlabs.org> Linux kselftest <linux-kselftest@vger.kernel.org> - Paolo Bonzini <pbonzini@redhat.com> - James Morse <james.morse@arm.com> - Julien Thierry <julien.thierry.kdev@gmail.com> - Suzuki K Poulose <suzuki.poulose@arm.com> + Claudio Imbrenda <imbrenda@linux.ibm.com> Will Deacon <will@kernel.org> + KVM ARM <kvmarm@lists.cs.columbia.edu> + Emanuele Giuseppe Esposito <eesposit@redhat.com> + Linux S390 <linux-s390@vger.kernel.org> + Janosch Frank <frankja@linux.ibm.com> + Oliver Upton <oupton@google.com> Huacai Chen <chenhuacai@kernel.org> + Christian Borntraeger <borntraeger@de.ibm.com> Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> + David Rientjes <rientjes@google.com> + KVM PPC <kvm-ppc@vger.kernel.org> + Jim Mattson <jmattson@google.com> Thomas Bogendoerfer <tsbogend@alpha.franken.de> - Paul Mackerras <paulus@ozlabs.org> - Christian Borntraeger <borntraeger@de.ibm.com> - Janosch Frank <frankja@linux.ibm.com> - David Hildenbrand <david@redhat.com> - Cornelia Huck <cohuck@redhat.com> - Claudio Imbrenda <imbrenda@linux.ibm.com> Sean Christopherson <seanjc@google.com> - Vitaly Kuznetsov <vkuznets@redhat.com> - Jim Mattson <jmattson@google.com> + Cornelia Huck <cohuck@redhat.com> Peter Shier <pshier@google.com> - Oliver Upton <oupton@google.com> - David Rientjes <rientjes@google.com> - " Emanuele Giuseppe Esposito <eesposit@redhat.com>\0" + Linux MIPS <linux-mips@vger.kernel.org> + Paolo Bonzini <pbonzini@redhat.com> + " Vitaly Kuznetsov <vkuznets@redhat.com>\0" "\00:1\0" "b\0" "Hi Jing,\n" @@ -65,7 +62,7 @@ "> +const char kvm_vm_stat_strings[][KVM_STATS_NAME_LEN] = {\n" "> +\t\"remote_tlb_flush\",\n" "> +};\n" - "> +static_assert(sizeof(kvm_vm_stat_strings) =\n" + "> +static_assert(sizeof(kvm_vm_stat_strings) ==\n" "> +\t\tVM_STAT_COUNT * KVM_STATS_NAME_LEN);\n" "> +\n" "> +const char kvm_vcpu_stat_strings[][KVM_STATS_NAME_LEN] = {\n" @@ -82,7 +79,7 @@ "> +\t\"mmio_exit_kernel\",\n" "> +\t\"exits\",\n" "> +};\n" - "> +static_assert(sizeof(kvm_vcpu_stat_strings) =\n" + "> +static_assert(sizeof(kvm_vcpu_stat_strings) ==\n" "> +\t\tVCPU_STAT_COUNT * KVM_STATS_NAME_LEN);\n" "> +\n" "> struct kvm_stats_debugfs_item debugfs_entries[] = {\n" @@ -177,6 +174,10 @@ "\tM.\n" "\n" "-- \n" - Without deviation from the norm, progress is not possible. + "Without deviation from the norm, progress is not possible.\n" + "_______________________________________________\n" + "kvmarm mailing list\n" + "kvmarm@lists.cs.columbia.edu\n" + https://lists.cs.columbia.edu/mailman/listinfo/kvmarm -1d8c1ee4376fb5bbd4f0f757baec853437aaea3519921eed92606dcce31fafd6 +d65a46eade8bfaae8163b205d391f41ea3dd36b0e35d136b9a1709fa10165288
diff --git a/a/1.txt b/N2/1.txt index 2a3936a..54c2c4f 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -30,7 +30,7 @@ Jing Zhang <jingzhangos@google.com> wrote: > +const char kvm_vm_stat_strings[][KVM_STATS_NAME_LEN] = { > + "remote_tlb_flush", > +}; -> +static_assert(sizeof(kvm_vm_stat_strings) = +> +static_assert(sizeof(kvm_vm_stat_strings) == > + VM_STAT_COUNT * KVM_STATS_NAME_LEN); > + > +const char kvm_vcpu_stat_strings[][KVM_STATS_NAME_LEN] = { @@ -47,7 +47,7 @@ Jing Zhang <jingzhangos@google.com> wrote: > + "mmio_exit_kernel", > + "exits", > +}; -> +static_assert(sizeof(kvm_vcpu_stat_strings) = +> +static_assert(sizeof(kvm_vcpu_stat_strings) == > + VCPU_STAT_COUNT * KVM_STATS_NAME_LEN); > + > struct kvm_stats_debugfs_item debugfs_entries[] = { diff --git a/a/content_digest b/N2/content_digest index 2d97f0d..4473060 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -65,7 +65,7 @@ "> +const char kvm_vm_stat_strings[][KVM_STATS_NAME_LEN] = {\n" "> +\t\"remote_tlb_flush\",\n" "> +};\n" - "> +static_assert(sizeof(kvm_vm_stat_strings) =\n" + "> +static_assert(sizeof(kvm_vm_stat_strings) ==\n" "> +\t\tVM_STAT_COUNT * KVM_STATS_NAME_LEN);\n" "> +\n" "> +const char kvm_vcpu_stat_strings[][KVM_STATS_NAME_LEN] = {\n" @@ -82,7 +82,7 @@ "> +\t\"mmio_exit_kernel\",\n" "> +\t\"exits\",\n" "> +};\n" - "> +static_assert(sizeof(kvm_vcpu_stat_strings) =\n" + "> +static_assert(sizeof(kvm_vcpu_stat_strings) ==\n" "> +\t\tVCPU_STAT_COUNT * KVM_STATS_NAME_LEN);\n" "> +\n" "> struct kvm_stats_debugfs_item debugfs_entries[] = {\n" @@ -179,4 +179,4 @@ "-- \n" Without deviation from the norm, progress is not possible. -1d8c1ee4376fb5bbd4f0f757baec853437aaea3519921eed92606dcce31fafd6 +ea1042de66f2da2e199eae2075480792734510a16f921d38a55a9e6466032b7c
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.