• C
    KVM: s390: Fix guest kconfig · 99e65c92
    Christian Borntraeger 提交于
    Cornelia Huck noticed that a modular virtio without kvm guest support
    leads to a build error in the s390 virtio transport:
    
    CONFIG_VIRTIO=m leads to
    ERROR: "vmem_add_mapping" [drivers/s390/kvm/kvm_virtio.ko] undefined!
    ERROR: "max_pfn" [drivers/s390/kvm/kvm_virtio.ko] undefined!
    ERROR: "vmem_remove_mapping" [drivers/s390/kvm/kvm_virtio.ko] undefined!
    
    The virtio transport only works with kvm guest support and only as a
    builtin. Lets change the build process of drivers/s390/kvm/kvm_virtio.c
    to depend on kvm guest support, which is also a bool.
    
    CONFIG_S390_GUEST already selects CONFIG_VIRTIO, that should prevent
    CONFIG_S390_GUEST=y CONFIG_VIRTIO=n situations.
    
    CC: Cornelia Huck <cornelia.huck@de.ibm.com>
    Signed-off-by: NChristian Borntraeger <borntraeger@de.ibm.com>
    Signed-off-by: NAvi Kivity <avi@qumranet.com>
    99e65c92
Makefile 305 字节