diff options
author | 2010-08-06 02:02:03 +0200 | |
---|---|---|
committer | 2010-08-14 20:16:14 +0200 | |
commit | 7c0cbe02795988df157aeb457e793a5b568e1cab (patch) | |
tree | 0f9551b85c8acfba83a3e7ae153f63a155a48936 /tests/xml2vmxdata/xml2vmx-serial-file.vmx | |
parent | Generate libvirt_qemu.def from libvirt_qemu.syms for MinGW builds (diff) | |
download | libvirt-7c0cbe02795988df157aeb457e793a5b568e1cab.tar.gz libvirt-7c0cbe02795988df157aeb457e793a5b568e1cab.tar.bz2 libvirt-7c0cbe02795988df157aeb457e793a5b568e1cab.zip |
esx: Explicitly disable unused floppy devices
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.
Diffstat (limited to 'tests/xml2vmxdata/xml2vmx-serial-file.vmx')
-rw-r--r-- | tests/xml2vmxdata/xml2vmx-serial-file.vmx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/xml2vmxdata/xml2vmx-serial-file.vmx b/tests/xml2vmxdata/xml2vmx-serial-file.vmx index e64463c0a..aae79f197 100644 --- a/tests/xml2vmxdata/xml2vmx-serial-file.vmx +++ b/tests/xml2vmxdata/xml2vmx-serial-file.vmx @@ -5,6 +5,8 @@ uuid.bios = "56 4d 9b ef ac d9 b4 e0-c8 f0 ae a8 b9 10 35 15" displayName = "serial-file" memsize = "4" numvcpus = "1" +floppy0.present = "false" +floppy1.present = "false" serial0.present = "true" serial0.fileType = "file" serial0.fileName = "/vmfs/volumes/datastore/directory/serial0.file" |