From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52473) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bty8V-0005R5-L7 for qemu-devel@nongnu.org; Tue, 11 Oct 2016 10:34:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bty8P-0002yt-Md for qemu-devel@nongnu.org; Tue, 11 Oct 2016 10:34:30 -0400 Received: from mail-qt0-x242.google.com ([2607:f8b0:400d:c0d::242]:36074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bty8P-0002ym-II for qemu-devel@nongnu.org; Tue, 11 Oct 2016 10:34:25 -0400 Received: by mail-qt0-x242.google.com with SMTP id y38so664461qta.3 for ; Tue, 11 Oct 2016 07:34:25 -0700 (PDT) Sender: Richard Henderson References: <1475316333-9776-1-git-send-email-atar4qemu@gmail.com> <1475316333-9776-29-git-send-email-atar4qemu@gmail.com> From: Richard Henderson Message-ID: <7bccd7cc-ae6b-d5ef-f6eb-65a3a0d451e9@twiddle.net> Date: Tue, 11 Oct 2016 09:34:22 -0500 MIME-Version: 1.0 In-Reply-To: <1475316333-9776-29-git-send-email-atar4qemu@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 28/29] target-sparc: move common cpu initialisation routines to sparc64.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Artyom Tarasenko , qemu-devel@nongnu.org Cc: Mark Cave-Ayland On 10/01/2016 05:05 AM, Artyom Tarasenko wrote: > Signed-off-by: Artyom Tarasenko > --- > hw/sparc64/Makefile.objs | 1 + > hw/sparc64/sparc64.c | 378 +++++++++++++++++++++++++++++++++++++++++++++ > hw/sparc64/sun4u.c | 351 +---------------------------------------- > hw/timer/sun4v-rtc.c | 2 +- > include/hw/sparc/sparc64.h | 5 + > 5 files changed, 389 insertions(+), 348 deletions(-) > create mode 100644 hw/sparc64/sparc64.c > create mode 100644 include/hw/sparc/sparc64.h Reviewed-by: Richard Henderson r~