mbox

[PULL,2.3,0/5] ppc patch queue 2015-03-25 for 2.3

Message ID 1427320500-6772-1-git-send-email-agraf@suse.de
State New
Headers show

Pull-request

git://github.com/agraf/qemu.git tags/signed-ppc-for-upstream

Message

Alexander Graf March 25, 2015, 9:54 p.m. UTC
Hi Peter,

This is my current patch queue for ppc against 2.3.  Please pull.

Alex


The following changes since commit 054903a832b865eb5432d79b5c9d1e1ff31b58d7:

  Update version for v2.3.0-rc1 release (2015-03-24 16:34:16 +0000)

are available in the git repository at:

  git://github.com/agraf/qemu.git tags/signed-ppc-for-upstream

for you to fetch changes up to c6e765035bc5e0d73231c2c0fbd54620201d6655:

  powerpc: fix -machine usb=no for newworld and pseries machines (2015-03-25 22:49:47 +0100)

----------------------------------------------------------------
Patch queue for 2.3 ppc - 2015-03-25

Just a few bug fixes before 2.3 gets released:

  - pseries: Firmware update, bugfixes
  - remove POWER5+ v0.0 that we incorrectly introduced in 2.3
  - Fix -machine usb=no
  - Fix -boot once=foo in pseries
  - Add NULL pointer check in pseries machine init

----------------------------------------------------------------
Alexander Graf (1):
      PPC: pseries: Implement boot once=foo

Alexey Kardashevskiy (2):
      pseries: Update SLOF firmware image to qemu-slof-20150313
      target-ppc: Remove POWER5+ v0.0 that never existed

Paolo Bonzini (1):
      powerpc: fix -machine usb=no for newworld and pseries machines

Stefan Weil (1):
      spapr: Add missing checks for NULL pointers and report failures

 hw/core/machine.c       |   1 +
 hw/ppc/mac_newworld.c   |   2 +-
 hw/ppc/spapr.c          |  40 +++++++++++++++++++++++++++++++---------
 include/hw/boards.h     |   1 +
 pc-bios/README          |   2 +-
 pc-bios/slof.bin        | Bin 911704 -> 912192 bytes
 roms/SLOF               |   2 +-
 target-ppc/cpu-models.c |   6 ++----
 target-ppc/cpu-models.h |   1 -
 9 files changed, 38 insertions(+), 17 deletions(-)

Comments

Peter Maydell March 26, 2015, 2:35 p.m. UTC | #1
On 25 March 2015 at 21:54, Alexander Graf <agraf@suse.de> wrote:
> Hi Peter,
>
> This is my current patch queue for ppc against 2.3.  Please pull.
>
> Alex
>
>
> The following changes since commit 054903a832b865eb5432d79b5c9d1e1ff31b58d7:
>
>   Update version for v2.3.0-rc1 release (2015-03-24 16:34:16 +0000)
>
> are available in the git repository at:
>
>   git://github.com/agraf/qemu.git tags/signed-ppc-for-upstream
>
> for you to fetch changes up to c6e765035bc5e0d73231c2c0fbd54620201d6655:
>
>   powerpc: fix -machine usb=no for newworld and pseries machines (2015-03-25 22:49:47 +0100)
>
> ----------------------------------------------------------------
> Patch queue for 2.3 ppc - 2015-03-25
>
> Just a few bug fixes before 2.3 gets released:
>
>   - pseries: Firmware update, bugfixes
>   - remove POWER5+ v0.0 that we incorrectly introduced in 2.3
>   - Fix -machine usb=no
>   - Fix -boot once=foo in pseries
>   - Add NULL pointer check in pseries machine init

Applied, thanks.

-- PMM