From mboxrd@z Thu Jan 1 00:00:00 1970 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 From: Thomas Huth 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> Subject: [Qemu-devel] [RFC for-2.9 08/11] microblaze: Move CPU files to target/ folder List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Paolo Bonzini , Peter Crosthwaite , Richard Henderson , Aurelien Jarno , Peter Maydell Cc: "Edgar E. Iglesias" , Michael Walle , Laurent Vivier , Yongbok Kim , Anthony Green , Jia Liu , David Gibson , Alexander Graf , Mark Cave-Ayland , Artyom Tarasenko , Guan Xuetao , Eduardo Habkost , Max Filippov , Bastian Koppelmann , James Hogan , Christian Borntraeger , Cornelia Huck , Marcelo Tosatti 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 -- 1.8.3.1