Re: [PATCH 06/12] vt82c686: Simplify vt82c686b_realize()

2021-01-07 Thread Philippe Mathieu-Daudé
On 1/6/21 10:13 PM, BALATON Zoltan wrote: > Remove unneeded variables and setting value to 0 on zero initialised > data and replace check for error with error_fatal. Rationalise loop > that sets PCI config header fields read only. > > Signed-off-by: BALATON Zoltan > --- > hw/isa/vt82c686.c | 20

[PATCH 06/12] vt82c686: Simplify vt82c686b_realize()

2021-01-06 Thread BALATON Zoltan
Remove unneeded variables and setting value to 0 on zero initialised data and replace check for error with error_fatal. Rationalise loop that sets PCI config header fields read only. Signed-off-by: BALATON Zoltan --- hw/isa/vt82c686.c | 20 ++-- 1 file changed, 6 insertions(+), 1