Re: [PATCH] cpus: Move CPU code from exec.c to cpus.c

2020-07-02 Thread Alex Bennée
Paolo Bonzini writes: > On 02/07/20 11:38, Paolo Bonzini wrote: >> On 01/07/20 19:54, Philippe Mathieu-Daudé wrote: >>> This code was introduced with SMP support in commit 6a00d60127, >>> later commit 296af7c952 moved CPU parts to cpus.c but forgot this >>> code. Move now and simplify ifdef'ry.

Re: [PATCH] cpus: Move CPU code from exec.c to cpus.c

2020-07-02 Thread Philippe Mathieu-Daudé
On 7/2/20 12:21 PM, Paolo Bonzini wrote: > On 02/07/20 11:38, Paolo Bonzini wrote: >> On 01/07/20 19:54, Philippe Mathieu-Daudé wrote: >>> This code was introduced with SMP support in commit 6a00d60127, >>> later commit 296af7c952 moved CPU parts to cpus.c but forgot this >>> code. Move now and sim

Re: [PATCH] cpus: Move CPU code from exec.c to cpus.c

2020-07-02 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > This code was introduced with SMP support in commit 6a00d60127, > later commit 296af7c952 moved CPU parts to cpus.c but forgot this > code. Move now and simplify ifdef'ry. > > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alex Bennée -- Alex Bennée

Re: [PATCH] cpus: Move CPU code from exec.c to cpus.c

2020-07-02 Thread Paolo Bonzini
On 02/07/20 11:38, Paolo Bonzini wrote: > On 01/07/20 19:54, Philippe Mathieu-Daudé wrote: >> This code was introduced with SMP support in commit 6a00d60127, >> later commit 296af7c952 moved CPU parts to cpus.c but forgot this >> code. Move now and simplify ifdef'ry. >> >> Signed-off-by: Philippe M

Re: [PATCH] cpus: Move CPU code from exec.c to cpus.c

2020-07-02 Thread Paolo Bonzini
On 01/07/20 19:54, Philippe Mathieu-Daudé wrote: > This code was introduced with SMP support in commit 6a00d60127, > later commit 296af7c952 moved CPU parts to cpus.c but forgot this > code. Move now and simplify ifdef'ry. > > Signed-off-by: Philippe Mathieu-Daudé > --- > cpus.c | 18 +++

Re: [PATCH] cpus: Move CPU code from exec.c to cpus.c

2020-07-01 Thread Richard Henderson
On 7/1/20 10:54 AM, Philippe Mathieu-Daudé wrote: > This code was introduced with SMP support in commit 6a00d60127, > later commit 296af7c952 moved CPU parts to cpus.c but forgot this > code. Move now and simplify ifdef'ry. > > Signed-off-by: Philippe Mathieu-Daudé > --- > cpus.c | 18 ++

[PATCH] cpus: Move CPU code from exec.c to cpus.c

2020-07-01 Thread Philippe Mathieu-Daudé
This code was introduced with SMP support in commit 6a00d60127, later commit 296af7c952 moved CPU parts to cpus.c but forgot this code. Move now and simplify ifdef'ry. Signed-off-by: Philippe Mathieu-Daudé --- cpus.c | 18 ++ exec.c | 22 -- 2 files changed, 1