[PATCH 1/3] KVM: trace mmio read event properly

2012-01-16 Thread Xiao Guangrong
In current code, we use KVM_TRACE_MMIO_READ to trace mmio read event which only can be completed immediately, instead of it, we trace the time when read event occur, then cooperate with then later patch, we can know the time of mmio read emulation Signed-off-by: Xiao Guangrong

Re: [PATCH 1/3] KVM: trace mmio read event properly

2012-01-16 Thread Avi Kivity
On 01/16/2012 11:31 AM, Xiao Guangrong wrote: In current code, we use KVM_TRACE_MMIO_READ to trace mmio read event which only can be completed immediately, instead of it, we trace the time when read event occur, then cooperate with then later patch, we can know the time of mmio read emulation