Skip to content
  • Thomas Huth's avatar
    9e5c2056
    s390x: express dependencies with Kconfig · 9e5c2056
    Thomas Huth authored
    
    
    Instead of hard-coding all config switches in the config file
    default-configs/s390x-softmmu.mak, let's use the new Kconfig files
    to express the necessary dependencies: The S390_CCW_VIRTIO config switch
    for the "s390-ccw-virtio" machine now selects all non-optional devices.
    
    And since we already have the VIRTIO_PCI and VIRTIO_MMIO config switches
    for the other two virtio transports, this patch also introduces a new
    config switch VIRTIO_CCW for the third, s390x-specific virtio transport,
    so that all three virtio transports are now handled in the same way.
    
    Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
    Acked-by: default avatarCornelia Huck <cohuck@redhat.com>
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    9e5c2056
    s390x: express dependencies with Kconfig
    Thomas Huth authored
    
    
    Instead of hard-coding all config switches in the config file
    default-configs/s390x-softmmu.mak, let's use the new Kconfig files
    to express the necessary dependencies: The S390_CCW_VIRTIO config switch
    for the "s390-ccw-virtio" machine now selects all non-optional devices.
    
    And since we already have the VIRTIO_PCI and VIRTIO_MMIO config switches
    for the other two virtio transports, this patch also introduces a new
    config switch VIRTIO_CCW for the third, s390x-specific virtio transport,
    so that all three virtio transports are now handled in the same way.
    
    Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
    Acked-by: default avatarCornelia Huck <cohuck@redhat.com>
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
Loading