From patchwork Wed Nov 30 09:47: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: 9453977 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 9D8DF6071C for ; Wed, 30 Nov 2016 11:03:24 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id ACAFB28387 for ; Wed, 30 Nov 2016 11:03:24 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A071628433; Wed, 30 Nov 2016 11:03:24 +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 4899328387 for ; Wed, 30 Nov 2016 11:02:10 +0000 (UTC) Received: from localhost ([::1]:42333 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cC1Xw-0007uP-Au for patchwork-qemu-devel@patchwork.kernel.org; Wed, 30 Nov 2016 04:51:24 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57197) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cC1VC-00068h-No for qemu-devel@nongnu.org; Wed, 30 Nov 2016 04:48:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cC1V8-0004Dz-Pe for qemu-devel@nongnu.org; Wed, 30 Nov 2016 04:48:34 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49562) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cC1V8-0004DD-GV for qemu-devel@nongnu.org; Wed, 30 Nov 2016 04:48:30 -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 73F9EA794; Wed, 30 Nov 2016 09:48:29 +0000 (UTC) Received: from thh440s.str.redhat.com (dhcp-192-189.str.redhat.com [10.33.192.189]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id uAU9ljJa013957; Wed, 30 Nov 2016 04:48:25 -0500 From: Thomas Huth To: qemu-devel@nongnu.org, Paolo Bonzini , Peter Crosthwaite , Richard Henderson , Aurelien Jarno , Peter Maydell Date: Wed, 30 Nov 2016 10:47:42 +0100 Message-Id: <1480499265-18528-9-git-send-email-thuth@redhat.com> In-Reply-To: <1480499265-18528-1-git-send-email-thuth@redhat.com> References: <1480499265-18528-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.29]); Wed, 30 Nov 2016 09:48:29 +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] [RFC for-2.9 08/11] microblaze: 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 +- {target-microblaze => target/microblaze}/Makefile.objs | 0 {target-microblaze => target/microblaze}/cpu-qom.h | 0 {target-microblaze => target/microblaze}/cpu.c | 0 {target-microblaze => target/microblaze}/cpu.h | 0 {target-microblaze => target/microblaze}/gdbstub.c | 0 {target-microblaze => target/microblaze}/helper.c | 0 {target-microblaze => target/microblaze}/helper.h | 0 {target-microblaze => target/microblaze}/microblaze-decode.h | 0 {target-microblaze => target/microblaze}/mmu.c | 0 {target-microblaze => target/microblaze}/mmu.h | 0 {target-microblaze => target/microblaze}/op_helper.c | 0 {target-microblaze => target/microblaze}/translate.c | 0 13 files changed, 1 insertion(+), 1 deletion(-) rename {target-microblaze => target/microblaze}/Makefile.objs (100%) rename {target-microblaze => target/microblaze}/cpu-qom.h (100%) rename {target-microblaze => target/microblaze}/cpu.c (100%) rename {target-microblaze => target/microblaze}/cpu.h (100%) rename {target-microblaze => target/microblaze}/gdbstub.c (100%) rename {target-microblaze => target/microblaze}/helper.c (100%) rename {target-microblaze => target/microblaze}/helper.h (100%) rename {target-microblaze => target/microblaze}/microblaze-decode.h (100%) rename {target-microblaze => target/microblaze}/mmu.c (100%) rename {target-microblaze => target/microblaze}/mmu.h (100%) rename {target-microblaze => target/microblaze}/op_helper.c (100%) rename {target-microblaze => target/microblaze}/translate.c (100%) diff --git a/MAINTAINERS b/MAINTAINERS index 1b064ac..c7b1a3f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -153,7 +153,7 @@ F: disas/m68k.c MicroBlaze M: Edgar E. Iglesias S: Maintained -F: target-microblaze/ +F: target/microblaze/ F: hw/microblaze/ F: disas/microblaze.c diff --git a/target-microblaze/Makefile.objs b/target/microblaze/Makefile.objs similarity index 100% rename from target-microblaze/Makefile.objs rename to target/microblaze/Makefile.objs diff --git a/target-microblaze/cpu-qom.h b/target/microblaze/cpu-qom.h similarity index 100% rename from target-microblaze/cpu-qom.h rename to target/microblaze/cpu-qom.h diff --git a/target-microblaze/cpu.c b/target/microblaze/cpu.c similarity index 100% rename from target-microblaze/cpu.c rename to target/microblaze/cpu.c diff --git a/target-microblaze/cpu.h b/target/microblaze/cpu.h similarity index 100% rename from target-microblaze/cpu.h rename to target/microblaze/cpu.h diff --git a/target-microblaze/gdbstub.c b/target/microblaze/gdbstub.c similarity index 100% rename from target-microblaze/gdbstub.c rename to target/microblaze/gdbstub.c diff --git a/target-microblaze/helper.c b/target/microblaze/helper.c similarity index 100% rename from target-microblaze/helper.c rename to target/microblaze/helper.c diff --git a/target-microblaze/helper.h b/target/microblaze/helper.h similarity index 100% rename from target-microblaze/helper.h rename to target/microblaze/helper.h diff --git a/target-microblaze/microblaze-decode.h b/target/microblaze/microblaze-decode.h similarity index 100% rename from target-microblaze/microblaze-decode.h rename to target/microblaze/microblaze-decode.h diff --git a/target-microblaze/mmu.c b/target/microblaze/mmu.c similarity index 100% rename from target-microblaze/mmu.c rename to target/microblaze/mmu.c diff --git a/target-microblaze/mmu.h b/target/microblaze/mmu.h similarity index 100% rename from target-microblaze/mmu.h rename to target/microblaze/mmu.h diff --git a/target-microblaze/op_helper.c b/target/microblaze/op_helper.c similarity index 100% rename from target-microblaze/op_helper.c rename to target/microblaze/op_helper.c diff --git a/target-microblaze/translate.c b/target/microblaze/translate.c similarity index 100% rename from target-microblaze/translate.c rename to target/microblaze/translate.c