From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52449) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxHhu-0003mM-Kh for qemu-devel@nongnu.org; Fri, 13 Nov 2015 12:00:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZxHho-0002cw-RW for qemu-devel@nongnu.org; Fri, 13 Nov 2015 12:00:14 -0500 Received: from mail-pa0-x236.google.com ([2607:f8b0:400e:c03::236]:34836) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxHho-0002cV-ML for qemu-devel@nongnu.org; Fri, 13 Nov 2015 12:00:08 -0500 Received: by pasz6 with SMTP id z6so108762270pas.2 for ; Fri, 13 Nov 2015 09:00:08 -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 wq1sm21392979pbc.49.2015.11.13.09.00.06 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 13 Nov 2015 09:00:07 -0800 (PST) From: "Edgar E. Iglesias" Date: Fri, 13 Nov 2015 18:00:02 +0100 Message-Id: <1447434004-16294-1-git-send-email-edgar.iglesias@gmail.com> Subject: [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 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. 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