Re: [Qemu-devel] [PATCH 0/2] less confusing block file names

2016-10-24 Thread Eric Blake
On 10/24/2016 10:14 AM, Kevin Wolf wrote: > Am 24.10.2016 um 16:44 hat Paolo Bonzini geschrieben: >> On 24/10/2016 15:47, Kevin Wolf wrote: >>> One effect that makes me less than fully happy is that 'git log >>> block/raw.c' without --follow mixes the history of the renamed driver >>> with the hist

Re: [Qemu-devel] [PATCH 0/2] less confusing block file names

2016-10-24 Thread Paolo Bonzini
On 24/10/2016 15:47, Kevin Wolf wrote: > One effect that makes me less than fully happy is that 'git log > block/raw.c' without --follow mixes the history of the renamed driver > with the history of the old, differently licensed one. On the other > hand, the removal of the old driver happened thr

Re: [Qemu-devel] [PATCH 0/2] less confusing block file names

2016-10-24 Thread Eric Blake
On 10/24/2016 08:47 AM, Kevin Wolf wrote: > Am 20.10.2016 um 03:11 hat Eric Blake geschrieben: >> Based on a suggestion here: >> https://lists.gnu.org/archive/html/qemu-devel/2016-10/msg00350.html >> >> Eric Blake (2): >> block: Rename raw_bsd to raw.c >> block: rename raw-{posix,win32} to file

Re: [Qemu-devel] [PATCH 0/2] less confusing block file names

2016-10-24 Thread Kevin Wolf
Am 24.10.2016 um 16:44 hat Paolo Bonzini geschrieben: > On 24/10/2016 15:47, Kevin Wolf wrote: > > One effect that makes me less than fully happy is that 'git log > > block/raw.c' without --follow mixes the history of the renamed driver > > with the history of the old, differently licensed one. On

Re: [Qemu-devel] [PATCH 0/2] less confusing block file names

2016-10-24 Thread Kevin Wolf
Am 20.10.2016 um 03:11 hat Eric Blake geschrieben: > Based on a suggestion here: > https://lists.gnu.org/archive/html/qemu-devel/2016-10/msg00350.html > > Eric Blake (2): > block: Rename raw_bsd to raw.c > block: rename raw-{posix,win32} to file-*.c Seems to do what it promises: Reviewed-by:

[Qemu-devel] [PATCH 0/2] less confusing block file names

2016-10-19 Thread Eric Blake
Based on a suggestion here: https://lists.gnu.org/archive/html/qemu-devel/2016-10/msg00350.html Eric Blake (2): block: Rename raw_bsd to raw.c block: rename raw-{posix,win32} to file-*.c include/block/block_int.h | 2 +- block/{raw-posix.c => file-posix.c} | 0 block/{raw-win32.c =