diff options
author | Markus Armbruster | 2022-10-20 14:05:41 +0200 |
---|---|---|
committer | Kevin Wolf | 2022-10-27 18:33:32 +0200 |
commit | b885cdda79045791e1f33600639b7614ea114f16 (patch) | |
tree | 4117713f0e84ed430cfe39e14ac4f19bf5a1aceb /MAINTAINERS | |
parent | Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int... (diff) | |
download | qemu-b885cdda79045791e1f33600639b7614ea114f16.tar.gz qemu-b885cdda79045791e1f33600639b7614ea114f16.tar.xz qemu-b885cdda79045791e1f33600639b7614ea114f16.zip |
MAINTAINERS: Fold "Block QAPI, monitor, ..." into "Block layer core"
Section "Block QAPI, monitor, command line" is about the external
interfaces we provide for block devices. It covers the relevant QAPI
schema parts, monitor and command line code, more or less.
The section's files are also covered by section "Block layer core",
except for the QAPI schema files.
I haven't acted as maintainer in this area for a long time. Make it
official: add the QAPI schema files to section "Block layer core", and
delete section "Block QAPI, monitor, command line".
Cc: Kevin Wolf <kwolf@redhat.com>
Cc: Hanna Reitz <hreitz@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20221020120541.80757-1-armbru@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 32e495e165..07a022b0d0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2509,6 +2509,8 @@ S: Supported F: block* F: block/ F: hw/block/ +F: qapi/block*.json +F: qapi/transaction.json F: include/block/ F: qemu-img* F: docs/tools/qemu-img.rst @@ -2582,16 +2584,6 @@ F: include/qemu/co-shared-resource.h T: git https://gitlab.com/jsnow/qemu.git jobs T: git https://gitlab.com/vsementsov/qemu.git block -Block QAPI, monitor, command line -M: Markus Armbruster <armbru@redhat.com> -S: Supported -F: blockdev.c -F: blockdev-hmp-cmds.c -F: block/qapi.c -F: qapi/block*.json -F: qapi/transaction.json -T: git https://repo.or.cz/qemu/armbru.git block-next - Compute Express Link M: Ben Widawsky <ben.widawsky@intel.com> M: Jonathan Cameron <jonathan.cameron@huawei.com> |