Re: [Qemu-devel] [PATCH v3 0/8] OpenBSD: Block layer fixes (was 'Enable qtesting')

2019-02-04 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190205001835.25660-1-phi...@redhat.com/



Hi,

This series failed the docker-mingw@fedora build test. Please find the testing 
commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.

=== TEST SCRIPT BEGIN ===
#!/bin/bash
time make docker-test-mingw@fedora SHOW_ENV=1 J=14
=== TEST SCRIPT END ===




The full log is available at
http://patchew.org/logs/20190205001835.25660-1-phi...@redhat.com/testing.docker-mingw@fedora/?type=message.
---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to patchew-de...@redhat.com

[Qemu-devel] [PATCH v3 0/8] OpenBSD: Block layer fixes (was 'Enable qtesting')

2019-02-04 Thread Philippe Mathieu-Daudé
Various fixes I encountered while trying to run QEMU test suite on OpenBSD.

This is the 'block' part of the v2.
Most non-RFC patches are reviewed and could be applied.

Since v2:
- Added R-b tags
- Addressed Eric's comments (in code and commit descriptions)

Since v1:
- various qemu-block fixes and notes.

Regards,

Phil.

v2: https://lists.gnu.org/archive/html/qemu-devel/2019-01/msg07513.html
v1: https://lists.gnu.org/archive/html/qemu-devel/2019-01/msg06676.html

Philippe Mathieu-Daudé (8):
  ahci-test: Add dependency to qemu-img tool
  qemu-iotests: Add dependency to qemu-nbd tool
  qemu-iotests: Improve portability by searching bash in the $PATH
  qemu-iotests: Ensure GNU sed is used
  iotests: Let verify_platform() check for unsupported platforms
  RFC iotests: Disable 208 on OpenBSD
  RFC iotests: Disable 209 on OpenBSD
  RFC iotests: Disable 236 and 238 on OpenBSD

 tests/Makefile.include|  4 ++--
 tests/qemu-iotests/001|  2 +-
 tests/qemu-iotests/002|  2 +-
 tests/qemu-iotests/003|  2 +-
 tests/qemu-iotests/004|  2 +-
 tests/qemu-iotests/005|  2 +-
 tests/qemu-iotests/007|  2 +-
 tests/qemu-iotests/008|  2 +-
 tests/qemu-iotests/009|  2 +-
 tests/qemu-iotests/010|  2 +-
 tests/qemu-iotests/011|  2 +-
 tests/qemu-iotests/012|  2 +-
 tests/qemu-iotests/013|  2 +-
 tests/qemu-iotests/014|  2 +-
 tests/qemu-iotests/015|  2 +-
 tests/qemu-iotests/017|  2 +-
 tests/qemu-iotests/018|  2 +-
 tests/qemu-iotests/019|  2 +-
 tests/qemu-iotests/020|  2 +-
 tests/qemu-iotests/021|  2 +-
 tests/qemu-iotests/022|  2 +-
 tests/qemu-iotests/023|  2 +-
 tests/qemu-iotests/024|  2 +-
 tests/qemu-iotests/025|  2 +-
 tests/qemu-iotests/026|  2 +-
 tests/qemu-iotests/027|  2 +-
 tests/qemu-iotests/028|  2 +-
 tests/qemu-iotests/029|  2 +-
 tests/qemu-iotests/031|  2 +-
 tests/qemu-iotests/032|  2 +-
 tests/qemu-iotests/033|  2 +-
 tests/qemu-iotests/034|  2 +-
 tests/qemu-iotests/035|  2 +-
 tests/qemu-iotests/036|  2 +-
 tests/qemu-iotests/037|  2 +-
 tests/qemu-iotests/038|  2 +-
 tests/qemu-iotests/039|  2 +-
 tests/qemu-iotests/042|  2 +-
 tests/qemu-iotests/043|  2 +-
 tests/qemu-iotests/046|  2 +-
 tests/qemu-iotests/047|  2 +-
 tests/qemu-iotests/048|  2 +-
 tests/qemu-iotests/049|  2 +-
 tests/qemu-iotests/050|  2 +-
 tests/qemu-iotests/051|  2 +-
 tests/qemu-iotests/052|  2 +-
 tests/qemu-iotests/053|  2 +-
 tests/qemu-iotests/054|  2 +-
 tests/qemu-iotests/058|  2 +-
 tests/qemu-iotests/059|  2 +-
 tests/qemu-iotests/060|  2 +-
 tests/qemu-iotests/061|  2 +-
 tests/qemu-iotests/062|  2 +-
 tests/qemu-iotests/063|  2 +-
 tests/qemu-iotests/064|  2 +-
 tests/qemu-iotests/066|  2 +-
 tests/qemu-iotests/067|  2 +-
 tests/qemu-iotests/068|  2 +-
 tests/qemu-iotests/069|  2 +-
 tests/qemu-iotests/070|  2 +-
 tests/qemu-iotests/071|  2 +-
 tests/qemu-iotests/072|  2 +-
 tests/qemu-iotests/073|  2 +-
 tests/qemu-iotests/074|  2 +-
 tests/qemu-iotests/075|  2 +-
 tests/qemu-iotests/076|  2 +-
 tests/qemu-iotests/077|  2 +-
 tests/qemu-iotests/078|  2 +-
 tests/qemu-iotests/079|  2 +-
 tests/qemu-iotests/080|  2 +-
 tests/qemu-iotests/081|  2 +-
 tests/qemu-iotests/082|  2 +-
 tests/qemu-iotests/083|  2 +-
 tests/qemu-iotests/084|  2 +-
 tests/qemu-iotests/085|  2 +-
 tests/qemu-iotests/086|  2 +-
 tests/qemu-iotests/087|  2 +-
 tests/qemu-iotests/088|  2 +-
 tests/qemu-iotests/089|  2 +-
 tests/qemu-iotests/090|  2 +-
 tests/qemu-iotests/091|  2 +-
 tests/qemu-iotests/092|  2 +-
 tests/qemu-iotests/094|  2 +-
 tests/qemu-iotests/095|  2 +-
 tests/qemu-iotests/097|  2 +-
 tests/qemu-iotests/098|  2 +-
 tests/qemu-iotests/099|  2 +-
 tests/qemu-iotests/101|  2 +-
 tests/qemu-iotests/102|  2 +-
 tests/qemu-iotests/103|  2 +-
 tests/qemu-iotests/104|  2 +-
 tests/qemu-iotests/105|  2 +-
 tests/qemu-iotests/106|  2 +-
 tests/qemu-iotests/107|  2 +-
 tests/qemu-iotests/108|  2 +-
 tests/qemu-iotests/109