[PATCH 1/1] KVM: PPC: Book3S HV: Fix compilation without CONFIG_PPC_POWERNV

2013-01-06 Thread Alexander Graf
From: Andreas Schwab Fixes this build breakage: arch/powerpc/kvm/book3s_hv_ras.c: In function ‘kvmppc_realmode_mc_power7’: arch/powerpc/kvm/book3s_hv_ras.c:126:23: error: ‘struct paca_struct’ has no member named ‘opal_mc_evt’ Signed-off-by: Andreas Schwab Signed-off-by: Alexander Graf --- a

[PULL 3.8 0/2] ppc patch queue 2013-01-06 for 3.8

2013-01-06 Thread Alexander Graf
Hi Marcelo / Gleb, This is my current patch queue for ppc against 3.8. It contains a compile fix for Book3S HV KVM. Please pull. Alex The following changes since commit 18eb54cf4a9cd4b74f926209be208366415edfa8: Gleb Natapov (1): Merge branch 'kvm-ppc-3.8' of https://github.com/agraf/

Re: [PATCH] KVM: PPC: Book3S HV: Fix compilation without CONFIG_PPC_POWERNV

2013-01-06 Thread Alexander Graf
On 22.12.2012, at 15:09, Andreas Schwab wrote: > Fixes this build breakage: > > arch/powerpc/kvm/book3s_hv_ras.c: In function ‘kvmppc_realmode_mc_power7’: > arch/powerpc/kvm/book3s_hv_ras.c:126:23: error: ‘struct paca_struct’ has no > member named ‘opal_mc_evt’ > > Signed-off-by: Andreas Schwa