Skip to content
Snippets Groups Projects
  1. Feb 09, 2021
  2. Feb 08, 2021
  3. Feb 05, 2021
  4. Jan 29, 2021
  5. Jan 26, 2021
  6. Jan 23, 2021
  7. Jan 21, 2021
    • Paolo Bonzini's avatar
      build-system: clean up TCG/TCI configury · 23a77b2d
      Paolo Bonzini authored
      
      Make CONFIG_TCG_INTERPRETER a Meson option, and enable TCI (though with
      a warning) if the host CPU is unsupported, making it more similar to
      other --enable-* options.
      
      Remove TCG-specific include paths from !CONFIG_TCG builds.
      
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      23a77b2d
    • Joshua Watt's avatar
      configure: MinGW respect --bindir argument · 15588a62
      Joshua Watt authored
      
      There are two cases that need to be accounted for when compiling QEMU
      for MinGW32:
       1) A standalone distribution, where QEMU is self contained and
          extracted by the user, such as a user would download from the QEMU
          website. In this case, all the QEMU executable files should be
          rooted in $prefix to ensure they can be easily found by the user
       2) QEMU integrated into a distribution image/sysroot/SDK and
          distributed with other programs. In this case, the provided
          arguments for bindir/datadir/etc. should be respected as they for a
          Linux build.
      
      Restructures the MinGW path configuration so that all of the paths
      except bindir use the same rules as when building for other platforms.
      This satisfies #2 and #1 since these files do not need to be directly in
      $prefix anyway.
      
      The handling for --bindir is changed so that it defaults to $prefix on
      MinGW (maintaining the compatibility with #1), but if the user specifies
      a specific path when configuring it can also satisfy #2.
      
      Signed-off-by: default avatarJoshua Watt <JPEWhacker@gmail.com>
      Message-Id: <20210112210239.28836-1-JPEWhacker@gmail.com>
      Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
      15588a62
  8. Jan 20, 2021
  9. Jan 18, 2021
    • Alex Bennée's avatar
      configure: gate our use of GDB to 8.3.1 or above · b1863ccc
      Alex Bennée authored
      
      The support of socket based debugging which we need for linux-user
      testing is only really stable as of 8.3.1 so lets gate our use of GDB
      on having a relatively modern version.
      
      For direct testing you can just point to a locally compiled version of
      gdb via configure, e.g.:
      
        ../../configure --gdb=$HOME/src/binutils-gdb.git/builds/all/install/bin/gdb
      
      Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
      Message-Id: <20210108224256.2321-4-alex.bennee@linaro.org>
      b1863ccc
  10. Jan 12, 2021
  11. Jan 06, 2021
  12. Jan 02, 2021
Loading