From patchwork Tue Mar 5 17:17:45 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Bonzini X-Patchwork-Id: 225103 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E9ADC2C033C for ; Wed, 6 Mar 2013 04:22:48 +1100 (EST) Received: from localhost ([::1]:59949 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCvZf-0005AE-2j for incoming@patchwork.ozlabs.org; Tue, 05 Mar 2013 12:22:47 -0500 Received: from eggs.gnu.org ([208.118.235.92]:35120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCvVg-0008ES-G5 for qemu-devel@nongnu.org; Tue, 05 Mar 2013 12:18:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCvVb-0004NT-09 for qemu-devel@nongnu.org; Tue, 05 Mar 2013 12:18:40 -0500 Received: from mail-qe0-f49.google.com ([209.85.128.49]:40246) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCvVa-0004NK-Sd for qemu-devel@nongnu.org; Tue, 05 Mar 2013 12:18:34 -0500 Received: by mail-qe0-f49.google.com with SMTP id 1so4762248qec.22 for ; Tue, 05 Mar 2013 09:18:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:subject:date:message-id:x-mailer :in-reply-to:references; bh=B/qpEEMHGroyt3bFvTjkI38A3DyGZa+mk05CYJGhpYE=; b=Osq7/LvgR/vZoWZNVqBzILzNA6QKmjXGIr5bHH1/hvaBVcAWvGpXoAbR4X9HVTtK3L ClkMvpqHGCLOYUOjDwyKThd3ID3u54K9Q79FA35lZIbnp/o6MtM0h+P8QOxgUamGQaDq TBwmpC0DVv2uXGbWjq/8OVB1bku0SwOHzflgwyMxeRVJVkb8CmQtCjcoOxDRQl8LxhaN 9DKRmquo0AyZpA9FwZ0Qy4n3PBWmUbLuXgLGzz7cQKYJJdi/hFgjQyAx+dNtHMVZq1Da MiwIHFKZxEZ5xHv5UxZ/u3XCd8BSLATwyzyMVu33Zb5tgtBzeQQvW2tEOiZgetnC6LAc 32dw== X-Received: by 10.224.188.13 with SMTP id cy13mr39416904qab.53.1362503914460; Tue, 05 Mar 2013 09:18:34 -0800 (PST) Received: from yakj.usersys.redhat.com (93-34-176-20.ip50.fastwebnet.it. [93.34.176.20]) by mx.google.com with ESMTPS id ku2sm5717907qeb.4.2013.03.05.09.18.33 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 05 Mar 2013 09:18:34 -0800 (PST) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Tue, 5 Mar 2013 18:17:45 +0100 Message-Id: <1362503865-27292-19-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1362503865-27292-1-git-send-email-pbonzini@redhat.com> References: <1362503865-27292-1-git-send-email-pbonzini@redhat.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.128.49 Subject: [Qemu-devel] [PATCH 18/18] sh: move files referencing CPU to hw/sh4/ X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Paolo Bonzini --- hw/sh4/Makefile.objs | 4 +++- hw/{ => sh4}/sh7750.c | 0 hw/{ => sh4}/sh7750_regnames.c | 0 3 files changed, 3 insertions(+), 1 deletion(-) rename hw/{ => sh4}/sh7750.c (100%) rename hw/{ => sh4}/sh7750_regnames.c (100%) diff --git a/hw/sh7750.c b/hw/sh4/sh7750.c similarity index 100% rename from hw/sh7750.c rename to hw/sh4/sh7750.c diff --git a/hw/sh7750_regnames.c b/hw/sh4/sh7750_regnames.c similarity index 100% rename from hw/sh7750_regnames.c rename to hw/sh4/sh7750_regnames.c diff --git a/hw/sh4/Makefile.objs b/hw/sh4/Makefile.objs index b2e1f1e..72b6a1f 100644 --- a/hw/sh4/Makefile.objs +++ b/hw/sh4/Makefile.objs @@ -1,7 +1,9 @@ -obj-y = sh7750.o sh7750_regnames.o tc58128.o +obj-y = tc58128.o obj-y += sh_timer.o sh_serial.o sh_intc.o sh_pci.o sm501.o obj-y += ide/mmio.o obj-y := $(addprefix ../,$(obj-y)) obj-y += shix.o r2d.o + +obj-y += sh7750.o sh7750_regnames.o