All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] target-ppc: Fix clang and w32 warnings
@ 2014-12-23 22:22 Peter Maydell
  2014-12-23 22:22 ` [Qemu-devel] [PATCH 1/2] target-ppc: Mark SR() and gen_sync_exception() as !CONFIG_USER_ONLY Peter Maydell
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Peter Maydell @ 2014-12-23 22:22 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-ppc, Alexander Graf

These patches fix compiler warnings from clang and the mingw32
compiler; the aim is to get to a point where we can make the
warnings into errors for both these builds.

Peter Maydell (2):
  target-ppc: Mark SR() and gen_sync_exception() as !CONFIG_USER_ONLY
  target-ppc: Cast ssize_t to size_t before printing with %zx

 hw/ppc/spapr.c         | 2 +-
 target-ppc/translate.c | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

-- 
1.9.1

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

end of thread, other threads:[~2014-12-24  9:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-23 22:22 [Qemu-devel] [PATCH 0/2] target-ppc: Fix clang and w32 warnings Peter Maydell
2014-12-23 22:22 ` [Qemu-devel] [PATCH 1/2] target-ppc: Mark SR() and gen_sync_exception() as !CONFIG_USER_ONLY Peter Maydell
2014-12-23 22:22 ` [Qemu-devel] [PATCH 2/2] target-ppc: Cast ssize_t to size_t before printing with %zx Peter Maydell
2014-12-23 22:36   ` Stefan Weil
2014-12-23 22:47     ` Peter Maydell
2014-12-24  9:47       ` Stefan Weil
2014-12-23 22:50   ` Eric Blake
2014-12-23 23:09     ` Peter Maydell
2014-12-23 23:25 ` [Qemu-devel] [PATCH 0/2] target-ppc: Fix clang and w32 warnings Alexander Graf

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.