[Qemu-devel] [PATCH 0/2] iotests compat=0.10 fixes

Eric Blake posted 2 patches 7 years, 8 months ago
Failed in applying to current master (apply log)
tests/qemu-iotests/080     |   5 +-
tests/qemu-iotests/130     |   2 +
tests/qemu-iotests/137     |   2 +
tests/qemu-iotests/176     |   2 +
tests/qemu-iotests/177     |  20 +++-----
tests/qemu-iotests/177.out |  22 ++-------
tests/qemu-iotests/204     | 119 +++++++++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/204.out |  63 ++++++++++++++++++++++++
tests/qemu-iotests/group   |   1 +
9 files changed, 202 insertions(+), 34 deletions(-)
create mode 100755 tests/qemu-iotests/204
create mode 100644 tests/qemu-iotests/204.out
[Qemu-devel] [PATCH 0/2] iotests compat=0.10 fixes
Posted by Eric Blake 7 years, 8 months ago
As requested here:
https://lists.gnu.org/archive/html/qemu-devel/2018-01/msg03984.html

Eric Blake (1):
  iotests: Split 177 into two parts for compat=0.10

Max Reitz (1):
  iotests: Disable some tests for compat=0.10

 tests/qemu-iotests/080     |   5 +-
 tests/qemu-iotests/130     |   2 +
 tests/qemu-iotests/137     |   2 +
 tests/qemu-iotests/176     |   2 +
 tests/qemu-iotests/177     |  20 +++-----
 tests/qemu-iotests/177.out |  22 ++-------
 tests/qemu-iotests/204     | 119 +++++++++++++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/204.out |  63 ++++++++++++++++++++++++
 tests/qemu-iotests/group   |   1 +
 9 files changed, 202 insertions(+), 34 deletions(-)
 create mode 100755 tests/qemu-iotests/204
 create mode 100644 tests/qemu-iotests/204.out

-- 
2.14.3


Re: [Qemu-devel] [PATCH 0/2] iotests compat=0.10 fixes
Posted by Max Reitz 7 years, 8 months ago
On 2018-01-17 17:54, Eric Blake wrote:
> As requested here:
> https://lists.gnu.org/archive/html/qemu-devel/2018-01/msg03984.html
> 
> Eric Blake (1):
>   iotests: Split 177 into two parts for compat=0.10
> 
> Max Reitz (1):
>   iotests: Disable some tests for compat=0.10

Thanks!  Applied to my block branch:

https://github.com/XanClic/qemu/commits/block

Max