Statistics
| Branch: | Revision:

root / hw / pc87312.h @ 9a6ee9fd

History | View | Annotate | Download (1.9 kB)

# Date Author Comment
328c24a9 01/15/2013 04:32 am Andreas Färber

pc87312: Replace register_ioport_*() with MemoryRegion

Prepare an instance_init function for the MemoryRegion init.

Signed-off-by: Andreas Färber <>
Tested-by: Hervé Poussineau <>

1ae41f44 08/15/2012 11:10 pm Hervé Poussineau

prep: Add pc87312 Super I/O emulation

This provides floppy and IDE controllers as well as serial and parallel
ports. However, dynamic configuration of devices is not yet supported.

Signed-off-by: Hervé Poussineau <>
[AF: QOM'ify, split out header, create CharDriverState if absent]...