From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43115 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PdGlh-0001VD-Np for qemu-devel@nongnu.org; Thu, 13 Jan 2011 01:34:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PdGlg-0000P6-9k for qemu-devel@nongnu.org; Thu, 13 Jan 2011 01:34:45 -0500 Received: from sj-iport-4.cisco.com ([171.68.10.86]:50842) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PdGlg-0000OW-4p for qemu-devel@nongnu.org; Thu, 13 Jan 2011 01:34:44 -0500 From: David Ahern Date: Wed, 12 Jan 2011 23:34:29 -0700 Message-Id: <1294900477-23722-1-git-send-email-daahern@cisco.com> Subject: [Qemu-devel] [PATCH 0/8] misc cleanups for x86_64 disabling 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 David Ahern (8): fix 'no such file' error from make_device_config.sh x86_64 config: fix compile for CONFIG_VMWARE_VGA=n x86_64 config: fix compile for CONFIG_PARALLEL=n remove unused parallel_* variables from pc.c x86_64 config: fix compile for CONFIG_NE2000_ISA=n x86_64 config: fix compile for CONFIG_VGA_ISA=n x86_64 config: fix compile for CONFIG_IDE_ISA=n x86_64 config: fix compile for CONFIG_FDC=n hw/pc.c | 21 ++++++++++++++++++--- hw/pc_piix.c | 11 +++++++++++ make_device_config.sh | 2 +- 3 files changed, 30 insertions(+), 4 deletions(-) -- 1.7.3.4