Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-09-01 | fuzz: add an instrumentation filter | Alexander Bulekov | 1 | -6/+22 |
2021-07-29 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 1 | -2/+2 |
2021-07-29 | configure: Add -Werror to avx2, avx512 tests | Richard Henderson | 1 | -2/+2 |
2021-07-29 | configure script fix for Haiku | Richard Zak | 1 | -1/+2 |
2021-07-27 | docs: Update path that mentions deprecated.rst | Mao Zhongyi | 1 | -1/+1 |
2021-07-23 | configure: remove needless if leg | Alex Bennée | 1 | -6/+4 |
2021-07-22 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 1 | -15/+5 |
2021-07-22 | configure: Let --without-default-features disable vhost-kernel and vhost-vdpa | Thomas Huth | 1 | -0/+2 |
2021-07-22 | configure: Fix the default setting of the "xen" feature | Thomas Huth | 1 | -1/+1 |
2021-07-22 | configure: Allow vnc to get disabled with --without-default-features | Thomas Huth | 1 | -1/+1 |
2021-07-22 | configure: Fix --without-default-features propagation to meson | Thomas Huth | 1 | -1/+1 |
2021-07-22 | configure: Drop obsolete check for the alloc_size attribute | Thomas Huth | 1 | -12/+0 |
2021-07-21 | qemu/atomic: Remove pre-C11 atomic fallbacks | Richard Henderson | 1 | -7/+0 |
2021-07-20 | block: Add option to use driver whitelist even in tools | Kevin Wolf | 1 | -2/+12 |
2021-07-19 | configure: Fix endianess test with LTO | Thomas Huth | 1 | -6/+9 |
2021-07-14 | tcg/plugins: enable by default for most TCG builds | Alex Bennée | 1 | -57/+67 |
2021-07-14 | configure: stop user enabling plugins on Windows for now | Alex Bennée | 1 | -1/+6 |
2021-07-14 | configure: add an explicit static and plugins check | Alex Bennée | 1 | -2/+5 |
2021-07-14 | configure: don't allow plugins to be enabled for a non-TCG build | Alex Bennée | 1 | -0/+6 |