[PATCH v2 0/2] Clarify error messages pertaining to 'node-name'

Connor Kuehl posted 2 patches 3 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210305151929.1947331-1-ckuehl@redhat.com
Maintainers: Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Markus Armbruster <armbru@redhat.com>
block.c                       |  8 ++++----
blockdev.c                    | 13 +++++++------
tests/qemu-iotests/030        |  4 ++--
tests/qemu-iotests/040        |  4 ++--
tests/qemu-iotests/051.pc.out |  6 +++---
tests/qemu-iotests/081.out    |  2 +-
tests/qemu-iotests/085.out    |  6 +++---
tests/qemu-iotests/087.out    |  2 +-
tests/qemu-iotests/206.out    |  2 +-
tests/qemu-iotests/210.out    |  2 +-
tests/qemu-iotests/211.out    |  2 +-
tests/qemu-iotests/212.out    |  2 +-
tests/qemu-iotests/213.out    |  2 +-
tests/qemu-iotests/223.out    |  4 ++--
tests/qemu-iotests/237.out    |  2 +-
tests/qemu-iotests/245        | 10 +++++-----
tests/qemu-iotests/249.out    |  2 +-
tests/qemu-iotests/300        |  4 ++--
18 files changed, 39 insertions(+), 38 deletions(-)
[PATCH v2 0/2] Clarify error messages pertaining to 'node-name'
Posted by Connor Kuehl 3 years, 1 month ago
v2:
  - Moved summary into patch #1
  - Updated test cases that were missed in v1 from running 'make check'.
    This time I used 'make check-block SPEED=thorough' and some more
    grepping to make sure I didn't miss any.
  - Rebased

Connor Kuehl (2):
  block: Clarify error messages pertaining to 'node-name'
  blockdev: Clarify error messages pertaining to 'node-name'

 block.c                       |  8 ++++----
 blockdev.c                    | 13 +++++++------
 tests/qemu-iotests/030        |  4 ++--
 tests/qemu-iotests/040        |  4 ++--
 tests/qemu-iotests/051.pc.out |  6 +++---
 tests/qemu-iotests/081.out    |  2 +-
 tests/qemu-iotests/085.out    |  6 +++---
 tests/qemu-iotests/087.out    |  2 +-
 tests/qemu-iotests/206.out    |  2 +-
 tests/qemu-iotests/210.out    |  2 +-
 tests/qemu-iotests/211.out    |  2 +-
 tests/qemu-iotests/212.out    |  2 +-
 tests/qemu-iotests/213.out    |  2 +-
 tests/qemu-iotests/223.out    |  4 ++--
 tests/qemu-iotests/237.out    |  2 +-
 tests/qemu-iotests/245        | 10 +++++-----
 tests/qemu-iotests/249.out    |  2 +-
 tests/qemu-iotests/300        |  4 ++--
 18 files changed, 39 insertions(+), 38 deletions(-)

-- 
2.29.2


Re: [PATCH v2 0/2] Clarify error messages pertaining to 'node-name'
Posted by Kevin Wolf 3 years, 1 month ago
Am 05.03.2021 um 16:19 hat Connor Kuehl geschrieben:
> v2:
>   - Moved summary into patch #1
>   - Updated test cases that were missed in v1 from running 'make check'.
>     This time I used 'make check-block SPEED=thorough' and some more
>     grepping to make sure I didn't miss any.
>   - Rebased

Thanks, applied to the block branch.

Kevin