diff options
| author | Stefan Hajnoczi <stefanha@redhat.com> | 2015-04-29 15:13:29 +0100 |
|---|---|---|
| committer | Kevin Wolf <kwolf@redhat.com> | 2015-04-30 15:11:34 +0200 |
| commit | 17f1e8f5acf0016bf0b14ef9ec591d3f5081fc60 (patch) | |
| tree | 77f1651a61e87e53806ae03f547f89de112dbdcf | |
| parent | abfe4e9408a9e82bec9e9834eabc65f53907f281 (diff) | |
| download | focaccia-qemu-17f1e8f5acf0016bf0b14ef9ec591d3f5081fc60.tar.gz focaccia-qemu-17f1e8f5acf0016bf0b14ef9ec591d3f5081fc60.zip | |
MAINTAINERS: make block layer core Kevin Wolf's responsibility
Kevin is now sole maintainer of the core block layer, including BlockDriverState graphs and monitor commands. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
| -rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 65a5cc5d9e..25fd2b56ac 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -770,9 +770,8 @@ F: tests/ac97-test.c F: tests/es1370-test.c F: tests/intel-hda-test.c -Block +Block layer core M: Kevin Wolf <kwolf@redhat.com> -M: Stefan Hajnoczi <stefanha@redhat.com> S: Supported F: block* F: block/ @@ -781,7 +780,6 @@ F: qemu-img* F: qemu-io* F: tests/qemu-iotests/ T: git git://repo.or.cz/qemu/kevin.git block -T: git git://github.com/stefanha/qemu.git block Block I/O path M: Stefan Hajnoczi <stefanha@redhat.com> |