[Qemu-devel] [PATCH for-3.0 0/3] Fix query-blockstats with -blockdev

Kevin Wolf posted 3 patches 7 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180727141539.506-1-kwolf@redhat.com
Test docker-mingw@fedora passed
Test checkpatch passed
Test docker-quick@centos7 passed
Test docker-clang@ubuntu passed
qapi/block-core.json       |   5 ++-
block/qapi.c               |  16 ++++++-
tests/qemu-iotests/227     | 101 +++++++++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/227.out |  42 +++++++++++++++++++
tests/qemu-iotests/group   |   1 +
5 files changed, 163 insertions(+), 2 deletions(-)
create mode 100755 tests/qemu-iotests/227
create mode 100644 tests/qemu-iotests/227.out
[Qemu-devel] [PATCH for-3.0 0/3] Fix query-blockstats with -blockdev
Posted by Kevin Wolf 7 years, 3 months ago
Kevin Wolf (3):
  block/qapi: Add 'qdev' field to query-blockstats result
  block/qapi: Include anonymous BBs in query-blockstats
  qemu-iotests: Test query-blockstats with -drive and -blockdev

 qapi/block-core.json       |   5 ++-
 block/qapi.c               |  16 ++++++-
 tests/qemu-iotests/227     | 101 +++++++++++++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/227.out |  42 +++++++++++++++++++
 tests/qemu-iotests/group   |   1 +
 5 files changed, 163 insertions(+), 2 deletions(-)
 create mode 100755 tests/qemu-iotests/227
 create mode 100644 tests/qemu-iotests/227.out

-- 
2.13.6