1. 17 6月, 2015 1 次提交
  2. 15 6月, 2015 4 次提交
  3. 04 6月, 2015 1 次提交
    • T
      configure: Check for libfdt version 1.4.0 · 31ce0adb
      Thomas Huth 提交于
      Some recent patches require a function from libfdt version 1.4.0,
      so we should check for this version during the configure step
      already. Unfortunately, there does not seem to be a proper #define
      for the version number in the libfdt headers. So alternatively,
      we check for the availability of the required function
      fdt_get_property_by_offset() instead instead.
      Signed-off-by: NThomas Huth <thuth@redhat.com>
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      31ce0adb
  4. 03 6月, 2015 1 次提交
  5. 29 5月, 2015 2 次提交
  6. 27 5月, 2015 1 次提交
  7. 23 5月, 2015 1 次提交
  8. 22 5月, 2015 4 次提交
  9. 08 5月, 2015 1 次提交
  10. 05 5月, 2015 1 次提交
  11. 30 4月, 2015 1 次提交
  12. 29 4月, 2015 1 次提交
    • F
      configure: Add support for tcmalloc · 2847b469
      Fam Zheng 提交于
      This adds "--enable-tcmalloc" and "--disable-tcmalloc" to allow linking
      to libtcmalloc from gperftools.
      
      tcmalloc is a malloc implementation that works well with threads and is
      fast, so it is good for performance.
      
      It is disabled by default, because the MALLOC_PERTURB_ flag we use in
      tests doesn't work with tcmalloc. However we can enable tcmalloc
      specific heap checker and profilers later.
      
      An IOPS gain can be observed with virtio-blk-dataplane, other parts of
      QEMU will directly benefit from it as well:
      
      ==========================================================
                             glibc malloc
      ----------------------------------------------------------
      rw         bs         iodepth    bw     iops       latency
      read       4k         1          150    38511      24
      ----------------------------------------------------------
      
      ==========================================================
                               tcmalloc
      ----------------------------------------------------------
      rw         bs         iodepth    bw     iops       latency
      read       4k         1          156    39969      23
      ----------------------------------------------------------
      Signed-off-by: NFam Zheng <famz@redhat.com>
      Message-Id: <1427338992-27057-1-git-send-email-famz@redhat.com>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      2847b469
  13. 13 4月, 2015 1 次提交
    • P
      Revert seccomp tests that allow it to be used on non-x86 architectures · ae6e8ef1
      Peter Maydell 提交于
      Unfortunately it turns out that libseccomp 2.2 still does not work
      correctly on non-x86 architectures; return to the previous configure
      setup of insisting on libseccomp 2.1 or better and i386/x86_64 and
      disabling seccomp support in all other situations.
      
      This reverts the two commits:
       * "seccomp: libseccomp version varying according to arch"
         (commit 896848f0)
       * "seccomp: update libseccomp version and remove arch restriction"
         (commit 8e27fc20)
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Message-id: 1428670681-23032-1-git-send-email-peter.maydell@linaro.org
      ae6e8ef1
  14. 10 4月, 2015 1 次提交
  15. 27 3月, 2015 1 次提交
  16. 25 3月, 2015 1 次提交
  17. 19 3月, 2015 1 次提交
  18. 17 3月, 2015 1 次提交
  19. 12 3月, 2015 2 次提交
  20. 07 2月, 2015 2 次提交
  21. 26 1月, 2015 1 次提交
  22. 20 1月, 2015 1 次提交
  23. 06 1月, 2015 1 次提交
  24. 10 12月, 2014 1 次提交
  25. 12 11月, 2014 1 次提交
  26. 02 11月, 2014 1 次提交
  27. 15 10月, 2014 1 次提交
  28. 30 9月, 2014 1 次提交
    • P
      configure: Build GDB XML for 32 bit ARM CPUs into qemu aarch64 binaries · 8f95ce2e
      Peter Maydell 提交于
      The qemu-aarch64 and qemu-system-aarch64 binaries include support
      for all the 32 bit ARM CPUs as well as the 64 bit ones. This means
      we need to build in the GDB XML files for the 32 bit CPUs too.
      Otherwise gdb will complain:
       warning: while parsing target description (at line 1): Could not load XML document "arm-core.xml"
      when you try to connect to our gdbserver to debug a 32 bit CPU
      running in a qemu-aarch64 or qemu-system-aarch64 binary.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Message-id: 1410533739-13836-1-git-send-email-peter.maydell@linaro.org
      8f95ce2e
  29. 29 9月, 2014 1 次提交
  30. 26 9月, 2014 1 次提交
  31. 22 9月, 2014 1 次提交