qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 0/6] prep: some fixes and Super I/O emulation


From: Andreas Färber
Subject: Re: [Qemu-devel] [PATCH v2 0/6] prep: some fixes and Super I/O emulation
Date: Sat, 28 Apr 2012 20:38:48 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120328 Thunderbird/11.0.1

Am 28.04.2012 20:11, schrieb Hervé Poussineau:
> Patch 1 has been applied to prep-up branch by Andreas
> Patch 5 has been applied to master by malc
> 
> Ping.

v2 series is on my radar for the 1.1 PULL, but I still wasn't happy with
the pc87312 patch, so I'd prefer to defer that to 1.2.

Andreas

> Hervé Poussineau a écrit :
>> Hi,
>>
>> Patches 1 to 3 implement the pc87312 Super I/O chip. This patch has
>> been tested on PReP emulation and on IBM 40p (not yet committed).
>> Missing part is dynamic reconfiguration of devices (serial, parallel,
>> floppy, IDE). However, it is not strictly needed as initial
>> configuration can be changed with a property.
>>
>> Patch 4 completes the qdev-ification of Raven PCI host, where INTA
>> register was mistakenly left in PReP machine.
>>
>> Patches 5 and 6 fix PC speaker in PReP machine, which had never worked.
>>
>> This patchset is based on Andreas prep-up branch.
>>
>> Changes v1 -> v2:
>> - removed patches already committed to prep-up branch
>> - removed patch which changes the default CPU of prep machine
>> - changed patches 2/3 according to remarks of Paolo and Andreas
>> - added patches 4 to 6
>>
>> Hervé Poussineau (6):
>>   isa: add isa_bus_from_device() method
>>   prep: add pc87312 Super I/O emulation
>>   prep: use pc87312 Super I/O chip instead of collection of random ISA
>>     devices
>>   prep: move int-ack register from PReP to Raven PCI emulation
>>   pcspk: initialize PC speaker if compiled in
>>   prep: initialize pc speaker
>>
>>  Makefile.objs                   |    1 +
>>  arch_init.c                     |    2 +-
>>  default-configs/ppc-softmmu.mak |    2 +
>>  hw/isa.h                        |    5 +
>>  hw/pc87312.c                    |  405
>> +++++++++++++++++++++++++++++++++++++++
>>  hw/ppc_prep.c                   |   78 +-------
>>  hw/prep_pci.c                   |   14 ++
>>  trace-events                    |    8 +
>>  8 files changed, 446 insertions(+), 69 deletions(-)
>>  create mode 100644 hw/pc87312.c



reply via email to

[Prev in Thread] Current Thread [Next in Thread]