| Commit message (Expand) | Author | Age | Files | Lines |
* | build: -no-pie is no functional linker flag | Christian Ehrhardt | 2020-12-15 | 1 | -3/+0 |
* | configure / meson: Move check for linux/btrfs.h to meson.build | Thomas Huth | 2020-12-13 | 1 | -9/+0 |
* | configure / meson: Move check for sys/kcov.h to meson.build | Thomas Huth | 2020-12-13 | 1 | -9/+0 |
* | configure / meson: Move check for sys/signal.h to meson.build | Thomas Huth | 2020-12-13 | 1 | -10/+0 |
* | configure / meson: Move check for drm.h to meson.build | Thomas Huth | 2020-12-13 | 1 | -10/+0 |
* | configure / meson: Move check for pty.h to meson.build | Thomas Huth | 2020-12-13 | 1 | -9/+0 |
* | configure: Remove the obsolete check for ifaddrs.h | Thomas Huth | 2020-12-13 | 1 | -11/+0 |
* | configure: Test if $make actually exists | Roman Bolshakov | 2020-12-13 | 1 | -0/+4 |
* | fuse: Implement hole detection through lseek | Max Reitz | 2020-12-11 | 1 | -1/+7 |
* | meson: Detect libfuse | Max Reitz | 2020-12-11 | 1 | -0/+7 |
* | configure: remove python pkg_resources check | Olaf Hering | 2020-11-25 | 1 | -3/+0 |
* | trace: use STAP_SDT_V2 to work around symbol visibility | Stefan Hajnoczi | 2020-11-19 | 1 | -0/+7 |
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201117'... | Peter Maydell | 2020-11-17 | 1 | -2/+9 |
|\ |
|
| * | configure: Make "does libgio work" test pull in some actual functions | Peter Maydell | 2020-11-17 | 1 | -2/+9 |
* | | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-11-1... | Peter Maydell | 2020-11-17 | 1 | -2/+2 |
|\ \ |
|
| * | | configure: Do not build pc-bios/optionrom on Haiku | Thomas Huth | 2020-11-17 | 1 | -1/+1 |
| * | | configure: Fix the _BSD_SOURCE define for the Haiku build | Thomas Huth | 2020-11-17 | 1 | -1/+1 |
| |/ |
|
* | | configure: mark vhost-user Linux-only | Stefan Hajnoczi | 2020-11-12 | 1 | -5/+4 |
* | | meson: move vhost_user_blk_server to meson.build | Stefan Hajnoczi | 2020-11-12 | 1 | -12/+4 |
|/ |
|
* | configure: surface deprecated targets in the help output | Alex Bennée | 2020-11-10 | 1 | -1/+3 |
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 2020-11-05 | 1 | -0/+15 |
|\ |
|
| * | configure: introduce --enable-vhost-user-blk-server | Stefan Hajnoczi | 2020-11-03 | 1 | -0/+15 |
* | | configure: fix gio_libs reference | Bruce Rogers | 2020-11-03 | 1 | -1/+1 |
* | | meson: use b_staticpic=false for meson >=0.56.0 | Paolo Bonzini | 2020-11-03 | 1 | -1/+5 |
|/ |
|
* | configure: Test that gio libs from pkg-config work | Peter Maydell | 2020-11-02 | 1 | -1/+9 |
* | modules: unbreak them on macos | Gerd Hoffmann | 2020-10-29 | 1 | -0/+1 |
* | configure: add option for virtiofsd | Misono Tomohiro | 2020-10-26 | 1 | -1/+7 |
* | configure: move install_blobs from configure to meson | Paolo Bonzini | 2020-10-26 | 1 | -23/+3 |
* | configure: remove unused variable from config-host.mak | Paolo Bonzini | 2020-10-26 | 1 | -2/+0 |
* | configure: move directory options from config-host.mak to meson | Paolo Bonzini | 2020-10-26 | 1 | -26/+5 |
* | configure: allow configuring localedir | Paolo Bonzini | 2020-10-26 | 1 | -3/+6 |
* | xen: xenguest is not used so is not needed | Michael Tokarev | 2020-10-19 | 1 | -2/+2 |
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2020-10-17 | 1 | -82/+19 |
|\ |
|
| * | meson: Move the detection logic for sphinx to meson | Yonggang Luo | 2020-10-17 | 1 | -55/+4 |
| * | configure: fix handling of --docdir parameter | Bruce Rogers | 2020-10-17 | 1 | -2/+1 |
| * | build: add --enable/--disable-libudev | Paolo Bonzini | 2020-10-17 | 1 | -1/+7 |
| * | build: replace ninjatool with ninja | Paolo Bonzini | 2020-10-17 | 1 | -3/+6 |
| * | configure: move QEMU_INCLUDES to meson | Paolo Bonzini | 2020-10-17 | 1 | -20/+0 |
| * | submodules: bump meson to 0.55.3 | Paolo Bonzini | 2020-10-17 | 1 | -1/+1 |
* | | block: deprecate the sheepdog block driver | Daniel P. Berrangé | 2020-10-15 | 1 | -2/+3 |
|/ |
|
* | configure: Fixes ncursesw detection under msys2/mingw by convert them to meson | Yonggang Luo | 2020-10-14 | 1 | -111/+7 |
* | win32: Simplify gmtime_r detection not depends on if _POSIX_C_SOURCE are defi... | Yonggang Luo | 2020-10-14 | 1 | -34/+0 |
* | curses: Fixes compiler error that complain don't have langinfo.h on msys2/mingw | Yonggang Luo | 2020-10-14 | 1 | -4/+1 |
* | configure: fixes indent of $meson setup | Yonggang Luo | 2020-10-13 | 1 | -7/+7 |
* | configure: fix performance regression due to PIC objects | Paolo Bonzini | 2020-10-09 | 1 | -0/+1 |
* | configure: don't enable ASLR for --enable-debug Windows builds | Mark Cave-Ayland | 2020-10-06 | 1 | -1/+8 |
* | configure: consistently pass CFLAGS/CXXFLAGS/LDFLAGS to meson | Paolo Bonzini | 2020-10-06 | 1 | -10/+15 |
* | configure: do not clobber environment CFLAGS/CXXFLAGS/LDFLAGS | Paolo Bonzini | 2020-10-06 | 1 | -21/+17 |
* | dtc: Convert Makefile bits to meson bits | Paolo Bonzini | 2020-10-06 | 1 | -77/+16 |
* | slirp: Convert Makefile bits to meson bits | Paolo Bonzini | 2020-10-06 | 1 | -60/+8 |