summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-15tests/docker: Remove the libssh workaround from the ubuntu 20.04 imageThomas Huth
2020-07-15docs/devel: fix grammar in multi-thread-tcgAlex Bennée
2020-07-14Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2020-07-13-tag' in...Peter Maydell
2020-07-14Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...Peter Maydell
2020-07-14Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2020-07-14Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell
2020-07-14Merge remote-tracking branch 'remotes/juanquintela/tags/migration-pull-reques...Peter Maydell
2020-07-14block: Avoid stale pointer dereference in blk_get_aio_context()Greg Kurz
2020-07-14qemu-img: Deprecate use of -b without -FEric Blake
2020-07-14block: Add support to warn on backing file change without formatEric Blake
2020-07-14iotests: Specify explicit backing format where sensibleEric Blake
2020-07-14qcow2: Deprecate use of qemu-img amend to change backing fileEric Blake
2020-07-14block: Error if backing file fails during creation without -uEric Blake
2020-07-14qcow: Tolerate backing_fmt=Eric Blake
2020-07-14vmdk: Add trivial backing_fmt supportEric Blake
2020-07-14sheepdog: Add trivial backing_fmt supportEric Blake
2020-07-14block: Finish deprecation of 'qemu-img convert -n -o'Eric Blake
2020-07-14qemu-img: Flush stdout before before potential stderr messagesEric Blake
2020-07-14file-posix: Mitigate file fragmentation with extent size hintsKevin Wolf
2020-07-14iotests/059: Filter out disk size with more standard filterKevin Wolf
2020-07-14qemu-img map: Don't limit block status request sizeKevin Wolf
2020-07-14iotests: Simplify _filter_img_create() a bitMax Reitz
2020-07-14Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-07-13' into st...Peter Maydell
2020-07-14linux-user: fix print_syscall_err() when syscall returned value is negativeLaurent Vivier
2020-07-14linux-user: fix the errno value in print_syscall_err()Laurent Vivier
2020-07-13target/riscv: Fix pmp NA4 implementationAlexandre Mergnat
2020-07-13tcg/riscv: Remove superfluous breaksLiao Pingfang
2020-07-13hw/char: Convert the Ibex UART to use the registerfields APIAlistair Francis
2020-07-13hw/char: Convert the Ibex UART to use the qdev Clock modelAlistair Francis
2020-07-13target/riscv: fix vill bit index in vtype registerFrank Chang
2020-07-13target/riscv: fix return value of do_opivx_widen()Frank Chang
2020-07-13target/riscv: correct the gvec IR called in gen_vec_rsub16_i64()Frank Chang
2020-07-13target/riscv: fix rsub gvec tcg_assert_listed_vecop assertionFrank Chang
2020-07-13hw/riscv: Modify MROM size to end at 0x10000Bin Meng
2020-07-13RISC-V: Support 64 bit start addressAtish Patra
2020-07-13riscv: Add opensbi firmware dynamic supportAtish Patra
2020-07-13RISC-V: Copy the fdt in dram instead of ROMAtish Patra
2020-07-13riscv: Unify Qemu's reset vector code pathAtish Patra
2020-07-13hw/riscv: virt: Sort the SoC memmap table entriesBin Meng
2020-07-13MAINTAINERS: Add an entry for OpenSBI firmwareBin Meng
2020-07-13qga: Use qemu_get_host_name() instead of g_get_host_name()Michal Privoznik
2020-07-13util: Introduce qemu_get_host_name()Michal Privoznik
2020-07-13qga: fix assert regression on guest-shutdownMarc-André Lureau
2020-07-13qga-win: Fix QGA VSS Provider service stop failureBasil Salman
2020-07-13linux-user: add netlink RTM_SETLINK commandLaurent Vivier
2020-07-13linux-user: add new netlink typesLaurent Vivier
2020-07-13linux-user: Fix Coverity CID 1430271 / CID 1430272Laurent Vivier
2020-07-13linux-user: refactor ipc syscall and support of semtimedop syscallMatus Kysel
2020-07-13linux-user: Use EPROTONOSUPPORT for unimplemented netlink protocolsJosh Kunz
2020-07-13migration/migration.c: Remove superfluous breaksLiao Pingfang