Re: [Qemu-devel] [PATCH 8/8] timers: make icount thread-safe

2013-10-08 Thread Alex Bligh
On 8 Oct 2013, at 09:47, Paolo Bonzini wrote: > This lets threads other than the I/O thread use vm_clock even in -icount mode. > > Signed-off-by: Paolo Bonzini Looks good to me Alex > --- > cpus.c | 42 ++ > 1 file changed, 34 insertions(+), 8 deletions

[Qemu-devel] [PATCH 8/8] timers: make icount thread-safe

2013-10-08 Thread Paolo Bonzini
This lets threads other than the I/O thread use vm_clock even in -icount mode. Signed-off-by: Paolo Bonzini --- cpus.c | 42 ++ 1 file changed, 34 insertions(+), 8 deletions(-) diff --git a/cpus.c b/cpus.c index bc675a4..1e5cba4 100644 --- a/cpus.c +++ b/