Re: [Qemu-devel] [PATCH 2/2] block: rename raw-{posix, win32} to file-*.c

2016-10-24 Thread Laszlo Ersek
On 10/20/16 03:11, Eric Blake wrote: > These files deal with the file protocol, not the raw format (the > file protocol is often used with other formats, and the raw > protocol s/raw protocol/raw format/ > is not forced to use the file format). s/file format/file protocol/ I think. Thanks! Las

[Qemu-devel] [PATCH 2/2] block: rename raw-{posix, win32} to file-*.c

2016-10-19 Thread Eric Blake
These files deal with the file protocol, not the raw format (the file protocol is often used with other formats, and the raw protocol is not forced to use the file format). Rename things to make it a bit easier to follow. Suggested-by: Daniel P. Berrange Signed-off-by: Eric Blake --- include/b