[PULL 0/1] Block patches

Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240917114313.616836-1-stefanha@redhat.com
Maintainers: Stefan Hajnoczi <stefanha@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
There is a newer version of this series
hw/block/virtio-blk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PULL 0/1] Block patches
Posted by Stefan Hajnoczi 1 year, 4 months ago
The following changes since commit ea9cdbcf3a0b8d5497cddf87990f1b39d8f3bb0a:

  Merge tag 'hw-misc-20240913' of https://github.com/philmd/qemu into staging (2024-09-15 18:27:40 +0100)

are available in the Git repository at:

  https://gitlab.com/stefanha/qemu.git tags/block-pull-request

for you to fetch changes up to 89cd6254b80784a1b3f574407192493ef92fe65f:

  hw/block: fix uint32 overflow (2024-09-17 12:12:30 +0200)

----------------------------------------------------------------
Pull request

An integer overflow fix for the last zone on a zoned block device whose
capacity is not a multiple of the zone size.

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

Dmitry Frolov (1):
  hw/block: fix uint32 overflow

 hw/block/virtio-blk.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.46.0
Re: [PULL 0/1] Block patches
Posted by Peter Maydell 1 year, 4 months ago
On Tue, 17 Sept 2024 at 12:44, Stefan Hajnoczi <stefanha@redhat.com> wrote:
>
> The following changes since commit ea9cdbcf3a0b8d5497cddf87990f1b39d8f3bb0a:
>
>   Merge tag 'hw-misc-20240913' of https://github.com/philmd/qemu into staging (2024-09-15 18:27:40 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/stefanha/qemu.git tags/block-pull-request
>
> for you to fetch changes up to 89cd6254b80784a1b3f574407192493ef92fe65f:
>
>   hw/block: fix uint32 overflow (2024-09-17 12:12:30 +0200)
>
> ----------------------------------------------------------------
> Pull request
>
> An integer overflow fix for the last zone on a zoned block device whose
> capacity is not a multiple of the zone size.
>

Applied, thanks.

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

-- PMM