Re: [Qemu-devel] [PULL 26/47] cpu-exec: reset exception_index correctly

2014-12-23 Thread Paolo Bonzini
On 23/12/2014 07:55, Pavel Dovgaluk wrote: >> From: Eduardo Habkost [mailto:ehabk...@redhat.com] >> On Mon, Dec 15, 2014 at 05:38:10PM +0100, Paolo Bonzini wrote: >>> From: Pavel Dovgalyuk >>> >>> Exception index is reset at every entry at every entry into cpu_exec() >>> function. This may cause

Re: [Qemu-devel] [PULL 26/47] cpu-exec: reset exception_index correctly

2014-12-22 Thread Pavel Dovgaluk
> From: Eduardo Habkost [mailto:ehabk...@redhat.com] > On Mon, Dec 15, 2014 at 05:38:10PM +0100, Paolo Bonzini wrote: > > From: Pavel Dovgalyuk > > > > Exception index is reset at every entry at every entry into cpu_exec() > > function. This may cause missing the exceptions while replaying them. >

Re: [Qemu-devel] [PULL 26/47] cpu-exec: reset exception_index correctly

2014-12-18 Thread Eduardo Habkost
On Mon, Dec 15, 2014 at 05:38:10PM +0100, Paolo Bonzini wrote: > From: Pavel Dovgalyuk > > Exception index is reset at every entry at every entry into cpu_exec() > function. This may cause missing the exceptions while replaying them. > This patch moves exception_index reset to the locations where