]> xenbits.xensource.com Git - libvirt.git/commit
qemu: add capabilities flags related to scsi controller
authorGuannan Ren <gren@redhat.com>
Wed, 8 Aug 2012 06:25:24 +0000 (14:25 +0800)
committerGuannan Ren <gren@redhat.com>
Wed, 8 Aug 2012 06:25:24 +0000 (14:25 +0800)
commit8694c716ae64a62f3452ed732ef3f74b929aabe8
tree69d153b5bef0f96df53d006adcceed710efc9c83
parentb8c298d3019ffed3f93989314c90821ddbe47f83
qemu: add capabilities flags related to scsi controller

  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
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
tests/qemuhelptest.c