Re: [PATCH v9 1/7] vt82c686: QOM-ify superio related functionality

2021-03-16 Thread Mark Cave-Ayland
On 16/03/2021 22:03, BALATON Zoltan wrote: Collect superio functionality and its controlling config registers handling in an abstract VIA_SUPERIO class that is a subclass of ISA_SUPERIO and put vt82c686b specific parts in a subclass of this abstract class. Signed-off-by: BALATON Zoltan --- h

[PATCH v9 1/7] vt82c686: QOM-ify superio related functionality

2021-03-16 Thread BALATON Zoltan
Collect superio functionality and its controlling config registers handling in an abstract VIA_SUPERIO class that is a subclass of ISA_SUPERIO and put vt82c686b specific parts in a subclass of this abstract class. Signed-off-by: BALATON Zoltan --- hw/isa/vt82c686.c | 196