Re: [Qemu-devel] [RFC PATCH v4 07/25] icount: implement icount requesting

2014-11-11 Thread Pavel Dovgaluk
> From: Frederic Konrad [mailto:fred.kon...@greensocs.com] > On 07/11/2014 12:36, Pavel Dovgaluk wrote: > >> From: Paolo Bonzini [mailto:pbonz...@redhat.com] > >> On 07/11/2014 11:32, Pavel Dovgalyuk wrote: > >>> Replay uses number of executed instructions to determine corrent events > >>> injectio

Re: [Qemu-devel] [RFC PATCH v4 07/25] icount: implement icount requesting

2014-11-07 Thread Frederic Konrad
On 07/11/2014 12:36, Pavel Dovgaluk wrote: From: Paolo Bonzini [mailto:pbonz...@redhat.com] On 07/11/2014 11:32, Pavel Dovgalyuk wrote: Replay uses number of executed instructions to determine corrent events injection moments. This patch introduces new function for querying the instructions coun

Re: [Qemu-devel] [RFC PATCH v4 07/25] icount: implement icount requesting

2014-11-07 Thread Pavel Dovgaluk
> From: Paolo Bonzini [mailto:pbonz...@redhat.com] > On 07/11/2014 11:32, Pavel Dovgalyuk wrote: > > Replay uses number of executed instructions to determine corrent events > > injection moments. This patch introduces new function for querying the > > instructions counter. > > > > Signed-off-by: Pa

Re: [Qemu-devel] [RFC PATCH v4 07/25] icount: implement icount requesting

2014-11-07 Thread Paolo Bonzini
On 07/11/2014 11:32, Pavel Dovgalyuk wrote: > Replay uses number of executed instructions to determine corrent events > injection moments. This patch introduces new function for querying the > instructions counter. > > Signed-off-by: Pavel Dovgalyuk > --- > cpus.c | 26

[Qemu-devel] [RFC PATCH v4 07/25] icount: implement icount requesting

2014-11-07 Thread Pavel Dovgalyuk
Replay uses number of executed instructions to determine corrent events injection moments. This patch introduces new function for querying the instructions counter. Signed-off-by: Pavel Dovgalyuk --- cpus.c | 26 +++--- include/qemu/timer.h |1 + 2 files c