From patchwork Fri Dec 9 12:17:42 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Huth X-Patchwork-Id: 9468075 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E5E87607D8 for ; Fri, 9 Dec 2016 12:32:26 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D768B28543 for ; Fri, 9 Dec 2016 12:32:26 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id CA94528618; Fri, 9 Dec 2016 12:32:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 3F9C728543 for ; Fri, 9 Dec 2016 12:32:26 +0000 (UTC) Received: from localhost ([::1]:46242 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cFKLh-0001WZ-9w for patchwork-qemu-devel@patchwork.kernel.org; Fri, 09 Dec 2016 07:32:25 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48060) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cFK8t-0001ZQ-EF for qemu-devel@nongnu.org; Fri, 09 Dec 2016 07:19:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cFK8s-0003Tn-8D for qemu-devel@nongnu.org; Fri, 09 Dec 2016 07:19:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41942) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cFK8r-0003TO-Vw for qemu-devel@nongnu.org; Fri, 09 Dec 2016 07:19:10 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id EDC80A2021; Fri, 9 Dec 2016 12:19:08 +0000 (UTC) Received: from thh440s.redhat.com (ovpn-116-17.ams2.redhat.com [10.36.116.17]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id uB9CHpb2031224; Fri, 9 Dec 2016 07:19:03 -0500 From: Thomas Huth To: qemu-devel@nongnu.org, Paolo Bonzini , Peter Crosthwaite , Richard Henderson , Aurelien Jarno , Peter Maydell Date: Fri, 9 Dec 2016 13:17:42 +0100 Message-Id: <1481285870-3396-13-git-send-email-thuth@redhat.com> In-Reply-To: <1481285870-3396-1-git-send-email-thuth@redhat.com> References: <1481285870-3396-1-git-send-email-thuth@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.26 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Fri, 09 Dec 2016 12:19:09 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH 12/20] cris: Move CPU files to target/ folder X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Cornelia Huck , James Hogan , Jia Liu , Christian Borntraeger , Bastian Koppelmann , Anthony Green , Marcelo Tosatti , Mark Cave-Ayland , Laurent Vivier , Eduardo Habkost , Alexander Graf , Max Filippov , Michael Walle , Yongbok Kim , "Edgar E. Iglesias" , Guan Xuetao , Artyom Tarasenko , David Gibson Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Thomas Huth --- MAINTAINERS | 2 +- disas/cris.c | 4 +--- {target-cris => target/cris}/Makefile.objs | 0 {target-cris => target/cris}/cpu-qom.h | 0 {target-cris => target/cris}/cpu.c | 0 {target-cris => target/cris}/cpu.h | 0 {target-cris => target/cris}/crisv10-decode.h | 0 {target-cris => target/cris}/crisv32-decode.h | 0 {target-cris => target/cris}/gdbstub.c | 0 {target-cris => target/cris}/helper.c | 0 {target-cris => target/cris}/helper.h | 0 {target-cris => target/cris}/machine.c | 0 {target-cris => target/cris}/mmu.c | 0 {target-cris => target/cris}/mmu.h | 0 {target-cris => target/cris}/op_helper.c | 0 {target-cris => target/cris}/opcode-cris.h | 0 {target-cris => target/cris}/translate.c | 0 {target-cris => target/cris}/translate_v10.c | 0 18 files changed, 2 insertions(+), 4 deletions(-) rename {target-cris => target/cris}/Makefile.objs (100%) rename {target-cris => target/cris}/cpu-qom.h (100%) rename {target-cris => target/cris}/cpu.c (100%) rename {target-cris => target/cris}/cpu.h (100%) rename {target-cris => target/cris}/crisv10-decode.h (100%) rename {target-cris => target/cris}/crisv32-decode.h (100%) rename {target-cris => target/cris}/gdbstub.c (100%) rename {target-cris => target/cris}/helper.c (100%) rename {target-cris => target/cris}/helper.h (100%) rename {target-cris => target/cris}/machine.c (100%) rename {target-cris => target/cris}/mmu.c (100%) rename {target-cris => target/cris}/mmu.h (100%) rename {target-cris => target/cris}/op_helper.c (100%) rename {target-cris => target/cris}/opcode-cris.h (100%) rename {target-cris => target/cris}/translate.c (100%) rename {target-cris => target/cris}/translate_v10.c (100%) diff --git a/MAINTAINERS b/MAINTAINERS index f8959d8..ccb841f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -126,7 +126,7 @@ F: disas/libvixl/ CRIS M: Edgar E. Iglesias S: Maintained -F: target-cris/ +F: target/cris/ F: hw/cris/ F: include/hw/cris/ F: tests/tcg/cris/ diff --git a/disas/cris.c b/disas/cris.c index 7f35bc0..08161d1 100644 --- a/disas/cris.c +++ b/disas/cris.c @@ -21,9 +21,7 @@ #include "qemu/osdep.h" #include "qemu-common.h" #include "disas/bfd.h" -//#include "sysdep.h" -#include "target-cris/opcode-cris.h" -//#include "libiberty.h" +#include "target/cris/opcode-cris.h" #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0) diff --git a/target-cris/Makefile.objs b/target/cris/Makefile.objs similarity index 100% rename from target-cris/Makefile.objs rename to target/cris/Makefile.objs diff --git a/target-cris/cpu-qom.h b/target/cris/cpu-qom.h similarity index 100% rename from target-cris/cpu-qom.h rename to target/cris/cpu-qom.h diff --git a/target-cris/cpu.c b/target/cris/cpu.c similarity index 100% rename from target-cris/cpu.c rename to target/cris/cpu.c diff --git a/target-cris/cpu.h b/target/cris/cpu.h similarity index 100% rename from target-cris/cpu.h rename to target/cris/cpu.h diff --git a/target-cris/crisv10-decode.h b/target/cris/crisv10-decode.h similarity index 100% rename from target-cris/crisv10-decode.h rename to target/cris/crisv10-decode.h diff --git a/target-cris/crisv32-decode.h b/target/cris/crisv32-decode.h similarity index 100% rename from target-cris/crisv32-decode.h rename to target/cris/crisv32-decode.h diff --git a/target-cris/gdbstub.c b/target/cris/gdbstub.c similarity index 100% rename from target-cris/gdbstub.c rename to target/cris/gdbstub.c diff --git a/target-cris/helper.c b/target/cris/helper.c similarity index 100% rename from target-cris/helper.c rename to target/cris/helper.c diff --git a/target-cris/helper.h b/target/cris/helper.h similarity index 100% rename from target-cris/helper.h rename to target/cris/helper.h diff --git a/target-cris/machine.c b/target/cris/machine.c similarity index 100% rename from target-cris/machine.c rename to target/cris/machine.c diff --git a/target-cris/mmu.c b/target/cris/mmu.c similarity index 100% rename from target-cris/mmu.c rename to target/cris/mmu.c diff --git a/target-cris/mmu.h b/target/cris/mmu.h similarity index 100% rename from target-cris/mmu.h rename to target/cris/mmu.h diff --git a/target-cris/op_helper.c b/target/cris/op_helper.c similarity index 100% rename from target-cris/op_helper.c rename to target/cris/op_helper.c diff --git a/target-cris/opcode-cris.h b/target/cris/opcode-cris.h similarity index 100% rename from target-cris/opcode-cris.h rename to target/cris/opcode-cris.h diff --git a/target-cris/translate.c b/target/cris/translate.c similarity index 100% rename from target-cris/translate.c rename to target/cris/translate.c diff --git a/target-cris/translate_v10.c b/target/cris/translate_v10.c similarity index 100% rename from target-cris/translate_v10.c rename to target/cris/translate_v10.c