diff options
author | Max Reitz | 2017-04-28 18:55:17 +0200 |
---|---|---|
committer | Max Reitz | 2017-05-11 14:28:07 +0200 |
commit | 8dd30c86dd41a727f726a086fff97c7ce06cbe1d (patch) | |
tree | 39f5600bf5a730f6b3cac7ef1514fbd1b39cde1c /MAINTAINERS | |
parent | qcow2: Discard/zero clusters by byte count (diff) | |
download | qemu-8dd30c86dd41a727f726a086fff97c7ce06cbe1d.tar.gz qemu-8dd30c86dd41a727f726a086fff97c7ce06cbe1d.tar.xz qemu-8dd30c86dd41a727f726a086fff97c7ce06cbe1d.zip |
MAINTAINERS: Add qemu-progress to the block layer
util/qemu-progress.c is currently unmaintained. The only user of its
functionality is qemu-img, so it effectively is part of the block layer.
Suggested-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-id: 20170428165517.30341-1-mreitz@redhat.com
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8224be0d75..145be0f45f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1170,6 +1170,7 @@ F: include/block/ F: qemu-img* F: qemu-io* F: tests/qemu-iotests/ +F: util/qemu-progress.c T: git git://repo.or.cz/qemu/kevin.git block Block I/O path |