• G
    qemu: add two qemu caps for lsi and virtio-scsi SCSI controllers · 015c603b
    Guannan Ren 提交于
    Rename qemuDefaultScsiControllerModel to qemuCheckScsiControllerModel.
    When scsi model is given explicitly in XML(model > 0) checking if the
    underlying QEMU supports it or not first, raise an error on checking
    failure.
    When the model is not given(mode <= 0), return LSI by default, if
    the QEMU doesn't support it, raise an error.
    015c603b
qemu_process.c 137.8 KB