Re: [PATCH 12/18] Add clock sync request to hardware enable

2010-07-14 Thread Rik van Riel
On 07/12/2010 10:25 PM, Zachary Amsden wrote: If there are active VCPUs which are marked as belonging to a particular hardware CPU, request a clock sync for them when enabling hardware; the TSC could be desynchronized on a newly arriving CPU, and we need to recompute guests system time relative

[PATCH 12/18] Add clock sync request to hardware enable

2010-07-12 Thread Zachary Amsden
If there are active VCPUs which are marked as belonging to a particular hardware CPU, request a clock sync for them when enabling hardware; the TSC could be desynchronized on a newly arriving CPU, and we need to recompute guests system time relative to boot after a suspend event. This covers both

[PATCH 12/18] Add clock sync request to hardware enable

2010-07-12 Thread Zachary Amsden
If there are active VCPUs which are marked as belonging to a particular hardware CPU, request a clock sync for them when enabling hardware; the TSC could be desynchronized on a newly arriving CPU, and we need to recompute guests system time relative to boot after a suspend event. This covers both