From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Subject: Re: PPC: RFC: proposal for VM reset & shutdown hcall (v4) Date: Wed, 3 Jul 2013 14:40:01 -0500 Message-ID: <1372880401.8183.147@snotra> References: <9F6FE96B71CF29479FF1CDC8046E1503633CF7@039-SN1MPN1-004.039d.mgd.msft.net> <8A260FCA-5E2D-41A0-AD4E-83D41BCC325C@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; delsp=Yes; format=Flowed Content-Transfer-Encoding: 8BIT Cc: Yoder Stuart-B08248 , Bhushan Bharat-R65777 , Wood Scott-B07421 , "kvm@vger.kernel.org list" , "kvm-ppc@vger.kernel.org" To: Alexander Graf Return-path: In-Reply-To: <8A260FCA-5E2D-41A0-AD4E-83D41BCC325C@suse.de> (from agraf@suse.de on Wed Jul 3 14:32:07 2013) Content-Disposition: inline Sender: kvm-ppc-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 07/03/2013 02:32:07 PM, Alexander Graf wrote: > > On 03.07.2013, at 21:29, Yoder Stuart-B08248 wrote: > > > Version 4 changes > > -clarified that KVM zeros the upper half of the struct fields > > if the VM is not in 64-bit mode > > > > > ------------------------------------------------------------------------ > > KVM_CAP_EXIT_EPAPR_HCALL Capability > > > > A new capability KVM_CAP_EXIT_EPAPR_HCALL is defined to advertise > > the new KVM_EXIT_EPAPR_HCALL exit . > > > > > ------------------------------------------------------------------------ > > KVM_EXIT_EPAPR_HCALL exit definition > > > > /* KVM_EXIT_EPAPR_HCALL */ > > struct { > > __u64 nr; > > __u64 ret; > > __u64 args[8]; > > } epapr_hcall; > > > > This is used on Power/PowerPC platforms that support ePAPR hcalls. > > This still says Power :(. It's either POWER or PowerPC. There is no > "Power" platform :). As mentioned before, I think "PowerPC" is good > enough to cover everything. Tell that to power.org. :-) That said, in the context of Linux, we still call it powerpc. -Scott