mbox

[PULL,2.1,0/1] ppc patch queue 2014-07-22

Message ID 1406043510-8604-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 July 22, 2014, 3:38 p.m. UTC
Hi Peter,

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

Alex


The following changes since commit 35858955e6c6f9ef41c199d15457c13426ac6434:

  Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-2.1' into staging (2014-07-21 18:06:12 +0100)

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 e206ad48333c50373663945746828fc893b50700:

  ppc: fix -mem-path failure (2014-07-22 17:37:25 +0200)

----------------------------------------------------------------
Patch queue for ppc - 2014-07-22

Only a single bug fix to make -mem-path only affect RAM regions.

----------------------------------------------------------------
Hu Tao (1):
      ppc: fix -mem-path failure

 hw/ppc/mac_newworld.c  |  5 +++--
 hw/ppc/mac_oldworld.c  |  5 +++--
 hw/ppc/ppc405_boards.c | 28 ++++++++++++++++++----------
 hw/ppc/ppc405_uc.c     |  4 ++--
 hw/ppc/ppc4xx_devs.c   | 38 ++++++++++++++++++++++++++------------
 5 files changed, 52 insertions(+), 28 deletions(-)

Comments

Peter Maydell July 22, 2014, 4:29 p.m. UTC | #1
On 22 July 2014 16:38, Alexander Graf <agraf@suse.de> wrote:
> Hi Peter,
>
> This is my current patch queue for ppc.  Please pull.
>
> Alex
>
>
> The following changes since commit 35858955e6c6f9ef41c199d15457c13426ac6434:
>
>   Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-2.1' into staging (2014-07-21 18:06:12 +0100)
>
> 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 e206ad48333c50373663945746828fc893b50700:
>
>   ppc: fix -mem-path failure (2014-07-22 17:37:25 +0200)
>
> ----------------------------------------------------------------
> Patch queue for ppc - 2014-07-22
>
> Only a single bug fix to make -mem-path only affect RAM regions.
>

Applied, thanks

-- PMM