[PATCH v3 0/5] iotest.FilePath fixes and cleanups

Nir Soffer posted 5 patches 3 years, 8 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200828232152.205833-1-nsoffer@redhat.com
Maintainers: Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/194        |  4 +--
tests/qemu-iotests/208        |  2 +-
tests/qemu-iotests/222        |  2 +-
tests/qemu-iotests/257        | 10 +++----
tests/qemu-iotests/iotests.py | 53 ++++++++++++++++++-----------------
5 files changed, 36 insertions(+), 35 deletions(-)
[PATCH v3 0/5] iotest.FilePath fixes and cleanups
Posted by Nir Soffer 3 years, 8 months ago
Fix some issues introduced when iotests.FilePaths was added and merge it back
into FilePath keeping the option to create multiple file names.

Changes since v2:
- Improve dosting to show how sockets should be created [Max]

v2 was here:
https://lists.nongnu.org/archive/html/qemu-block/2020-08/msg00780.html

Changes since v1:
- Remove unwanted submodule change [Eric]
- Add Fixes: tag

v1 was here:
https://lists.nongnu.org/archive/html/qemu-block/2020-08/msg00773.html

Nir Soffer (5):
  qemu-iotests: Fix FilePaths cleanup
  qemu-iotests: Fix FilePaths docstring
  qemu-iotests: Support varargs syntax in FilePaths
  qemu-iotests: Merge FilePaths and FilePath
  qemu-iotests: Simplify FilePath __init__

 tests/qemu-iotests/194        |  4 +--
 tests/qemu-iotests/208        |  2 +-
 tests/qemu-iotests/222        |  2 +-
 tests/qemu-iotests/257        | 10 +++----
 tests/qemu-iotests/iotests.py | 53 ++++++++++++++++++-----------------
 5 files changed, 36 insertions(+), 35 deletions(-)

-- 
2.26.2


Re: [PATCH v3 0/5] iotest.FilePath fixes and cleanups
Posted by Max Reitz 3 years, 8 months ago
On 29.08.20 01:21, Nir Soffer wrote:
> Fix some issues introduced when iotests.FilePaths was added and merge it back
> into FilePath keeping the option to create multiple file names.

Thanks, applied to my block branch:

https://git.xanclic.moe/XanClic/qemu/commits/branch/block