[Qemu-devel] [PULL 0/2] ppc-for-2.9 queue 20170329

David Gibson posted 2 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170329033415.891-1-david@gibson.dropbear.id.au
Test checkpatch passed
Test docker passed
Test s390x passed
hw/ppc/spapr.c             |  4 ++--
hw/ppc/spapr_drc.c         | 20 +++++++++++++++++---
include/hw/ppc/spapr_drc.h |  1 +
3 files changed, 20 insertions(+), 5 deletions(-)
[Qemu-devel] [PULL 0/2] ppc-for-2.9 queue 20170329
Posted by David Gibson 7 years ago
The following changes since commit df9046363220e57d45818312759b954c033c58ab:

  Update version for v2.9.0-rc2 release (2017-03-28 19:11:16 +0100)

are available in the git repository at:

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

for you to fetch changes up to fe6824d12642b005c69123ecf8631f9b13553f8b:

  spapr: fix memory hot-unplugging (2017-03-29 11:35:16 +1100)

----------------------------------------------------------------
ppc patch queue for 2017-03-29

Two more bugfixes of sufficient severity to warrant going into 2.9.

----------------------------------------------------------------
Laurent Vivier (1):
      spapr: fix memory hot-unplugging

Marc-André Lureau (1):
      spapr: fix buffer-overflow

 hw/ppc/spapr.c             |  4 ++--
 hw/ppc/spapr_drc.c         | 20 +++++++++++++++++---
 include/hw/ppc/spapr_drc.h |  1 +
 3 files changed, 20 insertions(+), 5 deletions(-)

Re: [Qemu-devel] [PULL 0/2] ppc-for-2.9 queue 20170329
Posted by Peter Maydell 7 years ago
On 29 March 2017 at 04:34, David Gibson <david@gibson.dropbear.id.au> wrote:
> The following changes since commit df9046363220e57d45818312759b954c033c58ab:
>
>   Update version for v2.9.0-rc2 release (2017-03-28 19:11:16 +0100)
>
> are available in the git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-2.9-20170329
>
> for you to fetch changes up to fe6824d12642b005c69123ecf8631f9b13553f8b:
>
>   spapr: fix memory hot-unplugging (2017-03-29 11:35:16 +1100)
>
> ----------------------------------------------------------------
> ppc patch queue for 2017-03-29
>
> Two more bugfixes of sufficient severity to warrant going into 2.9.
>
> ----------------------------------------------------------------
> Laurent Vivier (1):
>       spapr: fix memory hot-unplugging
>
> Marc-André Lureau (1):
>       spapr: fix buffer-overflow
>
>  hw/ppc/spapr.c             |  4 ++--
>  hw/ppc/spapr_drc.c         | 20 +++++++++++++++++---
>  include/hw/ppc/spapr_drc.h |  1 +
>  3 files changed, 20 insertions(+), 5 deletions(-)


Applied, thanks.

-- PMM