aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)AuthorFilesLines
2023-05-26configure: ignore --makePaolo Bonzini1-17/+1
2023-05-26meson: use subproject for keycodemapdbPaolo Bonzini1-2/+2
2023-05-26meson: use subproject for internal libfdtPaolo Bonzini1-1/+1
2023-05-26configure: unset harmful environment variablesPaolo Bonzini1-3/+2
2023-05-21Merge tag 'for-upstream-urgent' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-1/+9
2023-05-19scripts: make sure scripts are invoked via $(PYTHON)Paolo Bonzini1-1/+1
2023-05-19configure: fix backwards-compatibility for meson sphinx_build optionPaolo Bonzini1-0/+8
2023-05-18Merge tag 'pull-hex-20230518-1' of https://github.com/quic/qemu into stagingRichard Henderson1-1/+1
2023-05-18Hexagon (target/hexagon) Add support for v68/v69/v71/v73Taylor Simpson1-1/+1
2023-05-18configure: remove unnecessary checkPaolo Bonzini1-7/+0
2023-05-18configure: reorder option parsing codePaolo Bonzini1-63/+58
2023-05-18configure: remove unnecessary mkdirPaolo Bonzini1-1/+0
2023-05-18configure: do not rerun the tests with -WerrorPaolo Bonzini1-34/+1
2023-05-18configure: remove compiler sanity checkPaolo Bonzini1-14/+0
2023-05-18build: move --disable-debug-info to mesonPaolo Bonzini1-5/+0
2023-05-18build: move compiler version check to mesonPaolo Bonzini1-25/+0
2023-05-18build: move remaining compiler flag tests to mesonPaolo Bonzini1-68/+11
2023-05-18build: move warning flag selection to mesonPaolo Bonzini1-86/+0
2023-05-18build: move stack protector flag selection to mesonPaolo Bonzini1-42/+2
2023-05-18build: move coroutine backend selection to mesonPaolo Bonzini1-62/+0
2023-05-18build: move SafeStack tests to mesonPaolo Bonzini1-73/+0
2023-05-18build: move sanitizer tests to mesonPaolo Bonzini1-147/+0
2023-05-18configure, meson: move --enable-modules to MesonPaolo Bonzini1-20/+0
2023-05-18configure: remove pkg-config functionsPaolo Bonzini1-17/+4
2023-05-18build: move glib detection and workarounds to mesonPaolo Bonzini1-97/+1
2023-05-18meson: use prefer_static optionPaolo Bonzini1-3/+1
2023-05-18meson: require 0.63.0Paolo Bonzini1-1/+1
2023-05-18configure: Add courtesy hint to Python version failure messageJohn Snow1-1/+4
2023-05-18Python: Drop support for Python 3.6Paolo Bonzini1-5/+5
2023-05-18configure: add --enable-pypi and --disable-pypiJohn Snow1-1/+20
2023-05-18configure: bootstrap sphinx with mkvenvJohn Snow1-2/+19
2023-05-18configure: move --enable-docs and --disable-docs back to configureJohn Snow1-0/+6
2023-05-18configure: use 'mkvenv ensure meson' to bootstrap mesonJohn Snow1-54/+11
2023-05-18configure: create a python venv unconditionallyJohn Snow1-5/+29
2023-05-10block: compile out assert_bdrv_graph_readable() by defaultStefan Hajnoczi1-0/+1
2023-04-20configure: Honour cross-prefix when finding ObjC compilerPeter Maydell1-8/+18
2023-04-20configure: Avoid -Werror=maybe-uninitializedAkihiko Odaki1-7/+3
2023-04-20build-sys: prevent meson from downloading wrapped subprojectsMarc-André Lureau1-0/+4
2023-03-28util: import GTree as QTreeEmilio Cota1-0/+15
2023-03-09Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into sta...Peter Maydell1-0/+8
2023-03-08tests/qtest/readconfig: Test docs/config/ich9-ehci-uhci.cfgThomas Huth1-0/+1
2023-03-07testing: probe gdb for supported architectures ahead of timeAlex Bennée1-0/+8
2023-03-04configure: Disable thread-safety warnings on macOSThomas Huth1-1/+4
2023-03-02Merge tag 'pull-testing-next-010323-1' of https://gitlab.com/stsquad/qemu int...Peter Maydell1-0/+3
2023-03-01build: Don't specify -no-pie for --static user-mode programsWarner Losh1-1/+1
2023-03-01configure: expose the direct container commandAlex Bennée1-0/+3
2023-02-27Merge tag 'for-upstream-8.0' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-19/+61
2023-02-27configure: Look for auxiliary Python installationsJohn Snow1-16/+45
2023-02-27configure: protect against escaping venv when running MesonPaolo Bonzini1-3/+16
2023-02-27configure: Add 'mkdir build' checkDinah Baum1-2/+6