qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Build fixes
@ 2009-09-29 23:10 Juan Quintela
  2009-09-29 23:10 ` [Qemu-devel] [PATCH 1/3] slirp: It needs to use QEMU_CFLAGS not CFLAGS Juan Quintela
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Juan Quintela @ 2009-09-29 23:10 UTC (permalink / raw)
  To: qemu-devel

This series contains all build fixes on my queue:
- fix slirp to compile with a custom CFLAGS
- Add -Wold-style-* flags only if compiler understand them
- Fix last users of TRUE/FALSE.  Now we can include <stdbool.h> anywhere.

Later, Juan.

Juan Quintela (3):
  slirp: It needs to use QEMU_CFLAGS not CFLAGS
  Add -Wold-style-* flags
  bdf: Remove last users of FALSE/TRUE

 arm-dis.c        |   60 ++++++++++++++++++++++++++---------------------------
 configure        |   12 +++++++++-
 cris-dis.c       |   18 +++++++---------
 dis-asm.h        |    4 +-
 microblaze-dis.c |    2 +-
 5 files changed, 51 insertions(+), 45 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [Qemu-devel] [PATCH 0/3] Build fixes
@ 2011-07-04 21:59 Raghavendra D Prabhu
  0 siblings, 0 replies; 5+ messages in thread
From: Raghavendra D Prabhu @ 2011-07-04 21:59 UTC (permalink / raw)
  To: qemu-devel; +Cc: Raghavendra D Prabhu, kvm

Hi,
    With default configure, the qemu-kvm client build was failing for me
    since Werror is enabled by default in configure.
    Deprecations (gnutls), gcc signed-overflow optimization
    (Werror=strict-overflows) and few unused-but-set variables were
    causing it. I have attached the patches after applying which, I got
    no further errors.


Raghavendra D Prabhu (3):
  Avoid the use of deprecated gnutls gnutls_*_set_priority functions.
  Add fno-strict-overflow
  Avoid Wunsed-but-set warnings (or errors in case of Werror)

 Makefile.hw            |    2 +-
 hw/device-assignment.c |    6 +++---
 simpletrace.c          |    2 +-
 ui/vnc-tls.c           |   20 +-------------------
 xen-mapcache.c         |    7 ++-----
 5 files changed, 8 insertions(+), 29 deletions(-)

-- 
1.7.6

--------------------------
Raghavendra Prabhu
GPG Id : 0xD72BE977
Fingerprint: B93F EBCB 8E05 7039 CD3C A4B8 A616 DCA1 D72B E977
www: wnohang.net

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

end of thread, other threads:[~2011-07-04 22:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-29 23:10 [Qemu-devel] [PATCH 0/3] Build fixes Juan Quintela
2009-09-29 23:10 ` [Qemu-devel] [PATCH 1/3] slirp: It needs to use QEMU_CFLAGS not CFLAGS Juan Quintela
2009-09-29 23:10 ` [Qemu-devel] [PATCH 2/3] Add -Wold-style-* flags Juan Quintela
2009-09-29 23:10 ` [Qemu-devel] [PATCH 3/3] bdf: Remove last users of FALSE/TRUE Juan Quintela
  -- strict thread matches above, loose matches on Subject: below --
2011-07-04 21:59 [Qemu-devel] [PATCH 0/3] Build fixes Raghavendra D Prabhu

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