diff for duplicates of <20130425102044.GG16463@redhat.com> diff --git a/a/1.txt b/N1/1.txt index 769a3e4..a315539 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -52,9 +52,9 @@ Acked-by: Michael S. Tsirkin <mst@redhat.com> > - * Allow only one to one mapping between GSI and MSI. > - */ > - hlist_for_each_entry(ei, &rt->map[ue->gsi], link) -> - if (ei->type = KVM_IRQ_ROUTING_MSI || -> - ue->type = KVM_IRQ_ROUTING_MSI || -> - ue->u.irqchip.irqchip = ei->irqchip.irqchip) +> - if (ei->type == KVM_IRQ_ROUTING_MSI || +> - ue->type == KVM_IRQ_ROUTING_MSI || +> - ue->u.irqchip.irqchip == ei->irqchip.irqchip) > - return r; > - > - e->gsi = ue->gsi; @@ -152,9 +152,9 @@ Acked-by: Michael S. Tsirkin <mst@redhat.com> > + * Allow only one to one mapping between GSI and MSI. > + */ > + hlist_for_each_entry(ei, &rt->map[ue->gsi], link) -> + if (ei->type = KVM_IRQ_ROUTING_MSI || -> + ue->type = KVM_IRQ_ROUTING_MSI || -> + ue->u.irqchip.irqchip = ei->irqchip.irqchip) +> + if (ei->type == KVM_IRQ_ROUTING_MSI || +> + ue->type == KVM_IRQ_ROUTING_MSI || +> + ue->u.irqchip.irqchip == ei->irqchip.irqchip) > + return r; > + > + e->gsi = ue->gsi; diff --git a/a/content_digest b/N1/content_digest index 9f45778..af753a6 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01366380388-25926-8-git-send-email-agraf@suse.de\0" "From\0Michael S. Tsirkin <mst@redhat.com>\0" "Subject\0Re: [PATCH 07/17] KVM: Move irq routing setup to irqchip.c\0" - "Date\0Thu, 25 Apr 2013 10:20:44 +0000\0" + "Date\0Thu, 25 Apr 2013 13:20:44 +0300\0" "To\0Alexander Graf <agraf@suse.de>\0" "Cc\0kvm-ppc@vger.kernel.org" kvm@vger.kernel.org mailing list <kvm@vger.kernel.org> @@ -65,9 +65,9 @@ "> -\t * Allow only one to one mapping between GSI and MSI.\n" "> -\t */\n" "> -\thlist_for_each_entry(ei, &rt->map[ue->gsi], link)\n" - "> -\t\tif (ei->type = KVM_IRQ_ROUTING_MSI ||\n" - "> -\t\t ue->type = KVM_IRQ_ROUTING_MSI ||\n" - "> -\t\t ue->u.irqchip.irqchip = ei->irqchip.irqchip)\n" + "> -\t\tif (ei->type == KVM_IRQ_ROUTING_MSI ||\n" + "> -\t\t ue->type == KVM_IRQ_ROUTING_MSI ||\n" + "> -\t\t ue->u.irqchip.irqchip == ei->irqchip.irqchip)\n" "> -\t\t\treturn r;\n" "> -\n" "> -\te->gsi = ue->gsi;\n" @@ -165,9 +165,9 @@ "> +\t * Allow only one to one mapping between GSI and MSI.\n" "> +\t */\n" "> +\thlist_for_each_entry(ei, &rt->map[ue->gsi], link)\n" - "> +\t\tif (ei->type = KVM_IRQ_ROUTING_MSI ||\n" - "> +\t\t ue->type = KVM_IRQ_ROUTING_MSI ||\n" - "> +\t\t ue->u.irqchip.irqchip = ei->irqchip.irqchip)\n" + "> +\t\tif (ei->type == KVM_IRQ_ROUTING_MSI ||\n" + "> +\t\t ue->type == KVM_IRQ_ROUTING_MSI ||\n" + "> +\t\t ue->u.irqchip.irqchip == ei->irqchip.irqchip)\n" "> +\t\t\treturn r;\n" "> +\n" "> +\te->gsi = ue->gsi;\n" @@ -245,4 +245,4 @@ "> the body of a message to majordomo@vger.kernel.org\n" > More majordomo info at http://vger.kernel.org/majordomo-info.html -b7541865cab8894ecc157a7ebbc88101a7408d4c146f738014738f67b34ea985 +e9aa2cd0d2b99d81cc9745ccd8ae1808806117dee38e843af8508becbc123a6f
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.