From: Paolo Bonzini <pbonzini@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, patches@linaro.org
Subject: Re: [Qemu-trivial] [PATCH 0/2] lsi53c895a: avoid integer undefined behaviours
Date: Mon, 26 Aug 2013 09:49:41 +0200 [thread overview]
Message-ID: <521B0895.7070509@redhat.com> (raw)
In-Reply-To: <1377274593-8797-1-git-send-email-peter.maydell@linaro.org>
Il 23/08/2013 18:16, Peter Maydell ha scritto:
> More patches to fix clang sanitizer warnings; in this case we
> can fix them and clean up the code a bit by replacing hand-coded
> operations with functions from the bitops header.
>
> Peter Maydell (2):
> hw/scsi/lsi53c895a: Use sextract32 for sign-extension
> hw/scsi/lsi53c895a: Use deposit32 rather than handcoded shift/mask
>
> hw/scsi/lsi53c895a.c | 19 ++++++-------------
> 1 file changed, 6 insertions(+), 13 deletions(-)
>
Applied both to scsi-next, thanks.
Paolo
WARNING: multiple messages have this Message-ID (diff)
From: Paolo Bonzini <pbonzini@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, patches@linaro.org
Subject: Re: [Qemu-devel] [PATCH 0/2] lsi53c895a: avoid integer undefined behaviours
Date: Mon, 26 Aug 2013 09:49:41 +0200 [thread overview]
Message-ID: <521B0895.7070509@redhat.com> (raw)
In-Reply-To: <1377274593-8797-1-git-send-email-peter.maydell@linaro.org>
Il 23/08/2013 18:16, Peter Maydell ha scritto:
> More patches to fix clang sanitizer warnings; in this case we
> can fix them and clean up the code a bit by replacing hand-coded
> operations with functions from the bitops header.
>
> Peter Maydell (2):
> hw/scsi/lsi53c895a: Use sextract32 for sign-extension
> hw/scsi/lsi53c895a: Use deposit32 rather than handcoded shift/mask
>
> hw/scsi/lsi53c895a.c | 19 ++++++-------------
> 1 file changed, 6 insertions(+), 13 deletions(-)
>
Applied both to scsi-next, thanks.
Paolo
next prev parent reply other threads:[~2013-08-26 7:50 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-23 16:16 [Qemu-trivial] [PATCH 0/2] lsi53c895a: avoid integer undefined behaviours Peter Maydell
2013-08-23 16:16 ` [Qemu-devel] " Peter Maydell
2013-08-23 16:16 ` [Qemu-trivial] [PATCH 1/2] hw/scsi/lsi53c895a: Use sextract32 for sign-extension Peter Maydell
2013-08-23 16:16 ` [Qemu-devel] " Peter Maydell
2013-08-23 16:16 ` [Qemu-trivial] [PATCH 2/2] hw/scsi/lsi53c895a: Use deposit32 rather than handcoded shift/mask Peter Maydell
2013-08-23 16:16 ` [Qemu-devel] " Peter Maydell
2013-08-26 7:49 ` Paolo Bonzini [this message]
2013-08-26 7:49 ` [Qemu-devel] [PATCH 0/2] lsi53c895a: avoid integer undefined behaviours Paolo Bonzini
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=521B0895.7070509@redhat.com \
--to=pbonzini@redhat.com \
--cc=patches@linaro.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/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.