From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Herrenschmidt Date: Wed, 08 Jul 2009 07:07:30 +0000 Subject: Re: [PATCH 05/23] Add common PPC64 KVM asm helpers Message-Id: <1247036850.6066.133.camel@pasglop> List-Id: References: <1246976262-4826-6-git-send-email-agraf@suse.de> In-Reply-To: <1246976262-4826-6-git-send-email-agraf@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ppc@vger.kernel.org On Wed, 2009-07-08 at 08:53 +0200, Alexander Graf wrote: > > You define the stack in a struct? I also don't see why I should have > 31 single #defines when all I really need is simply packed in an easy > algorithm. > > Basically VCPU_GPR points to an index of a C defined array. > Ok, so the stuff there is just a stack frame ? fair enough. Cheers, Ben.