[PATCH v2 03/11] KVM: arm64: Encapsulate reset request logic in a helper function

2021-09-23 Thread Oliver Upton
In its implementation of the PSCI function, KVM needs to request that a target vCPU resets before its next entry into the guest. Wrap the logic for requesting a reset in a function for later use by other implemented PSCI calls. No functional change intended. Signed-off-by: Oliver Upton --- arch

Re: [PATCH v2 03/11] KVM: arm64: Encapsulate reset request logic in a helper function

2021-10-01 Thread Reiji Watanabe
On Thu, Sep 23, 2021 at 12:16 PM Oliver Upton wrote: > > In its implementation of the PSCI function, KVM needs to request that a > target vCPU resets before its next entry into the guest. Wrap the logic > for requesting a reset in a function for later use by other implemented > PSCI calls. > > No

Re: [PATCH v2 03/11] KVM: arm64: Encapsulate reset request logic in a helper function

2021-10-01 Thread Oliver Upton
On Thu, Sep 30, 2021 at 11:05 PM Reiji Watanabe wrote: > > On Thu, Sep 23, 2021 at 12:16 PM Oliver Upton wrote: > > > > In its implementation of the PSCI function, KVM needs to request that a > > target vCPU resets before its next entry into the guest. Wrap the logic > > for requesting a reset in

Re: [PATCH v2 03/11] KVM: arm64: Encapsulate reset request logic in a helper function

2021-10-05 Thread Andrew Jones
On Fri, Oct 01, 2021 at 09:10:14AM -0700, Oliver Upton wrote: > On Thu, Sep 30, 2021 at 11:05 PM Reiji Watanabe wrote: > > > > On Thu, Sep 23, 2021 at 12:16 PM Oliver Upton wrote: > > > > > > In its implementation of the PSCI function, KVM needs to request that a > > > target vCPU resets before i

Re: [PATCH v2 03/11] KVM: arm64: Encapsulate reset request logic in a helper function

2021-10-05 Thread Andrew Jones
On Thu, Sep 23, 2021 at 07:16:02PM +, Oliver Upton wrote: > In its implementation of the PSCI function, KVM needs to request that a > target vCPU resets before its next entry into the guest. Wrap the logic > for requesting a reset in a function for later use by other implemented > PSCI calls. >

Re: [PATCH v2 03/11] KVM: arm64: Encapsulate reset request logic in a helper function

2021-10-05 Thread Andrew Jones
On Tue, Oct 05, 2021 at 08:05:02AM -0700, Oliver Upton wrote: > Hi folks, > > On Tue, Oct 5, 2021 at 6:33 AM Andrew Jones wrote: > > > > On Fri, Oct 01, 2021 at 09:10:14AM -0700, Oliver Upton wrote: > > > On Thu, Sep 30, 2021 at 11:05 PM Reiji Watanabe wrote: > > > > > > > > On Thu, Sep 23, 2021

Re: [PATCH v2 03/11] KVM: arm64: Encapsulate reset request logic in a helper function

2021-10-05 Thread Oliver Upton
Hi folks, On Tue, Oct 5, 2021 at 6:33 AM Andrew Jones wrote: > > On Fri, Oct 01, 2021 at 09:10:14AM -0700, Oliver Upton wrote: > > On Thu, Sep 30, 2021 at 11:05 PM Reiji Watanabe wrote: > > > > > > On Thu, Sep 23, 2021 at 12:16 PM Oliver Upton wrote: > > > > > > > > In its implementation of the

Re: [PATCH v2 03/11] KVM: arm64: Encapsulate reset request logic in a helper function

2021-10-13 Thread Reiji Watanabe
On Tue, Oct 5, 2021 at 12:02 PM Andrew Jones wrote: > > On Tue, Oct 05, 2021 at 08:05:02AM -0700, Oliver Upton wrote: > > Hi folks, > > > > On Tue, Oct 5, 2021 at 6:33 AM Andrew Jones wrote: > > > > > > On Fri, Oct 01, 2021 at 09:10:14AM -0700, Oliver Upton wrote: > > > > On Thu, Sep 30, 2021 at