diff for duplicates of <87czoqtnfw.wl-maz@kernel.org> diff --git a/a/1.txt b/N1/1.txt index ade4524..ad0a346 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -103,7 +103,7 @@ I guess that 'vmcr_available' would have to be initialised to 'true' at vcpu reset time so that the userspace side cannot trigger a read from the HW. -> > > if (kvm_vgic_global_state.type = VGIC_V2) +> > > if (kvm_vgic_global_state.type == VGIC_V2) > > > vgic_v2_get_vmcr(vcpu, vmcr); > > > else > > > @@ -261,3 +261,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 7bc01ea..e7e744e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -8,32 +8,28 @@ "ref\0YVNA+KTbLrxGQ6ML@google.com\0" "From\0Marc Zyngier <maz@kernel.org>\0" "Subject\0Re: [PATCH 07/14] KVM: Don't block+unblock when halt-polling is successful\0" - "Date\0Thu, 30 Sep 2021 09:36:19 +0000\0" + "Date\0Thu, 30 Sep 2021 10:36:19 +0100\0" "To\0Sean Christopherson <seanjc@google.com>\0" - "Cc\0Paolo Bonzini <pbonzini@redhat.com>" - Huacai Chen <chenhuacai@kernel.org> - Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> - Paul Mackerras <paulus@ozlabs.org> - Christian Borntraeger <borntraeger@de.ibm.com> - Janosch Frank <frankja@linux.ibm.com> - James Morse <james.morse@arm.com> - Alexandru Elisei <alexandru.elisei@arm.com> - Suzuki K Poulose <suzuki.poulose@arm.com> + "Cc\0Wanpeng Li <wanpengli@tencent.com>" + kvm@vger.kernel.org David Hildenbrand <david@redhat.com> - Cornelia Huck <cohuck@redhat.com> + linux-kernel@vger.kernel.org + Paul Mackerras <paulus@ozlabs.org> Claudio Imbrenda <imbrenda@linux.ibm.com> - Vitaly Kuznetsov <vkuznets@redhat.com> - Wanpeng Li <wanpengli@tencent.com> - Jim Mattson <jmattson@google.com> - Joerg Roedel <joro@8bytes.org> - linux-arm-kernel@lists.infradead.org kvmarm@lists.cs.columbia.edu - linux-mips@vger.kernel.org - kvm@vger.kernel.org + Janosch Frank <frankja@linux.ibm.com> + Joerg Roedel <joro@8bytes.org> + Huacai Chen <chenhuacai@kernel.org> + Christian Borntraeger <borntraeger@de.ibm.com> + Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> kvm-ppc@vger.kernel.org - linux-kernel@vger.kernel.org David Matlack <dmatlack@google.com> - " Jing Zhang <jingzhangos@google.com>\0" + linux-arm-kernel@lists.infradead.org + Jim Mattson <jmattson@google.com> + Cornelia Huck <cohuck@redhat.com> + linux-mips@vger.kernel.org + Paolo Bonzini <pbonzini@redhat.com> + " Vitaly Kuznetsov <vkuznets@redhat.com>\0" "\00:1\0" "b\0" "On Tue, 28 Sep 2021 17:21:12 +0100,\n" @@ -141,7 +137,7 @@ "at vcpu reset time so that the userspace side cannot trigger a read\n" "from the HW.\n" "\n" - "> > > if (kvm_vgic_global_state.type = VGIC_V2)\n" + "> > > if (kvm_vgic_global_state.type == VGIC_V2)\n" "> > > vgic_v2_get_vmcr(vcpu, vmcr);\n" "> > > else\n" "> > > \n" @@ -298,6 +294,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 -95071ec69593158c3638f2dd14be1b54e22b2ee4c736899e0582cdecf2ac1b1d +6c02945d4d178a070e8bbb4935287d5767e9c331511f4881e307547ca3144c64
diff --git a/a/1.txt b/N2/1.txt index ade4524..dce76c0 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -103,7 +103,7 @@ I guess that 'vmcr_available' would have to be initialised to 'true' at vcpu reset time so that the userspace side cannot trigger a read from the HW. -> > > if (kvm_vgic_global_state.type = VGIC_V2) +> > > if (kvm_vgic_global_state.type == VGIC_V2) > > > vgic_v2_get_vmcr(vcpu, vmcr); > > > else > > > diff --git a/a/content_digest b/N2/content_digest index 7bc01ea..a6c0c53 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -8,7 +8,7 @@ "ref\0YVNA+KTbLrxGQ6ML@google.com\0" "From\0Marc Zyngier <maz@kernel.org>\0" "Subject\0Re: [PATCH 07/14] KVM: Don't block+unblock when halt-polling is successful\0" - "Date\0Thu, 30 Sep 2021 09:36:19 +0000\0" + "Date\0Thu, 30 Sep 2021 10:36:19 +0100\0" "To\0Sean Christopherson <seanjc@google.com>\0" "Cc\0Paolo Bonzini <pbonzini@redhat.com>" Huacai Chen <chenhuacai@kernel.org> @@ -141,7 +141,7 @@ "at vcpu reset time so that the userspace side cannot trigger a read\n" "from the HW.\n" "\n" - "> > > if (kvm_vgic_global_state.type = VGIC_V2)\n" + "> > > if (kvm_vgic_global_state.type == VGIC_V2)\n" "> > > vgic_v2_get_vmcr(vcpu, vmcr);\n" "> > > else\n" "> > > \n" @@ -300,4 +300,4 @@ "-- \n" Without deviation from the norm, progress is not possible. -95071ec69593158c3638f2dd14be1b54e22b2ee4c736899e0582cdecf2ac1b1d +10ca3a53312102edc79e839e5723d1946d18c0e0b2e2c8bfa155c0befdaac394
diff --git a/a/1.txt b/N3/1.txt index ade4524..92cdbb4 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -103,7 +103,7 @@ I guess that 'vmcr_available' would have to be initialised to 'true' at vcpu reset time so that the userspace side cannot trigger a read from the HW. -> > > if (kvm_vgic_global_state.type = VGIC_V2) +> > > if (kvm_vgic_global_state.type == VGIC_V2) > > > vgic_v2_get_vmcr(vcpu, vmcr); > > > else > > > @@ -261,3 +261,8 @@ Thanks, -- Without deviation from the norm, progress is not possible. + +_______________________________________________ +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 7bc01ea..478dc0a 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -8,7 +8,7 @@ "ref\0YVNA+KTbLrxGQ6ML@google.com\0" "From\0Marc Zyngier <maz@kernel.org>\0" "Subject\0Re: [PATCH 07/14] KVM: Don't block+unblock when halt-polling is successful\0" - "Date\0Thu, 30 Sep 2021 09:36:19 +0000\0" + "Date\0Thu, 30 Sep 2021 10:36:19 +0100\0" "To\0Sean Christopherson <seanjc@google.com>\0" "Cc\0Paolo Bonzini <pbonzini@redhat.com>" Huacai Chen <chenhuacai@kernel.org> @@ -141,7 +141,7 @@ "at vcpu reset time so that the userspace side cannot trigger a read\n" "from the HW.\n" "\n" - "> > > if (kvm_vgic_global_state.type = VGIC_V2)\n" + "> > > if (kvm_vgic_global_state.type == VGIC_V2)\n" "> > > vgic_v2_get_vmcr(vcpu, vmcr);\n" "> > > else\n" "> > > \n" @@ -298,6 +298,11 @@ "\tM.\n" "\n" "-- \n" - Without deviation from the norm, progress is not possible. + "Without deviation from the norm, progress is not possible.\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 -95071ec69593158c3638f2dd14be1b54e22b2ee4c736899e0582cdecf2ac1b1d +8d63be27ef66405711e7534e87eebc392fcb10698a4b21c29b8d8547005c35e8
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.