2016-06-13 15:55 GMT+08:00 Paolo Bonzini <pbonz...@redhat.com>: > > > On 13/06/2016 05:38, Wanpeng Li wrote: >> + delta_jiffies = jiffies_to_cputime(now - tsk->vtime_snap); >> + steal_jiffies = >> jiffies_to_cputime(steal_account_process_tick(delta_jiffies)); > > Without jiffies_to_cputime here. Apart from this, yes, this is what I > meant.
You are right, I miss that. :) Regards, Wanpeng Li