| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | capstone: Allow version 3.0.5 again | Thomas Huth | 2022-05-18 | 1 | -1/+1 |
* | | net/vmnet: add vmnet dependency and customizable option | Vladislav Yaroshchuk | 2022-05-17 | 1 | -1/+15 |
|/ |
|
* | meson.build: Fix docker-test-build@alpine when including linux/errqueue.h | Leonardo Bras | 2022-05-16 | 1 | -0/+11 |
* | tests: add migration tests of TLS with x509 credentials | Daniel P. Berrangé | 2022-05-16 | 1 | -0/+1 |
* | net: slirp: allow CFI with libslirp >= 4.7 | Paolo Bonzini | 2022-05-12 | 1 | -14/+17 |
* | net: slirp: switch to slirp_new | Paolo Bonzini | 2022-05-12 | 1 | -1/+1 |
* | meson: Make mremap() detecting works correctly | Juan Quintela | 2022-05-12 | 1 | -2/+3 |
* | util/main-loop: Introduce the main loop into QOM | Nicolas Saenz Julienne | 2022-05-09 | 1 | -1/+2 |
* | Introduce event-loop-base abstract class | Nicolas Saenz Julienne | 2022-05-09 | 1 | -9/+14 |
* | hppa: remove unused trace-events from from hw/hppa | Mark Cave-Ayland | 2022-05-08 | 1 | -1/+0 |
* | configure, meson: move vhost options to Meson | Paolo Bonzini | 2022-05-07 | 1 | -7/+26 |
* | meson: use have_vhost_* variables to pick sources | Paolo Bonzini | 2022-05-07 | 1 | -0/+1 |
* | meson: create have_vhost_* variables | Paolo Bonzini | 2022-05-07 | 1 | -11/+20 |
* | build: move vhost-user-fs configuration to Kconfig | Paolo Bonzini | 2022-05-07 | 1 | -1/+0 |
* | build: move vhost-scsi configuration to Kconfig | Paolo Bonzini | 2022-05-07 | 1 | -1/+0 |
* | build: move vhost-vsock configuration to Kconfig | Paolo Bonzini | 2022-05-07 | 1 | -1/+0 |
* | configure: omit options with default values from meson command line | Paolo Bonzini | 2022-05-07 | 1 | -1/+1 |
* | meson: pass more options directly as -D | Paolo Bonzini | 2022-05-07 | 1 | -1/+1 |
* | meson: always combine directories with prefix | Paolo Bonzini | 2022-05-07 | 1 | -10/+10 |
* | meson, configure: move --interp-prefix to meson | Paolo Bonzini | 2022-05-07 | 1 | -4/+2 |
* | meson, configure: move --with-pkgversion, CONFIG_STAMP to meson | Paolo Bonzini | 2022-05-07 | 1 | -1/+9 |
* | meson, configure: move bdrv whitelists to meson | Paolo Bonzini | 2022-05-07 | 1 | -11/+16 |
* | meson, configure: move --tls-priority to meson | Paolo Bonzini | 2022-05-07 | 1 | -1/+2 |
* | configure: move Windows flags detection to meson | Paolo Bonzini | 2022-05-07 | 1 | -0/+8 |
* | configure, meson: move iasl detection to meson | Paolo Bonzini | 2022-05-07 | 1 | -7/+9 |
* | meson, configure: move Xen detection to meson | Paolo Bonzini | 2022-05-07 | 1 | -20/+92 |
* | qga/commands-posix: Use getifaddrs when available | Andrew Deason | 2022-05-04 | 1 | -0/+1 |
* | meson, configure: move --enable-module-upgrades to meson | Paolo Bonzini | 2022-04-28 | 1 | -1/+6 |
* | meson: remove CONFIG_XEN_PCI_PASSTHROUGH from config-target.h | Paolo Bonzini | 2022-04-28 | 1 | -2/+0 |
* | meson, configure: move libgio test to meson | Paolo Bonzini | 2022-04-28 | 1 | -5/+27 |
* | meson, configure: move usbfs test to meson | Paolo Bonzini | 2022-04-28 | 1 | -0/+13 |
* | meson, configure: move keyctl test to meson | Paolo Bonzini | 2022-04-28 | 1 | -1/+14 |
* | meson, configure: move RDMA options to meson | Paolo Bonzini | 2022-04-28 | 1 | -6/+50 |
* | configure, meson: move OpenGL check to meson | Paolo Bonzini | 2022-04-28 | 1 | -5/+11 |
* | meson: show final set of compiler flags | Paolo Bonzini | 2022-04-28 | 1 | -4/+4 |
* | Replacing CONFIG_VNC_PNG with CONFIG_PNG | Kshitij Suri | 2022-04-27 | 1 | -5/+7 |
* | sysemu/os-win32: Test for and use _lock_file/_unlock_file | Richard Henderson | 2022-04-20 | 1 | -0/+12 |
* | thread-posix: use monotonic clock for QemuCond and QemuSemaphore | Longpeng(Mike) | 2022-04-06 | 1 | -0/+11 |
* | thread-posix: remove the posix semaphore support | Longpeng(Mike) | 2022-04-06 | 1 | -1/+0 |
* | build-sys: simplify AF_VSOCK check | Marc-André Lureau | 2022-04-06 | 1 | -19/+4 |
* | build-sys: drop ntddscsi.h check | Marc-André Lureau | 2022-04-06 | 1 | -17/+0 |
* | qga: remove explicit environ argument from exec/spawn | Marc-André Lureau | 2022-04-06 | 1 | -2/+0 |
* | Replace TARGET_WORDS_BIGENDIAN | Marc-André Lureau | 2022-04-06 | 1 | -0/+5 |
* | Replace config-time define HOST_WORDS_BIGENDIAN | Marc-André Lureau | 2022-04-06 | 1 | -1/+0 |
* | meson: use chardev_ss dependencies | Marc-André Lureau | 2022-04-06 | 1 | -1/+1 |
* | trace: fix compilation with lttng-ust >= 2.13 | Marc-André Lureau | 2022-04-01 | 1 | -2/+2 |
* | meson.build: Fix dependency of page-vary-common.c to config-poison.h | Thomas Huth | 2022-04-01 | 1 | -1/+1 |
* | Merge tag 'fixes-pull-request' of gitlab.com:marcandre.lureau/qemu into staging | Peter Maydell | 2022-03-22 | 1 | -6/+42 |
|\ |
|
| * | meson: fix CONFIG_ATOMIC128 check | Marc-André Lureau | 2022-03-22 | 1 | -15/+12 |
| * | meson: move int128 checks from configure | Marc-André Lureau | 2022-03-22 | 1 | -0/+39 |