[PULL 0/1] Block patches

Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250430154712.57125-1-stefanha@redhat.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
There is a newer version of this series
block/file-posix.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PULL 0/1] Block patches
Posted by Stefan Hajnoczi 6 months, 2 weeks ago
The following changes since commit 73d29ea2417b58ca55fba1aa468ba38e3607b583:

  Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging (2025-04-27 12:47:23 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 71a30d54e6ab1d5c102a8bee2c263414697402ea:

  file-posix: Fix crash on discard_granularity == 0 (2025-04-30 11:40:05 -0400)

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

Kevin's fix for the divide-by-zero in my recent discard commit, triggered when
a host block device does not support discard.

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

Kevin Wolf (1):
  file-posix: Fix crash on discard_granularity == 0

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

-- 
2.49.0
Re: [PULL 0/1] Block patches
Posted by Stefan Hajnoczi 6 months, 2 weeks ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/10.0 for any user-visible changes.
Re: [PULL 0/1] Block patches
Posted by Peter Maydell 6 months, 2 weeks ago
On Wed, 30 Apr 2025 at 20:05, Stefan Hajnoczi <stefanha@redhat.com> wrote:
>
> Applied, thanks.
>
> Please update the changelog at https://wiki.qemu.org/ChangeLog/10.0 for any user-visible changes.

We're into 10.1 now so you should update your email template :-)

I have created https://wiki.qemu.org/ChangeLog/10.1 now.

-- PMM