Re: [PATCH v12 07/23] i386: move TCG cpu class initialization to tcg/

2020-12-15 Thread Richard Henderson
On 12/12/20 9:55 AM, Claudio Fontana wrote: > to do this, we need to take code out of cpu.c and helper.c, > and also move some prototypes from cpu.h, for code that is > needed in tcg/xxx_helper.c, and which in turn is part of the > callbacks registered by the class initialization. > > Therefore, d

[PATCH v12 07/23] i386: move TCG cpu class initialization to tcg/

2020-12-12 Thread Claudio Fontana
to do this, we need to take code out of cpu.c and helper.c, and also move some prototypes from cpu.h, for code that is needed in tcg/xxx_helper.c, and which in turn is part of the callbacks registered by the class initialization. Therefore, do some shuffling of the parts of cpu.h that are only rel