qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] avoid CONFIG_NO_* using rules.mak logical functions
@ 2013-09-13 14:19 Peter Maydell
  2013-09-13 14:19 ` [Qemu-devel] [PATCH 1/3] rules.mak: New logical functions for handling y/n values Peter Maydell
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Peter Maydell @ 2013-09-13 14:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, Ákos Kovács, Anthony Liguori, patches

This is based on a set of patches by Ákos Kovács which were
lurking at the beginning of his KConfig patchset but which
I think make a nice standalone cleanup. Since I basically
rewrote all of patch 1 in review comments I figured it was
easier to just write it as a new patch. Patch 2 and 3
are Ákos', though I fixed a few missed conversions in patch 2.

Peter Maydell (1):
  rules.mak: New logical functions for handling y/n values

Ákos Kovács (2):
  Makefile.target: CONFIG_NO_* variables removed
  default-configs/: CONFIG_GDBSTUB_XML removed

 Makefile.target                           |   10 +++-------
 default-configs/arm-linux-user.mak        |    2 --
 default-configs/arm-softmmu.mak           |    1 -
 default-configs/armeb-linux-user.mak      |    2 --
 default-configs/m68k-linux-user.mak       |    2 --
 default-configs/m68k-softmmu.mak          |    1 -
 default-configs/ppc-linux-user.mak        |    2 --
 default-configs/ppc-softmmu.mak           |    1 -
 default-configs/ppc64-linux-user.mak      |    2 --
 default-configs/ppc64-softmmu.mak         |    1 -
 default-configs/ppc64abi32-linux-user.mak |    2 --
 default-configs/ppcemb-softmmu.mak        |    1 -
 hw/pci/Makefile.objs                      |    2 +-
 rules.mak                                 |   18 ++++++++++++++++++
 target-arm/Makefile.objs                  |    2 +-
 target-i386/Makefile.objs                 |    2 +-
 target-ppc/Makefile.objs                  |    2 +-
 17 files changed, 25 insertions(+), 28 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2013-09-13 14:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-13 14:19 [Qemu-devel] [PATCH 0/3] avoid CONFIG_NO_* using rules.mak logical functions Peter Maydell
2013-09-13 14:19 ` [Qemu-devel] [PATCH 1/3] rules.mak: New logical functions for handling y/n values Peter Maydell
2013-09-13 14:19 ` [Qemu-devel] [PATCH 2/3] Makefile.target: CONFIG_NO_* variables removed Peter Maydell
2013-09-13 14:19 ` [Qemu-devel] [PATCH 3/3] default-configs/: CONFIG_GDBSTUB_XML removed Peter Maydell

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).