The following changes since commit 64f0ad8ad8e13257e7c912df470d46784b55c3fd:
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-07-02' into staging (2020-07-02 15:54:09 +0100) are available in the Git repository at: git://repo.or.cz/qemu/kevin.git tags/for-upstream for you to fetch changes up to 4f071a9460886667fde061c05b79dc786cc22e3c: iotests: Fix 051 output after qdev_init_nofail() removal (2020-07-03 10:06:29 +0200) ---------------------------------------------------------------- Block layer patches: - qemu-img convert: Don't pre-zero images (removes nowadays counterproductive optimisation) - qemu-storage-daemon: Fix object-del, cleaner shutdown - vvfat: Check that the guest doesn't escape the given host directory with read-write vvfat drives - vvfat: Fix crash by out-of-bounds array writes for read-write drives - iotests fixes ---------------------------------------------------------------- Kevin Wolf (3): qemu-img convert: Don't pre-zero images vvfat: Check that updated filenames are valid vvfat: Fix array_remove_slice() Max Reitz (1): iotests.py: Do not wait() before communicate() Philippe Mathieu-Daudé (1): iotests: Fix 051 output after qdev_init_nofail() removal Stefan Hajnoczi (2): qemu-storage-daemon: remember to add qemu_object_opts qemu-storage-daemon: add missing cleanup calls block/vvfat.c | 67 +++++++++++++++++++------------------------ qemu-img.c | 9 ------ qemu-storage-daemon.c | 5 ++++ tests/qemu-iotests/iotests.py | 34 +++++++++++----------- tests/qemu-iotests/051.pc.out | 4 +-- 5 files changed, 53 insertions(+), 66 deletions(-)