[Qemu-devel] [PATCH for-2.10 0/2] Test for bug fixes from byte-based block status

Eric Blake posted 2 patches 8 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170724153952.26510-1-eblake@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test s390x passed
tests/qemu-iotests/124     |  7 +++++-
tests/qemu-iotests/190     | 59 ++++++++++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/190.out | 11 +++++++++
tests/qemu-iotests/group   |  1 +
4 files changed, 77 insertions(+), 1 deletion(-)
create mode 100755 tests/qemu-iotests/190
create mode 100644 tests/qemu-iotests/190.out
[Qemu-devel] [PATCH for-2.10 0/2] Test for bug fixes from byte-based block status
Posted by Eric Blake 8 years, 2 months ago
Kevin is correct, and I need tests of my recent bug fixes :)

https://lists.gnu.org/archive/html/qemu-devel/2017-07/msg07235.html

Eric Blake (2):
  iotests: Check dirty bitmap statistics in 124
  iotests: Add test of recent fix to 'qemu-img measure'

 tests/qemu-iotests/124     |  7 +++++-
 tests/qemu-iotests/190     | 59 ++++++++++++++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/190.out | 11 +++++++++
 tests/qemu-iotests/group   |  1 +
 4 files changed, 77 insertions(+), 1 deletion(-)
 create mode 100755 tests/qemu-iotests/190
 create mode 100644 tests/qemu-iotests/190.out

-- 
2.13.3


Re: [Qemu-devel] [Qemu-block] [PATCH for-2.10 0/2] Test for bug fixes from byte-based block status
Posted by Stefan Hajnoczi 8 years, 2 months ago
On Mon, Jul 24, 2017 at 10:39:50AM -0500, Eric Blake wrote:
> Kevin is correct, and I need tests of my recent bug fixes :)
> 
> https://lists.gnu.org/archive/html/qemu-devel/2017-07/msg07235.html
> 
> Eric Blake (2):
>   iotests: Check dirty bitmap statistics in 124
>   iotests: Add test of recent fix to 'qemu-img measure'
> 
>  tests/qemu-iotests/124     |  7 +++++-
>  tests/qemu-iotests/190     | 59 ++++++++++++++++++++++++++++++++++++++++++++++
>  tests/qemu-iotests/190.out | 11 +++++++++
>  tests/qemu-iotests/group   |  1 +
>  4 files changed, 77 insertions(+), 1 deletion(-)
>  create mode 100755 tests/qemu-iotests/190
>  create mode 100644 tests/qemu-iotests/190.out
> 
> -- 
> 2.13.3
> 
> 

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Re: [Qemu-devel] [PATCH for-2.10 0/2] Test for bug fixes from byte-based block status
Posted by Kevin Wolf 8 years, 2 months ago
Am 24.07.2017 um 17:39 hat Eric Blake geschrieben:
> Kevin is correct, and I need tests of my recent bug fixes :)
> 
> https://lists.gnu.org/archive/html/qemu-devel/2017-07/msg07235.html

Thanks, applied to the block branch.

Kevin