On Wed, 20 Dec 2017 16:53:00 +0100 Christian Borntraeger <borntraeger@xxxxxxxxxx> wrote: > make kvmconfig currently does not select CONFIG_S390_GUEST. Since > the virtio-ccw transport depends on CONFIG_S390_GUEST, we want > to add CONFIG_S390_GUEST to kvmconfig. > > Signed-off-by: Christian Borntraeger <borntraeger@xxxxxxxxxx> > --- > kernel/configs/kvm_guest.config | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/kernel/configs/kvm_guest.config b/kernel/configs/kvm_guest.config > index 8d9643767142..108fecc20fc1 100644 > --- a/kernel/configs/kvm_guest.config > +++ b/kernel/configs/kvm_guest.config > @@ -18,6 +18,7 @@ CONFIG_VIRTUALIZATION=y > CONFIG_HYPERVISOR_GUEST=y > CONFIG_PARAVIRT=y > CONFIG_KVM_GUEST=y > +CONFIG_S390_GUEST=y > CONFIG_VIRTIO=y > CONFIG_VIRTIO_PCI=y > CONFIG_VIRTIO_BLK=y Acked-by: Cornelia Huck <cohuck@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-s390" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html