aboutsummaryrefslogtreecommitdiffstats
path: root/configure (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-upstream-8.0' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2023-02-271-19/+61
|\
| * configure: Look for auxiliary Python installationsJohn Snow2023-02-271-16/+45
| * configure: protect against escaping venv when running MesonPaolo Bonzini2023-02-271-3/+16
* | configure: Add 'mkdir build' checkDinah Baum2023-02-271-2/+6
|/
* configure: Enable -Wthread-safety if presentKevin Wolf2023-02-171-0/+1
* configure: Bump minimum Clang version to 10.0Thomas Huth2023-02-141-19/+6
* tests/tcg: Do not build/run TCG tests if TCG is disabledFabiano Rosas2023-01-261-1/+5
* configure: remove backwards-compatibility codePaolo Bonzini2023-01-111-10/+0
* enforce use of G_GNUC_PRINTF attributesDaniel P. Berrangé2023-01-111-0/+1
* configure: fix GLIB_VERSION for cross-compilationPaolo Bonzini2023-01-111-1/+1
* configure: test all warningsPaolo Bonzini2023-01-061-2/+5
* configure: remove backwards-compatibility and obsolete optionsPaolo Bonzini2023-01-061-20/+0
* configure: preserve qemu-ga variablesPaolo Bonzini2023-01-061-17/+6
* configure: cleanup $cpu testsPaolo Bonzini2023-01-061-12/+7
* configure: remove dead functionPaolo Bonzini2023-01-061-4/+0
* configure: remove useless write_c_skeletonPaolo Bonzini2023-01-061-1/+0
* configure: repeat ourselves for the benefit of CIAlex Bennée2022-12-231-3/+4
* configure: Fix check-tcg not executing any testsMukilan Thiyagarajan2022-12-231-3/+1
* qga-win: add logging to Windows event logAndrey Drobyshev2022-12-201-0/+3
* Run docker probe only if docker or podman are availableStefan Weil2022-11-221-1/+1
* Fix broken configure with -Wunused-parameterStefan Weil2022-11-061-4/+4
* tests/tcg: include CONFIG_PLUGIN in config-host.makPaolo Bonzini2022-10-311-0/+3
* configure: fix the --enable-static --disable-pie caseAlex Bennée2022-10-311-2/+3
* configure: don't enable cross compilers unless in target_listAlex Bennée2022-10-311-0/+9
* configure: Avoid using strings binaryMichal Privoznik2022-10-181-17/+18
* configure: don't enable firmware for targets that are not builtPaolo Bonzini2022-10-181-4/+16
* Revert "configure: build ROMs with container-based cross compilers"Alex Bennée2022-10-111-18/+12
* configure: build ROMs with container-based cross compilersPaolo Bonzini2022-10-061-12/+18
* configure: cleanup creation of tests/tcg target configPaolo Bonzini2022-10-061-7/+5
* configure: unify creation of cross-compilation MakefilesPaolo Bonzini2022-10-061-51/+43
* configure: move tests/tcg/Makefile.prereqs to root build directoryPaolo Bonzini2022-10-061-8/+7
* tests/tcg: move compiler tests to MakefilesPaolo Bonzini2022-10-061-63/+2
* tests/tcg: remove -f from Makefile invocationPaolo Bonzini2022-10-061-3/+4
* tests: simplify Makefile invocation for tests/tcgPaolo Bonzini2022-10-061-9/+14
* configure: store container engine in config-host.makPaolo Bonzini2022-10-061-3/+8
* configure: return status code from probe_target_compilerPaolo Bonzini2022-10-061-8/+6
* configure: move detected gdb to TCG's config-host.makAlex Bennée2022-10-061-0/+7
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-10-041-91/+6
|\
| * configure, meson: move linker flag detection to mesonPaolo Bonzini2022-10-011-16/+0
| * configure, meson: move C++ compiler detection to meson.buildPaolo Bonzini2022-10-011-57/+0
| * meson: require 0.61.3Paolo Bonzini2022-10-011-1/+1
| * configure: do not invoke as/ld directly for pc-bios/optionromPaolo Bonzini2022-09-271-17/+5
* | Merge tag 'pull-request-2022-09-26' of https://gitlab.com/thuth/qemu into stagingStefan Hajnoczi2022-09-271-24/+1
|\ \ | |/ |/|
| * Remove the slirp submodule (i.e. compile only with an external libslirp)Thomas Huth2022-09-261-24/+0
| * configure: Add -Wno-gnu-variable-sized-type-not-at-endChenyi Qiang2022-09-261-0/+1
* | configure: Avoid use of 'local' as it is non-POSIXPeter Maydell2022-09-221-4/+3
* | configure: Check mkdir result directly, not via $?Peter Maydell2022-09-221-2/+1
* | configure: Remove use of backtick `...` syntaxPeter Maydell2022-09-221-1/+1
* | configure: Add './' on front of glob of */config-devices.mak.dPeter Maydell2022-09-221-1/+1
* | configure: Add missing quoting for some easy casesPeter Maydell2022-09-221-32/+32