qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] bugs from gcc warning fixes v3
@ 2010-08-31  7:30 Jes.Sorensen
  2010-08-31  7:30 ` [Qemu-devel] [PATCH 1/6] Remove unused argument for nbd_client() Jes.Sorensen
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Jes.Sorensen @ 2010-08-31  7:30 UTC (permalink / raw)
  To: qemu-devel; +Cc: blauwirbel, Jes.Sorensen

From: Jes Sorensen <Jes.Sorensen@redhat.com>

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

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

end of thread, other threads:[~2010-09-04 10:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-31  7:30 [Qemu-devel] [PATCH 0/6] bugs from gcc warning fixes v3 Jes.Sorensen
2010-08-31  7:30 ` [Qemu-devel] [PATCH 1/6] Remove unused argument for nbd_client() Jes.Sorensen
2010-08-31  7:30 ` [Qemu-devel] [PATCH 2/6] Respect return value from nbd_client() Jes.Sorensen
2010-08-31  7:30 ` [Qemu-devel] [PATCH 3/6] Fix repeated typo: was "end if list" instead of "end of list" Jes.Sorensen
2010-08-31  7:30 ` [Qemu-devel] [PATCH 4/6] size_t is unsigned, change to ssize_t to handle errors from tight_compress_data() Jes.Sorensen
2010-08-31  7:30 ` [Qemu-devel] [PATCH 5/6] Change DPRINTF() to do{}while(0) to avoid compiler warning Jes.Sorensen
2010-08-31  7:30 ` [Qemu-devel] [PATCH 6/6] load_multiboot(): get_image_size() returns int Jes.Sorensen
2010-09-04 10:05 ` [Qemu-devel] Re: [PATCH 0/6] bugs from gcc warning fixes v3 Blue Swirl

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