[Qemu-devel] [PULL 0/1] ppc-for-2.9 queue 20170323

David Gibson posted 1 patch 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170323101048.24848-1-david@gibson.dropbear.id.au
Test checkpatch passed
Test docker passed
Test s390x passed
hw/core/machine.c   | 5 +++++
hw/ppc/spapr.c      | 6 ++++++
include/hw/boards.h | 1 +
numa.c              | 6 +++---
4 files changed, 15 insertions(+), 3 deletions(-)
[Qemu-devel] [PULL 0/1] ppc-for-2.9 queue 20170323
Posted by David Gibson 7 years, 1 month ago
The following changes since commit 55a19ad8b2d0797e3a8fe90ab99a9bb713824059:

  Update version for v2.9.0-rc1 release (2017-03-21 17:13:29 +0000)

are available in the git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-for-2.9-20170323

for you to fetch changes up to 55641213fc81cdfc3bcd56c9e9991faa119201b2:

  numa,spapr: align default numa node memory size to 256MB (2017-03-22 11:32:42 +1100)

----------------------------------------------------------------
ppc patch queue for 2017-03-23

Just a single bugfix in this batch.  It's not strictly in ppc code,
though it's for the pseries machine's benefit.  Eduardo suggested it
go through my tree however.

----------------------------------------------------------------
Laurent Vivier (1):
      numa,spapr: align default numa node memory size to 256MB

 hw/core/machine.c   | 5 +++++
 hw/ppc/spapr.c      | 6 ++++++
 include/hw/boards.h | 1 +
 numa.c              | 6 +++---
 4 files changed, 15 insertions(+), 3 deletions(-)

Re: [Qemu-devel] [PULL 0/1] ppc-for-2.9 queue 20170323
Posted by Peter Maydell 7 years, 1 month ago
On 23 March 2017 at 10:10, David Gibson <david@gibson.dropbear.id.au> wrote:
> The following changes since commit 55a19ad8b2d0797e3a8fe90ab99a9bb713824059:
>
>   Update version for v2.9.0-rc1 release (2017-03-21 17:13:29 +0000)
>
> are available in the git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-2.9-20170323
>
> for you to fetch changes up to 55641213fc81cdfc3bcd56c9e9991faa119201b2:
>
>   numa,spapr: align default numa node memory size to 256MB (2017-03-22 11:32:42 +1100)
>
> ----------------------------------------------------------------
> ppc patch queue for 2017-03-23
>
> Just a single bugfix in this batch.  It's not strictly in ppc code,
> though it's for the pseries machine's benefit.  Eduardo suggested it
> go through my tree however.
>
> ----------------------------------------------------------------
> Laurent Vivier (1):
>       numa,spapr: align default numa node memory size to 256MB
>

Applied, thanks.

-- PMM