[PATCH 0/2] block: Skip COR for inactive nodes

Max Reitz posted 2 patches 4 years, 6 months ago
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test docker-clang@ubuntu failed
Test asan passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20191001174827.11081-1-mreitz@redhat.com
Maintainers: Fam Zheng <fam@euphon.net>, Stefan Hajnoczi <stefanha@redhat.com>, Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>
block/io.c                 | 41 +++++++++++++++++++++++++-------------
tests/qemu-iotests/262     | 12 +++++------
tests/qemu-iotests/262.out |  6 +++---
3 files changed, 36 insertions(+), 23 deletions(-)
[PATCH 0/2] block: Skip COR for inactive nodes
Posted by Max Reitz 4 years, 6 months ago
Hi,

While working on $IMGOPTS support for Python iotests, I noticed a minor
bug.  Let’s fix it, as you do with bugs.


Max Reitz (2):
  block: Skip COR for inactive nodes
  iotests/262: Switch source/dest VM launch order

 block/io.c                 | 41 +++++++++++++++++++++++++-------------
 tests/qemu-iotests/262     | 12 +++++------
 tests/qemu-iotests/262.out |  6 +++---
 3 files changed, 36 insertions(+), 23 deletions(-)

-- 
2.21.0


Re: [PATCH 0/2] block: Skip COR for inactive nodes
Posted by Eric Blake 4 years, 6 months ago
On 10/1/19 12:48 PM, Max Reitz wrote:
> Hi,
> 
> While working on $IMGOPTS support for Python iotests, I noticed a minor
> bug.  Let’s fix it, as you do with bugs.
> 
> 
> Max Reitz (2):
>    block: Skip COR for inactive nodes
>    iotests/262: Switch source/dest VM launch order

Reviewed-by: Eric Blake <eblake@redhat.com>

> 
>   block/io.c                 | 41 +++++++++++++++++++++++++-------------
>   tests/qemu-iotests/262     | 12 +++++------
>   tests/qemu-iotests/262.out |  6 +++---
>   3 files changed, 36 insertions(+), 23 deletions(-)
> 

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org

Re: [PATCH 0/2] block: Skip COR for inactive nodes
Posted by Stefan Hajnoczi 4 years, 6 months ago
On Tue, Oct 01, 2019 at 07:48:25PM +0200, Max Reitz wrote:
> Hi,
> 
> While working on $IMGOPTS support for Python iotests, I noticed a minor
> bug.  Let’s fix it, as you do with bugs.
> 
> 
> Max Reitz (2):
>   block: Skip COR for inactive nodes
>   iotests/262: Switch source/dest VM launch order
> 
>  block/io.c                 | 41 +++++++++++++++++++++++++-------------
>  tests/qemu-iotests/262     | 12 +++++------
>  tests/qemu-iotests/262.out |  6 +++---
>  3 files changed, 36 insertions(+), 23 deletions(-)
> 
> -- 
> 2.21.0
> 

Thanks, applied to my block tree:
https://github.com/stefanha/qemu/commits/block

Stefan