Re: [PATCH 1/2] powerpc: Define the hcall opcodes return values we need

2015-06-23 Thread Paolo Bonzini
On 19/06/2015 09:21, Michael Ellerman wrote: Now that we don't have the kernel header on hand, just define the minimum set of hcall opcodes and return values we need in order to build. Signed-off-by: Michael Ellerman m...@ellerman.id.au --- powerpc/spapr.h | 25 -

Re: [PATCH 1/2] powerpc: Define the hcall opcodes return values we need

2015-06-23 Thread Paolo Bonzini
On 19/06/2015 09:21, Michael Ellerman wrote: Now that we don't have the kernel header on hand, just define the minimum set of hcall opcodes and return values we need in order to build. Signed-off-by: Michael Ellerman m...@ellerman.id.au --- powerpc/spapr.h | 25 -

Re: [PATCH 1/2] powerpc: Define the hcall opcodes return values we need

2015-06-23 Thread Paolo Bonzini
On 23/06/2015 12:31, Andre Przywara wrote: Because it's not part of the kernel API, never was, still isn't. Technically it may not - if I get this correctly it is more a platform API defined by the architecture, like ACPI or PSCI on ARM. But if I get this correctly Linux re-uses those

Re: [PATCH 1/2] powerpc: Define the hcall opcodes return values we need

2015-06-23 Thread Paolo Bonzini
On 23/06/2015 12:31, Andre Przywara wrote: Because it's not part of the kernel API, never was, still isn't. Technically it may not - if I get this correctly it is more a platform API defined by the architecture, like ACPI or PSCI on ARM. But if I get this correctly Linux re-uses those

Re: [PATCH 1/2] powerpc: Define the hcall opcodes return values we need

2015-06-23 Thread Michael Ellerman
On Tue, 2015-06-23 at 11:33 +0200, Paolo Bonzini wrote: On 19/06/2015 09:21, Michael Ellerman wrote: diff --git a/powerpc/spapr.h b/powerpc/spapr.h index 0537f881c0e4..7a377d093ef4 100644 --- a/powerpc/spapr.h +++ b/powerpc/spapr.h @@ -16,17 +16,32 @@ #include inttypes.h

Re: [PATCH 1/2] powerpc: Define the hcall opcodes return values we need

2015-06-23 Thread Michael Ellerman
On Tue, 2015-06-23 at 11:33 +0200, Paolo Bonzini wrote: On 19/06/2015 09:21, Michael Ellerman wrote: diff --git a/powerpc/spapr.h b/powerpc/spapr.h index 0537f881c0e4..7a377d093ef4 100644 --- a/powerpc/spapr.h +++ b/powerpc/spapr.h @@ -16,17 +16,32 @@ #include inttypes.h

Re: [PATCH 1/2] powerpc: Define the hcall opcodes return values we need

2015-06-23 Thread Andre Przywara
Hi, On 23/06/15 11:05, Michael Ellerman wrote: On Tue, 2015-06-23 at 11:33 +0200, Paolo Bonzini wrote: On 19/06/2015 09:21, Michael Ellerman wrote: diff --git a/powerpc/spapr.h b/powerpc/spapr.h index 0537f881c0e4..7a377d093ef4 100644 --- a/powerpc/spapr.h +++ b/powerpc/spapr.h @@ -16,17

Re: [PATCH 1/2] powerpc: Define the hcall opcodes return values we need

2015-06-19 Thread Michael Ellerman
On Fri, 2015-06-19 at 17:21 +1000, Michael Ellerman wrote: Now that we don't have the kernel header on hand, just define the minimum set of hcall opcodes and return values we need in order to build. Hi Andre, I hope you don't mind me jumping in here but I thought I should help out rather than

Re: [PATCH 1/2] powerpc: Define the hcall opcodes return values we need

2015-06-19 Thread Michael Ellerman
On Fri, 2015-06-19 at 17:21 +1000, Michael Ellerman wrote: Now that we don't have the kernel header on hand, just define the minimum set of hcall opcodes and return values we need in order to build. Hi Andre, I hope you don't mind me jumping in here but I thought I should help out rather than

[PATCH 1/2] powerpc: Define the hcall opcodes return values we need

2015-06-19 Thread Michael Ellerman
Now that we don't have the kernel header on hand, just define the minimum set of hcall opcodes and return values we need in order to build. Signed-off-by: Michael Ellerman m...@ellerman.id.au --- powerpc/spapr.h | 25 - 1 file changed, 20 insertions(+), 5 deletions(-)

Re: [PATCH 1/2] powerpc: Define the hcall opcodes return values we need

2015-06-19 Thread Will Deacon
On Fri, Jun 19, 2015 at 08:21:00AM +0100, Michael Ellerman wrote: Now that we don't have the kernel header on hand, just define the minimum set of hcall opcodes and return values we need in order to build. Thanks Michael! I pushed both of these out. Will -- To unsubscribe from this list:

Re: [PATCH 1/2] powerpc: Define the hcall opcodes return values we need

2015-06-19 Thread Will Deacon
On Fri, Jun 19, 2015 at 08:21:00AM +0100, Michael Ellerman wrote: Now that we don't have the kernel header on hand, just define the minimum set of hcall opcodes and return values we need in order to build. Thanks Michael! I pushed both of these out. Will -- To unsubscribe from this list:

[PATCH 1/2] powerpc: Define the hcall opcodes return values we need

2015-06-19 Thread Michael Ellerman
Now that we don't have the kernel header on hand, just define the minimum set of hcall opcodes and return values we need in order to build. Signed-off-by: Michael Ellerman m...@ellerman.id.au --- powerpc/spapr.h | 25 - 1 file changed, 20 insertions(+), 5 deletions(-)