diff options
author | Fam Zheng | 2014-12-11 11:49:47 +0100 |
---|---|---|
committer | Stefan Hajnoczi | 2015-01-13 14:43:29 +0100 |
commit | 47b0f45a9282aaf73231f34ca60369a12c8d8d3c (patch) | |
tree | e6b4249dfd285550714103a62e6e7a58608f9996 /MAINTAINERS | |
parent | MAINTAINERS: Update email addresses for Chrysostomos Nanakos (diff) | |
download | qemu-47b0f45a9282aaf73231f34ca60369a12c8d8d3c.tar.gz qemu-47b0f45a9282aaf73231f34ca60369a12c8d8d3c.tar.xz qemu-47b0f45a9282aaf73231f34ca60369a12c8d8d3c.zip |
MAINTAINERS: Add migration/block* to block subsystem
We are moving block-migration.c to the separated migration directory,
keep this file watched by block maintainers is a good idea.
Signed-off-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@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 cd7b04f30c..430688dcab 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -757,6 +757,7 @@ F: aio-*.c F: block* F: block/ F: hw/block/ +F: migration/block* F: qemu-img* F: qemu-io* F: tests/image-fuzzer/ |