[Qemu-devel] [PATCH 0/2] commit: Add top-node/base-node options

Kevin Wolf posted 2 patches 7 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180810162658.6562-1-kwolf@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
qapi/block-core.json       | 24 +++++++++++++++------
blockdev.c                 | 32 ++++++++++++++++++++++++++--
tests/qemu-iotests/040     | 52 ++++++++++++++++++++++++++++++++++++++++++++--
tests/qemu-iotests/040.out |  4 ++--
4 files changed, 100 insertions(+), 12 deletions(-)
[Qemu-devel] [PATCH 0/2] commit: Add top-node/base-node options
Posted by Kevin Wolf 7 years, 2 months ago
Kevin Wolf (2):
  commit: Add top-node/base-node options
  qemu-iotests: Test commit with top-node/base-node

 qapi/block-core.json       | 24 +++++++++++++++------
 blockdev.c                 | 32 ++++++++++++++++++++++++++--
 tests/qemu-iotests/040     | 52 ++++++++++++++++++++++++++++++++++++++++++++--
 tests/qemu-iotests/040.out |  4 ++--
 4 files changed, 100 insertions(+), 12 deletions(-)

-- 
2.13.6


Re: [Qemu-devel] [PATCH 0/2] commit: Add top-node/base-node options
Posted by Kevin Wolf 7 years, 2 months ago
Am 10.08.2018 um 18:26 hat Kevin Wolf geschrieben:
> Kevin Wolf (2):
>   commit: Add top-node/base-node options
>   qemu-iotests: Test commit with top-node/base-node

Fixed the version numbers in the QMP documentation and applied to the
block branch.

I'll still have to look into Peter's problem, but as the same happens
with filenames, there's no reason why it should hold up this series.

Kevin