mbox

[PULL,v2] PReP patch queue 2012-04-30

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

Pull-request

git://repo.or.cz/qemu/afaerber.git prep-up

Message

Andreas Färber April 30, 2012, 3:24 p.m. UTC
Hello Blue,

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

The following changes since commit 42fe1c245f0239ebcdc084740a1777ac3699d071:

  main-loop: Fix build for w32 and w64 (2012-04-28 09:25:54 +0000)

are available in the git repository at:
  git://repo.or.cz/qemu/afaerber.git prep-up

Hervé Poussineau (5):
      i82378/i82374: Do not create DMA controller twice
      fdc: Parametrize ISA base, IRQ and DMA
      isa: Add isa_bus_from_device() method
      prep: Initialize PC speaker
      prep: Move int-ack register from PReP to Raven PCI emulation

 hw/fdc.c      |   17 ++++++++++-------
 hw/i82374.c   |    5 ++++-
 hw/i82378.c   |    5 +++--
 hw/isa.h      |    5 +++++
 hw/ppc_prep.c |   40 ++++------------------------------------
 hw/prep_pci.c |   17 +++++++++++++++++
 6 files changed, 43 insertions(+), 46 deletions(-)

Comments

Blue Swirl May 1, 2012, 11:44 a.m. UTC | #1
On Mon, Apr 30, 2012 at 15:24, Andreas Färber <andreas.faerber@web.de> wrote:
> Hello Blue,
>
> Please pull the PowerPC Reference Platform (PReP) queue into qemu.git master.

Thanks, pulled.

>
> The following changes since commit 42fe1c245f0239ebcdc084740a1777ac3699d071:
>
>  main-loop: Fix build for w32 and w64 (2012-04-28 09:25:54 +0000)
>
> are available in the git repository at:
>  git://repo.or.cz/qemu/afaerber.git prep-up
>
> Hervé Poussineau (5):
>      i82378/i82374: Do not create DMA controller twice
>      fdc: Parametrize ISA base, IRQ and DMA
>      isa: Add isa_bus_from_device() method
>      prep: Initialize PC speaker
>      prep: Move int-ack register from PReP to Raven PCI emulation
>
>  hw/fdc.c      |   17 ++++++++++-------
>  hw/i82374.c   |    5 ++++-
>  hw/i82378.c   |    5 +++--
>  hw/isa.h      |    5 +++++
>  hw/ppc_prep.c |   40 ++++------------------------------------
>  hw/prep_pci.c |   17 +++++++++++++++++
>  6 files changed, 43 insertions(+), 46 deletions(-)