• A
    KVM: PPC: Fix compile warning · 27923eb1
    Alexander Graf 提交于
    KVM compilation fails with the following warning:
    
    include/linux/kvm_host.h: In function 'kvm_irq_routing_update':
    include/linux/kvm_host.h:679:2: error: 'struct kvm' has no member named 'irq_routing'
    
    That function is only used and reasonable to have on systems that implement
    an in-kernel interrupt chip. PPC doesn't.
    
    Fix by #ifdef'ing it out when no irqchip is available.
    Signed-off-by: NAlexander Graf <agraf@suse.de>
    Signed-off-by: NAvi Kivity <avi@redhat.com>
    27923eb1
kvm_host.h 19.8 KB