mbox

[PULL] PReP patch queue 2012-08-15

Message ID 50EF35FC.5010503@web.de
State New
Headers show

Pull-request

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

Message

Andreas Färber Jan. 10, 2013, 9:43 p.m. UTC
Am 15.08.2012 22:27, schrieb Andreas Färber:
> Hello Anthony,
> 
> Please pull the PowerPC Reference Platform (PReP) queue into qemu.git master.
> 
> With Alex' and Hervé's blessing this contains both fixes for runtime errors
> trying to use -M prep on qemu-system-ppc64 and well as some progress QOM'ifying
> the pc87312 Super I/O chipset.

Seems this pull was forgotten... I merged master, please pull for 1.4.

Regards,
Andreas

The following changes since commit a6308bc2224db238e72c570482717b68246a7ce0:

  Merge remote-tracking branch 'kraxel/build.1' into staging (2013-01-10
13:26:31 -0600)

are available in the git repository at:


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

for you to fetch changes up to 63e3555e80c31776285accbb4d0c14ae91c457dc:

  Merge branch 'master' of git://git.qemu.org/qemu into prep-up
(2013-01-10 21:52:28 +0100)

----------------------------------------------------------------

Andreas Färber (2):
      prep: Include devices for ppc64 as well
      Merge branch 'master' of git://git.qemu.org/qemu into prep-up

Hervé Poussineau (2):
      prep: Add pc87312 Super I/O emulation
      prep: Use pc87312 device instead of collection of random ISA devices

 MAINTAINERS                       |    1 +
 default-configs/ppc-softmmu.mak   |    2 +
 default-configs/ppc64-softmmu.mak |    5 +
 hw/Makefile.objs                  |    1 +
 hw/pc87312.c                      |  387
+++++++++++++++++++++++++++++++++++++
 hw/pc87312.h                      |   66 +++++++
 hw/ppc_prep.c                     |   39 +---
 trace-events                      |    8 +
 8 Dateien geändert, 477 Zeilen hinzugefügt(+), 32 Zeilen entfernt(-)
 create mode 100644 hw/pc87312.c
 create mode 100644 hw/pc87312.h

Comments

Anthony Liguori Jan. 10, 2013, 11:13 p.m. UTC | #1
Andreas Färber <andreas.faerber@web.de> writes:

> Am 15.08.2012 22:27, schrieb Andreas Färber:
>> Hello Anthony,
>> 
>> Please pull the PowerPC Reference Platform (PReP) queue into qemu.git master.
>> 
>> With Alex' and Hervé's blessing this contains both fixes for runtime errors
>> trying to use -M prep on qemu-system-ppc64 and well as some progress QOM'ifying
>> the pc87312 Super I/O chipset.
>
> Seems this pull was forgotten... I merged master, please pull for 1.4.

Please send things like this as a new top-level pull request.

Regards,

Anthony Liguori

>
> Regards,
> Andreas
>
> The following changes since commit a6308bc2224db238e72c570482717b68246a7ce0:
>
>   Merge remote-tracking branch 'kraxel/build.1' into staging (2013-01-10
> 13:26:31 -0600)
>
> are available in the git repository at:
>
>
>   git://repo.or.cz/qemu/afaerber.git prep-up
>
> for you to fetch changes up to 63e3555e80c31776285accbb4d0c14ae91c457dc:
>
>   Merge branch 'master' of git://git.qemu.org/qemu into prep-up
> (2013-01-10 21:52:28 +0100)
>
> ----------------------------------------------------------------
>
> Andreas Färber (2):
>       prep: Include devices for ppc64 as well
>       Merge branch 'master' of git://git.qemu.org/qemu into prep-up
>
> Hervé Poussineau (2):
>       prep: Add pc87312 Super I/O emulation
>       prep: Use pc87312 device instead of collection of random ISA devices
>
>  MAINTAINERS                       |    1 +
>  default-configs/ppc-softmmu.mak   |    2 +
>  default-configs/ppc64-softmmu.mak |    5 +
>  hw/Makefile.objs                  |    1 +
>  hw/pc87312.c                      |  387
> +++++++++++++++++++++++++++++++++++++
>  hw/pc87312.h                      |   66 +++++++
>  hw/ppc_prep.c                     |   39 +---
>  trace-events                      |    8 +
>  8 Dateien geändert, 477 Zeilen hinzugefügt(+), 32 Zeilen entfernt(-)
>  create mode 100644 hw/pc87312.c
>  create mode 100644 hw/pc87312.h