All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] less confusing block file names
@ 2016-10-20  1:11 Eric Blake
  2016-10-20  1:11 ` [Qemu-devel] [PATCH 1/2] block: Rename raw_bsd to raw.c Eric Blake
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Eric Blake @ 2016-10-20  1:11 UTC (permalink / raw)
  To: qemu-devel; +Cc: berrange, qemu-block, kwolf

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 => file-win32.c} | 0
 block/gluster.c                     | 4 ++--
 block/{raw_bsd.c => raw.c}          | 0
 MAINTAINERS                         | 6 +++---
 block/Makefile.objs                 | 6 +++---
 block/trace-events                  | 4 ++--
 configure                           | 2 +-
 9 files changed, 12 insertions(+), 12 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.c} (100%)

-- 
2.7.4

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

end of thread, other threads:[~2016-10-24 19:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-20  1:11 [Qemu-devel] [PATCH 0/2] less confusing block file names Eric Blake
2016-10-20  1:11 ` [Qemu-devel] [PATCH 1/2] block: Rename raw_bsd to raw.c Eric Blake
2016-10-24 14:54   ` Laszlo Ersek
2016-10-20  1:11 ` [Qemu-devel] [PATCH 2/2] block: rename raw-{posix, win32} to file-*.c Eric Blake
2016-10-24 14:56   ` Laszlo Ersek
2016-10-21 20:17 ` [Qemu-devel] [Qemu-block] [PATCH 0/2] less confusing block file names John Snow
2016-10-24 13:47 ` [Qemu-devel] " Kevin Wolf
2016-10-24 14:44   ` Paolo Bonzini
2016-10-24 15:14     ` Kevin Wolf
2016-10-24 19:47       ` Eric Blake
2016-10-24 15:44   ` Eric Blake

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.