Age | Commit message (Expand) | Author |
2023-01-11 | configure: remove backwards-compatibility code | Paolo Bonzini |
2023-01-11 | enforce use of G_GNUC_PRINTF attributes | Daniel P. Berrangé |
2023-01-11 | configure: fix GLIB_VERSION for cross-compilation | Paolo Bonzini |
2023-01-06 | configure: test all warnings | Paolo Bonzini |
2023-01-06 | configure: remove backwards-compatibility and obsolete options | Paolo Bonzini |
2023-01-06 | configure: preserve qemu-ga variables | Paolo Bonzini |
2023-01-06 | configure: cleanup $cpu tests | Paolo Bonzini |
2023-01-06 | configure: remove dead function | Paolo Bonzini |
2023-01-06 | configure: remove useless write_c_skeleton | Paolo Bonzini |
2022-12-23 | configure: repeat ourselves for the benefit of CI | Alex Bennée |
2022-12-23 | configure: Fix check-tcg not executing any tests | Mukilan Thiyagarajan |
2022-12-20 | qga-win: add logging to Windows event log | Andrey Drobyshev |
2022-11-22 | Run docker probe only if docker or podman are available | Stefan Weil |
2022-11-06 | Fix broken configure with -Wunused-parameter | Stefan Weil |
2022-10-31 | tests/tcg: include CONFIG_PLUGIN in config-host.mak | Paolo Bonzini |
2022-10-31 | configure: fix the --enable-static --disable-pie case | Alex Bennée |
2022-10-31 | configure: don't enable cross compilers unless in target_list | Alex Bennée |
2022-10-18 | configure: Avoid using strings binary | Michal Privoznik |
2022-10-18 | configure: don't enable firmware for targets that are not built | Paolo Bonzini |
2022-10-11 | Revert "configure: build ROMs with container-based cross compilers" | Alex Bennée |
2022-10-06 | configure: build ROMs with container-based cross compilers | Paolo Bonzini |
2022-10-06 | configure: cleanup creation of tests/tcg target config | Paolo Bonzini |
2022-10-06 | configure: unify creation of cross-compilation Makefiles | Paolo Bonzini |
2022-10-06 | configure: move tests/tcg/Makefile.prereqs to root build directory | Paolo Bonzini |
2022-10-06 | tests/tcg: move compiler tests to Makefiles | Paolo Bonzini |
2022-10-06 | tests/tcg: remove -f from Makefile invocation | Paolo Bonzini |
2022-10-06 | tests: simplify Makefile invocation for tests/tcg | Paolo Bonzini |
2022-10-06 | configure: store container engine in config-host.mak | Paolo Bonzini |
2022-10-06 | configure: return status code from probe_target_compiler | Paolo Bonzini |
2022-10-06 | configure: move detected gdb to TCG's config-host.mak | Alex Bennée |
2022-10-04 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Stefan Hajnoczi |
2022-10-01 | configure, meson: move linker flag detection to meson | Paolo Bonzini |
2022-10-01 | configure, meson: move C++ compiler detection to meson.build | Paolo Bonzini |
2022-10-01 | meson: require 0.61.3 | Paolo Bonzini |
2022-09-27 | Merge tag 'pull-request-2022-09-26' of https://gitlab.com/thuth/qemu into sta... | Stefan Hajnoczi |
2022-09-27 | configure: do not invoke as/ld directly for pc-bios/optionrom | Paolo Bonzini |
2022-09-26 | Remove the slirp submodule (i.e. compile only with an external libslirp) | Thomas Huth |
2022-09-26 | configure: Add -Wno-gnu-variable-sized-type-not-at-end | Chenyi Qiang |
2022-09-22 | configure: Avoid use of 'local' as it is non-POSIX | Peter Maydell |
2022-09-22 | configure: Check mkdir result directly, not via $? | Peter Maydell |
2022-09-22 | configure: Remove use of backtick `...` syntax | Peter Maydell |
2022-09-22 | configure: Add './' on front of glob of */config-devices.mak.d | Peter Maydell |
2022-09-22 | configure: Add missing quoting for some easy cases | Peter Maydell |
2022-09-22 | configure: Remove unused meson_args variable | Peter Maydell |
2022-09-22 | configure: Remove unused python_version variable | Peter Maydell |
2022-09-20 | configure: explicitly set cflags for --disable-pie | Alex Bennée |
2022-09-01 | configure: improve error for ucontext coroutine backend | Paolo Bonzini |
2022-07-29 | configure: pass correct cflags to container-based cross compilers | Paolo Bonzini |
2022-07-29 | configure: Fix ppc container_cross_cc substitution | Richard Henderson |
2022-07-26 | configure: Avoid '==' bashism | Peter Maydell |