| Commit message (Expand) | Author | Age | Files | Lines |
* | Use long endian options for ppc64 | Miroslav Rezanina | 2022-03-05 | 1 | -2/+2 |
* | Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-... | Peter Maydell | 2022-02-22 | 1 | -2/+7 |
|\ |
|
| * | configure: Disable capstone and slirp in the --without-default-features mode | Thomas Huth | 2022-02-21 | 1 | -2/+7 |
* | | configure, meson: move CONFIG_IASL to a Meson option | Paolo Bonzini | 2022-02-21 | 1 | -3/+1 |
* | | meson, configure: move ntddscsi API check to meson | Marc-André Lureau | 2022-02-21 | 1 | -23/+0 |
* | | configure, meson: replace VSS SDK checks and options with --enable-vss-sdk | Marc-André Lureau | 2022-02-21 | 1 | -47/+0 |
* | | meson: drop --with-win-sdk | Marc-André Lureau | 2022-02-21 | 1 | -29/+0 |
* | | configure, meson: move guest-agent, tools to meson | Paolo Bonzini | 2022-02-21 | 1 | -45/+3 |
* | | configure, meson: move smbd options to meson_options.txt | Paolo Bonzini | 2022-02-21 | 1 | -24/+2 |
* | | configure, meson: move coroutine options to meson_options.txt | Paolo Bonzini | 2022-02-21 | 1 | -31/+0 |
* | | configure, meson: move some default-disabled options to meson_options.txt | Paolo Bonzini | 2022-02-21 | 1 | -60/+1 |
* | | configure, meson: move block layer options to meson_options.txt | Paolo Bonzini | 2022-02-21 | 1 | -20/+0 |
* | | configure, meson: move image format options to meson_options.txt | Paolo Bonzini | 2022-02-21 | 1 | -73/+0 |
* | | configure, meson: cleanup qemu-ga libraries | Paolo Bonzini | 2022-02-21 | 1 | -7/+0 |
* | | configure, meson: move TPM check to meson | Paolo Bonzini | 2022-02-21 | 1 | -25/+0 |
* | | configure, meson: move libnuma detection to meson | Paolo Bonzini | 2022-02-21 | 1 | -31/+0 |
* | | configure, meson: move AF_ALG test to meson | Paolo Bonzini | 2022-02-21 | 1 | -36/+0 |
* | | configure, meson: move membarrier test to meson | Paolo Bonzini | 2022-02-16 | 1 | -40/+0 |
* | | configure, meson: move AVX tests to meson | Paolo Bonzini | 2022-02-16 | 1 | -103/+0 |
|/ |
|
* | linux-user: Remove the deprecated ppc64abi32 target | Thomas Huth | 2022-02-09 | 1 | -28/+1 |
* | cpuid: use unsigned for max cpuid | Michael S. Tsirkin | 2022-02-04 | 1 | -1/+1 |
* | configure: fix parameter expansion of --cross-cc-cflags options | Matheus Ferst | 2022-01-28 | 1 | -2/+2 |
* | configure: do not create roms/seabios/config.mak if SeaBIOS not present | Paolo Bonzini | 2022-01-12 | 1 | -2/+4 |
* | configure, meson: move config-poison.h to meson | Paolo Bonzini | 2022-01-12 | 1 | -11/+0 |
* | configure: move non-command-line variables away from command-line parsing sec... | Paolo Bonzini | 2022-01-12 | 1 | -7/+6 |
* | configure: parse --enable/--disable-strip automatically, flip default | Paolo Bonzini | 2022-01-12 | 1 | -9/+1 |
* | configure, makefile: remove traces of really old files | Paolo Bonzini | 2022-01-12 | 1 | -9/+0 |
* | configure: do not set bsd_user/linux_user early | Paolo Bonzini | 2022-01-12 | 1 | -11/+17 |
* | configure: simplify creation of plugin symbol list | Paolo Bonzini | 2022-01-12 | 1 | -80/+1 |
* | block/file-posix: Simplify the XFS_IOC_DIOINFO handling | Thomas Huth | 2022-01-12 | 1 | -31/+0 |
* | tests/tcg: Use $cpu in configure.sh | Richard Henderson | 2021-12-31 | 1 | -1/+1 |
* | configure, meson.build: Mark support for loongarch64 hosts | WANG Xuerui | 2021-12-21 | 1 | -0/+5 |
* | build-sys: set glib dependency version | Marc-André Lureau | 2021-12-21 | 1 | -0/+1 |
* | configure: remove DIRS | Paolo Bonzini | 2021-12-18 | 1 | -8/+1 |
* | configure: remove unnecessary symlinks | Paolo Bonzini | 2021-12-18 | 1 | -1/+0 |
* | configure, meson: move ARCH to meson.build | Paolo Bonzini | 2021-12-18 | 1 | -17/+4 |
* | configure: unify x86_64 and x32 | Paolo Bonzini | 2021-12-18 | 1 | -4/+2 |
* | configure: unify ppc64 and ppc64le | Paolo Bonzini | 2021-12-18 | 1 | -6/+4 |
* | configure: unify two case statements on $cpu | Paolo Bonzini | 2021-12-18 | 1 | -35/+32 |
* | configure: move target detection before CPU detection | Paolo Bonzini | 2021-12-18 | 1 | -60/+55 |
* | configure: make $targetos lowercase, use windows instead of MINGW32 | Paolo Bonzini | 2021-12-18 | 1 | -33/+25 |
* | configure: Symlink binaries using .exe suffix with MinGW | Philippe Mathieu-Daudé | 2021-12-17 | 1 | -1/+1 |
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Richard Henderson | 2021-12-16 | 1 | -5/+0 |
|\ |
|
| * | configure: remove dead variables | Paolo Bonzini | 2021-12-10 | 1 | -5/+0 |
* | | Move the libssh setup from configure to meson.build | Thomas Huth | 2021-12-15 | 1 | -27/+0 |
|/ |
|
* | Merge remote-tracking branch 'remotes/philmd/tags/avocado-20211108' into staging | Richard Henderson | 2021-11-08 | 1 | -1/+1 |
|\ |
|
| * | tests/acceptance: rename tests acceptance to tests avocado | Willian Rampazzo | 2021-11-08 | 1 | -1/+1 |
* | | configure: ignore preexisting QEMU_*FLAGS envvars | Paolo Bonzini | 2021-11-08 | 1 | -2/+4 |
* | | configure: propagate --extra-cflags and --extra-ldflags to meson compile tests | Paolo Bonzini | 2021-11-08 | 1 | -16/+20 |
* | | configure: preserve CFLAGS, CXXFLAGS and LDFLAGS in config.status | Paolo Bonzini | 2021-11-08 | 1 | -0/+3 |