qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] How fun it must be to commit patches without posting them!
@ 2010-02-08  8:40 Paolo Bonzini
  2010-02-08  9:09 ` [Qemu-devel] " malc
  0 siblings, 1 reply; 4+ messages in thread
From: Paolo Bonzini @ 2010-02-08  8:40 UTC (permalink / raw)
  To: qemu-devel

malc,

commit bc5b600 does the same thing as the series I posted at 
http://permalink.gmane.org/gmane.comp.emulators.qemu/62997, only worse:

1) for vl.c and qemu-img.c, it disable FORTIFY_SOURCE checking which is 
only enabled by the printf macro:

#  define printf(...) \
   __builtin___printf_chk (__USE_FORTIFY_LEVEL - 1, __VA_ARGS__)

2) for readline.c, it includes a useless complication, namely

#ifdef printf
#undef printf
#endif

3) for vl.c, it doesn't take the occasion to cleanup qemu-options.hx's 
useless usage of % sequences that are filled in by vl.c.

Please revert it and commit my series instead, or explain why you didn't 
care about reading the entire thread or about explicitly NACKing my patches.

Paolo

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

* [Qemu-devel] Re: How fun it must be to commit patches without posting them!
  2010-02-08  8:40 [Qemu-devel] How fun it must be to commit patches without posting them! Paolo Bonzini
@ 2010-02-08  9:09 ` malc
  2010-02-08  9:10   ` Paolo Bonzini
  0 siblings, 1 reply; 4+ messages in thread
From: malc @ 2010-02-08  9:09 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: qemu-devel

On Mon, 8 Feb 2010, Paolo Bonzini wrote:

> malc,
> 
> commit bc5b600 does the same thing as the series I posted at
> http://permalink.gmane.org/gmane.comp.emulators.qemu/62997, only worse:
> 
> 1) for vl.c and qemu-img.c, it disable FORTIFY_SOURCE checking which is only
> enabled by the printf macro:
> 
> #  define printf(...) \
>   __builtin___printf_chk (__USE_FORTIFY_LEVEL - 1, __VA_ARGS__)
> 
> 2) for readline.c, it includes a useless complication, namely
> 
> #ifdef printf
> #undef printf
> #endif
> 
> 3) for vl.c, it doesn't take the occasion to cleanup qemu-options.hx's useless
> usage of % sequences that are filled in by vl.c.
> 
> Please revert it and commit my series instead, or explain why you didn't care
> about reading the entire thread or about explicitly NACKing my patches.

Because i had a hard disk crash and hence ended up with a new shiny
system where QEMU does not build anymore, also not enough patience
to revisit the thread and figure out why it wasn't applied yet.

-- 
mailto:av1474@comtv.ru

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

* [Qemu-devel] Re: How fun it must be to commit patches without posting them!
  2010-02-08  9:09 ` [Qemu-devel] " malc
@ 2010-02-08  9:10   ` Paolo Bonzini
  2010-02-08 10:42     ` Paolo Bonzini
  0 siblings, 1 reply; 4+ messages in thread
From: Paolo Bonzini @ 2010-02-08  9:10 UTC (permalink / raw)
  To: malc; +Cc: qemu-devel

On 02/08/2010 10:09 AM, malc wrote:
> Because i had a hard disk crash and hence ended up with a new shiny
> system where QEMU does not build anymore, also not enough patience
> to revisit the thread and figure out why it wasn't applied yet.

Sorry for you, but that's what local branches are for.

Paolo

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

* [Qemu-devel] Re: How fun it must be to commit patches without posting them!
  2010-02-08  9:10   ` Paolo Bonzini
@ 2010-02-08 10:42     ` Paolo Bonzini
  0 siblings, 0 replies; 4+ messages in thread
From: Paolo Bonzini @ 2010-02-08 10:42 UTC (permalink / raw)
  Cc: qemu-devel

On 02/08/2010 10:10 AM, Paolo Bonzini wrote:
> On 02/08/2010 10:09 AM, malc wrote:
>> Because i had a hard disk crash and hence ended up with a new shiny
>> system where QEMU does not build anymore, also not enough patience
>> to revisit the thread and figure out why it wasn't applied yet.
>
> Sorry for you, but that's what local branches are for.

Thanks for committing my series.

Paolo

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

end of thread, other threads:[~2010-02-08 10:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-08  8:40 [Qemu-devel] How fun it must be to commit patches without posting them! Paolo Bonzini
2010-02-08  9:09 ` [Qemu-devel] " malc
2010-02-08  9:10   ` Paolo Bonzini
2010-02-08 10:42     ` Paolo Bonzini

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).