Re: [PATCH 1/8] kvm tools: Add initial SPAPR PPC64 architecture support

2011-12-07 Thread Matt Evans
On 08/12/11 05:31, Scott Wood wrote: > On 12/07/2011 01:35 AM, Matt Evans wrote: >> Hi Scott, >> >> On 07/12/11 05:03, Scott Wood wrote: >>> On 12/05/2011 10:05 PM, Matt Evans wrote: This patch adds a new arch directory, powerpc, basic file structure, register setup and where necess

Re: [PATCH 1/8] kvm tools: Add initial SPAPR PPC64 architecture support

2011-12-07 Thread Scott Wood
On 12/07/2011 01:35 AM, Matt Evans wrote: > Hi Scott, > > On 07/12/11 05:03, Scott Wood wrote: >> On 12/05/2011 10:05 PM, Matt Evans wrote: >>> This patch adds a new arch directory, powerpc, basic file structure, >>> register >>> setup and where necessary stubs out arch-specific functions (e.g.

Re: [PATCH 1/8] kvm tools: Add initial SPAPR PPC64 architecture support

2011-12-06 Thread Matt Evans
Hi Scott, On 07/12/11 05:03, Scott Wood wrote: > On 12/05/2011 10:05 PM, Matt Evans wrote: >> This patch adds a new arch directory, powerpc, basic file structure, register >> setup and where necessary stubs out arch-specific functions (e.g. interrupts, >> runloop exits) that later patches will pro

Re: [PATCH 1/8] kvm tools: Add initial SPAPR PPC64 architecture support

2011-12-06 Thread Scott Wood
On 12/06/2011 12:33 PM, Pekka Enberg wrote: > On Tue, Dec 6, 2011 at 8:03 PM, Scott Wood wrote: >> I'm seeing a lot of double-underscores -- is this common style in KVM >> tool? It's reserved for use by the compiler and system library. It's >> common in the kernel (though not used like this for

Re: [PATCH 1/8] kvm tools: Add initial SPAPR PPC64 architecture support

2011-12-06 Thread Pekka Enberg
On Tue, Dec 6, 2011 at 8:03 PM, Scott Wood wrote: > I'm seeing a lot of double-underscores -- is this common style in KVM > tool?  It's reserved for use by the compiler and system library.  It's > common in the kernel (though not used like this for namespace > prefixes), but there's no system libr

Re: [PATCH 1/8] kvm tools: Add initial SPAPR PPC64 architecture support

2011-12-06 Thread Scott Wood
On 12/05/2011 10:05 PM, Matt Evans wrote: > This patch adds a new arch directory, powerpc, basic file structure, register > setup and where necessary stubs out arch-specific functions (e.g. interrupts, > runloop exits) that later patches will provide. The target is an > SPAPR-compliant PPC64 machi

[PATCH 1/8] kvm tools: Add initial SPAPR PPC64 architecture support

2011-12-05 Thread Matt Evans
This patch adds a new arch directory, powerpc, basic file structure, register setup and where necessary stubs out arch-specific functions (e.g. interrupts, runloop exits) that later patches will provide. The target is an SPAPR-compliant PPC64 machine (i.e. pSeries); there is no support for PPC32 o