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