mbox series

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

Message ID 20210305151929.1947331-1-ckuehl@redhat.com (mailing list archive)
Headers show
Series Clarify error messages pertaining to 'node-name' | expand

Message

Connor Kuehl March 5, 2021, 3:19 p.m. UTC
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(-)

Comments

Kevin Wolf March 8, 2021, 11:56 a.m. UTC | #1
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