On 10/15/21 03:06, BALATON Zoltan wrote: > The vt82c686b_realize and vt8231_realize methods are almost identical, > factor out the common parts to a via_isa_realize function to avoid > code duplication. > > Signed-off-by: BALATON Zoltan <bala...@eik.bme.hu> > --- > hw/isa/vt82c686.c | 67 ++++++++++++++++++++--------------------------- > 1 file changed, 29 insertions(+), 38 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>