Re: [PATCH v5 7/9] KVM-GST: KVM Steal time accounting

2011-07-06 Thread Rik van Riel
On 07/04/2011 11:32 AM, Glauber Costa wrote: This patch accounts steal time time in account_process_tick. If one or more tick is considered stolen in the current accounting cycle, user/system accounting is skipped. Idle is fine, since the hypervisor does not report steal time if the guest is halt

Re: [PATCH v5 7/9] KVM-GST: KVM Steal time accounting

2011-07-05 Thread Eric B Munson
On Mon, 04 Jul 2011, Glauber Costa wrote: > This patch accounts steal time time in account_process_tick. > If one or more tick is considered stolen in the current > accounting cycle, user/system accounting is skipped. Idle is fine, > since the hypervisor does not report steal time if the guest > i

Re: [PATCH v5 7/9] KVM-GST: KVM Steal time accounting

2011-07-05 Thread Peter Zijlstra
On Mon, 2011-07-04 at 11:32 -0400, Glauber Costa wrote: > This patch accounts steal time time in account_process_tick. > If one or more tick is considered stolen in the current > accounting cycle, user/system accounting is skipped. Idle is fine, > since the hypervisor does not report steal time if

[PATCH v5 7/9] KVM-GST: KVM Steal time accounting

2011-07-04 Thread Glauber Costa
This patch accounts steal time time in account_process_tick. If one or more tick is considered stolen in the current accounting cycle, user/system accounting is skipped. Idle is fine, since the hypervisor does not report steal time if the guest is halted. Accounting steal time from the core schedu