mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
35c3aab44d
https://bugzilla.redhat.com/show_bug.cgi?id=1266088 We are missing this value for cdrom-image device. It seems like there's no added value to extend this to other types of disk devices [1]. 1: https://www.redhat.com/archives/libvir-list/2016-January/msg01038.html Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
7 lines
168 B
Plaintext
7 lines
168 B
Plaintext
config.version = "8"
|
|
virtualHW.version = "4"
|
|
scsi0.present = "true"
|
|
scsi0:0.present = "true"
|
|
scsi0:0.deviceType = "cdrom-image"
|
|
scsi0:0.fileName = "emptyBackingString"
|