From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MgkWS-0005KF-Fb for qemu-devel@nongnu.org; Thu, 27 Aug 2009 15:20:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MgkWN-0005JM-NE for qemu-devel@nongnu.org; Thu, 27 Aug 2009 15:20:35 -0400 Received: from [199.232.76.173] (port=54395 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgkWN-0005JJ-LN for qemu-devel@nongnu.org; Thu, 27 Aug 2009 15:20:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15247) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MgkWM-000604-T4 for qemu-devel@nongnu.org; Thu, 27 Aug 2009 15:20:31 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n7RJKTvN028093 for ; Thu, 27 Aug 2009 15:20:29 -0400 From: Juan Quintela Date: Thu, 27 Aug 2009 21:17:35 +0200 Message-Id: Subject: [Qemu-devel] [PATCH v3 00/30] Compile only devices that are used List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The new config file version!!!!! v3: - Now we have a config file by target!!! - We have configure tool to choose what drivers to compile vi /config-devices.mak - We have another nice tool to check if a config file is valid make: if it compiles, it is good, otherwise go to previous step - Renamed config.h/config.mak to config-target.h and config-target.{h,mak} now config.h is not generated, and we can put more stuff there - I did a go at trying to create config-devices.h, but it is _interesting_ as we have different names, and have to put one of the files. That is the reason why I did the automatic generation of *.h files from *.mak files. - I switched previus patches to this new series. ToDo: - there is still a bug when compiling with make -j, sometimes it don't generate config-host.h. Still haven't been able to catch why. Normally it works, that is the reason why it is not esay to find what is wrong. - Pass more stuff to that configuration files. Comments? v2: - ptimer is also used in sparc64 (Blue Swirl) - generate and compile gdbstub-xml only when needed. v1: This series disable complilation of devices that are not used in any of the selected targets. Patch series remove all the devices that are not used for x86_64/i386-softmmu alone. If you also compiles the softmmu targets that need them, they are compiled back in. I sent similar patches to this series a couple of months ago. The big different (for those with good memory) is that now I don't move devices from Makefile.hw and Makefile to Makefile.target. I just enable/disable them with CONFIG_FOO and normal building system. I didn't do it for other platform because I don't have an easy way to test that I haven't broke anything. Anyone that uses other platform can do the same simplification there. Juan Quintela (30): Don't include config-host.mak from inside config.mak Move generation of config-host.h to Makefile from configure Remove useless check for config-host.mak Rename config.{h,mak} config-target.{h,mak} Move generation of config-target.h to Makefile from configure Add new config-devices.mak for each target Generate gdbstub-xml.c only when needed Only compile usb_ohci when one target uses it Only compile isa_mmio when one target uses it Only compile qdev_addr when one target uses it Only compile nand when one target uses it Only compile ecc when one target uses it Only compile esp when one target uses it Only compile escc when one target uses it Only compile m48t59 when one target uses it Only compile ptimer when one target uses it Only compile sd when one target uses it Only compile max7310 when one target uses it Only compile wm8750 when one target uses it Only compile twl92230 when one target uses it Only compile tsc2005 when one target uses it Only compile lm832x when one target uses it Only compile tmp105 when one target uses it Only compile stellaris_input when one target uses it Only compile sd0303 when one target uses it Only compile sd0323 when one target uses it Only compile ads7846 when one target uses it Only compile max111x when one target uses it Only compile ssi-sd when one target uses it Only compile ssi when one target uses it .gitignore | 3 + Makefile | 52 +++++++--- Makefile.hw | 13 ++- Makefile.target | 30 +++--- config.h | 3 + configure | 150 ++++++++++++---------------- create_config | 2 + default-configs/alpha-linux-user.mak | 1 + default-configs/arm-linux-user.mak | 3 + default-configs/arm-softmmu.mak | 22 ++++ default-configs/armeb-linux-user.mak | 3 + default-configs/cris-linux-user.mak | 1 + default-configs/cris-softmmu.mak | 3 + default-configs/i386-bsd-user.mak | 1 + default-configs/i386-darwin-user.mak | 1 + default-configs/i386-linux-user.mak | 1 + default-configs/i386-softmmu.mak | 1 + default-configs/m68k-linux-user.mak | 3 + default-configs/m68k-softmmu.mak | 3 + default-configs/microblaze-linux-user.mak | 1 + default-configs/microblaze-softmmu.mak | 1 + default-configs/mips-linux-user.mak | 1 + default-configs/mips-softmmu.mak | 4 + default-configs/mips64-softmmu.mak | 4 + default-configs/mips64el-softmmu.mak | 4 + default-configs/mipsel-linux-user.mak | 1 + default-configs/mipsel-softmmu.mak | 4 + default-configs/ppc-darwin-user.mak | 3 + default-configs/ppc-linux-user.mak | 3 + default-configs/ppc-softmmu.mak | 7 ++ default-configs/ppc64-linux-user.mak | 3 + default-configs/ppc64-softmmu.mak | 7 ++ default-configs/ppc64abi32-linux-user.mak | 3 + default-configs/ppcemb-softmmu.mak | 7 ++ default-configs/sh4-linux-user.mak | 1 + default-configs/sh4-softmmu.mak | 3 + default-configs/sh4eb-linux-user.mak | 1 + default-configs/sh4eb-softmmu.mak | 3 + default-configs/sparc-bsd-user.mak | 1 + default-configs/sparc-linux-user.mak | 1 + default-configs/sparc-softmmu.mak | 7 ++ default-configs/sparc32plus-linux-user.mak | 1 + default-configs/sparc64-bsd-user.mak | 1 + default-configs/sparc64-linux-user.mak | 1 + default-configs/sparc64-softmmu.mak | 6 + default-configs/x86_64-bsd-user.mak | 1 + default-configs/x86_64-linux-user.mak | 1 + default-configs/x86_64-softmmu.mak | 1 + rules.mak | 9 ++ 49 files changed, 268 insertions(+), 119 deletions(-) create mode 100644 config.h create mode 100644 default-configs/alpha-linux-user.mak create mode 100644 default-configs/arm-linux-user.mak create mode 100644 default-configs/arm-softmmu.mak create mode 100644 default-configs/armeb-linux-user.mak create mode 100644 default-configs/cris-linux-user.mak create mode 100644 default-configs/cris-softmmu.mak create mode 100644 default-configs/i386-bsd-user.mak create mode 100644 default-configs/i386-darwin-user.mak create mode 100644 default-configs/i386-linux-user.mak create mode 100644 default-configs/i386-softmmu.mak create mode 100644 default-configs/m68k-linux-user.mak create mode 100644 default-configs/m68k-softmmu.mak create mode 100644 default-configs/microblaze-linux-user.mak create mode 100644 default-configs/microblaze-softmmu.mak create mode 100644 default-configs/mips-linux-user.mak create mode 100644 default-configs/mips-softmmu.mak create mode 100644 default-configs/mips64-softmmu.mak create mode 100644 default-configs/mips64el-softmmu.mak create mode 100644 default-configs/mipsel-linux-user.mak create mode 100644 default-configs/mipsel-softmmu.mak create mode 100644 default-configs/ppc-darwin-user.mak create mode 100644 default-configs/ppc-linux-user.mak create mode 100644 default-configs/ppc-softmmu.mak create mode 100644 default-configs/ppc64-linux-user.mak create mode 100644 default-configs/ppc64-softmmu.mak create mode 100644 default-configs/ppc64abi32-linux-user.mak create mode 100644 default-configs/ppcemb-softmmu.mak create mode 100644 default-configs/sh4-linux-user.mak create mode 100644 default-configs/sh4-softmmu.mak create mode 100644 default-configs/sh4eb-linux-user.mak create mode 100644 default-configs/sh4eb-softmmu.mak create mode 100644 default-configs/sparc-bsd-user.mak create mode 100644 default-configs/sparc-linux-user.mak create mode 100644 default-configs/sparc-softmmu.mak create mode 100644 default-configs/sparc32plus-linux-user.mak create mode 100644 default-configs/sparc64-bsd-user.mak create mode 100644 default-configs/sparc64-linux-user.mak create mode 100644 default-configs/sparc64-softmmu.mak create mode 100644 default-configs/x86_64-bsd-user.mak create mode 100644 default-configs/x86_64-linux-user.mak create mode 100644 default-configs/x86_64-softmmu.mak