[PATCH] KVM: PPC: Add devname:kvm aliases for modules

2013-12-09 Thread Alexander Graf
Systems that support automatic loading of kernel modules through device aliases should try and automatically load kvm when /dev/kvm gets opened. Add code to support that magic for all PPC kvm targets, even the ones that don't support modules yet. Signed-off-by: Alexander Graf ag...@suse.de ---

Re: [PATCH] KVM: PPC: fix couple of memory leaks in MPIC/XICS devices

2013-12-09 Thread Alexander Graf
On 04.09.2013, at 14:16, Paul Mackerras pau...@samba.org wrote: On Sun, Sep 01, 2013 at 03:53:46PM +0300, Gleb Natapov wrote: XICS failed to free xics structure on error path. MPIC destroy handler forgot to delete kvm_device structure. Signed-off-by: Gleb Natapov g...@redhat.com

Re: [PATCH 0/4] KVM: PPC: Unify FP/VMX/VSX state handling between KVM and main kernel

2013-12-09 Thread Alexander Graf
On 15.10.2013, at 11:43, Paul Mackerras pau...@samba.org wrote: This series makes use of the new thread_fp_state and thread_vr_state structures to unify the way that floating-point and vector state is handled. With both KVM and the main kernel using the same structures to store this state

Re: [PATCH] powerpc/kvm/booke: Fix build break due to stack frame size warning

2013-12-09 Thread Scott Wood
On Mon, 2013-11-25 at 04:26 -0600, Bharat Bhushan wrote: -Original Message- From: Wood Scott-B07421 Sent: Saturday, November 23, 2013 3:22 AM To: Alexander Graf Cc: kvm-ppc@vger.kernel.org; k...@vger.kernel.org; Wood Scott-B07421; Bhushan Bharat-R65777 Subject: [PATCH]