Age | Commit message (Expand) | Author | Files | Lines |
2021-12-16 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Richard Henderson | 1 | -5/+0 |
2021-12-15 | Move the libssh setup from configure to meson.build | Thomas Huth | 1 | -27/+0 |
2021-12-10 | configure: remove dead variables | Paolo Bonzini | 1 | -5/+0 |
2021-11-08 | Merge remote-tracking branch 'remotes/philmd/tags/avocado-20211108' into staging | Richard Henderson | 1 | -1/+1 |
2021-11-08 | tests/acceptance: rename tests acceptance to tests avocado | Willian Rampazzo | 1 | -1/+1 |
2021-11-08 | configure: ignore preexisting QEMU_*FLAGS envvars | Paolo Bonzini | 1 | -2/+4 |
2021-11-08 | configure: propagate --extra-cflags and --extra-ldflags to meson compile tests | Paolo Bonzini | 1 | -16/+20 |
2021-11-08 | configure: preserve CFLAGS, CXXFLAGS and LDFLAGS in config.status | Paolo Bonzini | 1 | -0/+3 |
2021-11-08 | configure: simplify calls to meson_quote | Paolo Bonzini | 1 | -4/+5 |
2021-11-03 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Richard Henderson | 1 | -89/+24 |
2021-11-02 | configure: fix --audio-drv-list help message | Paolo Bonzini | 1 | -1/+1 |
2021-11-02 | configure: Remove the check for the __thread keyword | Thomas Huth | 1 | -11/+0 |
2021-11-02 | Move the l2tpv3 test from configure to meson.build | Thomas Huth | 1 | -17/+0 |
2021-11-02 | meson: bump submodule to 0.59.3 | Paolo Bonzini | 1 | -1/+1 |
2021-11-02 | configure: do not duplicate CPU_CFLAGS into QEMU_LDFLAGS | Paolo Bonzini | 1 | -39/+14 |
2021-11-02 | configure: remove useless NPTL probe | Paolo Bonzini | 1 | -19/+0 |
2021-11-02 | configure/optionrom: Fix MSYS2 multiboot.bin issue | Helge Konetzka | 1 | -0/+4 |
2021-11-02 | Partially revert "build: -no-pie is no functional linker flag" | Jessica Clarke | 1 | -1/+4 |
2021-10-30 | configure: Merge riscv32 and riscv64 host architectures | Richard Henderson | 1 | -6/+2 |
2021-10-14 | configure: automatically parse command line for meson -D options | Paolo Bonzini | 1 | -521/+35 |
2021-10-14 | configure: prepare for auto-generated option parsing | Paolo Bonzini | 1 | -9/+22 |
2021-10-14 | configure: accept "internal" for --enable-capstone/slirp/fdt | Paolo Bonzini | 1 | -3/+3 |
2021-10-14 | configure: remove deprecated --{enable, disable}-git-update | Paolo Bonzini | 1 | -8/+0 |
2021-10-14 | configure, meson: move more compiler checks to Meson | Paolo Bonzini | 1 | -91/+0 |
2021-10-14 | configure: remove obsolete Solaris ar check | Paolo Bonzini | 1 | -15/+0 |
2021-10-14 | configure, meson: move Spice configure handling to meson | Marc-André Lureau | 1 | -46/+1 |
2021-10-14 | configure, meson: move netmap detection to meson | Paolo Bonzini | 1 | -36/+4 |
2021-10-14 | configure, meson: move vde detection to meson | Paolo Bonzini | 1 | -31/+4 |
2021-10-14 | configure, meson: move libaio check to meson.build | Paolo Bonzini | 1 | -27/+4 |
2021-10-14 | configure, meson: move pthread_setname_np checks to Meson | Paolo Bonzini | 1 | -78/+0 |
2021-10-14 | configure, meson: move remaining HAVE_* compiler tests to Meson | Paolo Bonzini | 1 | -37/+0 |
2021-10-14 | configure, meson: remove CONFIG_GCOV from config-host.mak | Paolo Bonzini | 1 | -3/+0 |
2021-10-14 | configure, meson: get HOST_WORDS_BIGENDIAN via the machine object | Paolo Bonzini | 1 | -4/+0 |
2021-10-14 | configure, meson: move CONFIG_HOST_DSOSUF to Meson | Paolo Bonzini | 1 | -6/+0 |
2021-10-14 | trace: move configuration from configure to Meson | Paolo Bonzini | 1 | -90/+1 |
2021-10-14 | trace: simple: pass trace_file unmodified to config-host.h | Paolo Bonzini | 1 | -2/+0 |
2021-10-14 | configure, meson: move fuzzing configuration to Meson | Paolo Bonzini | 1 | -66/+5 |
2021-10-14 | configure: add command line options for audio drivers | Paolo Bonzini | 1 | -1/+38 |
2021-10-14 | configure, meson: move audio driver detection to Meson | Paolo Bonzini | 1 | -183/+3 |
2021-10-14 | audio: remove CONFIG_AUDIO_WIN_INT | Paolo Bonzini | 1 | -5/+0 |
2021-10-14 | configure: remove --oss-lib | Paolo Bonzini | 1 | -3/+0 |
2021-10-12 | configure: don't override the selected host test compiler if defined | Alex Bennée | 1 | -2/+4 |
2021-10-05 | meson: switch minimum meson version to 0.58.2, minimum recommended to 0.59.2 | Paolo Bonzini | 1 | -6/+2 |
2021-10-05 | configure, meson: move CPU_CFLAGS out of QEMU_CFLAGS | Paolo Bonzini | 1 | -6/+5 |
2021-10-02 | configure: Loosen GCC requirement from 7.5.0 to 7.4.0 | nia | 1 | -3/+3 |
2021-09-15 | configure: add missing pc-bios/qemu_vga.ndrv symlink in build tree | John Arbuckle | 1 | -1/+3 |
2021-09-10 | bsd-user: start to move target CPU functions to target_arch* | Warner Losh | 1 | -6/+1 |
2021-09-06 | configure / meson: Move the GBM handling to meson.build | Thomas Huth | 1 | -14/+0 |
2021-09-03 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-for-6.2-020921-1' int... | Peter Maydell | 1 | -3/+2 |
2021-09-02 | plugins: do not limit exported symbols if modules are active | Paolo Bonzini | 1 | -3/+2 |