On 10/27/16 21:48, Eric Blake wrote: > Based on a suggestion here: > https://lists.gnu.org/archive/html/qemu-devel/2016-10/msg00350.html > > v1 was here, and got some R-b but also some discussion: > https://lists.gnu.org/archive/html/qemu-devel/2016-10/msg04618.html > > Since then: > patch 1: pick different filename and overhaul commit message, no > R-b applied > patch 2: minor merge context conflict due to patch 1, but R-b applies > > Eric Blake (2): > block: Rename raw_bsd to raw-format.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 => file-win32.c} | 0 > block/gluster.c | 4 ++-- > block/{raw_bsd.c => raw-format.c} | 2 +- > MAINTAINERS | 6 +++--- > block/Makefile.objs | 6 +++--- > block/trace-events | 4 ++-- > configure | 2 +- > 9 files changed, 13 insertions(+), 13 deletions(-) > rename block/{raw-posix.c => file-posix.c} (100%) > rename block/{raw-win32.c => file-win32.c} (100%) > rename block/{raw_bsd.c => raw-format.c} (99%) >
series Reviewed-by: Laszlo Ersek <ler...@redhat.com> Thanks! Laszlo