0701abc qemu: Add support for using AES secret for SCSI hotplug

4 files Authored by Gema Gomez 7 years ago, Committed by John Ferlan 7 years ago,
    qemu: Add support for using AES secret for SCSI hotplug
    
    Support for virtio disks was added in commit id 'fceeeda', but not for
    SCSI drives. Add the secret for the server when hotplugging a SCSI drive.
    No need to make any adjustments for unplug since that's handled during
    the qemuDomainDetachDiskDevice call to qemuDomainRemoveDiskDevice in
    the qemuDomainDetachDeviceDiskLive switch.
    
    Added a test to/for the command line processing to show the command line
    options when adding a SCSI drive for the guest.
    
        
file modified
+21 -0
file modified
+1 -1