Re: [PATCH 1/5] hw/isa/vt82c686: Replace magic numbers by definitions

2021-06-24 Thread BALATON Zoltan
On Thu, 24 Jun 2021, Philippe Mathieu-Daudé wrote: Replace magic values of the Power Management / SMBus function (#4) by definitions from the datasheet. The result is less compact, and we can follow what the code does without having to recur to the datasheet. I'm not sure this is an improvement

[PATCH 1/5] hw/isa/vt82c686: Replace magic numbers by definitions

2021-06-24 Thread Philippe Mathieu-Daudé
Replace magic values of the Power Management / SMBus function (#4) by definitions from the datasheet. The result is less compact, and we can follow what the code does without having to recur to the datasheet. Signed-off-by: Philippe Mathieu-Daudé --- hw/isa/vt82c686.c | 50 ++