From: "Michael S. Tsirkin" <mst@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PULL v6 0/3] pci, pc, virtio fixes and cleanups
Date: Mon, 9 Mar 2015 16:04:41 +0100 [thread overview]
Message-ID: <20150309160037-mutt-send-email-mst@redhat.com> (raw)
In-Reply-To: <CAFEAcA-J7ePoqUxVaBTh11ZRCd9YWTzTE-naHvw6V_fYDx0zrA@mail.gmail.com>
On Mon, Mar 09, 2015 at 08:10:17PM +0900, Peter Maydell wrote:
> On 8 March 2015 at 20:00, Michael S. Tsirkin <mst@redhat.com> wrote:
> > An incremental pull update, sent to fix clang warning in v5.
> > The following 3 patches added on top:
> > acpi: drop unused code
> > aml-build: comment fix
> > acpi-build: fix typo in comment
> > Only tested this lightly, but I checked that gcc generated identical
> > stripped object files with and without these patches,
> > so should be very safe.
> >
> > The following changes since commit 11d39a131020cc5c54ff9bc86d3259f7d32bf849:
> >
> > Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20150218' into staging (2015-02-26 09:08:54 +0000)
> >
> > are available in the git repository at:
> >
> > git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream
> >
> > for you to fetch changes up to 59ea3e7532a85b15bd551335b27fa97db48efa8d:
> >
> > acpi: drop unused code (2015-03-08 11:51:46 +0100)
> >
> > ----------------------------------------------------------------
> > pci, pc, virtio fixes and cleanups
> >
> > A bunch of fixes all over the place.
> > All of ACPI refactoring has been merged.
> > Legacy pci commands have been dropped.
> > virtio header cleanup
> > initial patches from virtio-1.0 branch
> >
> > Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> >
> > ----------------------------------------------------------------
>
> Applied, thanks.
>
> I think these changes introduced a new warning in "make check" from
> the clang undefined-behaviour sanitizer, but I let it pass since we're
> not clean there yet anyhow (and it might have been from a previous
> pull where I failed to notice it going by in scroll):
>
> hw/pci/shpc.c:162:27: runtime error: left shift of 1 by 31 places
> cannot be represented in type 'int'
>
> Looks like the usual lack of a 'U' qualifier on a constant 1 being
> shifted left.
>
> -- PMM
As far as I could tell it's always been like this.
I'll fix it up.
--
MST
next prev parent reply other threads:[~2015-03-09 15:04 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-08 11:00 [Qemu-devel] [PULL v6 0/3] pci, pc, virtio fixes and cleanups Michael S. Tsirkin
2015-03-08 11:00 ` [Qemu-devel] [PULL v6 1/3] acpi-build: fix typo in comment Michael S. Tsirkin
2015-03-08 11:00 ` [Qemu-devel] [PULL v6 2/3] aml-build: comment fix Michael S. Tsirkin
2015-03-08 11:00 ` [Qemu-devel] [PULL v6 3/3] acpi: drop unused code Michael S. Tsirkin
2015-03-09 11:10 ` [Qemu-devel] [PULL v6 0/3] pci, pc, virtio fixes and cleanups Peter Maydell
2015-03-09 15:04 ` Michael S. Tsirkin [this message]
2015-03-09 17:01 ` Markus Armbruster
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=20150309160037-mutt-send-email-mst@redhat.com \
--to=mst@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@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 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).