The following changes since commit 83851c7c60c90e9fb6a23ff48076387a77bc33cd:
Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2020-10-27-v3-tag' into staging (2020-11-03 12:47:58 +0000) are available in the Git repository at: git://repo.or.cz/qemu/kevin.git tags/for-upstream for you to fetch changes up to c9eb2f3e386840844bcc91e66d0a3475bc650780: block/vvfat: Fix bad printf format specifiers (2020-11-03 16:24:56 +0100) ---------------------------------------------------------------- Block layer patches: - iotests: Fix pylint/mypy warnings with Python 3.9 - qmp: fix aio_poll() assertion failure on Windows - Some minor fixes ---------------------------------------------------------------- AlexChen (1): block/vvfat: Fix bad printf format specifiers Kevin Wolf (3): iotests.py: Fix type check errors in wait_migration() iotests: Disable unsubscriptable-object in pylint iotests: Use Python 3 style super() Tuguoyi (1): qemu-img convert: Free @sn_opts in all error cases Volker RĂ¼melin (1): qmp: fix aio_poll() assertion failure on Windows block/vvfat.c | 12 +++++++----- qemu-img.c | 2 +- util/aio-win32.c | 8 +++++++- tests/qemu-iotests/iotests.py | 12 ++++++++---- tests/qemu-iotests/pylintrc | 2 ++ 5 files changed, 25 insertions(+), 11 deletions(-)