Re: [PATCH v3 08/12] exec: Assert CPU migration is not used on user-only build

2020-05-04 Thread Alistair Francis
On Mon, May 4, 2020 at 8:41 AM Philippe Mathieu-Daudé wrote: > > Reviewed-by: Richard Henderson > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alistair Francis Alistair > --- > exec.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/exec.c b/exec.c > index 2

[PATCH v3 08/12] exec: Assert CPU migration is not used on user-only build

2020-05-04 Thread Philippe Mathieu-Daudé
Reviewed-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé --- exec.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/exec.c b/exec.c index 2874bb5088..3a39ffb1eb 100644 --- a/exec.c +++ b/exec.c @@ -946,7 +946,9 @@ void cpu_exec_realizefn(CPUState *cpu, Error **