On 1/9/21 9:16 PM, BALATON Zoltan wrote: > The superio memory region holds the io space index/data registers used > to access the superio config registers that are implemented in struct > SuperIOConfig. To keep these related things together move the memory > region to SuperIOConfig and rename it accordingly. > Also remove the unused "data" member of SuperIOConfig which is not > needed as we store actual data values in the regs array. > > Signed-off-by: BALATON Zoltan <bala...@eik.bme.hu> > --- > hw/isa/vt82c686.c | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>