diff for duplicates of <4C2E07AC.4010801@suse.de> diff --git a/a/1.txt b/N1/1.txt index 922d894..7ed0869 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -29,7 +29,7 @@ Alexander Graf wrote: > + ulong mp_pa = vcpu->arch.magic_page_pa; > + > + if (unlikely(mp_pa) && -> + unlikely((mp_pa & KVM_RMO) >> PAGE_SHIFT = gfn)) { +> + unlikely((mp_pa & KVM_RMO) >> PAGE_SHIFT == gfn)) { > This should be KVM_PAM :(. Should I respin the whole thing or could diff --git a/a/content_digest b/N1/content_digest index 9345dfe..6a3fbee 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,12 +1,11 @@ "ref\01277980982-12433-1-git-send-email-agraf@suse.de\0" "ref\01277980982-12433-14-git-send-email-agraf@suse.de\0" - "ref\01277980982-12433-14-git-send-email-agraf-l3A5Bk7waGM@public.gmane.org\0" "From\0Alexander Graf <agraf@suse.de>\0" "Subject\0Re: [PATCH 13/27] KVM: PPC: Magic Page Book3s support\0" - "Date\0Fri, 02 Jul 2010 15:37:16 +0000\0" - "To\0kvm-ppc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" - "Cc\0KVM list <kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>" - " linuxppc-dev <linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org>\0" + "Date\0Fri, 02 Jul 2010 17:37:16 +0200\0" + "To\0kvm-ppc@vger.kernel.org\0" + "Cc\0linuxppc-dev <linuxppc-dev@lists.ozlabs.org>" + " KVM list <kvm@vger.kernel.org>\0" "\00:1\0" "b\0" "Alexander Graf wrote:\n" @@ -40,7 +39,7 @@ "> +\tulong mp_pa = vcpu->arch.magic_page_pa;\n" "> +\n" "> +\tif (unlikely(mp_pa) &&\n" - "> +\t unlikely((mp_pa & KVM_RMO) >> PAGE_SHIFT = gfn)) {\n" + "> +\t unlikely((mp_pa & KVM_RMO) >> PAGE_SHIFT == gfn)) {\n" "> \n" "\n" "This should be KVM_PAM :(. Should I respin the whole thing or could\n" @@ -49,4 +48,4 @@ "\n" Alex -cb7c0ae92e6e35234dd6edb75c216f6846f2979eee8bbd8f1216a55c1692548d +3946546cffde2a06b11acf378c66dcadc1d3dcc43c2a844754df7919b07d4537
diff --git a/a/1.txt b/N2/1.txt index 922d894..f974fcb 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -5,7 +5,7 @@ Alexander Graf wrote: > In order to reflect that, we need to hook into all the MMU layers of KVM to > force map the magic page if necessary. > -> Signed-off-by: Alexander Graf <agraf@suse.de> +> Signed-off-by: Alexander Graf <agraf-l3A5Bk7waGM@public.gmane.org> > > v1 -> v2: > @@ -29,7 +29,7 @@ Alexander Graf wrote: > + ulong mp_pa = vcpu->arch.magic_page_pa; > + > + if (unlikely(mp_pa) && -> + unlikely((mp_pa & KVM_RMO) >> PAGE_SHIFT = gfn)) { +> + unlikely((mp_pa & KVM_RMO) >> PAGE_SHIFT == gfn)) { > This should be KVM_PAM :(. Should I respin the whole thing or could diff --git a/a/content_digest b/N2/content_digest index 9345dfe..ef0b291 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,9 @@ "ref\01277980982-12433-1-git-send-email-agraf@suse.de\0" "ref\01277980982-12433-14-git-send-email-agraf@suse.de\0" "ref\01277980982-12433-14-git-send-email-agraf-l3A5Bk7waGM@public.gmane.org\0" - "From\0Alexander Graf <agraf@suse.de>\0" + "From\0Alexander Graf <agraf-l3A5Bk7waGM@public.gmane.org>\0" "Subject\0Re: [PATCH 13/27] KVM: PPC: Magic Page Book3s support\0" - "Date\0Fri, 02 Jul 2010 15:37:16 +0000\0" + "Date\0Fri, 02 Jul 2010 17:37:16 +0200\0" "To\0kvm-ppc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "Cc\0KVM list <kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>" " linuxppc-dev <linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org>\0" @@ -16,7 +16,7 @@ "> In order to reflect that, we need to hook into all the MMU layers of KVM to\n" "> force map the magic page if necessary.\n" ">\n" - "> Signed-off-by: Alexander Graf <agraf@suse.de>\n" + "> Signed-off-by: Alexander Graf <agraf-l3A5Bk7waGM@public.gmane.org>\n" ">\n" "> v1 -> v2:\n" ">\n" @@ -40,7 +40,7 @@ "> +\tulong mp_pa = vcpu->arch.magic_page_pa;\n" "> +\n" "> +\tif (unlikely(mp_pa) &&\n" - "> +\t unlikely((mp_pa & KVM_RMO) >> PAGE_SHIFT = gfn)) {\n" + "> +\t unlikely((mp_pa & KVM_RMO) >> PAGE_SHIFT == gfn)) {\n" "> \n" "\n" "This should be KVM_PAM :(. Should I respin the whole thing or could\n" @@ -49,4 +49,4 @@ "\n" Alex -cb7c0ae92e6e35234dd6edb75c216f6846f2979eee8bbd8f1216a55c1692548d +bc6e35bb15187c78aecfafab90a75d9a2bc79fc6cafbdc947e4b42f077ed891e
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.