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

Vladimir Sementsov-Ogievskiy posted 2 patches 1 year, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220727190635.1024863-1-vsementsov@yandex-team.ru
Maintainers: Stefan Hajnoczi <stefanha@redhat.com>, "Denis V. Lunev" <den@openvz.org>, Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
block/parallels.c          |  4 ++--
tests/qemu-iotests/131     | 35 ++++++++++++++++++++++++++++++++++-
tests/qemu-iotests/131.out | 13 +++++++++++++
3 files changed, 49 insertions(+), 3 deletions(-)
[PULL 0/2] block: fix parallels block driver
Posted by Vladimir Sementsov-Ogievskiy 1 year, 9 months ago
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(-)

-- 
2.25.1
Re: [PULL 0/2] block: fix parallels block driver
Posted by Richard Henderson 1 year, 9 months ago
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(-)
>