On Fri, 29 Mar 2019 at 03:29, David Gibson <da...@gibson.dropbear.id.au> wrote: > > The following changes since commit a04d91c701251a9b32b7364ddb48029ba024cb75: > > Merge remote-tracking branch > 'remotes/alistair/tags/pull-device-tree-20190327' into staging (2019-03-28 > 12:39:43 +0000) > > are available in the Git repository at: > > git://github.com/dgibson/qemu.git tags/ppc-for-4.0-20190329 > > for you to fetch changes up to 7d5489e6d15e2922e45a41e4808d03a48457a5ee: > > exec: Only count mapped memory backends for qemu_getrampagesize() > (2019-03-29 14:24:08 +1100) > > ---------------------------------------------------------------- > ppc patch queue 2019-03-29 > > Here's a set of bugfixes for ppc, aimed at qemu-4.0 during hard freeze. > > We have one cleanup that's not strictly a bugfix, but will avoid an > ugly external interface making it to a released version. > > We have one change to generic code to tweak the semantics of > qemu_getrampagesize() which fixes a bug for ppc. This does have a > possible impact on s390x which uses this function for a different > purpose. I've discussed with David Hildenbrand and Igor Mammedov, > however and we think it won't immediately break anything due to some > existing bugs in the s390 usage. David H will be following up with > some s390 fixes in that area.
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0 for any user-visible changes. -- PMM