mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-08 22:39:56 +00:00
7c0cbe0279
floppy0.present defaults to true. Therefore, it needs to be explicitly set to false when the XML config doesn't specify the corresponding floppy device. Also update tests accordingly.
14 lines
354 B
Plaintext
14 lines
354 B
Plaintext
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-device"
|
|
memsize = "4"
|
|
numvcpus = "1"
|
|
scsi0.present = "true"
|
|
scsi0:0.present = "true"
|
|
scsi0:0.deviceType = "atapi-cdrom"
|
|
scsi0:0.fileName = "/dev/scd0"
|
|
floppy0.present = "false"
|
|
floppy1.present = "false"
|