qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/2] less confusing block file names
@ 2016-12-02 19:48 Eric Blake
  2016-12-02 19:48 ` [Qemu-devel] [PATCH v3 1/2] block: Rename raw_bsd to raw-format.c Eric Blake
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Eric Blake @ 2016-12-02 19:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-block, kwolf

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-12-13 16:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-02 19:48 [Qemu-devel] [PATCH v3 0/2] less confusing block file names Eric Blake
2016-12-02 19:48 ` [Qemu-devel] [PATCH v3 1/2] block: Rename raw_bsd to raw-format.c Eric Blake
2016-12-02 19:48 ` [Qemu-devel] [PATCH v3 2/2] block: Rename raw-{posix, win32} to file-*.c Eric Blake
2016-12-05 10:37 ` [Qemu-devel] [Qemu-block] [PATCH v3 0/2] less confusing block file names Stefan Hajnoczi
2016-12-13 16:15 ` [Qemu-devel] " Kevin Wolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).