The following changes since commit cf7ca7d5b9faca13f1f8e3ea92cfb2f741eb0c0e:
Merge remote-tracking branch
'remotes/stefanha-gitlab/tags/tracing-pull-request' into staging (2021-02-01
16:28:00 +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 26513a01741f51650f5dd716681995359794ba6f:
block: Fix VM size column width in bdrv_snapshot_dump() (2021-02-02 17:23:55
+0100)
----------------------------------------------------------------
Block layer patches:
- Fix double processing of nodes in bdrv_set_aio_context()
- Fix potential hang in block export shutdown
- block/nvme: Minor tracing improvements
- iotests: Some more fixups for the 'check' rewrite
- MAINTAINERS: Add Vladimir as co-maintainer for Block Jobs
----------------------------------------------------------------
Kevin Wolf (3):
iotests: Revert emulator selection to old behaviour
iotests: Fix -makecheck output
block: Fix VM size column width in bdrv_snapshot_dump()
Philippe Mathieu-Daudé (2):
block/nvme: Properly display doorbell stride length in trace event
block/nvme: Trace NVMe spec version supported by the controller
Sergio Lopez (2):
block: Avoid processing BDS twice in bdrv_set_aio_context_ignore()
block: move blk_exp_close_all() to qemu_cleanup()
Vladimir Sementsov-Ogievskiy (3):
MAINTAINERS: Add Vladimir as co-maintainer for Block Jobs
iotests/297: pylint: ignore too many statements
iotests: check: return 1 on failure
block.c | 35 +++++++++++++++++++++++++++--------
block/nvme.c | 8 +++++++-
block/qapi.c | 4 ++--
qemu-nbd.c | 1 +
softmmu/runstate.c | 9 +++++++++
storage-daemon/qemu-storage-daemon.c | 1 +
tests/qemu-iotests/testenv.py | 2 +-
tests/qemu-iotests/testrunner.py | 10 +++++++---
MAINTAINERS | 10 ++++++++++
block/trace-events | 1 +
tests/qemu-iotests/check | 5 ++++-
tests/qemu-iotests/pylintrc | 2 ++
12 files changed, 72 insertions(+), 16 deletions(-)