[PATCH 13/16] KVM-HV: KVM Steal time calculation

2011-01-24 Thread Glauber Costa
To implement steal time, we need the hypervisor to pass the guest information about how much time was spent running other processes outside the VM. We consider time to be potentially stolen everytime we schedule out the vcpu, until we schedule it in again. If this is, or if this will not, be

Re: [PATCH 13/16] KVM-HV: KVM Steal time calculation

2011-01-24 Thread Rik van Riel
On 01/24/2011 01:06 PM, Glauber Costa wrote: To implement steal time, we need the hypervisor to pass the guest information about how much time was spent running other processes outside the VM. We consider time to be potentially stolen everytime we schedule out the vcpu, until we schedule it in