mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-10 13:41:35 +00:00
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.
13 lines
363 B
Plaintext
13 lines
363 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 = "parallel-file"
|
|
memsize = "4"
|
|
numvcpus = "1"
|
|
floppy0.present = "false"
|
|
floppy1.present = "false"
|
|
parallel0.present = "true"
|
|
parallel0.fileType = "file"
|
|
parallel0.fileName = "/vmfs/volumes/datastore/directory/parallel0.file"
|