mbox

[PULL,for-2.1,0/3] PReP patch queue 2014-07-07

Message ID 1404744764-12877-1-git-send-email-andreas.faerber@web.de
State New
Headers show

Pull-request

git://github.com/afaerber/qemu-cpu.git tags/prep-for-2.1

Message

Andreas Färber July 7, 2014, 2:52 p.m. UTC
Hello Peter,

Please pull the PowerPC Reference Platform (PReP) queue into qemu.git master.

Regards,
Andreas

Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-ppc@nongnu.org
Cc: Alexander Graf <agraf@suse.de>
Cc: Hervé Poussineau <hpoussin@reactos.org>

The following changes since commit f811d4743b358bc53a8c79576c903c0dbee29e72:

  Merge remote-tracking branch 'remotes/sstabellini/xen_arm_20140707' into staging (2014-07-07 13:43:03 +0100)

are available in the git repository at:


  git://github.com/afaerber/qemu-cpu.git tags/prep-for-2.1

for you to fetch changes up to ee0f2601b911e53e27827cc105d194bb311e6224:

  prep: Update ppc_rom.bin (2014-07-07 16:46:35 +0200)

----------------------------------------------------------------
PowerPC Reference Platform (PReP)

* Update OpenHack'Ware firmware to replace QEMU-side workarounds

----------------------------------------------------------------
Andreas Färber (1):
      prep: Update ppc_rom.bin

Hervé Poussineau (2):
      prep: Remove PCI memory hack related to OpenHack'Ware
      prep: Remove CPU reset entry point hack related to OpenHack'Ware

 hw/pci-host/prep.c  |   4 +---
 hw/ppc/prep.c       |  12 ------------
 pc-bios/ppc_rom.bin | Bin 1048576 -> 1048576 bytes
 roms/openhackware   |   2 +-
 4 files changed, 2 insertions(+), 16 deletions(-)

Comments

Peter Maydell July 7, 2014, 6:59 p.m. UTC | #1
On 7 July 2014 15:52, Andreas Färber <andreas.faerber@web.de> wrote:
> Hello Peter,
>
> Please pull the PowerPC Reference Platform (PReP) queue into qemu.git master.
>
> Regards,
> Andreas
>
> Cc: Peter Maydell <peter.maydell@linaro.org>
> Cc: qemu-ppc@nongnu.org
> Cc: Alexander Graf <agraf@suse.de>
> Cc: Hervé Poussineau <hpoussin@reactos.org>
>
> The following changes since commit f811d4743b358bc53a8c79576c903c0dbee29e72:
>
>   Merge remote-tracking branch 'remotes/sstabellini/xen_arm_20140707' into staging (2014-07-07 13:43:03 +0100)
>
> are available in the git repository at:
>
>
>   git://github.com/afaerber/qemu-cpu.git tags/prep-for-2.1
>
> for you to fetch changes up to ee0f2601b911e53e27827cc105d194bb311e6224:
>
>   prep: Update ppc_rom.bin (2014-07-07 16:46:35 +0200)
>
> ----------------------------------------------------------------
> PowerPC Reference Platform (PReP)
>
> * Update OpenHack'Ware firmware to replace QEMU-side workarounds

Applied, thanks.

-- PMM