summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorEric Blake2016-12-02 20:48:54 +0100
committerKevin Wolf2017-01-09 13:30:53 +0100
commitc1bb86cd8ae67c14f79422b6e544d1e2bf40eeb2 (patch)
treee851e5b13a30257fe80f5818d8f3851d3db537fa /MAINTAINERS
parentblock: Rename raw_bsd to raw-format.c (diff)
downloadqemu-c1bb86cd8ae67c14f79422b6e544d1e2bf40eeb2.tar.gz
qemu-c1bb86cd8ae67c14f79422b6e544d1e2bf40eeb2.tar.xz
qemu-c1bb86cd8ae67c14f79422b6e544d1e2bf40eeb2.zip
block: Rename raw-{posix,win32} to file-*.c
These files deal with the file protocol, not the raw format (the file protocol is often used with other formats, and the raw format is not forced to use the file protocol). Rename things to make it a bit easier to follow. Suggested-by: Daniel P. Berrange <berrange@redhat.com> Signed-off-by: Eric Blake <eblake@redhat.com> Reviewed-by: John Snow <jsnow@redhat.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS4
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 044a32488d..78687588f1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1720,9 +1720,9 @@ L: qemu-block@nongnu.org
S: Supported
F: block/linux-aio.c
F: include/block/raw-aio.h
-F: block/raw-posix.c
-F: block/raw-win32.c
F: block/raw-format.c
+F: block/file-posix.c
+F: block/file-win32.c
F: block/win32-aio.c
qcow2