• E
    qemu: Add vhost-scsi string for -device parameter · 9cc26dc6
    Eric Farman 提交于
    Open /dev/vhost-scsi, and record the resulting file descriptor, so that
    the guest has access to the host device outside of the libvirt daemon.
    Pass this information, along with data parsed from the XML file, to build
    a device string for the qemu command line.  That device string will be
    for either a vhost-scsi-ccw device in the case of an s390 machine, or
    vhost-scsi-pci for any others.
    Signed-off-by: NEric Farman <farman@linux.vnet.ibm.com>
    9cc26dc6
qemu_cgroup.c 38.9 KB