From: Scott Wood Date: Fri, 12 Apr 2013 14:08:47 +0000 (+0000) Subject: kvm/ppc/mpic: add KVM_CAP_IRQ_MPIC X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~13^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb1e4f43e0f47f2655372c7d32c43db9711c278e;p=pandora-kernel.git kvm/ppc/mpic: add KVM_CAP_IRQ_MPIC Enabling this capability connects the vcpu to the designated in-kernel MPIC. Using explicit connections between vcpus and irqchips allows for flexibility, but the main benefit at the moment is that it simplifies the code -- KVM doesn't need vm-global state to remember which MPIC object is associated with this vm, and it doesn't need to care about ordering between irqchip creation and vcpu creation. Signed-off-by: Scott Wood [agraf: add stub functions for kvmppc_mpic_{dis,}connect_vcpu] Signed-off-by: Alexander Graf --- Reading git-diff-tree failed