From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60257) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cCtpS-0005XJ-Hb for qemu-devel@nongnu.org; Fri, 02 Dec 2016 14:49:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cCtpR-00068N-Lo for qemu-devel@nongnu.org; Fri, 02 Dec 2016 14:49:06 -0500 From: Eric Blake Date: Fri, 2 Dec 2016 13:48:52 -0600 Message-Id: <20161202194854.18737-1-eblake@redhat.com> Subject: [Qemu-devel] [PATCH v3 0/2] less confusing block file names List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-block@nongnu.org, kwolf@redhat.com no real change from v2 other than trivial rebasing and R-by: https://lists.gnu.org/archive/html/qemu-devel/2016-10/msg07220.html but it's been more than a month since the last activity, and the start of the release cycle is as good a time as any to avoid any potential churn on conflicts due to renaming files applies on Kevin's block-next branch for 2.9 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%) -- 2.9.3