diff options
author | Eric Blake | 2016-12-02 20:48:54 +0100 |
---|---|---|
committer | Kevin Wolf | 2017-01-09 13:30:53 +0100 |
commit | c1bb86cd8ae67c14f79422b6e544d1e2bf40eeb2 (patch) | |
tree | e851e5b13a30257fe80f5818d8f3851d3db537fa /configure | |
parent | block: Rename raw_bsd to raw-format.c (diff) | |
download | qemu-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |