qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 0/5] Configury/build system patches for 1.7


From: Paolo Bonzini
Subject: [Qemu-devel] [PULL 0/5] Configury/build system patches for 1.7
Date: Thu, 17 Oct 2013 17:35:28 +0200

Anthony,

The following changes since commit 39c153b80f890dc5f02465dc59992e195abd5f40:

  Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging 
(2013-10-10 13:16:25 -0700)

are available in the git repository at:


  git://github.com/bonzini/qemu.git configure

for you to fetch changes up to 2324841c0275f31505168e7a6ceb71bcede92d33:

  ui/Makefile.objs: delete unnecessary cocoa.o dependency (2013-10-16 18:21:01 
+0200)

These five patches are from Peter and/or from my summer of code
student, Akos Kovacs.  Peter picked up some small cleanups that
Akos did and improved them.

----------------------------------------------------------------
Peter Maydell (3):
      rules.mak: New logical functions for handling y/n values
      rules.mak: New string testing functions
      ui/Makefile.objs: delete unnecessary cocoa.o dependency

Á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                                 | 28 ++++++++++++++++++++++++++++
 target-arm/Makefile.objs                  |  2 +-
 target-i386/Makefile.objs                 |  2 +-
 target-ppc/Makefile.objs                  |  2 +-
 ui/Makefile.objs                          |  2 --
 18 files changed, 35 insertions(+), 30 deletions(-)
-- 
1.8.3.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]