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

2011-07-06 Thread Rik van Riel
On 07/04/2011 11:32 AM, Glauber Costa wrote: This patch implements the kvm bits of the steal time infrastructure. The most important part of it, is the steal time clock. It is an continuous clock that shows the accumulated amount of steal time since vcpu creation. It is supposed to survive cpu of

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

2011-07-05 Thread Eric B Munson
On Mon, 04 Jul 2011, Glauber Costa wrote: > This patch implements the kvm bits of the steal time infrastructure. > The most important part of it, is the steal time clock. It is an > continuous clock that shows the accumulated amount of steal time > since vcpu creation. It is supposed to survive cp

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

2011-07-04 Thread Glauber Costa
This patch implements the kvm bits of the steal time infrastructure. The most important part of it, is the steal time clock. It is an continuous clock that shows the accumulated amount of steal time since vcpu creation. It is supposed to survive cpu offlining/onlining. Signed-off-by: Glauber Costa