vt82c686: Add VT8231_SUPERIO based on VIA_SUPERIO
commitab74864fed2dcebe9a2ece659253e1bb2ead75ce
authorBALATON Zoltan <balaton@eik.bme.hu>
Thu, 25 Mar 2021 13:50:39 +0000 (25 14:50 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 4 May 2021 01:41:25 +0000 (4 11:41 +1000)
tree6ab5e9538edf422c7653ab1c22998efa9e265037
parentf028c2ded2ccbd6a15493e6e0f292542d417b969
vt82c686: Add VT8231_SUPERIO based on VIA_SUPERIO

The VT8231 south bridge is very similar to VT82C686B but there are
some differences in register addresses and functionality, e.g. the
VT8231 only has one serial port. This commit adds VT8231_SUPERIO
subclass based on the abstract VIA_SUPERIO class to emulate the
superio part of VT8231.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <8108809321f9ecf3fb1aea22ddaeccc7c3a57c8e.1616680239.git.balaton@eik.bme.hu>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/isa/vt82c686.c