mbox

[PULL,0/1] ppc-for-2.7 queue 20160815

Message ID 1471243668-11449-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.7-20160815

Message

David Gibson Aug. 15, 2016, 6:47 a.m. UTC
The following changes since commit 6bbbb0ac136102098a70b97ab0c07bc7bf53131c:

  target-arm: Fix warn about implicit conversion (2016-08-12 11:12:24 +0100)

are available in the git repository at:

  git://github.com/dgibson/qemu.git tags/ppc-for-2.7-20160815

for you to fetch changes up to e703d2f71c0f3f721b66bd2955135524538d2c58:

  ppc: parse cpu features once (2016-08-13 17:32:58 +1000)

----------------------------------------------------------------
ppc patch queue for 2016-08-15

Just a single patch here, I hope this is the last ppc / spapr fix to
squeeze into qemu-2.7.

----------------------------------------------------------------
Greg Kurz (1):
      ppc: parse cpu features once

 hw/ppc/ppc.c         | 26 ++++++++++++++++++++++++++
 hw/ppc/spapr.c       |  2 ++
 include/hw/ppc/ppc.h |  1 +
 3 files changed, 29 insertions(+)

Comments

Peter Maydell Aug. 16, 2016, 8:32 a.m. UTC | #1
On 15 August 2016 at 07:47, David Gibson <david@gibson.dropbear.id.au> wrote:
> The following changes since commit 6bbbb0ac136102098a70b97ab0c07bc7bf53131c:
>
>   target-arm: Fix warn about implicit conversion (2016-08-12 11:12:24 +0100)
>
> are available in the git repository at:
>
>   git://github.com/dgibson/qemu.git tags/ppc-for-2.7-20160815
>
> for you to fetch changes up to e703d2f71c0f3f721b66bd2955135524538d2c58:
>
>   ppc: parse cpu features once (2016-08-13 17:32:58 +1000)
>
> ----------------------------------------------------------------
> ppc patch queue for 2016-08-15
>
> Just a single patch here, I hope this is the last ppc / spapr fix to
> squeeze into qemu-2.7.
>
> ----------------------------------------------------------------
> Greg Kurz (1):
>       ppc: parse cpu features once

Applied, thanks.

-- PMM