mbox

[PULL] PReP patch queue 2012-04-30

Message ID 1335797240-14255-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, 2:47 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 (4):
      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

 hw/fdc.c      |   17 ++++++++++-------
 hw/i82374.c   |    5 ++++-
 hw/i82378.c   |    5 +++--
 hw/isa.h      |    5 +++++
 hw/ppc_prep.c |    4 ++++
 5 files changed, 26 insertions(+), 10 deletions(-)

Comments

Andreas Färber April 30, 2012, 3:18 p.m. UTC | #1
Am 30.04.2012 16:47, schrieb Andreas Färber:
> 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 (4):
>       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

Er, forgot to update the prep-up branch after applying the patch I had
been waiting on, please ignore. Fixed PULL coming up shortly.

Andreas

> 
>  hw/fdc.c      |   17 ++++++++++-------
>  hw/i82374.c   |    5 ++++-
>  hw/i82378.c   |    5 +++--
>  hw/isa.h      |    5 +++++
>  hw/ppc_prep.c |    4 ++++
>  5 files changed, 26 insertions(+), 10 deletions(-)
>