Re: [Qemu-devel] [RFC 01/38] cpu-exec: add missing mmap_lock in tb_find_slow

2015-09-07 Thread Alex Bennée
Emilio G. Cota writes: > Signed-off-by: Emilio G. Cota > --- > cpu-exec.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/cpu-exec.c b/cpu-exec.c > index f53475c..b8a11e1 100644 > --- a/cpu-exec.c > +++ b/cpu-exec.c > @@ -330,6 +330,7 @@ static TranslationBlock *tb_find_slow(CPUState

[Qemu-devel] [RFC 01/38] cpu-exec: add missing mmap_lock in tb_find_slow

2015-08-23 Thread Emilio G. Cota
Signed-off-by: Emilio G. Cota --- cpu-exec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cpu-exec.c b/cpu-exec.c index f53475c..b8a11e1 100644 --- a/cpu-exec.c +++ b/cpu-exec.c @@ -330,6 +330,7 @@ static TranslationBlock *tb_find_slow(CPUState *cpu, if (!tb) { tb = t