From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58766) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bIHYP-0006CT-8A for qemu-devel@nongnu.org; Wed, 29 Jun 2016 11:37:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bIHYL-0001Hp-5n for qemu-devel@nongnu.org; Wed, 29 Jun 2016 11:37:29 -0400 References: <201606281350.u5SDo5Ef028449@linux03a.ddci.com> <20160629014201.GB8885@voom.fritz.box> From: Thomas Huth Message-ID: <5773EB30.1050501@redhat.com> Date: Wed, 29 Jun 2016 17:37:20 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] target-ppc: Eliminate redundant and incorrect function booke206_page_size_to_tlb List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: alarson@ddci.com, David Gibson Cc: qemu-ppc@nongnu.org, agraf@suse.de, qemu-devel@nongnu.org On 29.06.2016 17:14, alarson@ddci.com wrote: > David Gibson wrote on 06/28/2016 08:42:01 > PM: > >> On Tue, Jun 28, 2016 at 06:50:05AM -0700, Aaron Larson wrote: >>> >>> Eliminate redundant and incorrect booke206_page_size_to_tlb function >>> from ppce500_spin.c in preference to previously existing but newly >>> exported definition from e500.c >>> ... >>> Signed-off-by: Aaron Larson >> >> Applied to pppc-for-2.7, thanks. > > I had previously created a bug for this at: > https://bugs.launchpad.net/qemu/+bug/1587535 > > Do you want me to do anything with that bug? Please add a comment with the title of your patch there, stating that it has been accepted, and set the status of the bug to "Fix committed". Thanks! Thomas