[Qemu-devel] [PULL 0/5] Block layer patches for 2.10.0-rc0

Kevin Wolf posted 5 patches 8 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1500906730-26467-1-git-send-email-kwolf@redhat.com
Test FreeBSD passed
Test checkpatch failed
Test s390x passed
block.c                       | 13 -----------
block/commit.c                |  3 +++
block/dirty-bitmap.c          |  2 +-
block/mirror.c                |  3 +++
block/qapi.c                  | 33 ++++++++++++++++++++++------
block/qcow2.c                 |  4 ++--
include/block/block.h         |  1 -
include/block/block_int.h     |  1 +
qapi/block-core.json          |  6 ++++--
tests/qemu-iotests/030        |  7 +++---
tests/qemu-iotests/040        | 30 +++++++++++++++++++++++++-
tests/qemu-iotests/040.out    |  4 ++--
tests/qemu-iotests/041        | 50 +++++++++++++++++++++++++++++++++++--------
tests/qemu-iotests/041.out    |  4 ++--
tests/qemu-iotests/055        | 15 +++++++------
tests/qemu-iotests/group      |  4 ++--
tests/qemu-iotests/iotests.py | 27 +++++++++++++++++++++++
17 files changed, 157 insertions(+), 50 deletions(-)
[Qemu-devel] [PULL 0/5] Block layer patches for 2.10.0-rc0
Posted by Kevin Wolf 8 years, 3 months ago
The following changes since commit 5dd8990841a9e331d9d4838a116291698208cbb6:

  util: Introduce include/qemu/cpuid.h (2017-07-24 12:42:55 +0100)

are available in the git repository at:

  git://repo.or.cz/qemu/kevin.git tags/for-upstream

for you to fetch changes up to 2c93c5cb43fd992038711f84ea34c9373273cda6:

  qemu-iotests: Avoid unnecessary sleeps (2017-07-24 15:06:04 +0200)

----------------------------------------------------------------
Block layer patches for 2.10.0-rc0

----------------------------------------------------------------
Eric Blake (3):
      iotests: Remove a few tests from 'quick' group
      dirty-bitmap: Report BlockDirtyInfo.count in bytes, as documented
      qcow2: Fix sector calculation in qcow2_measure()

Kevin Wolf (2):
      block: Skip implicit nodes in query-block/blockstats
      qemu-iotests: Avoid unnecessary sleeps

 block.c                       | 13 -----------
 block/commit.c                |  3 +++
 block/dirty-bitmap.c          |  2 +-
 block/mirror.c                |  3 +++
 block/qapi.c                  | 33 ++++++++++++++++++++++------
 block/qcow2.c                 |  4 ++--
 include/block/block.h         |  1 -
 include/block/block_int.h     |  1 +
 qapi/block-core.json          |  6 ++++--
 tests/qemu-iotests/030        |  7 +++---
 tests/qemu-iotests/040        | 30 +++++++++++++++++++++++++-
 tests/qemu-iotests/040.out    |  4 ++--
 tests/qemu-iotests/041        | 50 +++++++++++++++++++++++++++++++++++--------
 tests/qemu-iotests/041.out    |  4 ++--
 tests/qemu-iotests/055        | 15 +++++++------
 tests/qemu-iotests/group      |  4 ++--
 tests/qemu-iotests/iotests.py | 27 +++++++++++++++++++++++
 17 files changed, 157 insertions(+), 50 deletions(-)

Re: [Qemu-devel] [PULL 0/5] Block layer patches for 2.10.0-rc0
Posted by Peter Maydell 8 years, 3 months ago
On 24 July 2017 at 15:32, Kevin Wolf <kwolf@redhat.com> wrote:
> The following changes since commit 5dd8990841a9e331d9d4838a116291698208cbb6:
>
>   util: Introduce include/qemu/cpuid.h (2017-07-24 12:42:55 +0100)
>
> are available in the git repository at:
>
>   git://repo.or.cz/qemu/kevin.git tags/for-upstream
>
> for you to fetch changes up to 2c93c5cb43fd992038711f84ea34c9373273cda6:
>
>   qemu-iotests: Avoid unnecessary sleeps (2017-07-24 15:06:04 +0200)
>
> ----------------------------------------------------------------
> Block layer patches for 2.10.0-rc0
>

Applied, thanks.

-- PMM