mbox

[PULL,0/4] Block layer patches for 4.2.0-rc2

Message ID 20191118170256.31477-1-kwolf@redhat.com
State New
Headers show

Pull-request

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

Message

Kevin Wolf Nov. 18, 2019, 5:02 p.m. UTC
The following changes since commit bbe165740a96f67f48ecd3029dc26bdd7fd5192c:

  Merge remote-tracking branch 'remotes/vivier2/tags/ppc-for-4.2-pull-request' into staging (2019-11-18 11:09:06 +0000)

are available in the Git repository at:

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

for you to fetch changes up to b1f6a8e180367c945b67c6c9bbcec5c856be3779:

  iotests: Test multiple blockdev-snapshot calls (2019-11-18 17:50:08 +0100)

----------------------------------------------------------------
Block layer patches:

- Fix HMP savevm with -blockdev
- Minor iotests improvements

----------------------------------------------------------------
Kevin Wolf (3):
      iotests: Fix "no qualified output" error path
      block: Remove 'backing': null from bs->{explicit_,}options
      iotests: Test multiple blockdev-snapshot calls

Vladimir Sementsov-Ogievskiy (1):
      qemu-iotests/iotests.py: improve assert_qmp message

 block.c                       |   2 +
 tests/qemu-iotests/273        |  76 ++++++++++
 tests/qemu-iotests/273.out    | 337 ++++++++++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/check      |   2 +-
 tests/qemu-iotests/group      |   1 +
 tests/qemu-iotests/iotests.py |   4 +-
 6 files changed, 419 insertions(+), 3 deletions(-)
 create mode 100755 tests/qemu-iotests/273
 create mode 100644 tests/qemu-iotests/273.out

Comments

Peter Maydell Nov. 18, 2019, 5:44 p.m. UTC | #1
On Mon, 18 Nov 2019 at 17:03, Kevin Wolf <kwolf@redhat.com> wrote:
>
> The following changes since commit bbe165740a96f67f48ecd3029dc26bdd7fd5192c:
>
>   Merge remote-tracking branch 'remotes/vivier2/tags/ppc-for-4.2-pull-request' into staging (2019-11-18 11:09:06 +0000)
>
> are available in the Git repository at:
>
>   git://repo.or.cz/qemu/kevin.git tags/for-upstream
>
> for you to fetch changes up to b1f6a8e180367c945b67c6c9bbcec5c856be3779:
>
>   iotests: Test multiple blockdev-snapshot calls (2019-11-18 17:50:08 +0100)
>
> ----------------------------------------------------------------
> Block layer patches:
>
> - Fix HMP savevm with -blockdev
> - Minor iotests improvements
>
> ----------------------------------------------------------------
> Kevin Wolf (3):
>       iotests: Fix "no qualified output" error path
>       block: Remove 'backing': null from bs->{explicit_,}options
>       iotests: Test multiple blockdev-snapshot calls
>
> Vladimir Sementsov-Ogievskiy (1):
>       qemu-iotests/iotests.py: improve assert_qmp message


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.2
for any user-visible changes.

-- PMM