[Qemu-devel] [PULL 0/4] ppc-for-2.10 queue 20170725

David Gibson posted 4 patches 8 years, 3 months ago
Only 3 patches received!
hw/ppc/spapr.c     |  40 +++++++++++++++++++++++-----------------
hw/ppc/spapr_pci.c |   4 +---
pc-bios/README     |   2 +-
pc-bios/slof.bin   | Bin 902120 -> 905200 bytes
roms/SLOF          |   2 +-
5 files changed, 26 insertions(+), 22 deletions(-)
[Qemu-devel] [PULL 0/4] ppc-for-2.10 queue 20170725
Posted by David Gibson 8 years, 3 months ago
The following changes since commit b5a74cd81d76cb467552f38f2b39520d07c65ea2:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170724' into staging (2017-07-24 18:15:45 +0100)

are available in the git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-for-2.10-20170725

for you to fetch changes up to 86844c213348a596ea716a44a6f337555e07ad09:

  pseries: Update SLOF firmware image (2017-07-25 14:35:42 +1000)

----------------------------------------------------------------
ppc patch queue 2017-07-25

Last pull request for the 2.10 hard freeze, and correspondingly small.
There are a handful of bugfixes here plus an update for the "pseries"
guest firmware (SLOF).

This is later than ideal for a guest firmware update.  However, this
does include a number of fixes in that guest firmware, so I think it's
worth the risk of squeezing this in just before the hard freeze.

----------------------------------------------------------------
Alexey Kardashevskiy (2):
      spapr_pci: Fix obsolete comment about MSIX encoding in addr/data
      pseries: Update SLOF firmware image

Bharata B Rao (1):
      spapr: Fix QEMU abort during memory unplug

Laurent Vivier (1):
      spapr/htab: fix savevm

 hw/ppc/spapr.c     |  40 +++++++++++++++++++++++-----------------
 hw/ppc/spapr_pci.c |   4 +---
 pc-bios/README     |   2 +-
 pc-bios/slof.bin   | Bin 902120 -> 905200 bytes
 roms/SLOF          |   2 +-
 5 files changed, 26 insertions(+), 22 deletions(-)

Re: [Qemu-devel] [PULL 0/4] ppc-for-2.10 queue 20170725
Posted by Peter Maydell 8 years, 3 months ago
On 25 July 2017 at 06:45, David Gibson <david@gibson.dropbear.id.au> wrote:
> The following changes since commit b5a74cd81d76cb467552f38f2b39520d07c65ea2:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170724' into staging (2017-07-24 18:15:45 +0100)
>
> are available in the git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-2.10-20170725
>
> for you to fetch changes up to 86844c213348a596ea716a44a6f337555e07ad09:
>
>   pseries: Update SLOF firmware image (2017-07-25 14:35:42 +1000)
>
> ----------------------------------------------------------------
> ppc patch queue 2017-07-25
>
> Last pull request for the 2.10 hard freeze, and correspondingly small.
> There are a handful of bugfixes here plus an update for the "pseries"
> guest firmware (SLOF).
>
> This is later than ideal for a guest firmware update.  However, this
> does include a number of fixes in that guest firmware, so I think it's
> worth the risk of squeezing this in just before the hard freeze.
>
> ----------------------------------------------------------------
> Alexey Kardashevskiy (2):
>       spapr_pci: Fix obsolete comment about MSIX encoding in addr/data
>       pseries: Update SLOF firmware image
>
> Bharata B Rao (1):
>       spapr: Fix QEMU abort during memory unplug
>
> Laurent Vivier (1):
>       spapr/htab: fix savevm

Applied, thanks.

-- PMM