Statistics
| Branch: | Revision:

root / hw / pc87312.c @ 9a6ee9fd

History | View | Annotate | Download (10.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 <>

08bb4a7c 01/15/2013 04:32 am Blue Swirl

pc87312: Avoid define conflict on mingw32

Mingw32 headers define FAR, causing this warning:
/src/qemu/hw/pc87312.c:38:0: warning: "FAR" redefined [enabled by default]
In file included from /usr/local/lib/gcc/i686-mingw32msvc/4.7.0/../../../../i686-mingw32msvc/include/windows.h:48:0,...

63e3555e 01/10/2013 10:52 pm Andreas Färber

Merge branch 'master' of git://git.qemu.org/qemu into prep-up

Conflicts:
hw/Makefile.objs
hw/ppc_prep.c

Signed-off-by: Andreas Färber <>

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]...