Age | Commit message (Expand) | Author | Files | Lines |
2023-02-27 | meson: stop looking for 'sphinx-build-3' | John Snow | 1 | -1/+1 |
2023-02-16 | virtiofsd: Remove build and docs glue | Dr. David Alan Gilbert | 1 | -2/+0 |
2023-02-14 | build: deprecate --enable-gprof builds and remove from CI | Alex Bennée | 1 | -1/+2 |
2023-02-14 | meson: Add missing libdw knobs | Ilya Leoshkevich | 1 | -0/+2 |
2023-02-11 | AVX512 support for xbzrle_encode_buffer | ling xu | 1 | -0/+2 |
2022-12-16 | target/hexagon: prepare input for the idef-parser | Alessandro Di Federico | 1 | -0/+3 |
2022-11-23 | gtk: disable GTK Clipboard with a new meson option | Claudio Fontana | 1 | -0/+7 |
2022-10-26 | blkio: add libblkio block driver | Stefan Hajnoczi | 1 | -0/+2 |
2022-09-27 | Merge tag 'pull-request-2022-09-26' of https://gitlab.com/thuth/qemu into sta... | Stefan Hajnoczi | 1 | -3/+2 |
2022-09-27 | audio: Add sndio backend | Alexandre Ratchov | 1 | -1/+3 |
2022-09-26 | Remove the slirp submodule (i.e. compile only with an external libslirp) | Thomas Huth | 1 | -3/+2 |
2022-09-01 | meson: be strict for boolean options | Anton Kochkov | 1 | -2/+2 |
2022-07-13 | meson: Prefix each element of firmware path | Akihiko Odaki | 1 | -1/+1 |
2022-07-12 | meson: place default firmware path under .../share | Paolo Bonzini | 1 | -1/+1 |
2022-06-24 | vduse-blk: Implement vduse-blk export | Xie Yongji | 1 | -0/+2 |
2022-06-24 | libvduse: Add VDUSE (vDPA Device in Userspace) library | Xie Yongji | 1 | -0/+2 |
2022-06-15 | vfio-user: build library | Jagannathan Raman | 1 | -0/+2 |
2022-06-14 | meson: Add CanoKey | Hongren (Zenithal) Zheng | 1 | -0/+2 |
2022-05-20 | Merge tag 'pull-request-2022-05-18' of https://gitlab.com/thuth/qemu into sta... | Richard Henderson | 1 | -2/+1 |
2022-05-18 | capstone: Remove the capstone submodule | Thomas Huth | 1 | -2/+1 |
2022-05-17 | net/vmnet: add vmnet dependency and customizable option | Vladislav Yaroshchuk | 1 | -0/+2 |
2022-05-07 | configure, meson: move vhost options to Meson | Paolo Bonzini | 1 | -0/+10 |
2022-05-07 | configure: omit options with default values from meson command line | Paolo Bonzini | 1 | -1/+1 |
2022-05-07 | configure: switch directory options to automatic parsing | Paolo Bonzini | 1 | -2/+2 |
2022-05-07 | meson, configure: move --interp-prefix to meson | Paolo Bonzini | 1 | -0/+2 |
2022-05-07 | meson, configure: move --with-pkgversion, CONFIG_STAMP to meson | Paolo Bonzini | 1 | -0/+2 |
2022-05-07 | meson, configure: move bdrv whitelists to meson | Paolo Bonzini | 1 | -0/+4 |
2022-05-07 | meson, configure: move --tls-priority to meson | Paolo Bonzini | 1 | -0/+2 |
2022-05-07 | meson-buildoptions: add support for string options | Paolo Bonzini | 1 | -1/+1 |
2022-04-28 | meson, configure: move --enable-module-upgrades to meson | Paolo Bonzini | 1 | -0/+2 |
2022-04-28 | meson, configure: move libgio test to meson | Paolo Bonzini | 1 | -0/+2 |
2022-04-28 | meson, configure: move keyctl test to meson | Paolo Bonzini | 1 | -0/+2 |
2022-04-28 | meson, configure: move RDMA options to meson | Paolo Bonzini | 1 | -0/+4 |
2022-04-28 | configure, meson: move OpenGL check to meson | Paolo Bonzini | 1 | -0/+2 |
2022-04-27 | Replacing CONFIG_VNC_PNG with CONFIG_PNG | Kshitij Suri | 1 | -2/+2 |
2022-02-21 | configure, meson: move CONFIG_IASL to a Meson option | Paolo Bonzini | 1 | -0/+2 |
2022-02-21 | configure, meson: replace VSS SDK checks and options with --enable-vss-sdk | Marc-André Lureau | 1 | -0/+2 |
2022-02-21 | configure, meson: move guest-agent, tools to meson | Paolo Bonzini | 1 | -0/+4 |
2022-02-21 | configure, meson: move smbd options to meson_options.txt | Paolo Bonzini | 1 | -0/+4 |
2022-02-21 | configure, meson: move coroutine options to meson_options.txt | Paolo Bonzini | 1 | -0/+4 |
2022-02-21 | configure, meson: move some default-disabled options to meson_options.txt | Paolo Bonzini | 1 | -0/+12 |
2022-02-21 | configure, meson: move block layer options to meson_options.txt | Paolo Bonzini | 1 | -0/+4 |
2022-02-21 | configure, meson: move image format options to meson_options.txt | Paolo Bonzini | 1 | -0/+16 |
2022-02-21 | configure, meson: move TPM check to meson | Paolo Bonzini | 1 | -0/+2 |
2022-02-21 | configure, meson: move libnuma detection to meson | Paolo Bonzini | 1 | -0/+2 |
2022-02-21 | configure, meson: move AF_ALG test to meson | Paolo Bonzini | 1 | -0/+2 |
2022-02-16 | configure, meson: move membarrier test to meson | Paolo Bonzini | 1 | -0/+6 |
2022-02-16 | configure, meson: move AVX tests to meson | Paolo Bonzini | 1 | -0/+4 |
2022-02-09 | drop libxml2 checks since libxml is not actually used (for parallels) | Michael Tokarev | 1 | -2/+0 |
2021-12-21 | ui: add a D-Bus display backend | Marc-André Lureau | 1 | -0/+2 |