diff for duplicates of <20130418063255.GI25033@drongo> diff --git a/a/1.txt b/N1/1.txt index 2c5d0ee..3cb12f9 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -163,7 +163,8 @@ index ee841ed..0189f72 100644 /* + * Lifetimes -+ * ====+ * ++ * ========= ++ * + * The kvm_device code takes a reference to the struct kvm, so the + * struct kvm will exist while the device fd is open. That implies + * that we can rely on the presence of the struct kvm in the device @@ -190,7 +191,7 @@ index ee841ed..0189f72 100644 + +/* * TODO - * == + * ==== * @@ -55,8 +84,6 @@ * @@ -235,7 +236,7 @@ index ee841ed..0189f72 100644 + if (irqp->exists) { + val = irqp->server; + prio = irqp->priority; -+ if (prio = MASKED) { ++ if (prio == MASKED) { + val |= KVM_XICS_MASKED; + prio = irqp->saved_priority; + } @@ -280,7 +281,7 @@ index ee841ed..0189f72 100644 + server = val & KVM_XICS_DESTINATION_MASK; + prio = val >> KVM_XICS_PRIORITY_SHIFT; + if (prio != MASKED && -+ kvmppc_xics_find_server(xics->kvm, server) = NULL) ++ kvmppc_xics_find_server(xics->kvm, server) == NULL) + return -EINVAL; + + mutex_lock(&ics->lock); diff --git a/a/content_digest b/N1/content_digest index 1522fa8..3a9574c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020130418062926.GA25033@drongo\0" "From\0Paul Mackerras <paulus@samba.org>\0" "Subject\0[PATCH 8/8] KVM: PPC: Book 3S: Add API for in-kernel XICS emulation\0" - "Date\0Thu, 18 Apr 2013 06:32:55 +0000\0" + "Date\0Thu, 18 Apr 2013 16:32:55 +1000\0" "To\0Alexander Graf <agraf@suse.de>\0" "Cc\0kvm@vger.kernel.org" kvm-ppc@vger.kernel.org @@ -173,7 +173,8 @@ " \n" " /*\n" "+ * Lifetimes\n" - "+ * ====+ *\n" + "+ * =========\n" + "+ *\n" "+ * The kvm_device code takes a reference to the struct kvm, so the\n" "+ * struct kvm will exist while the device fd is open. That implies\n" "+ * that we can rely on the presence of the struct kvm in the device\n" @@ -200,7 +201,7 @@ "+\n" "+/*\n" " * TODO\n" - " * ==\n" + " * ====\n" " *\n" "@@ -55,8 +84,6 @@\n" " *\n" @@ -245,7 +246,7 @@ "+\tif (irqp->exists) {\n" "+\t\tval = irqp->server;\n" "+\t\tprio = irqp->priority;\n" - "+\t\tif (prio = MASKED) {\n" + "+\t\tif (prio == MASKED) {\n" "+\t\t\tval |= KVM_XICS_MASKED;\n" "+\t\t\tprio = irqp->saved_priority;\n" "+\t\t}\n" @@ -290,7 +291,7 @@ "+\tserver = val & KVM_XICS_DESTINATION_MASK;\n" "+\tprio = val >> KVM_XICS_PRIORITY_SHIFT;\n" "+\tif (prio != MASKED &&\n" - "+\t kvmppc_xics_find_server(xics->kvm, server) = NULL)\n" + "+\t kvmppc_xics_find_server(xics->kvm, server) == NULL)\n" "+\t\treturn -EINVAL;\n" "+\n" "+\tmutex_lock(&ics->lock);\n" @@ -595,4 +596,4 @@ "-- \n" 1.7.10.4 -834ea7e9f0d5cc8e6077b70fb4a3d08f097eabff519f3b14124549cb07c55415 +ba2bc2d7d6256e13c4bcfdd1549837b8d01d5c451d95b4eaa7f7d641018fb70c
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.