index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
configure
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-upstream-8.0' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2023-02-27
1
-19
/
+61
|
\
|
*
configure: Look for auxiliary Python installations
John Snow
2023-02-27
1
-16
/
+45
|
*
configure: protect against escaping venv when running Meson
Paolo Bonzini
2023-02-27
1
-3
/
+16
*
|
configure: Add 'mkdir build' check
Dinah Baum
2023-02-27
1
-2
/
+6
|
/
*
configure: Enable -Wthread-safety if present
Kevin Wolf
2023-02-17
1
-0
/
+1
*
configure: Bump minimum Clang version to 10.0
Thomas Huth
2023-02-14
1
-19
/
+6
*
tests/tcg: Do not build/run TCG tests if TCG is disabled
Fabiano Rosas
2023-01-26
1
-1
/
+5
*
configure: remove backwards-compatibility code
Paolo Bonzini
2023-01-11
1
-10
/
+0
*
enforce use of G_GNUC_PRINTF attributes
Daniel P. Berrangé
2023-01-11
1
-0
/
+1
*
configure: fix GLIB_VERSION for cross-compilation
Paolo Bonzini
2023-01-11
1
-1
/
+1
*
configure: test all warnings
Paolo Bonzini
2023-01-06
1
-2
/
+5
*
configure: remove backwards-compatibility and obsolete options
Paolo Bonzini
2023-01-06
1
-20
/
+0
*
configure: preserve qemu-ga variables
Paolo Bonzini
2023-01-06
1
-17
/
+6
*
configure: cleanup $cpu tests
Paolo Bonzini
2023-01-06
1
-12
/
+7
*
configure: remove dead function
Paolo Bonzini
2023-01-06
1
-4
/
+0
*
configure: remove useless write_c_skeleton
Paolo Bonzini
2023-01-06
1
-1
/
+0
*
configure: repeat ourselves for the benefit of CI
Alex Bennée
2022-12-23
1
-3
/
+4
*
configure: Fix check-tcg not executing any tests
Mukilan Thiyagarajan
2022-12-23
1
-3
/
+1
*
qga-win: add logging to Windows event log
Andrey Drobyshev
2022-12-20
1
-0
/
+3
*
Run docker probe only if docker or podman are available
Stefan Weil
2022-11-22
1
-1
/
+1
*
Fix broken configure with -Wunused-parameter
Stefan Weil
2022-11-06
1
-4
/
+4
*
tests/tcg: include CONFIG_PLUGIN in config-host.mak
Paolo Bonzini
2022-10-31
1
-0
/
+3
*
configure: fix the --enable-static --disable-pie case
Alex Bennée
2022-10-31
1
-2
/
+3
*
configure: don't enable cross compilers unless in target_list
Alex Bennée
2022-10-31
1
-0
/
+9
*
configure: Avoid using strings binary
Michal Privoznik
2022-10-18
1
-17
/
+18
*
configure: don't enable firmware for targets that are not built
Paolo Bonzini
2022-10-18
1
-4
/
+16
*
Revert "configure: build ROMs with container-based cross compilers"
Alex Bennée
2022-10-11
1
-18
/
+12
*
configure: build ROMs with container-based cross compilers
Paolo Bonzini
2022-10-06
1
-12
/
+18
*
configure: cleanup creation of tests/tcg target config
Paolo Bonzini
2022-10-06
1
-7
/
+5
*
configure: unify creation of cross-compilation Makefiles
Paolo Bonzini
2022-10-06
1
-51
/
+43
*
configure: move tests/tcg/Makefile.prereqs to root build directory
Paolo Bonzini
2022-10-06
1
-8
/
+7
*
tests/tcg: move compiler tests to Makefiles
Paolo Bonzini
2022-10-06
1
-63
/
+2
*
tests/tcg: remove -f from Makefile invocation
Paolo Bonzini
2022-10-06
1
-3
/
+4
*
tests: simplify Makefile invocation for tests/tcg
Paolo Bonzini
2022-10-06
1
-9
/
+14
*
configure: store container engine in config-host.mak
Paolo Bonzini
2022-10-06
1
-3
/
+8
*
configure: return status code from probe_target_compiler
Paolo Bonzini
2022-10-06
1
-8
/
+6
*
configure: move detected gdb to TCG's config-host.mak
Alex Bennée
2022-10-06
1
-0
/
+7
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2022-10-04
1
-91
/
+6
|
\
|
*
configure, meson: move linker flag detection to meson
Paolo Bonzini
2022-10-01
1
-16
/
+0
|
*
configure, meson: move C++ compiler detection to meson.build
Paolo Bonzini
2022-10-01
1
-57
/
+0
|
*
meson: require 0.61.3
Paolo Bonzini
2022-10-01
1
-1
/
+1
|
*
configure: do not invoke as/ld directly for pc-bios/optionrom
Paolo Bonzini
2022-09-27
1
-17
/
+5
*
|
Merge tag 'pull-request-2022-09-26' of https://gitlab.com/thuth/qemu into staging
Stefan Hajnoczi
2022-09-27
1
-24
/
+1
|
\
\
|
|
/
|
/
|
|
*
Remove the slirp submodule (i.e. compile only with an external libslirp)
Thomas Huth
2022-09-26
1
-24
/
+0
|
*
configure: Add -Wno-gnu-variable-sized-type-not-at-end
Chenyi Qiang
2022-09-26
1
-0
/
+1
*
|
configure: Avoid use of 'local' as it is non-POSIX
Peter Maydell
2022-09-22
1
-4
/
+3
*
|
configure: Check mkdir result directly, not via $?
Peter Maydell
2022-09-22
1
-2
/
+1
*
|
configure: Remove use of backtick `...` syntax
Peter Maydell
2022-09-22
1
-1
/
+1
*
|
configure: Add './' on front of glob of */config-devices.mak.d
Peter Maydell
2022-09-22
1
-1
/
+1
*
|
configure: Add missing quoting for some easy cases
Peter Maydell
2022-09-22
1
-32
/
+32
[next]