qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/8] linux-user: Fix gcc 4.6 compile warnings
@ 2011-06-16 16:37 Peter Maydell
  2011-06-16 16:37 ` [Qemu-devel] [PATCH 1/8] linuxload: id_change was a write only variable Peter Maydell
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Peter Maydell @ 2011-06-16 16:37 UTC (permalink / raw)
  To: qemu-devel; +Cc: Riku Voipio, Juan Quintela, patches

This is a collection of patches which fix the gcc 4.6 compile warnings
in the linux-user code. Mostly they're from Juan's earlier patchset,
in some cases with some minor tweaks by me as per review comments on
that patchset. The last three I fixed in a different way so those
are new patches.

Sorry for producing yet another gcc 4.6 related patchset, but
splitting out the linux-user patches to go through Riku's queue
seems like a good way of moving these forward.


(For those keeping score on the gcc 4.6 warning front the other
fixes needed are:
 * two target-alpha fixes both acked by Richard Henderson:
   http://patchwork.ozlabs.org/patch/100463/ 
   http://patchwork.ozlabs.org/patch/100456/
 * lsi53c895a.c fix: in the trivial-patches pullreq
 * target-i386/kvm.c: being fixed by Jan Kiszka
 * exec.c patch http://patchwork.ozlabs.org/patch/98384/  )

Juan Quintela (5):
  linuxload: id_change was a write only variable
  syscall: really return ret code
  linux-user: syscall should use sanitized arg1
  flatload: end_code was only used in a debug message
  flatload: memp was a write-only variable

Peter Maydell (3):
  linux-user: Bump do_syscall() up to 8 syscall arguments
  linux-user/signal.c: Remove only-ever-set variable fpu_save_addr
  linux-user/signal.c: Remove unused fenab

 linux-user/flatload.c  |    8 ++------
 linux-user/linuxload.c |   25 +------------------------
 linux-user/main.c      |   37 ++++++++++++++++++++++++-------------
 linux-user/qemu.h      |    3 ++-
 linux-user/signal.c    |   17 ++++++++++-------
 linux-user/syscall.c   |   20 +++++++++++---------
 6 files changed, 50 insertions(+), 60 deletions(-)

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

end of thread, other threads:[~2011-06-16 16:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-16 16:37 [Qemu-devel] [PATCH 0/8] linux-user: Fix gcc 4.6 compile warnings Peter Maydell
2011-06-16 16:37 ` [Qemu-devel] [PATCH 1/8] linuxload: id_change was a write only variable Peter Maydell
2011-06-16 16:37 ` [Qemu-devel] [PATCH 2/8] syscall: really return ret code Peter Maydell
2011-06-16 16:37 ` [Qemu-devel] [PATCH 3/8] linux-user: syscall should use sanitized arg1 Peter Maydell
2011-06-16 16:37 ` [Qemu-devel] [PATCH 4/8] flatload: end_code was only used in a debug message Peter Maydell
2011-06-16 16:37 ` [Qemu-devel] [PATCH 5/8] flatload: memp was a write-only variable Peter Maydell
2011-06-16 16:37 ` [Qemu-devel] [PATCH 6/8] linux-user: Bump do_syscall() up to 8 syscall arguments Peter Maydell
2011-06-16 16:37 ` [Qemu-devel] [PATCH 7/8] linux-user/signal.c: Remove only-ever-set variable fpu_save_addr Peter Maydell
2011-06-16 16:37 ` [Qemu-devel] [PATCH 8/8] linux-user/signal.c: Remove unused fenab Peter Maydell

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