From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1di4RV-0001Tj-Ga for qemu-devel@nongnu.org; Wed, 16 Aug 2017 15:57:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1di4RS-0007on-GT for qemu-devel@nongnu.org; Wed, 16 Aug 2017 15:57:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2627) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1di4RS-0007oW-Ao for qemu-devel@nongnu.org; Wed, 16 Aug 2017 15:57:26 -0400 Date: Wed, 16 Aug 2017 16:57:22 -0300 From: Eduardo Habkost Message-ID: <20170816195722.GK3108@localhost.localdomain> References: <1500040339-119465-1-git-send-email-imammedo@redhat.com> <1500040339-119465-21-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-21-git-send-email-imammedo@redhat.com> Subject: Re: [Qemu-devel] [PATCH 20/28] sh4: replace cpu_sh4_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 , Magnus Damm , Andreas =?iso-8859-1?Q?F=E4rber?= , Aurelien Jarno On Fri, Jul 14, 2017 at 03:52:11PM +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