- 91e5998 linux-user, configure: fix (again) syscall_nr.h dependencies cleanup by Laurent Vivier · 5 years ago
- 5f29856 linux-user, configure: improve syscall_nr.h dependencies checking by Laurent Vivier · 5 years ago
- 52a96af Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-request' into staging by Peter Maydell · 5 years ago
- 686a0fe linux-user, mips64: add syscall table generation support by Laurent Vivier · 5 years ago
- c59716f linux-user, mips: add syscall table generation support by Laurent Vivier · 5 years ago
- 8d62f35 linux-user, x86_64: add syscall table generation support by Laurent Vivier · 5 years ago
- 2898811 linux-user, i386: add syscall table generation support by Laurent Vivier · 5 years ago
- bb0cdc0 linux-user, sparc, sparc64: add syscall table generation support by Laurent Vivier · 5 years ago
- 318f371 linux-user, s390x: add syscall table generation support by Laurent Vivier · 5 years ago
- 76a691f linux-user, ppc: add syscall table generation support by Laurent Vivier · 5 years ago
- 5bcb498 linux-user, arm: add syscall table generation support by Laurent Vivier · 5 years ago
- ddf0c4c linux-user, microblaze: add syscall table generation support by Laurent Vivier · 5 years ago
- d0c832f linux-user, sh4: add syscall table generation support by Laurent Vivier · 5 years ago
- a4a9359 linux-user, xtensa: add syscall table generation support by Laurent Vivier · 5 years ago
- 5b85cae linux-user, m68k: add syscall table generation support by Laurent Vivier · 5 years ago
- 9566f4c linux-user, hppa: add syscall table generation support by Laurent Vivier · 5 years ago
- 6116aea linux-user, alpha: add syscall table generation support by Laurent Vivier · 5 years ago
- 4d6a835 linux-user: introduce parameters to generate syscall_nr.h by Laurent Vivier · 5 years ago
- 226cd20 Merge remote-tracking branch 'remotes/philmd-gitlab/tags/target_renesas_rx-20200320' into staging by Peter Maydell · 5 years ago
- c8c35e5 Add rx-softmmu by Yoshinori Sato · 6 years ago
- e6d567d Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into staging by Peter Maydell · 5 years ago
- 0a4833b Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200317' into staging by Peter Maydell · 5 years ago
- 9214813 Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-170320-1' into staging by Peter Maydell · 5 years ago
- 9bda600 build: Silence clang warning on older glib autoptr usage by Eric Blake · 5 years ago
- f48e590 configure: allow user to specify what gdb to use by Alex Bennée · 5 years ago
- 43d1ccd tcg: Remove CONFIG_VECTOR16 by Richard Henderson · 5 years ago
- 67cf3f5 Use -isystem for linux-headers dir by Eduardo Habkost · 5 years ago
- bd702ff configure: Fix building with SASL on Windows by Philippe Mathieu-Daudé · 5 years ago
- bd83c86 modules: load modules from versioned /var/run dir by Christian Ehrhardt · 5 years ago
- 6b8cd44 configure: add configure option avx512f_opt by Robert Hoo · 5 years ago
- 297254c configure: Improve zstd test by Juan Quintela · 5 years ago
- 73fd282 aio-posix: add io_uring fd monitoring implementation by Stefan Hajnoczi · 5 years ago
- f353415 qemu-storage-daemon: Add barebone tool by Kevin Wolf · 5 years ago
- 39d87c8 configure: detect and report genisoimage by Alex Bennée · 5 years ago
- 3a67848 configure: Enable test and libs for zstd by Juan Quintela · 5 years ago
- adc2802 fuzz: add configure flag --enable-fuzzing by Alexander Bulekov · 5 years ago
- e10ee3f configure: Avoid compiling system tools on user build by default by Philippe Mathieu-Daudé · 5 years ago
- d599938 configure: linux-user doesn't need neither fdt nor slirp by Laurent Vivier · 6 years ago
- 9ced5c7 Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-02-15' into staging by Peter Maydell · 5 years ago
- 758b617 configure: Check that sphinx-build is using Python 3 by Peter Maydell · 5 years ago
- 903458c configure: Pick sphinx-build-3 when available by Markus Armbruster · 5 years ago
- 971b2a1 Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf2' into staging by Peter Maydell · 5 years ago
- 2eb054c configure: Allow user to specify sphinx-build binary by Peter Maydell · 5 years ago
- 4cc600d build: move TARGET_GPROF to config-host.mak by Paolo Bonzini · 5 years ago
- ae4a70c riscv: Separate FPU register size from core register size in gdbstub [v2] by Keith Packard · 5 years ago
- 4f67366 configure: Fix typo of the have_afalg variable by Thomas Huth · 5 years ago
- c10dd85 configure: permit use of io_uring by Aarushi Mehta · 5 years ago
- 760df0d Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 5 years ago
- db5adea build-sys: clean up flags included in the linker command line by Paolo Bonzini · 5 years ago
- 7ba4a4d configure: Do not build libfdt if not required by Philippe Mathieu-Daudé · 5 years ago
- 8a792b0 virtiofsd: support nanosecond resolution for file timestamp by Jiufei Xue · 6 years ago
- db37dd8 configure: Detect kcov support and introduce CONFIG_KCOV by Aleksandar Markovic · 5 years ago
- ed5bad3 configure: Remove tcg/ from the preprocessor include search list by Philippe Mathieu-Daudé · 5 years ago
- 1cf4323 tests/libqos: Move the libqos files under tests/qtest/ by Thomas Huth · 5 years ago
- 1e8a1fa test: Move qtests to a separate directory by Thomas Huth · 5 years ago
- 0dba489 configure: check for gdbus-codegen presence by Marc-André Lureau · 5 years ago
- 25a97a5 configure: add GDBUS_CODEGEN by Marc-André Lureau · 5 years ago
- ddf9069 configure: Require Python >= 3.5 by Eduardo Habkost · 5 years ago
- f59b31e Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-191219-1' into staging by Peter Maydell · 5 years ago
- bc4486f ci: build out-of-tree by Paolo Bonzini · 5 years ago
- afc3a8f configure: allow disable of cross compilation containers by Alex Bennée · 5 years ago
- a358bca build: rename CONFIG_LIBCAP to CONFIG_LIBCAP_NG by Paolo Bonzini · 5 years ago
- 95c5f2d configure: set $PYTHON to a full path by Paolo Bonzini · 6 years ago
- 5342204 libvixl: remove per-target compiler flags by Paolo Bonzini · 6 years ago
- b965e8c build-sys: do not include Windows SLIRP dependencies in $LIBS by Paolo Bonzini · 5 years ago
- 1d4ffe8 Remove the core bluetooth code by Thomas Huth · 5 years ago
- 7e46261 virtfs-proxy-helper: switch from libcap to libcap-ng by Paolo Bonzini · 5 years ago
- 623ef63 configure: Check bzip2 is available by Philippe Mathieu-Daudé · 5 years ago
- 05dfa22 configure: Only decompress EDK2 blobs for X86/ARM targets by Philippe Mathieu-Daudé · 5 years ago
- ee10858 configure: Check if we can use ibv_reg_mr_iova by Yuval Shaia · 6 years ago
- 68d8ef4 Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4' into staging by Peter Maydell · 5 years ago
- 4599cb9 Merge remote-tracking branch 'remotes/berrange/tags/crypto-luks-pull-request' into staging by Peter Maydell · 5 years ago
- 8c68ff2 Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191028' into staging by Peter Maydell · 5 years ago
- dc2207a crypto: add support for nettle's native XTS impl by Daniel P. Berrangé · 5 years ago
- e057694 crypto: add support for gcrypt's native XTS impl by Daniel P. Berrangé · 5 years ago
- 671f760 tests/plugin: add sample plugins by Emilio G. Cota · 6 years ago
- 26fffe2 plugin: add API symbols to qemu-plugins.symbols by Emilio G. Cota · 6 years ago
- 40e8c6f configure: add --enable-plugins by Alex Bennée · 6 years ago
- 54cb65d plugin: add core code by Emilio G. Cota · 8 years ago
- ab9056f target/riscv: Expose "priv" register for GDB for reads by Jonathan Behrens · 5 years ago
- db8aaae configure: Detect compiler support for __attribute__((alias)) by Richard Henderson · 5 years ago
- 39b68bc Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 5 years ago
- 98fc1ad virtio: add vhost-user-fs base device by Dr. David Alan Gilbert · 5 years ago
- 744a928 spapr: Stop providing RTAS blob by Alexey Kardashevskiy · 6 years ago
- ee35e96 configure: Remove s390 (31-bit mode) from the list of supported CPUs by Thomas Huth · 5 years ago
- daa79d9 configure: preserve PKG_CONFIG for subdir builds by Alex Bennée · 5 years ago
- 49ddd7e paaudio: port to the new audio backend api by Kővágó, Zoltán · 5 years ago
- 7541191 configure: Add xkbcommon configure options by James Le Cuirot · 5 years ago
- 412aeac configure: check if --no-pie is supported first by Alex Bennée · 6 years ago
- 2038f8c tests/tcg: move configuration to a sub-shell script by Paolo Bonzini · 6 years ago
- 8480517 configure: clean-up container cross compile detect by Alex Bennée · 5 years ago
- 406ab2f configure: more resilient Python version capture by Cleber Rosa · 6 years ago
- 3590b27 Merge remote-tracking branch 'remotes/berrange/tags/autofree-pull-request' into staging by Peter Maydell · 6 years ago
- 8109234 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 6 years ago
- 00f2cfb glib: bump min required glib library version to 2.48 by Daniel P. Berrangé · 7 years ago
- fe066b4 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-request' into staging by Peter Maydell · 6 years ago
- fbb04e7 configure: remove AUTOCONF_HOST by Marc-André Lureau · 6 years ago
- c932ce3 configure: define CONFIG_TOOLS here by Paolo Bonzini · 6 years ago
- 0814465 qemu-ga: clean up TOOLS variable by Paolo Bonzini · 6 years ago
- aee8a61 configure: fix sdl detection using sdl2-config by Carlo Marcelo Arenas Belón · 6 years ago