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 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 --- cpus.c | 9 +++-- include/qemu/tim

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

2014-03-21 Thread fred . konrad
From: KONRAD Frederic 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 --- cpus.c | 9 +++-- include/qemu/timer.h | 1 + 2 files changed, 8 insertions(+), 2 deletions(-)