From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Mon, 28 Jul 2014 14:09:32 +0000 Subject: Re: [PATCH] KVM: PPC: BOOK3S: HV: Update compute_tlbie_rb to handle 16MB base page Message-Id: <53D6599C.9020404@suse.de> List-Id: References: <1403876103-32459-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> In-Reply-To: <1403876103-32459-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Aneesh Kumar K.V" , benh@kernel.crashing.org, paulus@samba.org Cc: linuxppc-dev@lists.ozlabs.org, kvm-ppc@vger.kernel.org, kvm@vger.kernel.org On 27.06.14 15:35, Aneesh Kumar K.V wrote: > When calculating the lower bits of AVA field, use the shift > count based on the base page size. Also add the missing segment > size and remove stale comment. > > Signed-off-by: Aneesh Kumar K.V Thanks, applied to kvm-ppc-queue. Alex From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 330CE1A017E for ; Tue, 29 Jul 2014 00:09:37 +1000 (EST) Message-ID: <53D6599C.9020404@suse.de> Date: Mon, 28 Jul 2014 16:09:32 +0200 From: Alexander Graf MIME-Version: 1.0 To: "Aneesh Kumar K.V" , benh@kernel.crashing.org, paulus@samba.org Subject: Re: [PATCH] KVM: PPC: BOOK3S: HV: Update compute_tlbie_rb to handle 16MB base page References: <1403876103-32459-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> In-Reply-To: <1403876103-32459-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Cc: linuxppc-dev@lists.ozlabs.org, kvm@vger.kernel.org, kvm-ppc@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 27.06.14 15:35, Aneesh Kumar K.V wrote: > When calculating the lower bits of AVA field, use the shift > count based on the base page size. Also add the missing segment > size and remove stale comment. > > Signed-off-by: Aneesh Kumar K.V Thanks, applied to kvm-ppc-queue. Alex From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Subject: Re: [PATCH] KVM: PPC: BOOK3S: HV: Update compute_tlbie_rb to handle 16MB base page Date: Mon, 28 Jul 2014 16:09:32 +0200 Message-ID: <53D6599C.9020404@suse.de> References: <1403876103-32459-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: linuxppc-dev@lists.ozlabs.org, kvm-ppc@vger.kernel.org, kvm@vger.kernel.org To: "Aneesh Kumar K.V" , benh@kernel.crashing.org, paulus@samba.org Return-path: In-Reply-To: <1403876103-32459-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 27.06.14 15:35, Aneesh Kumar K.V wrote: > When calculating the lower bits of AVA field, use the shift > count based on the base page size. Also add the missing segment > size and remove stale comment. > > Signed-off-by: Aneesh Kumar K.V Thanks, applied to kvm-ppc-queue. Alex