From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXn9B-0007UT-Gg for qemu-devel@nongnu.org; Thu, 11 Aug 2016 06:23:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bXn9A-0007FV-In for qemu-devel@nongnu.org; Thu, 11 Aug 2016 06:23:33 -0400 Received: from mail-ua0-x236.google.com ([2607:f8b0:400c:c08::236]:35778) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXn9A-0007FI-EZ for qemu-devel@nongnu.org; Thu, 11 Aug 2016 06:23:32 -0400 Received: by mail-ua0-x236.google.com with SMTP id n59so111605044uan.2 for ; Thu, 11 Aug 2016 03:23:32 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1470158147-16378-3-git-send-email-clg@kaod.org> References: <1470158147-16378-1-git-send-email-clg@kaod.org> <1470158147-16378-3-git-send-email-clg@kaod.org> From: Peter Maydell Date: Thu, 11 Aug 2016 11:23:11 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 02/10] ast2400: replace ast2400 with aspeed_soc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?C=C3=A9dric_Le_Goater?= Cc: QEMU Developers , qemu-arm , Andrew Jeffery On 2 August 2016 at 18:15, C=C3=A9dric Le Goater wrote: > This is a name replacement to prepare ground for other SoCs. > > Let's also remove the AST2400_SMC_BASE definition from the address > space mappings, as it is not used. This controller was removed from > the Aspeed SoC AST2500, so this provides us a better common base for > the address space mapping on both SoCs. > > Signed-off-by: C=C3=A9dric Le Goater > --- > hw/arm/aspeed_soc.c | 95 ++++++++++++++++++++++-----------------= ------ > hw/arm/palmetto-bmc.c | 4 +- > include/hw/arm/aspeed_soc.h | 16 ++++---- > 3 files changed, 57 insertions(+), 58 deletions(-) Reviewed-by: Peter Maydell thanks -- PMM