From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v3 0/4] KVM: arm/arm64: guest synchronous halt/resume Date: Thu, 15 Oct 2015 14:17:32 +0200 Message-ID: <20151015121732.GD21930@cbox> References: <1443217277-13173-1-git-send-email-eric.auger@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: eric.auger@st.com, kvm@vger.kernel.org, patches@linaro.org, marc.zyngier@arm.com, linux-kernel@vger.kernel.org, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org To: Eric Auger Return-path: Content-Disposition: inline In-Reply-To: <1443217277-13173-1-git-send-email-eric.auger@linaro.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu List-Id: kvm.vger.kernel.org On Fri, Sep 25, 2015 at 11:41:13PM +0200, Eric Auger wrote: > This series introduces the capability to synchronously exit the guest > and prevent it from being re-entered. This modality will be used by > IRQ forwarding series when changing the state of the IRQ. > > Former pause flag used when starting the vcpu in KVM_ARM_VCPU_POWER_OFF > state, in PSCI calls and in KVM_SET_MP_STATE ioctl is renamed into > power_off. A new pause flag is introduced. Both now are checked in > kvm_arch_vcpu_runnable and in the VCPU_RUN critical section, before > entering the vcpu. > Thanks - applied, -Christoffer