mbox

[PULL,for-2.0-rc1,0/7] PReP patch queue 2014-03-20

Message ID 1395272166-687-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.0

Message

Andreas Färber March 19, 2014, 11:35 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>
Cc: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Cc: Artyom Tarasenko <atar4qemu@gmail.com>

The following changes since commit d1a1451cd3a60df7dbfd4fb7f616443d22be1beb:

  Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-2.0' into staging (2014-03-19 22:36:44 +0000)

are available in the git repository at:


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

for you to fetch changes up to f205da688b3dc8f6f54220b6997ed5b910afcc54:

  raven: Use raven_ for all function prefixes (2014-03-20 00:34:21 +0100)

----------------------------------------------------------------
PReP machine and devices

* Raven PCI host bridge memory fixes (remainder)

----------------------------------------------------------------
Hervé Poussineau (7):
      raven: Rename intack region to pci_intack
      raven: Implement non-contiguous I/O region
      raven: Set a correct PCI I/O memory region
      raven: Set a correct PCI memory region
      raven: Add PCI bus mastering address space
      raven: Fix PCI bus accesses with size > 1
      raven: Use raven_ for all function prefixes

 hw/pci-host/prep.c | 182 +++++++++++++++++++++++++++++++++++++++++++----------
 hw/ppc/prep.c      | 103 ++++--------------------------
 2 files changed, 161 insertions(+), 124 deletions(-)

Comments

Peter Maydell March 20, 2014, 12:22 a.m. UTC | #1
On 19 March 2014 23:35, 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>
> Cc: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
> Cc: Artyom Tarasenko <atar4qemu@gmail.com>
>
> The following changes since commit d1a1451cd3a60df7dbfd4fb7f616443d22be1beb:
>
>   Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-2.0' into staging (2014-03-19 22:36:44 +0000)
>
> are available in the git repository at:
>
>
>   git://github.com/afaerber/qemu-cpu.git tags/prep-for-2.0
>
> for you to fetch changes up to f205da688b3dc8f6f54220b6997ed5b910afcc54:
>
>   raven: Use raven_ for all function prefixes (2014-03-20 00:34:21 +0100)

Applied, thanks.

-- PMM