| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk: disable GTK Clipboard with a new meson option | Claudio Fontana | 2022-11-23 | 1 | -0/+7 |
* | blkio: add libblkio block driver | Stefan Hajnoczi | 2022-10-26 | 1 | -0/+2 |
* | Merge tag 'pull-request-2022-09-26' of https://gitlab.com/thuth/qemu into sta... | Stefan Hajnoczi | 2022-09-27 | 1 | -3/+2 |
|\ |
|
| * | Remove the slirp submodule (i.e. compile only with an external libslirp) | Thomas Huth | 2022-09-26 | 1 | -3/+2 |
* | | audio: Add sndio backend | Alexandre Ratchov | 2022-09-27 | 1 | -1/+3 |
|/ |
|
* | meson: be strict for boolean options | Anton Kochkov | 2022-09-01 | 1 | -2/+2 |
* | meson: Prefix each element of firmware path | Akihiko Odaki | 2022-07-13 | 1 | -1/+1 |
* | meson: place default firmware path under .../share | Paolo Bonzini | 2022-07-12 | 1 | -1/+1 |
* | vduse-blk: Implement vduse-blk export | Xie Yongji | 2022-06-24 | 1 | -0/+2 |
* | libvduse: Add VDUSE (vDPA Device in Userspace) library | Xie Yongji | 2022-06-24 | 1 | -0/+2 |
* | vfio-user: build library | Jagannathan Raman | 2022-06-15 | 1 | -0/+2 |
* | meson: Add CanoKey | Hongren (Zenithal) Zheng | 2022-06-14 | 1 | -0/+2 |
* | Merge tag 'pull-request-2022-05-18' of https://gitlab.com/thuth/qemu into sta... | Richard Henderson | 2022-05-20 | 1 | -2/+1 |
|\ |
|
| * | capstone: Remove the capstone submodule | Thomas Huth | 2022-05-18 | 1 | -2/+1 |
* | | net/vmnet: add vmnet dependency and customizable option | Vladislav Yaroshchuk | 2022-05-17 | 1 | -0/+2 |
|/ |
|
* | configure, meson: move vhost options to Meson | Paolo Bonzini | 2022-05-07 | 1 | -0/+10 |
* | configure: omit options with default values from meson command line | Paolo Bonzini | 2022-05-07 | 1 | -1/+1 |
* | configure: switch directory options to automatic parsing | Paolo Bonzini | 2022-05-07 | 1 | -2/+2 |
* | meson, configure: move --interp-prefix to meson | Paolo Bonzini | 2022-05-07 | 1 | -0/+2 |
* | meson, configure: move --with-pkgversion, CONFIG_STAMP to meson | Paolo Bonzini | 2022-05-07 | 1 | -0/+2 |
* | meson, configure: move bdrv whitelists to meson | Paolo Bonzini | 2022-05-07 | 1 | -0/+4 |
* | meson, configure: move --tls-priority to meson | Paolo Bonzini | 2022-05-07 | 1 | -0/+2 |
* | meson-buildoptions: add support for string options | Paolo Bonzini | 2022-05-07 | 1 | -1/+1 |
* | meson, configure: move --enable-module-upgrades to meson | Paolo Bonzini | 2022-04-28 | 1 | -0/+2 |
* | meson, configure: move libgio test to meson | Paolo Bonzini | 2022-04-28 | 1 | -0/+2 |
* | meson, configure: move keyctl test to meson | Paolo Bonzini | 2022-04-28 | 1 | -0/+2 |
* | meson, configure: move RDMA options to meson | Paolo Bonzini | 2022-04-28 | 1 | -0/+4 |
* | configure, meson: move OpenGL check to meson | Paolo Bonzini | 2022-04-28 | 1 | -0/+2 |
* | Replacing CONFIG_VNC_PNG with CONFIG_PNG | Kshitij Suri | 2022-04-27 | 1 | -2/+2 |
* | configure, meson: move CONFIG_IASL to a Meson option | Paolo Bonzini | 2022-02-21 | 1 | -0/+2 |
* | configure, meson: replace VSS SDK checks and options with --enable-vss-sdk | Marc-André Lureau | 2022-02-21 | 1 | -0/+2 |
* | configure, meson: move guest-agent, tools to meson | Paolo Bonzini | 2022-02-21 | 1 | -0/+4 |
* | configure, meson: move smbd options to meson_options.txt | Paolo Bonzini | 2022-02-21 | 1 | -0/+4 |
* | configure, meson: move coroutine options to meson_options.txt | Paolo Bonzini | 2022-02-21 | 1 | -0/+4 |
* | configure, meson: move some default-disabled options to meson_options.txt | Paolo Bonzini | 2022-02-21 | 1 | -0/+12 |
* | configure, meson: move block layer options to meson_options.txt | Paolo Bonzini | 2022-02-21 | 1 | -0/+4 |
* | configure, meson: move image format options to meson_options.txt | Paolo Bonzini | 2022-02-21 | 1 | -0/+16 |
* | configure, meson: move TPM check to meson | Paolo Bonzini | 2022-02-21 | 1 | -0/+2 |
* | configure, meson: move libnuma detection to meson | Paolo Bonzini | 2022-02-21 | 1 | -0/+2 |
* | configure, meson: move AF_ALG test to meson | Paolo Bonzini | 2022-02-21 | 1 | -0/+2 |
* | configure, meson: move membarrier test to meson | Paolo Bonzini | 2022-02-16 | 1 | -0/+6 |
* | configure, meson: move AVX tests to meson | Paolo Bonzini | 2022-02-16 | 1 | -0/+4 |
* | drop libxml2 checks since libxml is not actually used (for parallels) | Michael Tokarev | 2022-02-09 | 1 | -2/+0 |
* | ui: add a D-Bus display backend | Marc-André Lureau | 2021-12-21 | 1 | -0/+2 |
* | Move the libssh setup from configure to meson.build | Thomas Huth | 2021-12-15 | 1 | -0/+2 |
* | nbd/server: Add --selinux-label option | Richard W.M. Jones | 2021-11-16 | 1 | -0/+3 |
* | tcg: Remove TCI experimental status | Philippe Mathieu-Daudé | 2021-11-11 | 1 | -1/+1 |
* | Move the l2tpv3 test from configure to meson.build | Thomas Huth | 2021-11-02 | 1 | -0/+2 |
* | configure: automatically parse command line for meson -D options | Paolo Bonzini | 2021-10-14 | 1 | -0/+8 |
* | configure, meson: move Spice configure handling to meson | Marc-André Lureau | 2021-10-14 | 1 | -0/+4 |