From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50077) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1di4T8-00032m-0b for qemu-devel@nongnu.org; Wed, 16 Aug 2017 15:59:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1di4T4-0008Hk-Vp for qemu-devel@nongnu.org; Wed, 16 Aug 2017 15:59:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52296) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1di4T4-0008HT-Pv for qemu-devel@nongnu.org; Wed, 16 Aug 2017 15:59:06 -0400 Date: Wed, 16 Aug 2017 16:59:03 -0300 From: Eduardo Habkost Message-ID: <20170816195903.GQ3108@localhost.localdomain> References: <1500040339-119465-1-git-send-email-imammedo@redhat.com> <1500040339-119465-28-git-send-email-imammedo@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1500040339-119465-28-git-send-email-imammedo@redhat.com> Subject: Re: [Qemu-devel] [PATCH 27/28] unicore32: replace uc32_cpu_init() with cpu_generic_init() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: qemu-devel@nongnu.org, Peter Maydell , Guan Xuetao , Andreas =?iso-8859-1?Q?F=E4rber?= On Fri, Jul 14, 2017 at 03:52:18PM +0200, Igor Mammedov wrote: > it's just a wrapper, drop it and use cpu_generic_init() directly > > Signed-off-by: Igor Mammedov Reviewed-by: Eduardo Habkost -- Eduardo