qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/6] bugs from gcc warning fixes v3


From: Jes . Sorensen
Subject: [Qemu-devel] [PATCH 0/6] bugs from gcc warning fixes v3
Date: Tue, 31 Aug 2010 09:30:32 +0200

From: Jes Sorensen <address@hidden>

Hi,

Given the contention of the previous patch set, this is a stripped
down version that doesn't have any of the parts included that got
people up in arms. Lets at least start out getting the real bugs fixed
and we can look at the other issues in parallel.

Cheers,
Jes


Jes Sorensen (6):
  Remove unused argument for nbd_client()
  Respect return value from nbd_client()
  Fix repeated typo: was "end if list" instead of "end of list"
  size_t is unsigned, change to ssize_t to handle errors from
    tight_compress_data()
  Change DPRINTF() to do{}while(0) to avoid compiler warning
  load_multiboot(): get_image_size() returns int

 hw/multiboot.c     |    2 +-
 nbd.c              |    4 ++--
 nbd.h              |    2 +-
 qemu-config.c      |   12 ++++++------
 qemu-nbd.c         |    5 ++++-
 slirp/bootp.c      |    2 +-
 ui/vnc-enc-tight.c |    8 ++++----
 7 files changed, 19 insertions(+), 16 deletions(-)

-- 
1.7.2.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]