Re: [PATCH v3 0/4] KVM: LAPIC: Implement Exitless Timer

2019-06-13 Thread Maxim Levitsky
On Tue, 2019-06-11 at 20:17 +0800, Wanpeng Li wrote: > Dedicated instances are currently disturbed by unnecessary jitter due > to the emulated lapic timers fire on the same pCPUs which vCPUs resident. > There is no hardware virtual timer on Intel for guest like ARM. Both > programming timer in gu

Re: [PATCH v3 0/4] KVM: LAPIC: Implement Exitless Timer

2019-06-13 Thread Wanpeng Li
On Thu, 13 Jun 2019 at 15:59, Maxim Levitsky wrote: > > On Tue, 2019-06-11 at 20:17 +0800, Wanpeng Li wrote: > > Dedicated instances are currently disturbed by unnecessary jitter due > > to the emulated lapic timers fire on the same pCPUs which vCPUs resident. > > There is no hardware virtual time

Re: [PATCH v3 0/4] KVM: LAPIC: Implement Exitless Timer

2019-06-13 Thread Maxim Levitsky
On Thu, 2019-06-13 at 16:25 +0800, Wanpeng Li wrote: > On Thu, 13 Jun 2019 at 15:59, Maxim Levitsky wrote: > > > > On Tue, 2019-06-11 at 20:17 +0800, Wanpeng Li wrote: > > > Dedicated instances are currently disturbed by unnecessary jitter due > > > to the emulated lapic timers fire on the same p

[PATCH v3 0/4] KVM: LAPIC: Implement Exitless Timer

2019-06-11 Thread Wanpeng Li
Dedicated instances are currently disturbed by unnecessary jitter due to the emulated lapic timers fire on the same pCPUs which vCPUs resident. There is no hardware virtual timer on Intel for guest like ARM. Both programming timer in guest and the emulated timer fires incur vmexits. This patchset