mbox

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

Message ID 1461639498-24460-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-20160426

Message

David Gibson April 26, 2016, 2:58 a.m. UTC
The following changes since commit f419a626c76bcb26697883af702862e8623056f9:

  usb/uhci: move pid check (2016-04-25 12:05:05 +0100)

are available in the git repository at:

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

for you to fetch changes up to df18b2db69fd1696e1f2eb1d8652340b4c57793a:

  spapr_drc: fix aborts during DRC-count based hotplug (2016-04-26 11:16:08 +1000)

----------------------------------------------------------------
ppc patch queue for 2016-04-26 (last minute qemu-2.6 fix)

This just has one, last-minute, fix for a serious regression of memory
hotplug.

Patch author's comment:
    Really sorry for the way last-minute fix, but without this memory
    hotplug is totally broken :( Hoping to get this in for Wednesday's
    RC4, which I think will be the final before release.

----------------------------------------------------------------
Michael Roth (1):
      spapr_drc: fix aborts during DRC-count based hotplug

 hw/ppc/spapr_drc.c    | 12 +++++++++++-
 hw/ppc/spapr_events.c |  7 +++----
 2 files changed, 14 insertions(+), 5 deletions(-)

Comments

Peter Maydell April 28, 2016, 10:05 a.m. UTC | #1
On 26 April 2016 at 03:58, David Gibson <david@gibson.dropbear.id.au> wrote:
> The following changes since commit f419a626c76bcb26697883af702862e8623056f9:
>
>   usb/uhci: move pid check (2016-04-25 12:05:05 +0100)
>
> are available in the git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-2.6-20160426
>
> for you to fetch changes up to df18b2db69fd1696e1f2eb1d8652340b4c57793a:
>
>   spapr_drc: fix aborts during DRC-count based hotplug (2016-04-26 11:16:08 +1000)
>
> ----------------------------------------------------------------
> ppc patch queue for 2016-04-26 (last minute qemu-2.6 fix)
>
> This just has one, last-minute, fix for a serious regression of memory
> hotplug.
>
> Patch author's comment:
>     Really sorry for the way last-minute fix, but without this memory
>     hotplug is totally broken :( Hoping to get this in for Wednesday's
>     RC4, which I think will be the final before release.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM