All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Weil <sw@weilnetz.de>
To: Peter Maydell <peter.maydell@linaro.org>, qemu-devel@nongnu.org
Cc: Cornelia Huck <cornelia.huck@de.ibm.com>,
	Christian Borntraeger <borntraeger@de.ibm.com>,
	Alexander Graf <agraf@suse.de>,
	Richard Henderson <rth@twiddle.net>
Subject: Re: [Qemu-devel] [PATCH 0/2] s390: fix clang warnings
Date: Mon, 29 Dec 2014 09:36:39 +0100	[thread overview]
Message-ID: <54A11297.5070909@weilnetz.de> (raw)
In-Reply-To: <1419373100-17690-1-git-send-email-peter.maydell@linaro.org>

Am 23.12.2014 um 23:18 schrieb Peter Maydell:
> 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.
> 
> Peter Maydell (2):
>   target-s390x: Mark op_csp() 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(-)


In the subject line and in the commit message of patch 1 'op_csp' should
be replaced by 'check_privileged'. Then for both patches you may add

Reviewed-by: Stefan Weil <sw@weilnetz.de>

      parent reply	other threads:[~2014-12-29  8:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-23 22:18 [Qemu-devel] [PATCH 0/2] s390: fix clang warnings Peter Maydell
2014-12-23 22:18 ` [Qemu-devel] [PATCH 1/2] target-s390x: Mark op_csp() as !CONFIG_USER_ONLY Peter Maydell
2014-12-23 22:18 ` [Qemu-devel] [PATCH 2/2] disas/s390.c: Remove unused variables Peter Maydell
2014-12-29  8:36 ` Stefan Weil [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54A11297.5070909@weilnetz.de \
    --to=sw@weilnetz.de \
    --cc=agraf@suse.de \
    --cc=borntraeger@de.ibm.com \
    --cc=cornelia.huck@de.ibm.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.