• G
    qemu: add capabilities flags related to scsi controller · 8694c716
    Guannan Ren 提交于
      QEMU_CAPS_SCSI_LSI
        set the flag when "lsi53c895a", bus PCI, alias "lsi" in
        the output of "qemu -device ?"
        -device lsi in qemu command line
    
      QEMU_CAPS_VIRTIO_SCSI_PCI
        set the flag when "name "virtio-scsi-pci", bus PCI" in
        the output of qemu devices query.
        -device virtio-scsi-pci in qemu command line
    8694c716
qemu_capabilities.c 49.7 KB