Re: [PATCH] exec: do not define use_icount for user-mode emulation

2020-02-04 Thread Alex Bennée
Paolo Bonzini writes: > use_icount is also defined by stubs/cpu-get-icount.c, we do not need > to have a useless definition in exec.c. > > Signed-off-by: Paolo Bonzini Reviewed-by: Alex Bennée > --- > exec.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/e

[PATCH] exec: do not define use_icount for user-mode emulation

2020-02-04 Thread Paolo Bonzini
use_icount is also defined by stubs/cpu-get-icount.c, we do not need to have a useless definition in exec.c. Signed-off-by: Paolo Bonzini --- exec.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/exec.c b/exec.c index 67e520d18e..5fc3746053 100644 --- a/exec.c +++ b/