On 12/5/20 5:15 PM, Claudio Fontana wrote: > From: Eduardo Habkost <[email protected]> > > This will let us simplify the code that initializes CPU class > methods, when we move cpu_exec_*() to a separate struct.
[newline] Reviewed-by: Philippe Mathieu-Daudé <[email protected]> > Signed-off-by: Eduardo Habkost <[email protected]> > Signed-off-by: Claudio Fontana <[email protected]> > --- > accel/tcg/cpu-exec.c | 11 ++++++++--- > 1 file changed, 8 insertions(+), 3 deletions(-)
