Re: [Qemu-devel] [RFC v2 04/11] cpus: Wrap mutex used to protect CPU work

2016-07-11 Thread Alex Bennée
Sergey Fedorov writes: > From: Sergey Fedorov > > This will be useful to enable CPU work on user mode emulation. > > Signed-off-by: Sergey Fedorov > Signed-off-by: Sergey Fedorov Reviewed-by: Alex Bennée > --- > cpus.c | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff

[Qemu-devel] [RFC v2 04/11] cpus: Wrap mutex used to protect CPU work

2016-07-06 Thread Sergey Fedorov
From: Sergey Fedorov This will be useful to enable CPU work on user mode emulation. Signed-off-by: Sergey Fedorov Signed-off-by: Sergey Fedorov --- cpus.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cpus.c b/cpus.c index 04687c85bcd4..f80ed2aeefdd 100644 --- a/cp