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

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