[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-block] [PATCH v3 0/2] less confusing block file names
From: |
Eric Blake |
Subject: |
[Qemu-block] [PATCH v3 0/2] less confusing block file names |
Date: |
Fri, 2 Dec 2016 13:48:52 -0600 |
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
- [Qemu-block] [PATCH v3 0/2] less confusing block file names,
Eric Blake <=