From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33861 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pdp4W-0005XL-96 for qemu-devel@nongnu.org; Fri, 14 Jan 2011 14:12:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pdp4V-0007I5-4e for qemu-devel@nongnu.org; Fri, 14 Jan 2011 14:12:28 -0500 Received: from sj-iport-5.cisco.com ([171.68.10.87]:2644) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pdp4V-0007I0-0X for qemu-devel@nongnu.org; Fri, 14 Jan 2011 14:12:27 -0500 From: David Ahern Date: Fri, 14 Jan 2011 12:12:10 -0700 Message-Id: <1295032341-6926-1-git-send-email-daahern@cisco.com> Subject: [Qemu-devel] [PATCH 00/11] misc cleanups for use of config settings List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: David Ahern Start point for use of CONFIG options. This series addresses compiling out unwanted devices. v1 --> v2 - use Markus' solution for make_device_config - address comments from Paolo regarding CONFIG_FDC and CONFIG_VGA_ISA - add patch to actually use CONFIG options in C-code - add CONFIG_APPLESMC option - add option for disabling all sound cards David Ahern (11): fix 'no such file' error from make_device_config.sh config: settings from default-configs need to be included in header files config: fix compile for CONFIG_VMWARE_VGA=n config: fix compile for CONFIG_PARALLEL=n remove unused parallel_* variables from pc.c config: fix compile for CONFIG_NE2000_ISA=n config: handle CONFIG_VGA_ISA=n config: fix compile for CONFIG_IDE_ISA=n config: fix compile for CONFIG_FDC=n config: add CONFIG_APPLESMC config: allow none as a configure option to disable all sound cards Makefile | 16 ++++++++-------- Makefile.hw | 2 +- Makefile.target | 7 ++++--- configure | 2 +- default-configs/i386-softmmu.mak | 1 + default-configs/x86_64-softmmu.mak | 1 + hw/pc.c | 23 ++++++++++++++++++++--- hw/pc_piix.c | 17 +++++++++++++++++ make_device_config.sh | 2 +- rules.mak | 4 ++-- 10 files changed, 56 insertions(+), 19 deletions(-) -- 1.7.3.4