Re: [Qemu-devel] [PATCH v3 0/4] Fix -icount with iothread

2011-04-12 Thread Paolo Bonzini
On 04/12/2011 11:50 PM, Edgar E. Iglesias wrote: I also tested the code and it works beautifully for my testcases! iothread & icount ran faster than icount without iothread. That's very good news, thanks! Paolo

Re: [Qemu-devel] [PATCH v3 0/4] Fix -icount with iothread

2011-04-12 Thread Edgar E. Iglesias
On Tue, Apr 12, 2011 at 03:26:39PM +0200, Paolo Bonzini wrote: > On 04/12/2011 11:26 AM, Jan Kiszka wrote: > > On 2011-04-12 10:44, Paolo Bonzini wrote: > >> This series finally fixes -icount with iothread and avoids deadlocks > >> due to the vm_clock not making progress when the VM is stopped. > >

Re: [Qemu-devel] [PATCH v3 0/4] Fix -icount with iothread

2011-04-12 Thread Paolo Bonzini
On 04/12/2011 11:26 AM, Jan Kiszka wrote: On 2011-04-12 10:44, Paolo Bonzini wrote: This series finally fixes -icount with iothread and avoids deadlocks due to the vm_clock not making progress when the VM is stopped. The crux of the fix is in patch 1, while patch 2 implements the "clock warping"

Re: [Qemu-devel] [PATCH v3 0/4] Fix -icount with iothread

2011-04-12 Thread Jan Kiszka
On 2011-04-12 10:44, Paolo Bonzini wrote: > This series finally fixes -icount with iothread and avoids deadlocks > due to the vm_clock not making progress when the VM is stopped. > The crux of the fix is in patch 1, while patch 2 implements the > "clock warping" that fixes deadlocks in v2. Clock w

[Qemu-devel] [PATCH v3 0/4] Fix -icount with iothread

2011-04-12 Thread Paolo Bonzini
This series finally fixes -icount with iothread and avoids deadlocks due to the vm_clock not making progress when the VM is stopped. The crux of the fix is in patch 1, while patch 2 implements the "clock warping" that fixes deadlocks in v2. Clock warping uses the nanosecond resolution rt_clock tim