mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +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>
15 lines
382 B
Plaintext
15 lines
382 B
Plaintext
.encoding = "UTF-8"
|
|
config.version = "8"
|
|
virtualHW.version = "4"
|
|
guestOS = "other"
|
|
uuid.bios = "56 4d 9b ef ac d9 b4 e0-c8 f0 ae a8 b9 10 35 15"
|
|
displayName = "cdrom-scsi-empty"
|
|
memsize = "4"
|
|
numvcpus = "1"
|
|
scsi0.present = "true"
|
|
scsi0:0.present = "true"
|
|
scsi0:0.deviceType = "cdrom-image"
|
|
scsi0:0.fileName = "emptyBackingString"
|
|
floppy0.present = "false"
|
|
floppy1.present = "false"
|