Age | Commit message (Expand) | Author | Files | Lines |
2023-05-26 | configure: ignore --make | Paolo Bonzini | 1 | -17/+1 |
2023-05-26 | meson: use subproject for keycodemapdb | Paolo Bonzini | 1 | -2/+2 |
2023-05-26 | meson: use subproject for internal libfdt | Paolo Bonzini | 1 | -1/+1 |
2023-05-26 | configure: unset harmful environment variables | Paolo Bonzini | 1 | -3/+2 |
2023-05-21 | Merge tag 'for-upstream-urgent' of https://gitlab.com/bonzini/qemu into staging | Richard Henderson | 1 | -1/+9 |
2023-05-19 | scripts: make sure scripts are invoked via $(PYTHON) | Paolo Bonzini | 1 | -1/+1 |
2023-05-19 | configure: fix backwards-compatibility for meson sphinx_build option | Paolo Bonzini | 1 | -0/+8 |
2023-05-18 | Merge tag 'pull-hex-20230518-1' of https://github.com/quic/qemu into staging | Richard Henderson | 1 | -1/+1 |
2023-05-18 | Hexagon (target/hexagon) Add support for v68/v69/v71/v73 | Taylor Simpson | 1 | -1/+1 |
2023-05-18 | configure: remove unnecessary check | Paolo Bonzini | 1 | -7/+0 |
2023-05-18 | configure: reorder option parsing code | Paolo Bonzini | 1 | -63/+58 |
2023-05-18 | configure: remove unnecessary mkdir | Paolo Bonzini | 1 | -1/+0 |
2023-05-18 | configure: do not rerun the tests with -Werror | Paolo Bonzini | 1 | -34/+1 |
2023-05-18 | configure: remove compiler sanity check | Paolo Bonzini | 1 | -14/+0 |
2023-05-18 | build: move --disable-debug-info to meson | Paolo Bonzini | 1 | -5/+0 |
2023-05-18 | build: move compiler version check to meson | Paolo Bonzini | 1 | -25/+0 |
2023-05-18 | build: move remaining compiler flag tests to meson | Paolo Bonzini | 1 | -68/+11 |
2023-05-18 | build: move warning flag selection to meson | Paolo Bonzini | 1 | -86/+0 |
2023-05-18 | build: move stack protector flag selection to meson | Paolo Bonzini | 1 | -42/+2 |
2023-05-18 | build: move coroutine backend selection to meson | Paolo Bonzini | 1 | -62/+0 |
2023-05-18 | build: move SafeStack tests to meson | Paolo Bonzini | 1 | -73/+0 |
2023-05-18 | build: move sanitizer tests to meson | Paolo Bonzini | 1 | -147/+0 |
2023-05-18 | configure, meson: move --enable-modules to Meson | Paolo Bonzini | 1 | -20/+0 |
2023-05-18 | configure: remove pkg-config functions | Paolo Bonzini | 1 | -17/+4 |
2023-05-18 | build: move glib detection and workarounds to meson | Paolo Bonzini | 1 | -97/+1 |
2023-05-18 | meson: use prefer_static option | Paolo Bonzini | 1 | -3/+1 |
2023-05-18 | meson: require 0.63.0 | Paolo Bonzini | 1 | -1/+1 |
2023-05-18 | configure: Add courtesy hint to Python version failure message | John Snow | 1 | -1/+4 |
2023-05-18 | Python: Drop support for Python 3.6 | Paolo Bonzini | 1 | -5/+5 |
2023-05-18 | configure: add --enable-pypi and --disable-pypi | John Snow | 1 | -1/+20 |
2023-05-18 | configure: bootstrap sphinx with mkvenv | John Snow | 1 | -2/+19 |
2023-05-18 | configure: move --enable-docs and --disable-docs back to configure | John Snow | 1 | -0/+6 |
2023-05-18 | configure: use 'mkvenv ensure meson' to bootstrap meson | John Snow | 1 | -54/+11 |
2023-05-18 | configure: create a python venv unconditionally | John Snow | 1 | -5/+29 |
2023-05-10 | block: compile out assert_bdrv_graph_readable() by default | Stefan Hajnoczi | 1 | -0/+1 |
2023-04-20 | configure: Honour cross-prefix when finding ObjC compiler | Peter Maydell | 1 | -8/+18 |
2023-04-20 | configure: Avoid -Werror=maybe-uninitialized | Akihiko Odaki | 1 | -7/+3 |
2023-04-20 | build-sys: prevent meson from downloading wrapped subprojects | Marc-André Lureau | 1 | -0/+4 |
2023-03-28 | util: import GTree as QTree | Emilio Cota | 1 | -0/+15 |
2023-03-09 | Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into sta... | Peter Maydell | 1 | -0/+8 |
2023-03-08 | tests/qtest/readconfig: Test docs/config/ich9-ehci-uhci.cfg | Thomas Huth | 1 | -0/+1 |
2023-03-07 | testing: probe gdb for supported architectures ahead of time | Alex Bennée | 1 | -0/+8 |
2023-03-04 | configure: Disable thread-safety warnings on macOS | Thomas Huth | 1 | -1/+4 |
2023-03-02 | Merge tag 'pull-testing-next-010323-1' of https://gitlab.com/stsquad/qemu int... | Peter Maydell | 1 | -0/+3 |
2023-03-01 | build: Don't specify -no-pie for --static user-mode programs | Warner Losh | 1 | -1/+1 |
2023-03-01 | configure: expose the direct container command | Alex Bennée | 1 | -0/+3 |
2023-02-27 | Merge tag 'for-upstream-8.0' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell | 1 | -19/+61 |
2023-02-27 | configure: Look for auxiliary Python installations | John Snow | 1 | -16/+45 |
2023-02-27 | configure: protect against escaping venv when running Meson | Paolo Bonzini | 1 | -3/+16 |
2023-02-27 | configure: Add 'mkdir build' check | Dinah Baum | 1 | -2/+6 |