mbox

[PULL,0/2] block: fix parallels block driver

Message ID 20220727190635.1024863-1-vsementsov@yandex-team.ru
State New
Headers show

Pull-request

https://gitlab.com/vsementsov/qemu.git tags/pull-block-2022-07-27

Message

Vladimir Sementsov-Ogievskiy July 27, 2022, 7:06 p.m. UTC
The following changes since commit f6cce6bcb2ef959cdd4da0e368f7c72045f21d6d:

  Merge tag 'pull-target-arm-20220726' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-07-26 08:32:01 -0700)

are available in the Git repository at:

  https://gitlab.com/vsementsov/qemu.git tags/pull-block-2022-07-27

for you to fetch changes up to 0c2cb3827e46dc30cd41eeb38f8e318eb665e6a4:

  iotests/131: Add parallels regression test (2022-07-26 22:05:20 +0300)

----------------------------------------------------------------
Block: fix parallels block driver

----------------------------------------------------------------

Hanna Reitz (2):
  block/parallels: Fix buffer-based write call
  iotests/131: Add parallels regression test

 block/parallels.c          |  4 ++--
 tests/qemu-iotests/131     | 35 ++++++++++++++++++++++++++++++++++-
 tests/qemu-iotests/131.out | 13 +++++++++++++
 3 files changed, 49 insertions(+), 3 deletions(-)

Comments

Richard Henderson July 28, 2022, 11:40 a.m. UTC | #1
On 7/27/22 12:06, Vladimir Sementsov-Ogievskiy wrote:
> The following changes since commit f6cce6bcb2ef959cdd4da0e368f7c72045f21d6d:
> 
>    Merge tag 'pull-target-arm-20220726' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2022-07-26 08:32:01 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/vsementsov/qemu.git tags/pull-block-2022-07-27
> 
> for you to fetch changes up to 0c2cb3827e46dc30cd41eeb38f8e318eb665e6a4:
> 
>    iotests/131: Add parallels regression test (2022-07-26 22:05:20 +0300)
> 
> ----------------------------------------------------------------
> Block: fix parallels block driver

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.


r~


> 
> ----------------------------------------------------------------
> 
> Hanna Reitz (2):
>    block/parallels: Fix buffer-based write call
>    iotests/131: Add parallels regression test
> 
>   block/parallels.c          |  4 ++--
>   tests/qemu-iotests/131     | 35 ++++++++++++++++++++++++++++++++++-
>   tests/qemu-iotests/131.out | 13 +++++++++++++
>   3 files changed, 49 insertions(+), 3 deletions(-)
>