All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Qemu-trivial] [Qemu-devel] [PATCH][TRIVIAL] vl: coding style cleanups
       [not found] <5101BDFD.5010801@linux.vnet.ibm.com>
@ 2013-01-28 13:14 ` Stefan Hajnoczi
  2013-01-28 16:14   ` Anthony Liguori
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Hajnoczi @ 2013-01-28 13:14 UTC (permalink / raw)
  To: Jesse Larrew; +Cc: qemu-trivial, Anthony Liguori, qemu-devel

On Thu, Jan 24, 2013 at 05:04:29PM -0600, Jesse Larrew wrote:
> 
> Reformat the option parsing code in main() and various supporting functions
> to conform to the QEMU coding style.
> 
> Signed-off-by: Jesse Larrew <jlarrew@linux.vnet.ibm.com>
> ---
>  vl.c | 476 +++++++++++++++++++++++++++++++++++++------------------------------
>  1 file changed, 260 insertions(+), 216 deletions(-)

Please CC qemu-trivial@nongnu.org on trivial patches in the future.

There has been discussion about whitespace cleanups recently and it also
applies to this patch.  There is a cost to such patches - they require
code review, can clog up the git-blame(1) output, and make it hard for
stable branch or downstream maintainers to backport fixes.

I'm happy to take this patch but I hope people don't get too
trigger-happy because this isn't free.

Waiting a while longer to merge in case Blue Swirl or anyone else wants
to chime in.

Stefan


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

* Re: [Qemu-trivial] [Qemu-devel] [PATCH][TRIVIAL] vl: coding style cleanups
  2013-01-28 13:14 ` [Qemu-trivial] [Qemu-devel] [PATCH][TRIVIAL] vl: coding style cleanups Stefan Hajnoczi
@ 2013-01-28 16:14   ` Anthony Liguori
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony Liguori @ 2013-01-28 16:14 UTC (permalink / raw)
  To: Stefan Hajnoczi, Jesse Larrew; +Cc: qemu-trivial, qemu-devel

Stefan Hajnoczi <stefanha@gmail.com> writes:

> On Thu, Jan 24, 2013 at 05:04:29PM -0600, Jesse Larrew wrote:
>> 
>> Reformat the option parsing code in main() and various supporting functions
>> to conform to the QEMU coding style.
>> 
>> Signed-off-by: Jesse Larrew <jlarrew@linux.vnet.ibm.com>
>> ---
>>  vl.c | 476 +++++++++++++++++++++++++++++++++++++------------------------------
>>  1 file changed, 260 insertions(+), 216 deletions(-)
>
> Please CC qemu-trivial@nongnu.org on trivial patches in the future.
>
> There has been discussion about whitespace cleanups recently and it also
> applies to this patch.  There is a cost to such patches - they require
> code review, can clog up the git-blame(1) output, and make it hard for
> stable branch or downstream maintainers to backport fixes.
>
> I'm happy to take this patch but I hope people don't get too
> trigger-happy because this isn't free.
>
> Waiting a while longer to merge in case Blue Swirl or anyone else wants
> to chime in.

Before the patch:

total: 75 errors, 125 warnings, 4230 lines checked

After the patch:

total: 59 errors, 67 warnings, 4274 lines checked

This feels like unnecessary churn to me.  If the patch was taking vl.c
to 0 errors, I'd be more inclined to pay the cost.  But I don't want
there to be 3-4 patches that break blame just to get a single file into
compliance.

Regards,

Anthony Liguori

>
> Stefan



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

end of thread, other threads:[~2013-01-28 16:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <5101BDFD.5010801@linux.vnet.ibm.com>
2013-01-28 13:14 ` [Qemu-trivial] [Qemu-devel] [PATCH][TRIVIAL] vl: coding style cleanups Stefan Hajnoczi
2013-01-28 16:14   ` Anthony Liguori

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.