[PATCH] KVM: PPC: E500: Compile fix in this_cpu_write

2014-12-18 Thread Paolo Bonzini
From: Alexander Graf ag...@suse.de Commit 69111bac42f5 (powerpc: Replace __get_cpu_var uses) introduced compile breakage to the e500 target by introducing invalid automatically created C syntax. Fix up the breakage and make the code compile again. Signed-off-by: Alexander Graf ag...@suse.de

Re: [PATCH] KVM: PPC: E500 compile fix

2010-03-26 Thread Bruce Majia
On Sun, Jan 17, 2010 at 03:06:11PM +0200, Avi Kivity wrote: On 01/10/2010 07:01 PM, Alexander Graf wrote: While trying to compile an E500 vmlinux, I stumbled across a compilation bug that was obviously there before I touched any of the code. A trace point doesn't get the correct arguments.

Re: [PATCH] KVM: PPC: E500 compile fix

2010-03-26 Thread Alexander Graf
On 26.03.2010, at 08:15, Bruce Majia wrote: On Sun, Jan 17, 2010 at 03:06:11PM +0200, Avi Kivity wrote: On 01/10/2010 07:01 PM, Alexander Graf wrote: While trying to compile an E500 vmlinux, I stumbled across a compilation bug that was obviously there before I touched any of the code. A

RE: [PATCH] KVM: PPC: E500 compile fix

2010-03-26 Thread Liu Yu-B13201
-Original Message- From: Alexander Graf [mailto:ag...@suse.de] Sent: Friday, March 26, 2010 5:10 PM To: Bruce Majia Cc: Avi Kivity; kvm@vger.kernel.org; kvm-ppc; Liu Yu-B13201 Subject: Re: [PATCH] KVM: PPC: E500 compile fix On 26.03.2010, at 08:15, Bruce Majia wrote

Re: [PATCH] KVM: PPC: E500 compile fix

2010-03-26 Thread Bruce Majia
On Fri, Mar 26, 2010 at 10:10:19AM +0100, Alexander Graf wrote: On 26.03.2010, at 08:15, Bruce Majia wrote: On Sun, Jan 17, 2010 at 03:06:11PM +0200, Avi Kivity wrote: On 01/10/2010 07:01 PM, Alexander Graf wrote: While trying to compile an E500 vmlinux, I stumbled across a compilation

Re: [PATCH] KVM: PPC: E500 compile fix

2010-03-26 Thread Bruce Majia
On Fri, Mar 26, 2010 at 11:50:10AM +0100, Alexander Graf wrote: On 26.03.2010, at 11:40, Bruce Majia wrote: On Fri, Mar 26, 2010 at 10:10:19AM +0100, Alexander Graf wrote: On 26.03.2010, at 08:15, Bruce Majia wrote: On Sun, Jan 17, 2010 at 03:06:11PM +0200, Avi Kivity wrote: On

Re: [PATCH] KVM: PPC: E500 compile fix

2010-01-17 Thread Avi Kivity
On 01/10/2010 07:01 PM, Alexander Graf wrote: While trying to compile an E500 vmlinux, I stumbled across a compilation bug that was obviously there before I touched any of the code. A trace point doesn't get the correct arguments. Since that shouldn't be any critical to the functionality of the

Re: [PATCH] KVM: PPC: E500 compile fix

2010-01-17 Thread Avi Kivity
On 01/10/2010 07:01 PM, Alexander Graf wrote: While trying to compile an E500 vmlinux, I stumbled across a compilation bug that was obviously there before I touched any of the code. A trace point doesn't get the correct arguments. Since that shouldn't be any critical to the functionality of the

Re: [PATCH] KVM: PPC: E500 compile fix

2010-01-11 Thread Alexander Graf
On 11.01.2010, at 08:05, Liu Yu-B13201 wrote: -Original Message- From: Alexander Graf [mailto:ag...@suse.de] Sent: Monday, January 11, 2010 1:02 AM To: kvm@vger.kernel.org Cc: kvm-ppc; Liu Yu-B13201 Subject: [PATCH] KVM: PPC: E500 compile fix While trying to compile an E500

[PATCH] KVM: PPC: E500 compile fix

2010-01-10 Thread Alexander Graf
While trying to compile an E500 vmlinux, I stumbled across a compilation bug that was obviously there before I touched any of the code. A trace point doesn't get the correct arguments. Since that shouldn't be any critical to the functionality of the code, my quick workaround is to #if 0 it out. I

RE: [PATCH] KVM: PPC: E500 compile fix

2010-01-10 Thread Liu Yu-B13201
-Original Message- From: Alexander Graf [mailto:ag...@suse.de] Sent: Monday, January 11, 2010 1:02 AM To: kvm@vger.kernel.org Cc: kvm-ppc; Liu Yu-B13201 Subject: [PATCH] KVM: PPC: E500 compile fix While trying to compile an E500 vmlinux, I stumbled across a compilation bug

[PATCH] KVM: PPC: E500 compile fix

2010-01-10 Thread Alexander Graf
While trying to compile an E500 vmlinux, I stumbled across a compilation bug that was obviously there before I touched any of the code. A trace point doesn't get the correct arguments. Since that shouldn't be any critical to the functionality of the code, my quick workaround is to #if 0 it out. I

RE: [PATCH] KVM: PPC: E500 compile fix

2010-01-10 Thread Liu Yu-B13201
-Original Message- From: Alexander Graf [mailto:ag...@suse.de] Sent: Monday, January 11, 2010 1:02 AM To: k...@vger.kernel.org Cc: kvm-ppc; Liu Yu-B13201 Subject: [PATCH] KVM: PPC: E500 compile fix While trying to compile an E500 vmlinux, I stumbled across a compilation bug