Re: [PATCH v3 10/10] arm64: Retrieve stolen time as paravirtualized guest

2019-08-27 Thread Zenghui Yu
On 2019/8/23 22:22, Steven Price wrote: On 23/08/2019 12:45, Zenghui Yu wrote: Hi Steven, On 2019/8/21 23:36, Steven Price wrote: Enable paravirtualization features when running under a hypervisor supporting the PV_TIME_ST hypercall. For each (v)CPU, we ask the hypervisor for the location of

Re: [PATCH v3 10/10] arm64: Retrieve stolen time as paravirtualized guest

2019-08-23 Thread Steven Price
On 23/08/2019 12:45, Zenghui Yu wrote: > Hi Steven, > > On 2019/8/21 23:36, Steven Price wrote: >> Enable paravirtualization features when running under a hypervisor >> supporting the PV_TIME_ST hypercall. >> >> For each (v)CPU, we ask the hypervisor for the location of a shared >> page which the

Re: [PATCH v3 10/10] arm64: Retrieve stolen time as paravirtualized guest

2019-08-23 Thread Zenghui Yu
Hi Steven, On 2019/8/21 23:36, Steven Price wrote: Enable paravirtualization features when running under a hypervisor supporting the PV_TIME_ST hypercall. For each (v)CPU, we ask the hypervisor for the location of a shared page which the hypervisor will use to report stolen time to us. We set

[PATCH v3 10/10] arm64: Retrieve stolen time as paravirtualized guest

2019-08-21 Thread Steven Price
Enable paravirtualization features when running under a hypervisor supporting the PV_TIME_ST hypercall. For each (v)CPU, we ask the hypervisor for the location of a shared page which the hypervisor will use to report stolen time to us. We set pv_time_ops to the stolen time function which simply