From mboxrd@z Thu Jan 1 00:00:00 1970 From: alex.bennee@linaro.org (Alex =?utf-8?Q?Benn=C3=A9e?=) Date: Mon, 04 Aug 2014 13:35:15 +0100 Subject: [PATCH] arm64: KVM: export current vcpu->pause state via pseudo regs In-Reply-To: <20140804121655.GE524@cbox> References: <1404914112-7298-1-git-send-email-alex.bennee@linaro.org> <53DA7583.2030504@redhat.com> <53DA7B28.701@redhat.com> <20140804121655.GE524@cbox> Message-ID: <877g2ol9dh.fsf@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Christoffer Dall writes: > On Thu, Jul 31, 2014 at 07:21:44PM +0200, Paolo Bonzini wrote: >> Il 31/07/2014 19:04, Peter Maydell ha scritto: >> > On 31 July 2014 17:57, Paolo Bonzini wrote: >> >> Il 09/07/2014 15:55, Alex Benn?e ha scritto: >> >> No, it's not. It's just the state of the CPU, s390 will be using it too. >> >> On x86 the states are uninitialized (UNINITIALIZED), stopped >> (INIT_RECEIVED), running (RUNNABLE), halted (HALTED). CPU 0 starts in >> RUNNABLE state, other CPUs start in UNINITIALIZED state. There are >> x86-specific cases (uninitialized) and x86-isms (the INIT_RECEIVED >> name), but the idea is widely applicable. >> > Alex, I think it makes perfect sense to use GET/SET_MP_STATE, will you > revise the patch? I agree we should use the API that is explicitly for this so I'm looking at re-doing the patch now. > > (Don't forget to update the documentation to reflect it is now supported > on ARM, and which states are used to represent what there.) > > Thanks, > -Christoffer -- Alex Benn?e From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex =?utf-8?Q?Benn=C3=A9e?= Subject: Re: [PATCH] arm64: KVM: export current vcpu->pause state via pseudo regs Date: Mon, 04 Aug 2014 13:35:15 +0100 Message-ID: <877g2ol9dh.fsf@linaro.org> References: <1404914112-7298-1-git-send-email-alex.bennee@linaro.org> <53DA7583.2030504@redhat.com> <53DA7B28.701@redhat.com> <20140804121655.GE524@cbox> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Alex Bennee , Peter Maydell , kvm-devel , Gleb Natapov , Catalin Marinas , Will Deacon , open list , "kvmarm\@lists.cs.columbia.edu" , arm-mail-list , Paolo Bonzini To: Christoffer Dall Return-path: In-reply-to: <20140804121655.GE524@cbox> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Christoffer Dall writes: > On Thu, Jul 31, 2014 at 07:21:44PM +0200, Paolo Bonzini wrote: >> Il 31/07/2014 19:04, Peter Maydell ha scritto: >> > On 31 July 2014 17:57, Paolo Bonzini wrote: >> >> Il 09/07/2014 15:55, Alex Benn=C3=A9e ha scritto: >>=20 >> No, it's not. It's just the state of the CPU, s390 will be using it= too. >>=20 >> On x86 the states are uninitialized (UNINITIALIZED), stopped >> (INIT_RECEIVED), running (RUNNABLE), halted (HALTED). CPU 0 starts = in >> RUNNABLE state, other CPUs start in UNINITIALIZED state. There are >> x86-specific cases (uninitialized) and x86-isms (the INIT_RECEIVED >> name), but the idea is widely applicable. >>=20 > Alex, I think it makes perfect sense to use GET/SET_MP_STATE, will yo= u > revise the patch? I agree we should use the API that is explicitly for this so I'm lookin= g at re-doing the patch now. > > (Don't forget to update the documentation to reflect it is now suppor= ted > on ARM, and which states are used to represent what there.) > > Thanks, > -Christoffer --=20 Alex Benn=C3=A9e