On Thu, 04/13 22:38, Max Reitz wrote: > On 08.02.2017 00:57, Max Reitz wrote: > > Currently we only print progress information on retrieval of SIGUSR1. > > Some systems have a dedicated SIGINFO for this, however, so it should be > > handled appropriately if it is available. > > > > Buglink: https://bugs.launchpad.net/qemu/+bug/1662468 > > Signed-off-by: Max Reitz <mre...@redhat.com> > > --- > > Can anyone test this on a BSD system? O:-) > > --- > > util/qemu-progress.c | 3 +++ > > qemu-img.texi | 3 ++- > > 2 files changed, 5 insertions(+), 1 deletion(-) > > Ping > > (If nobody replies in the next month or so, I'm just going to merge > this, as util/qemu-progress.c doesn't have a maintainer.)
qemu-img.c is the sole user, so it implicitly belongs to the block maintainers, I assume. Actually, why not add this file under block layer section of MAINTAINERS? Fam