Re: [PATCH 02/12] vt82c686: Reorganise code

2021-01-07 Thread BALATON Zoltan
On Thu, 7 Jan 2021, Philippe Mathieu-Daudé wrote: On 1/6/21 10:13 PM, BALATON Zoltan wrote: Move lines around so that object definitions become consecutive and not scattered around. This brings functions belonging to an object together so it's clearer what is defined and what parts belong to whi

Re: [PATCH 02/12] vt82c686: Reorganise code

2021-01-07 Thread Philippe Mathieu-Daudé
On 1/6/21 10:13 PM, BALATON Zoltan wrote: > Move lines around so that object definitions become consecutive and > not scattered around. This brings functions belonging to an object > together so it's clearer what is defined and what parts belong to > which object. > > Signed-off-by: BALATON Zoltan

[PATCH 02/12] vt82c686: Reorganise code

2021-01-06 Thread BALATON Zoltan
Move lines around so that object definitions become consecutive and not scattered around. This brings functions belonging to an object together so it's clearer what is defined and what parts belong to which object. Signed-off-by: BALATON Zoltan --- hw/isa/vt82c686.c | 279 +++