qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PULL for-2.5 0/9] Trivial patches for 2015-12-04


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL for-2.5 0/9] Trivial patches for 2015-12-04
Date: Fri, 4 Dec 2015 11:44:25 +0000

On 4 December 2015 at 06:57, Michael Tokarev <address@hidden> wrote:
> Hello.
>
> During the freeze period, let me please add my trivial pull request too ;)
>
> There are just 9 patches this time, which are either (small) bugfixes,
> or just prettifying one or another part of code to look nicely in the
> release tarball.  Here are all of them:
>
> aniel P. Berrange (1):
>       crypto: avoid two coverity false positive error reports
>         this is a cleanup together with a small tracing bugfix,
>         an easy patch.  An making coverity even more useful is
>         nice too.
>
> Hervé Poussineau (1):
>       scsi: remove scsi_req_free prototype
>         just removing a prototype of a single unused function
>
> John Snow (1):
>       util/id: fully allocate names table
>         a small bugfix avoiding accessing "random" memory
>
> Markus Armbruster (1):
>       typedefs: Put them back into alphabetical order
>         this one sorts include/qemu/typedefs.h in alphabetical order,
>         and removes duplicates while at it.  Actual set of typedefs
>         isn't changed.  We should have good-looking code conforming
>         to our own standards in the released tarball :)
>
> Paolo Bonzini (3):
>       bt: avoid unintended sign extension
>         a simple bt bugfix
>
>       gt64xxx: fix decoding of ISD register
>         this is a small mips platform bugfix
>
>       bt: check struct sizes
>         this one is rather large, but it tries to fix real mess in BT
>         device emulation which we have now
>
> Peter Maydell (1):
>       configure: Diagnose broken linkers directly
>         A simple patch trying to verify whenever linker works too, not
>         only compiler, at configure time before doing more complex
>         tests.
>
> Rodrigo Rebello (1):
>       configure: use appropriate code fragment for -fstack-protector checks
>         this is an interesting patch in context of the freeze time.
>         In short, current test for -fstack-protector gives false positives
>         (claiming the feature is available) in some configuration, because
>         it only verifies whenever compiler accepts this option but not
>         whenever it can compile and link a code which actually uses stack.
>
> Please consider applying.
>
> Thanks,
>
> /mjt
>
>
> The following changes since commit 4c65fed8bdf96780735dbdb92a8bd0d6b6526cc3:
>
>   ui: vnc: avoid floating point exception (2015-12-03 13:34:50 +0000)
>
> are available in the git repository at:
>
>   git://git.corpit.ru/qemu.git tags/pull-trivial-patches-2015-12-04
>
> for you to fetch changes up to 98475746b357f6c048caf9e001998d8a0618b2e4:
>
>   bt: check struct sizes (2015-12-04 09:39:55 +0300)
>
> ----------------------------------------------------------------
> trivial patches for 2015-12-04
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]