Skip to content
Snippets Groups Projects
  1. Feb 01, 2012
    • Stefan Weil's avatar
      MAINTAINERS: Add a section for the host OS and a W32 maintainer · 1bdd6874
      Stefan Weil authored
      
      Up to now, there was no special section for the different
      host operating systems used with QEMU.
      
      scripts/get_maintainer.pl did not show a maintainer for
      OS specific files and patches.
      
      Therefore I added three hosts systems:
      
      * POSIX for the majority of host systems which are supported.
        This includes BSD and Linux host systems.
      
      * LINUX is a special case of POSIX needed for some Linux specific
        files and directories.
      
      * W32, W64 for a well known family of closed source operating systems.
      
      I also added myself as a maintainer for W32, W64.
      
      Signed-off-by: default avatarStefan Weil <sw@weilnetz.de>
      Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
      1bdd6874
    • Sergei Trofimovich's avatar
      ./configure: add link check for nss-smartcard · 5f01e06f
      Sergei Trofimovich authored
      
      Current './configure --static && make' fails for me:
      
          LINK  qemu-nbd
          /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lssl3
          /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lsmime3
          /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lnssutil3
          /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lnss3
          /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lplds4
          /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lplc4
          /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lnspr4
      
      My system does not provide static libraries for nss, so
      fix autoconfiguration by link checking.
      
      Signed-off-by: default avatarSergei Trofimovich <slyfox@gentoo.org>
      CC: qemu-trivial <qemu-trivial@nongnu.org>
      Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
      5f01e06f
    • Sergei Trofimovich's avatar
      ./configure: request pkg-config to provide private libs when static linking · 17884d7b
      Sergei Trofimovich authored
      
      Added wrapper around pkg-config to allow:
      - safe options injection via ${QEMU_PKG_CONFIG_FLAGS}
      - spaces in path to pkg-config
      
      Signed-off-by: default avatarSergei Trofimovich <slyfox@gentoo.org>
      CC: Peter Maydell <peter.maydell@linaro.org>
      Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
      17884d7b
  2. Jan 30, 2012
  3. Jan 29, 2012
  4. Jan 28, 2012
  5. Jan 27, 2012
Loading