qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Reduce duplication in default configs
@ 2010-11-27  0:07 Paul Brook
  2010-11-27  0:07 ` [Qemu-devel] [PATCH 1/3] Include directives " Paul Brook
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Paul Brook @ 2010-11-27  0:07 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paul Brook

As mentioned elsewhere recently, there are a lot of devices that are
common to all targets.  In particular all PCI devices [should] work on
all PCI capable machies.  Currently each target default config has to
be updated separately, which becomes unmaintainable as as we get finer
grained control over which devices are built.

Following patch series allows a default config to include other files, and
uses this to consistently enable all PCI devices on all targets.

I have also made VirtIO devices optional.

Paul Brook (3):
  Include directives in default configs
  PCI config include
  VirtIO config option

 Makefile                               |   11 ++++++-----
 Makefile.objs                          |   31 ++++++++++++++++++++-----------
 Makefile.target                        |    8 ++++----
 default-configs/arm-softmmu.mak        |    3 +--
 default-configs/cris-softmmu.mak       |    2 +-
 default-configs/i386-softmmu.mak       |    4 +---
 default-configs/m68k-softmmu.mak       |    2 +-
 default-configs/microblaze-softmmu.mak |    1 -
 default-configs/mips-softmmu.mak       |    3 +--
 default-configs/mips64-softmmu.mak     |    3 +--
 default-configs/mips64el-softmmu.mak   |    3 +--
 default-configs/mipsel-softmmu.mak     |    3 +--
 default-configs/ppc-softmmu.mak        |    3 +--
 default-configs/ppc64-softmmu.mak      |    3 +--
 default-configs/ppcemb-softmmu.mak     |    3 +--
 default-configs/s390x-softmmu.mak      |    1 +
 default-configs/sh4-softmmu.mak        |    3 +--
 default-configs/sh4eb-softmmu.mak      |    3 +--
 default-configs/sparc-softmmu.mak      |    2 +-
 default-configs/sparc64-softmmu.mak    |    2 +-
 default-configs/x86_64-softmmu.mak     |    4 +---
 make_device_config.sh                  |   27 +++++++++++++++++++++++++++
 22 files changed, 74 insertions(+), 51 deletions(-)
 create mode 100644 make_device_config.sh

-- 
1.7.2.3

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

end of thread, other threads:[~2010-11-27 11:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-27  0:07 [Qemu-devel] [PATCH 0/3] Reduce duplication in default configs Paul Brook
2010-11-27  0:07 ` [Qemu-devel] [PATCH 1/3] Include directives " Paul Brook
2010-11-27  0:07 ` [Qemu-devel] [PATCH 2/3] PCI config include Paul Brook
2010-11-27 10:10   ` Blue Swirl
2010-11-27 10:50     ` Paul Brook
2010-11-27 11:30       ` Paul Brook
2010-11-27 11:51         ` Isaku Yamahata
2010-11-27 11:58           ` Paul Brook
2010-11-27  0:07 ` [Qemu-devel] [PATCH 3/3] VirtIO config option Paul Brook
2010-11-27  0:37 ` [Qemu-devel] [PATCH 0/3] Reduce duplication in default configs Paul Brook

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).