On 22 February 2017 at 06:33, David Gibson <da...@gibson.dropbear.id.au> wrote: > The following changes since commit 796b288f7be875045670f963ce99991b3c8e96ac: > > Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into > staging (2017-02-21 15:48:22 +0000) > > are available in the git repository at: > > git://github.com/dgibson/qemu.git tags/ppc-for-2.9-20170222 > > for you to fetch changes up to fb6971c110387cf597b58c411658e3d15cc6c6fb: > > hw/ppc/ppc405_uc.c: Avoid integer overflows (2017-02-22 14:28:53 +1100) > > NOTE: This pull request hasn't passed the full set of tests I usually > run, because there seem to be problems with those on current master > anyway: some of "make check" seems to wedge, and a number of travis > builds timed out. AFAICT this series doesn't cause any failures that > aren't already present in upstream. > > ---------------------------------------------------------------- > ppc patch queue for 2017-02-22 > > This pull request has: > * Yet more POWER9 instruction implementations > * Some extensions to the softfloat code which are necesssary for > some of those instructions > * Some preliminary patches in preparation for POWER9 softmmu > implementation > * Igor Mammedov's cleanups to unify hotplug cpu handling across > architectures > * Assorted bugfixes > > The softfloat and cpu hotplug changes aren't entirely ppc specific (in > fact the hotplug stuff contains some pc specific patches). However > they're included here because ppc is one of the main beneficiaries, > and the series depend on some ppc specific patches. > > ----------------------------------------------------------------
Applied, thanks. -- PMM