summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorEric Blake2016-12-02 20:48:54 +0100
committerKevin Wolf2017-01-09 13:30:53 +0100
commitc1bb86cd8ae67c14f79422b6e544d1e2bf40eeb2 (patch)
treee851e5b13a30257fe80f5818d8f3851d3db537fa /configure
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 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 218df87d21..86f5214dd0 100755
--- a/configure
+++ b/configure
@@ -2750,7 +2750,7 @@ if compile_prog "" "" ; then
fi
##########################################
-# xfsctl() probe, used for raw-posix
+# xfsctl() probe, used for file-posix.c
if test "$xfs" != "no" ; then
cat > $TMPC << EOF
#include <stddef.h> /* NULL */