Age | Commit message (Expand) | Author | Files | Lines |
2022-04-06 | thread-posix: use monotonic clock for QemuCond and QemuSemaphore | Longpeng(Mike) | 1 | -0/+11 |
2022-04-06 | thread-posix: remove the posix semaphore support | Longpeng(Mike) | 1 | -1/+0 |
2022-04-06 | build-sys: simplify AF_VSOCK check | Marc-André Lureau | 1 | -19/+4 |
2022-04-06 | build-sys: drop ntddscsi.h check | Marc-André Lureau | 1 | -17/+0 |
2022-04-06 | qga: remove explicit environ argument from exec/spawn | Marc-André Lureau | 1 | -2/+0 |
2022-04-06 | Replace TARGET_WORDS_BIGENDIAN | Marc-André Lureau | 1 | -0/+5 |
2022-04-06 | Replace config-time define HOST_WORDS_BIGENDIAN | Marc-André Lureau | 1 | -1/+0 |
2022-04-06 | meson: use chardev_ss dependencies | Marc-André Lureau | 1 | -1/+1 |
2022-04-01 | trace: fix compilation with lttng-ust >= 2.13 | Marc-André Lureau | 1 | -2/+2 |
2022-04-01 | meson.build: Fix dependency of page-vary-common.c to config-poison.h | Thomas Huth | 1 | -1/+1 |
2022-03-22 | Merge tag 'fixes-pull-request' of gitlab.com:marcandre.lureau/qemu into staging | Peter Maydell | 1 | -6/+42 |
2022-03-22 | meson: fix CONFIG_ATOMIC128 check | Marc-André Lureau | 1 | -15/+12 |
2022-03-22 | meson: move int128 checks from configure | Marc-André Lureau | 1 | -0/+39 |
2022-03-22 | tests: Do not treat the iotests as separate meson test target anymore | Thomas Huth | 1 | -3/+3 |
2022-03-18 | util/osdep: Avoid madvise proto on modern Solaris | Andrew Deason | 1 | -2/+21 |
2022-03-15 | Merge tag 'darwin-20220315' of https://github.com/philmd/qemu into staging | Peter Maydell | 1 | -2/+15 |
2022-03-15 | configure: Pass filtered QEMU_OBJCFLAGS to meson | Philippe Mathieu-Daudé | 1 | -1/+5 |
2022-03-15 | meson: Log QEMU_CXXFLAGS content in summary | Philippe Mathieu-Daudé | 1 | -0/+1 |
2022-03-15 | meson: Resolve the entitlement.sh script once for good | Philippe Mathieu-Daudé | 1 | -1/+4 |
2022-03-15 | configure: Allow passing extra Objective C compiler flags | Philippe Mathieu-Daudé | 1 | -0/+5 |
2022-03-15 | qga/vss-win32: check old VSS SDK headers | Marc-André Lureau | 1 | -0/+3 |
2022-03-15 | meson: fix generic location of vss headers | Marc-André Lureau | 1 | -1/+1 |
2022-03-08 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -1/+1 |
2022-03-08 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'... | Peter Maydell | 1 | -1/+6 |
2022-03-08 | Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20220307' int... | Peter Maydell | 1 | -5/+8 |
2022-03-07 | util: Use meson checks for valloc() and memalign() presence | Peter Maydell | 1 | -0/+2 |
2022-03-07 | util: Share qemu_try_memalign() implementation between POSIX and Windows | Peter Maydell | 1 | -0/+1 |
2022-03-07 | meson.build: Don't misdetect posix_memalign() on Windows | Peter Maydell | 1 | -1/+3 |
2022-03-07 | 9p: darwin: meson: Allow VirtFS on Darwin | Keno Fischer | 1 | -5/+7 |
2022-03-07 | 9p: darwin: Implement compatibility for mknodat | Keno Fischer | 1 | -0/+1 |
2022-03-06 | meson: Display libfdt as disabled when system emulation is disabled | Philippe Mathieu-Daudé | 1 | -1/+3 |
2022-03-06 | configure, meson: allow enabling vhost-user on all POSIX systems | Sergio Lopez | 1 | -1/+1 |
2022-03-03 | target/nios2: Replace MMU_LOG with tracepoints | Richard Henderson | 1 | -0/+1 |
2022-03-02 | virtiofsd: Let meson check for statx.stx_mnt_id | Hanna Reitz | 1 | -0/+13 |
2022-02-21 | configure, meson: move CONFIG_IASL to a Meson option | Paolo Bonzini | 1 | -4/+8 |
2022-02-21 | meson, configure: move ntddscsi API check to meson | Marc-André Lureau | 1 | -1/+17 |
2022-02-21 | qga/vss-win32: require widl/midl, remove pre-built TLB file | Marc-André Lureau | 1 | -0/+4 |
2022-02-21 | configure, meson: replace VSS SDK checks and options with --enable-vss-sdk | Marc-André Lureau | 1 | -1/+9 |
2022-02-21 | meson: drop --with-win-sdk | Marc-André Lureau | 1 | -5/+0 |
2022-02-21 | meson: refine check for whether to look for virglrenderer | Paolo Bonzini | 1 | -1/+4 |
2022-02-21 | configure, meson: move guest-agent, tools to meson | Paolo Bonzini | 1 | -22/+26 |
2022-02-21 | configure, meson: move smbd options to meson_options.txt | Paolo Bonzini | 1 | -2/+13 |
2022-02-21 | configure, meson: move coroutine options to meson_options.txt | Paolo Bonzini | 1 | -2/+9 |
2022-02-21 | configure, meson: move some default-disabled options to meson_options.txt | Paolo Bonzini | 1 | -6/+17 |
2022-02-21 | meson: define qemu_cflags/qemu_ldflags | Paolo Bonzini | 1 | -6/+7 |
2022-02-21 | configure, meson: move block layer options to meson_options.txt | Paolo Bonzini | 1 | -3/+8 |
2022-02-21 | configure, meson: move image format options to meson_options.txt | Paolo Bonzini | 1 | -8/+8 |
2022-02-21 | configure, meson: move TPM check to meson | Paolo Bonzini | 1 | -2/+7 |
2022-02-21 | configure, meson: move libnuma detection to meson | Paolo Bonzini | 1 | -5/+20 |
2022-02-21 | configure, meson: move AF_ALG test to meson | Paolo Bonzini | 1 | -1/+15 |