From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Date: Sat, 14 Sep 2013 05:58:59 +0000 Subject: Re: [PATCH 04/11] KVM: PPC: Book3S HV: Add GET/SET_ONE_REG interface for LPCR Message-Id: <20130914055859.GE5872@iris.ozlabs.ibm.com> List-Id: References: <20130906031003.GA29710@iris.ozlabs.ibm.com> <20130906032107.GE29710@iris.ozlabs.ibm.com> <2614E750-19D5-4A30-A1AC-B63DDC327721@suse.de> <20130914022109.GC5872@iris.ozlabs.ibm.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Alexander Graf Cc: "kvm-ppc@vger.kernel.org" , "kvm@vger.kernel.org" On Sat, Sep 14, 2013 at 12:12:43AM -0500, Alexander Graf wrote: > > > Am 13.09.2013 um 21:21 schrieb Paul Mackerras : > > > In hardware there is in fact an LPCR per hardware CPU thread, though > > the architecture says that on threaded processors many of the fields > > have to be the same on each thread, including the three fields > > mentioned here. > > Ok. Is it mandatory to be identical per core? Or per vm? Per core. Paul. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Subject: Re: [PATCH 04/11] KVM: PPC: Book3S HV: Add GET/SET_ONE_REG interface for LPCR Date: Sat, 14 Sep 2013 15:58:59 +1000 Message-ID: <20130914055859.GE5872@iris.ozlabs.ibm.com> References: <20130906031003.GA29710@iris.ozlabs.ibm.com> <20130906032107.GE29710@iris.ozlabs.ibm.com> <2614E750-19D5-4A30-A1AC-B63DDC327721@suse.de> <20130914022109.GC5872@iris.ozlabs.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "kvm-ppc@vger.kernel.org" , "kvm@vger.kernel.org" To: Alexander Graf Return-path: Content-Disposition: inline In-Reply-To: Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Sat, Sep 14, 2013 at 12:12:43AM -0500, Alexander Graf wrote: > > > Am 13.09.2013 um 21:21 schrieb Paul Mackerras : > > > In hardware there is in fact an LPCR per hardware CPU thread, though > > the architecture says that on threaded processors many of the fields > > have to be the same on each thread, including the three fields > > mentioned here. > > Ok. Is it mandatory to be identical per core? Or per vm? Per core. Paul.