aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-15plugins: expand the bb plugin to be thread safe and track per-cpuAlex Bennée1-13/+84
2020-07-15cputlb: ensure we save the IOTLB data in case of resetAlex Bennée3-3/+52
2020-07-15tests/plugins: don't unconditionally add -WpsabiAlex Bennée2-4/+21
2020-07-15fpu/softfloat: fix up float16 nan recognitionLIU Zhiwei1-2/+2
2020-07-15gitlab-ci/containers: Add missing wildcard where we should look for changesThomas Huth1-0/+1
2020-07-15docker.py: fix fetching of FROM layersAlex Bennée1-5/+11
2020-07-15tests/docker: Remove the libssh workaround from the ubuntu 20.04 imageThomas Huth1-3/+0
2020-07-15docs/devel: fix grammar in multi-thread-tcgAlex Bennée1-1/+1
2020-07-14Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2020-07-13-tag' in...Peter Maydell6-18/+96
2020-07-14Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...Peter Maydell3-35/+108
2020-07-14Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell152-990/+1428
2020-07-14Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell13-219/+387
2020-07-14Merge remote-tracking branch 'remotes/juanquintela/tags/migration-pull-reques...Peter Maydell2-6/+8
2020-07-14block: Avoid stale pointer dereference in blk_get_aio_context()Greg Kurz1-1/+3
2020-07-14qemu-img: Deprecate use of -b without -FEric Blake6-3/+80
2020-07-14block: Add support to warn on backing file change without formatEric Blake6-10/+18
2020-07-14iotests: Specify explicit backing format where sensibleEric Blake119-361/+434
2020-07-14qcow2: Deprecate use of qemu-img amend to change backing fileEric Blake5-0/+24
2020-07-14block: Error if backing file fails during creation without -uEric Blake4-19/+20
2020-07-14qcow: Tolerate backing_fmt=Eric Blake4-1/+168
2020-07-14vmdk: Add trivial backing_fmt supportEric Blake1-0/+14
2020-07-14sheepdog: Add trivial backing_fmt supportEric Blake1-2/+16
2020-07-14block: Finish deprecation of 'qemu-img convert -n -o'Eric Blake4-12/+21
2020-07-14qemu-img: Flush stdout before before potential stderr messagesEric Blake7-12/+13
2020-07-14file-posix: Mitigate file fragmentation with extent size hintsKevin Wolf7-12/+80
2020-07-14iotests/059: Filter out disk size with more standard filterKevin Wolf2-506/+505
2020-07-14qemu-img map: Don't limit block status request sizeKevin Wolf1-4/+1
2020-07-14iotests: Simplify _filter_img_create() a bitMax Reitz4-61/+45
2020-07-14Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-07-13' into st...Peter Maydell3-8/+15
2020-07-14linux-user: fix print_syscall_err() when syscall returned value is negativeLaurent Vivier1-23/+13
2020-07-14linux-user: fix the errno value in print_syscall_err()Laurent Vivier1-1/+1
2020-07-13target/riscv: Fix pmp NA4 implementationAlexandre Mergnat1-1/+1
2020-07-13tcg/riscv: Remove superfluous breaksLiao Pingfang1-2/+0
2020-07-13hw/char: Convert the Ibex UART to use the registerfields APIAlistair Francis2-106/+100
2020-07-13hw/char: Convert the Ibex UART to use the qdev Clock modelAlistair Francis2-3/+30
2020-07-13target/riscv: fix vill bit index in vtype registerFrank Chang1-1/+1
2020-07-13target/riscv: fix return value of do_opivx_widen()Frank Chang1-1/+1
2020-07-13target/riscv: correct the gvec IR called in gen_vec_rsub16_i64()Frank Chang1-1/+1
2020-07-13target/riscv: fix rsub gvec tcg_assert_listed_vecop assertionFrank Chang1-0/+5
2020-07-13hw/riscv: Modify MROM size to end at 0x10000Bin Meng3-3/+3
2020-07-13RISC-V: Support 64 bit start addressAtish Patra2-2/+10
2020-07-13riscv: Add opensbi firmware dynamic supportAtish Patra6-16/+134
2020-07-13RISC-V: Copy the fdt in dram instead of ROMAtish Patra5-33/+66
2020-07-13riscv: Unify Qemu's reset vector code pathAtish Patra5-76/+54
2020-07-13hw/riscv: virt: Sort the SoC memmap table entriesBin Meng1-3/+3
2020-07-13MAINTAINERS: Add an entry for OpenSBI firmwareBin Meng1-0/+7
2020-07-13qga: Use qemu_get_host_name() instead of g_get_host_name()Michal Privoznik1-4/+13
2020-07-13util: Introduce qemu_get_host_name()Michal Privoznik3-0/+58
2020-07-13qga: fix assert regression on guest-shutdownMarc-André Lureau1-1/+5
2020-07-13qga-win: Fix QGA VSS Provider service stop failureBasil Salman1-13/+20