| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | modules: generates per-target modinfo | Jose R. Ziviani | 2022-06-06 | 1 | -14/+35 |
* | modules: introduces module_kconfig directive | Jose R. Ziviani | 2022-06-06 | 1 | -0/+2 |
* | build: add a more generic way to specify make->ninja dependencies | Paolo Bonzini | 2022-06-01 | 1 | -4/+4 |
* | Merge tag 'pull-request-2022-05-18' of https://gitlab.com/thuth/qemu into sta... | Richard Henderson | 2022-05-20 | 2 | -16/+3 |
|\ |
|
| * | capstone: Remove the capstone submodule | Thomas Huth | 2022-05-18 | 1 | -4/+1 |
| * | Remove Ubuntu 18.04 container support from the repository | Thomas Huth | 2022-05-18 | 1 | -12/+2 |
* | | net/vmnet: add vmnet dependency and customizable option | Vladislav Yaroshchuk | 2022-05-17 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in... | Richard Henderson | 2022-05-17 | 1 | -0/+1 |
|\ |
|
| * | hw/pxb: Allow creation of a CXL PXB (host bridge) | Ben Widawsky | 2022-05-13 | 1 | -0/+1 |
* | | qapi/expr: Enforce feature naming rules again | Markus Armbruster | 2022-05-16 | 1 | -1/+1 |
|/ |
|
* | vmxcap: add tertiary execution controls | Paolo Bonzini | 2022-05-12 | 1 | -0/+17 |
* | checkpatch: fix g_malloc check | Paolo Bonzini | 2022-05-12 | 1 | -2/+2 |
* | doc: remove hxtool-conv.pl | Yonggang Luo | 2022-05-09 | 1 | -137/+0 |
* | configure, meson: move vhost options to Meson | Paolo Bonzini | 2022-05-07 | 1 | -0/+15 |
* | 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 | -2/+0 |
* | meson: pass more options directly as -D | Paolo Bonzini | 2022-05-07 | 2 | -0/+10 |
* | configure: switch directory options to automatic parsing | Paolo Bonzini | 2022-05-07 | 2 | -2/+30 |
* | meson, configure: move --interp-prefix to meson | Paolo Bonzini | 2022-05-07 | 1 | -0/+3 |
* | meson, configure: move --with-pkgversion, CONFIG_STAMP to meson | Paolo Bonzini | 2022-05-07 | 3 | -0/+28 |
* | meson, configure: move bdrv whitelists to meson | Paolo Bonzini | 2022-05-07 | 1 | -0/+8 |
* | meson, configure: move --tls-priority to meson | Paolo Bonzini | 2022-05-07 | 1 | -0/+3 |
* | configure: switch string options to automatic parsing | Paolo Bonzini | 2022-05-07 | 2 | -4/+10 |
* | meson, configure: move Xen detection to meson | Paolo Bonzini | 2022-05-07 | 1 | -0/+203 |
* | meson-buildoptions: add support for string options | Paolo Bonzini | 2022-05-07 | 2 | -12/+59 |
* | tests: move libqtest.h back under qtest/ | Marc-André Lureau | 2022-05-03 | 1 | -1/+1 |
* | meson, configure: move --enable-module-upgrades to meson | Paolo Bonzini | 2022-04-28 | 1 | -0/+4 |
* | meson, configure: move libgio test to meson | Paolo Bonzini | 2022-04-28 | 1 | -0/+3 |
* | meson, configure: move keyctl test to meson | Paolo Bonzini | 2022-04-28 | 1 | -0/+3 |
* | meson, configure: move RDMA options to meson | Paolo Bonzini | 2022-04-28 | 1 | -0/+6 |
* | configure, meson: move OpenGL check to meson | Paolo Bonzini | 2022-04-28 | 1 | -0/+3 |
* | Replacing CONFIG_VNC_PNG with CONFIG_PNG | Kshitij Suri | 2022-04-27 | 3 | -6/+6 |
* | Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into staging | Richard Henderson | 2022-04-22 | 6 | -10/+9 |
|\ |
|
| * | python: rename qemu.aqmp to qemu.qmp | John Snow | 2022-04-21 | 6 | -8/+8 |
| * | scripts/bench-block-job: switch to AQMP | John Snow | 2022-04-21 | 1 | -2/+1 |
* | | Merge tag 'pull-qapi-2022-04-21' of git://repo.or.cz/qemu/armbru into staging | Richard Henderson | 2022-04-21 | 2 | -1/+5 |
|\ \ |
|
| * | | qapi-schema: support alternates with array type | Paolo Bonzini | 2022-04-21 | 2 | -1/+5 |
| |/ |
|
* | | compiler.h: replace QEMU_NORETURN with G_NORETURN | Marc-André Lureau | 2022-04-21 | 2 | -2/+2 |
* | | scripts/analyze-inclusions: drop qemu-common.h from analysis | Marc-André Lureau | 2022-04-21 | 1 | -4/+0 |
|/ |
|
* | Replace qemu_real_host_page variables with inlined functions | Marc-André Lureau | 2022-04-06 | 1 | -2/+2 |
* | coverity: update model for latest tools | Paolo Bonzini | 2022-04-05 | 1 | -1/+2 |
* | trace: fix compilation with lttng-ust >= 2.13 | Marc-André Lureau | 2022-04-01 | 1 | -2/+2 |
* | qemu-binfmt-conf.sh: mips: allow nonzero EI_ABIVERSION, distinguish o32 and n32 | Andreas K. Hüttel | 2022-03-29 | 1 | -10/+10 |
* | Merge tag 'fixes-pull-request' of gitlab.com:marcandre.lureau/qemu into staging | Peter Maydell | 2022-03-22 | 3 | -11/+6 |
|\ |
|
| * | scripts/modinfo-collect: remove unused/dead code | Marc-André Lureau | 2022-03-22 | 1 | -5/+0 |
| * | compiler.h: replace QEMU_SENTINEL with G_GNUC_NULL_TERMINATED | Marc-André Lureau | 2022-03-22 | 2 | -2/+2 |
| * | compiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC_WARN_UNUSED_RESULT | Marc-André Lureau | 2022-03-22 | 2 | -2/+2 |
| * | Replace GCC_FMT_ATTR with G_GNUC_PRINTF | Marc-André Lureau | 2022-03-22 | 2 | -2/+2 |
* | | tests: Do not treat the iotests as separate meson test target anymore | Thomas Huth | 2022-03-22 | 1 | -4/+0 |
|/ |
|
* | scripts/coccinelle: New use-g_new-etc.cocci | Markus Armbruster | 2022-03-21 | 1 | -0/+75 |