Re: [Qemu-devel] [PATCH 1/2] block: Rename raw_bsd to raw.c

2016-10-24 Thread Laszlo Ersek
On 10/20/16 03:11, Eric Blake wrote: > The file has nothing to do with the BSD operating system, The name carries "_bsd" because of the license that covers the file. While the file has nothing to do with the BSD operating system, it is fully related to the BSD license. Please see commit range e

[Qemu-devel] [PATCH 1/2] block: Rename raw_bsd to raw.c

2016-10-19 Thread Eric Blake
The file has nothing to do with the BSD operating system, but is rather dealing with the raw data format as a BDS. Simplify the name to avoid further confusion. [Plus I hate typing _ in file names - the shift key slows things down] Suggested-by: Daniel P. Berrange Signed-off-by: Eric Blake ---