qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] s390: fix clang warnings
@ 2015-01-26 16:28 Peter Maydell
  2015-01-26 16:28 ` [Qemu-devel] [PATCH v2 1/2] target-s390x: Mark check_privileged() as !CONFIG_USER_ONLY Peter Maydell
  2015-01-26 16:28 ` [Qemu-devel] [PATCH v2 2/2] disas/s390.c: Remove unused variables Peter Maydell
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Maydell @ 2015-01-26 16:28 UTC (permalink / raw)
  To: qemu-devel
  Cc: patches, Stefan Weil, Alexander Graf, Christian Borntraeger,
	Cornelia Huck, Richard Henderson

These two patches fix warnings generated by clang; I'm hoping we can
clear up the handful of remaining clang warnings so I can turn on
warnings-as-errors for my builds I do before applying pullreqs, and
then we can keep the clang builds warning-free.

For the disassembler code, I opted to simply delete the unused
data tables. The other thing we've done in some of the disassemblers
is to just #if-0 out the code, but that's mostly been where it's
something we might use in future, and I think this table is for
the benefit of the assembler, not the disassembler.

I sent these patches out just before Christmas; Stefan pointed
out a minor error in the commit message of patch 1, but they
are otherwise unchanged from v1.

Peter Maydell (2):
  target-s390x: Mark check_privileged() as !CONFIG_USER_ONLY
  disas/s390.c: Remove unused variables

 disas/s390.c             | 35 -----------------------------------
 target-s390x/translate.c |  2 ++
 2 files changed, 2 insertions(+), 35 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-01-26 16:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-26 16:28 [Qemu-devel] [PATCH v2 0/2] s390: fix clang warnings Peter Maydell
2015-01-26 16:28 ` [Qemu-devel] [PATCH v2 1/2] target-s390x: Mark check_privileged() as !CONFIG_USER_ONLY Peter Maydell
2015-01-26 16:28 ` [Qemu-devel] [PATCH v2 2/2] disas/s390.c: Remove unused variables 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).