qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Blue Swirl <blauwirbel@gmail.com>
To: Anthony Liguori <anthony@codemonkey.ws>
Cc: Paul Brook <paul@codesourcery.com>,
	"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] Re: Commit 99a0949 (using the mailing list)
Date: Fri, 2 Oct 2009 18:53:13 +0300	[thread overview]
Message-ID: <f43fc5580910020853w71f2e2a0m8727a8cfdf3ada4c@mail.gmail.com> (raw)
In-Reply-To: <4AC527D6.2050609@codemonkey.ws>

On Fri, Oct 2, 2009 at 1:06 AM, Anthony Liguori <anthony@codemonkey.ws> wrote:
> Anthony Liguori wrote:
>>
>> I've reverted 99a0949.  It's not necessarily a bad change to make but
>> something that's so invasive as that absolutely requires some discussion
>> before hand.  Avoiding "bike-shedding" is not a valid argument for avoiding
>> the list.
>>
>> For instance, I find the naming to be truly awful and would have liked
>> some discussion on a more reasonable naming convention.
>>
>> I have a very large set of patches in my queue (over 200) that I'm testing
>> and trying to commit.  A lot of other people do.  If we're going to make a
>> change like this, it's very important to coordinate with people so that they
>> can flush their queues and avoid massive merge head-ache.
>
> After talking to malc, I have to take a fair bit of the blame here.  I made
> a comment in another thread that I thought that this sort of change was a
> good idea.  While I do think it's a good idea, I could have been more clear
> that it was a change that needed some more planning and discussion.

I think it would be logical to rename the structs with '_t' to
CamelCase and drop the '_t', like the other structs are named.

I don't know about scalars. It would be logical to use CamelCase as
well, but TargetPhysAddr or RAMAddr look like struct names.
target_phys_addr and ram_addr, maybe.

This also looked very suspicious:
-spinlock_t tb_lock = SPIN_LOCK_UNLOCKED;
+a_spinlock tb_lock = SPIN_LOCK_UNLOCKED;

      reply	other threads:[~2009-10-02 15:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-01 21:17 [Qemu-devel] Commit 99a0949 (using the mailing list) Anthony Liguori
2009-10-01 22:06 ` [Qemu-devel] " Anthony Liguori
2009-10-02 15:53   ` Blue Swirl [this message]

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=f43fc5580910020853w71f2e2a0m8727a8cfdf3ada4c@mail.gmail.com \
    --to=blauwirbel@gmail.com \
    --cc=anthony@codemonkey.ws \
    --cc=paul@codesourcery.com \
    --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 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).