From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42268) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHBEH-0001Uq-K2 for qemu-devel@nongnu.org; Thu, 07 Jan 2016 09:07:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHBEC-0001ti-Ho for qemu-devel@nongnu.org; Thu, 07 Jan 2016 09:07:53 -0500 Received: from mail-pa0-x233.google.com ([2607:f8b0:400e:c03::233]:34695) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHBEC-0001ta-Bo for qemu-devel@nongnu.org; Thu, 07 Jan 2016 09:07:48 -0500 Received: by mail-pa0-x233.google.com with SMTP id uo6so241359010pac.1 for ; Thu, 07 Jan 2016 06:07:48 -0800 (PST) Received: from localhost (ec2-52-8-89-49.us-west-1.compute.amazonaws.com. [52.8.89.49]) by smtp.gmail.com with ESMTPSA id e1sm76767457pas.1.2016.01.07.06.07.45 for (version=TLS1_2 cipher=AES128-SHA bits=128/128); Thu, 07 Jan 2016 06:07:46 -0800 (PST) Date: Thu, 7 Jan 2016 15:07:42 +0100 From: "Edgar E. Iglesias" Message-ID: <20160107140742.GA695@toto> References: <1447434004-16294-1-git-send-email-edgar.iglesias@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1447434004-16294-1-git-send-email-edgar.iglesias@gmail.com> Subject: Re: [Qemu-devel] [PATCH v1 0/2] hw/microblaze: Set MicroBlaze CPU version List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Fri, Nov 13, 2015 at 06:00:02PM +0100, Edgar E. Iglesias wrote: > From: "Edgar E. Iglesias" > > Hi, > > This series avoids runtime warnings when using the > petalogix s3adsp1800 and ml605 microblaze boards by > explicitly selecting the MicroBlaze CPU versions. > > The versions match the DTBs we ship. I've applied this series. Cheers, Edgar > > Cheers, > Edgar > > Edgar E. Iglesias (2): > s3adsp1800: Set the MicroBlaze CPU version to 7.10.d > petalogix-ml605: Set the MicroBlaze CPU version to 8.10.a > > hw/microblaze/petalogix_ml605_mmu.c | 1 + > hw/microblaze/petalogix_s3adsp1800_mmu.c | 1 + > 2 files changed, 2 insertions(+) > > -- > 1.9.1 >