Re: [PATCH 1/4] vt82c686: Move common code to via_isa_realize

2021-10-17 Thread Philippe Mathieu-Daudé
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 > --- > hw/isa/vt82c686.c | 67

Re: [PATCH 1/4] vt82c686: Move common code to via_isa_realize

2021-10-15 Thread Jiaxun Yang
在2021年10月15日十月 上午2:06,BALATON Zoltan写道: > 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 Reviewed-by: Jiaxun Yang > --- > hw/isa/vt82c686.c | 67

[PATCH 1/4] vt82c686: Move common code to via_isa_realize

2021-10-14 Thread BALATON Zoltan
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 --- hw/isa/vt82c686.c | 67 --- 1 file changed, 29 insertions(+),