aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2022-11-06Fix broken configure with -Wunused-parameterStefan Weil
2022-10-31tests/tcg: include CONFIG_PLUGIN in config-host.makPaolo Bonzini
2022-10-31configure: fix the --enable-static --disable-pie caseAlex Bennée
2022-10-31configure: don't enable cross compilers unless in target_listAlex Bennée
2022-10-18configure: Avoid using strings binaryMichal Privoznik
2022-10-18configure: don't enable firmware for targets that are not builtPaolo Bonzini
2022-10-11Revert "configure: build ROMs with container-based cross compilers"Alex Bennée
2022-10-06configure: build ROMs with container-based cross compilersPaolo Bonzini
2022-10-06configure: cleanup creation of tests/tcg target configPaolo Bonzini
2022-10-06configure: unify creation of cross-compilation MakefilesPaolo Bonzini
2022-10-06configure: move tests/tcg/Makefile.prereqs to root build directoryPaolo Bonzini
2022-10-06tests/tcg: move compiler tests to MakefilesPaolo Bonzini
2022-10-06tests/tcg: remove -f from Makefile invocationPaolo Bonzini
2022-10-06tests: simplify Makefile invocation for tests/tcgPaolo Bonzini
2022-10-06configure: store container engine in config-host.makPaolo Bonzini
2022-10-06configure: return status code from probe_target_compilerPaolo Bonzini
2022-10-06configure: move detected gdb to TCG's config-host.makAlex Bennée
2022-10-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-10-01configure, meson: move linker flag detection to mesonPaolo Bonzini
2022-10-01configure, meson: move C++ compiler detection to meson.buildPaolo Bonzini
2022-10-01meson: require 0.61.3Paolo Bonzini
2022-09-27Merge tag 'pull-request-2022-09-26' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2022-09-27configure: do not invoke as/ld directly for pc-bios/optionromPaolo Bonzini
2022-09-26Remove the slirp submodule (i.e. compile only with an external libslirp)Thomas Huth
2022-09-26configure: Add -Wno-gnu-variable-sized-type-not-at-endChenyi Qiang
2022-09-22configure: Avoid use of 'local' as it is non-POSIXPeter Maydell
2022-09-22configure: Check mkdir result directly, not via $?Peter Maydell
2022-09-22configure: Remove use of backtick `...` syntaxPeter Maydell
2022-09-22configure: Add './' on front of glob of */config-devices.mak.dPeter Maydell
2022-09-22configure: Add missing quoting for some easy casesPeter Maydell
2022-09-22configure: Remove unused meson_args variablePeter Maydell
2022-09-22configure: Remove unused python_version variablePeter Maydell
2022-09-20configure: explicitly set cflags for --disable-pieAlex Bennée
2022-09-01configure: improve error for ucontext coroutine backendPaolo Bonzini
2022-07-29configure: pass correct cflags to container-based cross compilersPaolo Bonzini
2022-07-29configure: Fix ppc container_cross_cc substitutionRichard Henderson
2022-07-26configure: Avoid '==' bashismPeter Maydell
2022-07-26configure: Drop dead code attempting to use -msmall-data on alpha hostsPeter Maydell
2022-07-26configure: Don't use bash-specific string-replacement syntaxPeter Maydell
2022-07-26configure: Add braces to clarify intent of $emu[[:space:]]Peter Maydell
2022-07-26configure: Add missing POSIX-required spacePeter Maydell
2022-07-19tests/docker/dockerfiles: Add debian-loongarch-cross.dockerRichard Henderson
2022-07-14Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2022-07-13meson: Prefix each element of firmware pathAkihiko Odaki
2022-07-13configure: Restrict TCG to emulationPhilippe Mathieu-Daudé
2022-07-08build: try both native and cross compilersPaolo Bonzini
2022-07-08configure: pass whole target name to probe_target_compilerPaolo Bonzini
2022-07-06configure: write EXTRA_CFLAGS for all sub-MakefilesPaolo Bonzini
2022-07-06configure: allow more host/target combos to use the host compilerPaolo Bonzini
2022-07-06configure, pc-bios/vof: pass cross CFLAGS correctlyPaolo Bonzini