All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/11] misc cleanups for use of config settings
@ 2011-01-14 19:12 David Ahern
  2011-01-14 19:12 ` [Qemu-devel] [PATCH 01/11] fix 'no such file' error from make_device_config.sh David Ahern
                   ` (10 more replies)
  0 siblings, 11 replies; 27+ messages in thread
From: David Ahern @ 2011-01-14 19:12 UTC (permalink / raw)
  To: qemu-devel; +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

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2011-01-15 16:31 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-14 19:12 [Qemu-devel] [PATCH 00/11] misc cleanups for use of config settings David Ahern
2011-01-14 19:12 ` [Qemu-devel] [PATCH 01/11] fix 'no such file' error from make_device_config.sh David Ahern
2011-01-14 21:04   ` Stefan Weil
2011-01-14 21:16     ` David Ahern
2011-01-15 15:42   ` [Qemu-devel] " Paolo Bonzini
2011-01-14 19:12 ` [Qemu-devel] [PATCH 02/11] config: settings from default-configs need to be included in header files David Ahern
2011-01-14 20:17   ` Blue Swirl
2011-01-14 20:24     ` David Ahern
2011-01-14 20:31       ` Blue Swirl
2011-01-14 20:47         ` David Ahern
2011-01-14 20:57           ` Blue Swirl
2011-01-14 21:04             ` David Ahern
2011-01-14 21:36               ` Blue Swirl
2011-01-14 21:54                 ` David Ahern
2011-01-15 16:18                 ` [Qemu-devel] " Paolo Bonzini
2011-01-15 16:30                   ` Blue Swirl
2011-01-14 19:12 ` [Qemu-devel] [PATCH 03/11] config: fix compile for CONFIG_VMWARE_VGA=n David Ahern
2011-01-14 19:12 ` [Qemu-devel] [PATCH 04/11] config: fix compile for CONFIG_PARALLEL=n David Ahern
2011-01-14 19:12 ` [Qemu-devel] [PATCH 05/11] remove unused parallel_* variables from pc.c David Ahern
2011-01-14 19:12 ` [Qemu-devel] [PATCH 06/11] config: fix compile for CONFIG_NE2000_ISA=n David Ahern
2011-01-14 19:12 ` [Qemu-devel] [PATCH 07/11] config: handle CONFIG_VGA_ISA=n David Ahern
2011-01-15 15:43   ` [Qemu-devel] " Paolo Bonzini
2011-01-14 19:12 ` [Qemu-devel] [PATCH 08/11] config: fix compile for CONFIG_IDE_ISA=n David Ahern
2011-01-14 19:12 ` [Qemu-devel] [PATCH 09/11] config: fix compile for CONFIG_FDC=n David Ahern
2011-01-14 19:12 ` [Qemu-devel] [PATCH 10/11] config: add CONFIG_APPLESMC David Ahern
2011-01-15 15:44   ` [Qemu-devel] " Paolo Bonzini
2011-01-14 19:12 ` [Qemu-devel] [PATCH 11/11] config: allow none as a configure option to disable all sound cards David Ahern

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.