All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Blake <eblake@redhat.com>
To: qemu-devel@nongnu.org
Cc: berrange@redhat.com, qemu-block@nongnu.org, kwolf@redhat.com,
	Max Reitz <mreitz@redhat.com>
Subject: [Qemu-devel] [PATCH 1/2] block: Rename raw_bsd to raw.c
Date: Wed, 19 Oct 2016 20:11:06 -0500	[thread overview]
Message-ID: <1476925867-24748-2-git-send-email-eblake@redhat.com> (raw)
In-Reply-To: <1476925867-24748-1-git-send-email-eblake@redhat.com>

The file has nothing to do with the BSD operating system, but
is rather dealing with the raw data format as a BDS.  Simplify
the name to avoid further confusion.  [Plus I hate typing _ in
file names - the shift key slows things down]

Suggested-by: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
---
 block/{raw_bsd.c => raw.c} | 0
 MAINTAINERS                | 2 +-
 block/Makefile.objs        | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename block/{raw_bsd.c => raw.c} (100%)

diff --git a/block/raw_bsd.c b/block/raw.c
similarity index 100%
rename from block/raw_bsd.c
rename to block/raw.c
diff --git a/MAINTAINERS b/MAINTAINERS
index b01fec0..6f984c3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1677,7 +1677,7 @@ F: block/linux-aio.c
 F: include/block/raw-aio.h
 F: block/raw-posix.c
 F: block/raw-win32.c
-F: block/raw_bsd.c
+F: block/raw.c
 F: block/win32-aio.c

 qcow2
diff --git a/block/Makefile.objs b/block/Makefile.objs
index 67a036a..c10941e 100644
--- a/block/Makefile.objs
+++ b/block/Makefile.objs
@@ -1,4 +1,4 @@
-block-obj-y += raw_bsd.o qcow.o vdi.o vmdk.o cloop.o bochs.o vpc.o vvfat.o dmg.o
+block-obj-y += raw.o qcow.o vdi.o vmdk.o cloop.o bochs.o vpc.o vvfat.o dmg.o
 block-obj-y += qcow2.o qcow2-refcount.o qcow2-cluster.o qcow2-snapshot.o qcow2-cache.o
 block-obj-y += qed.o qed-gencb.o qed-l2-cache.o qed-table.o qed-cluster.o
 block-obj-y += qed-check.o
-- 
2.7.4

  reply	other threads:[~2016-10-20  1:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-20  1:11 [Qemu-devel] [PATCH 0/2] less confusing block file names Eric Blake
2016-10-20  1:11 ` Eric Blake [this message]
2016-10-24 14:54   ` [Qemu-devel] [PATCH 1/2] block: Rename raw_bsd to raw.c 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1476925867-24748-2-git-send-email-eblake@redhat.com \
    --to=eblake@redhat.com \
    --cc=berrange@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=mreitz@redhat.com \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.