mbox

[PULL,0/1] ppc-for-2.6 queue 20160423

Message ID 1461394680-12913-1-git-send-email-david@gibson.dropbear.id.au
State New
Headers show

Pull-request

git://github.com/dgibson/qemu.git tags/ppc-for-2.6-20160423

Message

David Gibson April 23, 2016, 6:57 a.m. UTC
The following changes since commit 53343338a6e7b83777b82803398572b40afc8c0f:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2016-04-22 16:17:12 +0100)

are available in the git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-for-2.6-20160423

for you to fetch changes up to da34fed707a3a3ffa229f4e724aea06da1b53fb0:

  hw/ppc/spapr: Fix crash when specifying bad parameters to spapr-pci-host-bridge (2016-04-23 16:52:20 +1000)

----------------------------------------------------------------
ppc patch queue for 2016-03-23

A single fix for a bug in parameter handling for the spapr PCI host
bridge.

----------------------------------------------------------------

Peter,

This is definitely a bug fix, but it's not a regression since 2.5.
Your judgement call as to whether to merge it this late in the 2.6
cycle.

Thomas Huth (1):
      hw/ppc/spapr: Fix crash when specifying bad parameters to spapr-pci-host-bridge

 hw/ppc/spapr.c     | 9 ++++-----
 hw/ppc/spapr_pci.c | 3 +++
 2 files changed, 7 insertions(+), 5 deletions(-)

Comments

Peter Maydell April 25, 2016, 10:47 a.m. UTC | #1
On 23 April 2016 at 07:57, David Gibson <david@gibson.dropbear.id.au> wrote:
> The following changes since commit 53343338a6e7b83777b82803398572b40afc8c0f:
>
>   Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2016-04-22 16:17:12 +0100)
>
> are available in the git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-2.6-20160423
>
> for you to fetch changes up to da34fed707a3a3ffa229f4e724aea06da1b53fb0:
>
>   hw/ppc/spapr: Fix crash when specifying bad parameters to spapr-pci-host-bridge (2016-04-23 16:52:20 +1000)
>
> ----------------------------------------------------------------
> ppc patch queue for 2016-03-23
>
> A single fix for a bug in parameter handling for the spapr PCI host
> bridge.
>
> ----------------------------------------------------------------
>
> Peter,
>
> This is definitely a bug fix, but it's not a regression since 2.5.
> Your judgement call as to whether to merge it this late in the 2.6
> cycle.

Only affects spapr, so I'm happy with it if you are. Applied to master.

thanks
-- PMM