Re: [Qemu-devel] [RFC PATCH 07/12] timer: add cpu_icount_to_ns function.

2014-03-22 Thread Paolo Bonzini
Il 21/03/2014 20:17, fred.kon...@greensocs.com ha scritto: From: KONRAD Frederic fred.kon...@greensocs.com This adds cpu_icount_to_ns function which is needed for reverse execution. It returns the time for a specific instruction. Signed-off-by: KONRAD Frederic fred.kon...@greensocs.com ---

[Qemu-devel] [RFC PATCH 07/12] timer: add cpu_icount_to_ns function.

2014-03-21 Thread fred . konrad
From: KONRAD Frederic fred.kon...@greensocs.com This adds cpu_icount_to_ns function which is needed for reverse execution. It returns the time for a specific instruction. Signed-off-by: KONRAD Frederic fred.kon...@greensocs.com --- cpus.c | 9 +++-- include/qemu/timer.h | 1 +