All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/11] configure: Fix compiler warnings in config.log
@ 2011-12-17  8:27 Stefan Weil
  2011-12-17  8:27 ` [Qemu-devel] [PATCH 01/11] configure: Fix compiler warnings in config.log (always return a value from main) Stefan Weil
                   ` (11 more replies)
  0 siblings, 12 replies; 20+ messages in thread
From: Stefan Weil @ 2011-12-17  8:27 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial

Recently some patches were sent from Peter Maydell to improve
the output in config.log.

This new patch series also improves that output by eliminating
some compiler warnings.

Here is the result of a typical QEMU configuration:

without patch series
296 lines in config.log with 78 compilations, 69 errors and 107 warnings

with patch series applied
152 lines in config.log with 75 compilations, 24 errors and 30 warnings

It is possible to apply only some of the patches (they don't depend
on each other).

Regards,
Stefan Weil

[PATCH 01/11] configure: Fix compiler warnings in config.log (always return a value from main)
[PATCH 02/11] configure: Fix compiler warnings in config.log (old-style function definition)
[PATCH 03/11] configure: Fix compiler warning in config.log (integer from pointer)
[PATCH 04/11] configure: Fix compiler warnings in config.log (null arguments)
[PATCH 05/11] configure: Fix compiler warning in config.log (unused variable)
[PATCH 06/11] configure: Fix compiler warning in config.log (macro redefined)
[PATCH 07/11] configure: Fix compiler warnings in config.log (uninitialized variable)
[PATCH 08/11] configure: Fix compiler warning in config.log (undefined NULL)
[PATCH 09/11] configure: Fix compiler warning in config.log (value was never used)
[PATCH 10/11] configure: Fix compiler warnings in config.log (statement without effect)
[PATCH 11/11] configure: Improve Xen autodetection for hosts without Xen

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

end of thread, other threads:[~2012-01-04 17:01 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-17  8:27 [Qemu-devel] [PATCH 00/11] configure: Fix compiler warnings in config.log Stefan Weil
2011-12-17  8:27 ` [Qemu-devel] [PATCH 01/11] configure: Fix compiler warnings in config.log (always return a value from main) Stefan Weil
2011-12-17  8:27 ` [Qemu-devel] [PATCH 02/11] configure: Fix compiler warnings in config.log (old-style function definition) Stefan Weil
2011-12-17  8:27 ` [Qemu-devel] [PATCH 03/11] configure: Fix compiler warning in config.log (integer from pointer) Stefan Weil
2011-12-17 11:29   ` Peter Maydell
2011-12-17 12:11     ` Stefan Weil
2011-12-17 14:09       ` Peter Maydell
2011-12-17 14:18         ` Eric Blake
2011-12-17 16:46   ` [Qemu-devel] [PATCH v2 " Stefan Weil
2011-12-17 16:57     ` Peter Maydell
2011-12-17  8:27 ` [Qemu-devel] [PATCH 04/11] configure: Fix compiler warnings in config.log (null arguments) Stefan Weil
2011-12-17  8:27 ` [Qemu-devel] [PATCH 05/11] configure: Fix compiler warning in config.log (unused variable) Stefan Weil
2011-12-17  8:27 ` [Qemu-devel] [PATCH 06/11] configure: Fix compiler warning in config.log (macro redefined) Stefan Weil
2011-12-17  8:27 ` [Qemu-devel] [PATCH 07/11] configure: Fix compiler warnings in config.log (uninitialized variable) Stefan Weil
2011-12-17  8:27 ` [Qemu-devel] [PATCH 08/11] configure: Fix compiler warning in config.log (undefined NULL) Stefan Weil
2011-12-17  8:27 ` [Qemu-devel] [PATCH 09/11] configure: Fix compiler warning in config.log (value was never used) Stefan Weil
2011-12-17  8:27 ` [Qemu-devel] [PATCH 10/11] configure: Fix compiler warnings in config.log (statement without effect) Stefan Weil
2011-12-17  8:27 ` [Qemu-devel] [PATCH 11/11] configure: Improve Xen autodetection for hosts without Xen Stefan Weil
2012-01-04 17:00   ` Stefano Stabellini
2011-12-17 11:43 ` [Qemu-devel] [PATCH 00/11] configure: Fix compiler warnings in config.log Peter Maydell

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.