summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-28Update version for v5.0.0 releasePeter Maydell1-1/+1
2020-04-22Update version for v5.0.0-rc4 releasePeter Maydell1-1/+1
2020-04-22target/arm: Fix ID_MMFR4 value on AArch64 'max' CPUPeter Maydell1-1/+1
2020-04-21slirp: update to fix CVE-2020-1983Marc-André Lureau1-0/+0
2020-04-20target/ppc: Fix TCG temporary leaks in gen_slbia()Philippe Mathieu-Daudé1-0/+1
2020-04-20block/iscsi:fix heap-buffer-overflow in iscsi_aio_ioctl_cbChen Qun1-2/+1
2020-04-17target/ppc: Fix mtmsr(d) L=1 variant that loses interruptsNicholas Piggin1-19/+27
2020-04-17target/ppc: Fix wrong interpretation of the disposition flag.Ganesh Goudar1-2/+2
2020-04-17linux-user/ppc: Fix padding in mcontext_t for ppc64Richard Henderson1-40/+29
2020-04-16linux-user/syscall.c: add target-to-host mapping for epoll_create1()Sergei Trofimovich1-1/+1
2020-04-15Update version for v5.0.0-rc3 releasePeter Maydell1-1/+1
2020-04-15vhost-user-gpu: Release memory returned by vu_queue_pop() with free()Philippe Mathieu-Daudé2-3/+3
2020-04-15qga: Restrict guest-file-read count to 48 MB to avoid crashesPhilippe Mathieu-Daudé2-3/+12
2020-04-15qga: Extract qmp_guest_file_read() to common commands.cPhilippe Mathieu-Daudé4-36/+35
2020-04-15qga: Extract guest_file_handle_find() to commands-common.hPhilippe Mathieu-Daudé3-6/+26
2020-04-15Revert "prevent crash when executing guest-file-read with large count"Philippe Mathieu-Daudé1-7/+1
2020-04-15gdbstub: Introduce gdb_get_float32() to get 32-bit float registersPhilippe Mathieu-Daudé2-4/+11
2020-04-15gdbstub: Do not use memset() on GByteArrayPhilippe Mathieu-Daudé3-6/+12
2020-04-15gdbstub: i386: Fix gdb_get_reg16() parameter to unbreak gdbPeter Xu1-1/+1
2020-04-15target/m68k/helper: Fix m68k_fpu_gdb_get_reg() use of GByteArrayPhilippe Mathieu-Daudé1-2/+2
2020-04-15linux-user: fix /proc/self/stat handlingAlex Bennée1-24/+19
2020-04-15configure: disable PIE for Windows buildsAlex Bennée1-0/+1
2020-04-15configure: redirect sphinx-build check to config.logAlex Bennée1-1/+3
2020-04-15tests/docker: add docs FEATURE flag and use for test-miscAlex Bennée7-6/+8
2020-04-14Deprecate KVM support for AArch32Peter Maydell1-0/+8
2020-04-14docs: Require Sphinx 1.6 or betterPeter Maydell1-2/+4
2020-04-14kernel-doc: Use c:struct for Sphinx 3.0 and laterPeter Maydell2-1/+16
2020-04-14scripts/kernel-doc: Add missing close-paren in c:function directivesPeter Maydell1-1/+1
2020-04-14hax: Windows doesn't like posix device namesVolker Rümelin1-2/+2
2020-04-14tests: numa: test one backend with prealloc enabledIgor Mammedov1-1/+1
2020-04-14hostmem: set default prealloc_threads to valid valueIgor Mammedov1-0/+1
2020-04-14configure: Honour --disable-werror for SphinxPeter Maydell2-2/+9
2020-04-14docs: Improve our gdbstub documentationPeter Maydell2-14/+34
2020-04-14scripts/coverity-scan: Add Docker supportPeter Maydell2-0/+221
2020-04-14scripts/run-coverity-scan: Script to run Coverity Scan buildPeter Maydell2-0/+316
2020-04-14linux-user/flatload.c: Use "" for include of QEMU header target_flat.hPeter Maydell1-1/+1
2020-04-14thread.h: Remove trailing semicolons from Coverity qemu_mutex_lock() etcPeter Maydell1-6/+6
2020-04-14thread.h: Fix Coverity version of qemu_cond_timedwait()Peter Maydell1-1/+1
2020-04-14osdep.h: Drop no-longer-needed Coverity workaroundsPeter Maydell1-14/+0
2020-04-13exec: Fix for qemu_ram_resize() callbackDavid Hildenbrand1-2/+14
2020-04-13fw_cfg: Migrate ACPI table mr sizes separatelyShameer Kolothum3-1/+97
2020-04-13acpi: Use macro for table-loader file nameShameer Kolothum3-2/+3
2020-04-13MAINTAINERS: Add myself as vhost-user-blk maintainerRaphael Norwitz1-0/+12
2020-04-13module: increase dirs array size by oneBruce Rogers1-1/+1
2020-04-13memory: Do not allow direct write access to rom_device regionsAlexander Duyck1-2/+2
2020-04-13vl.c: error out if -mem-path is used together with -M memory-backendIgor Mammedov1-0/+5
2020-04-13rcu: do not mention atomic_mb_read/set in documentationPaolo Bonzini1-2/+2
2020-04-13atomics: update documentationPaolo Bonzini1-210/+271
2020-04-12tcg/mips: mips sync* encode errorlixinyu1-5/+5
2020-04-11atomics: convert to reStructuredTextPaolo Bonzini3-403/+447