]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: vmx: Add <name> element for all domain XMLs
authorPeter Krempa <pkrempa@redhat.com>
Wed, 7 Oct 2020 17:00:04 +0000 (19:00 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 20 Oct 2020 07:05:10 +0000 (09:05 +0200)
<name> is mandatory for a domain XML. Add 'displayName' for all the test
cases which were missing them so that <name> is parsed correctly.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Pino Toscano <ptoscano@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
91 files changed:
tests/vmx2xmldata/vmx2xml-annotation.vmx
tests/vmx2xmldata/vmx2xml-annotation.xml
tests/vmx2xmldata/vmx2xml-cdrom-ide-device.vmx
tests/vmx2xmldata/vmx2xml-cdrom-ide-device.xml
tests/vmx2xmldata/vmx2xml-cdrom-ide-empty-2.vmx
tests/vmx2xmldata/vmx2xml-cdrom-ide-empty-2.xml
tests/vmx2xmldata/vmx2xml-cdrom-ide-empty.vmx
tests/vmx2xmldata/vmx2xml-cdrom-ide-empty.xml
tests/vmx2xmldata/vmx2xml-cdrom-ide-file.vmx
tests/vmx2xmldata/vmx2xml-cdrom-ide-file.xml
tests/vmx2xmldata/vmx2xml-cdrom-ide-raw-auto-detect.vmx
tests/vmx2xmldata/vmx2xml-cdrom-ide-raw-auto-detect.xml
tests/vmx2xmldata/vmx2xml-cdrom-ide-raw-device.vmx
tests/vmx2xmldata/vmx2xml-cdrom-ide-raw-device.xml
tests/vmx2xmldata/vmx2xml-cdrom-scsi-device.vmx
tests/vmx2xmldata/vmx2xml-cdrom-scsi-device.xml
tests/vmx2xmldata/vmx2xml-cdrom-scsi-empty.vmx
tests/vmx2xmldata/vmx2xml-cdrom-scsi-empty.xml
tests/vmx2xmldata/vmx2xml-cdrom-scsi-file.vmx
tests/vmx2xmldata/vmx2xml-cdrom-scsi-file.xml
tests/vmx2xmldata/vmx2xml-cdrom-scsi-passthru.vmx
tests/vmx2xmldata/vmx2xml-cdrom-scsi-passthru.xml
tests/vmx2xmldata/vmx2xml-cdrom-scsi-raw-auto-detect.vmx
tests/vmx2xmldata/vmx2xml-cdrom-scsi-raw-auto-detect.xml
tests/vmx2xmldata/vmx2xml-cdrom-scsi-raw-device.vmx
tests/vmx2xmldata/vmx2xml-cdrom-scsi-raw-device.xml
tests/vmx2xmldata/vmx2xml-datacenterpath.vmx
tests/vmx2xmldata/vmx2xml-datacenterpath.xml
tests/vmx2xmldata/vmx2xml-ethernet-bridged.vmx
tests/vmx2xmldata/vmx2xml-ethernet-bridged.xml
tests/vmx2xmldata/vmx2xml-ethernet-custom.vmx
tests/vmx2xmldata/vmx2xml-ethernet-custom.xml
tests/vmx2xmldata/vmx2xml-ethernet-e1000.vmx
tests/vmx2xmldata/vmx2xml-ethernet-e1000.xml
tests/vmx2xmldata/vmx2xml-ethernet-generated.vmx
tests/vmx2xmldata/vmx2xml-ethernet-generated.xml
tests/vmx2xmldata/vmx2xml-ethernet-nat.vmx
tests/vmx2xmldata/vmx2xml-ethernet-nat.xml
tests/vmx2xmldata/vmx2xml-ethernet-other.vmx
tests/vmx2xmldata/vmx2xml-ethernet-other.xml
tests/vmx2xmldata/vmx2xml-ethernet-static.vmx
tests/vmx2xmldata/vmx2xml-ethernet-static.xml
tests/vmx2xmldata/vmx2xml-ethernet-vmxnet2.vmx
tests/vmx2xmldata/vmx2xml-ethernet-vmxnet2.xml
tests/vmx2xmldata/vmx2xml-ethernet-vpx.vmx
tests/vmx2xmldata/vmx2xml-ethernet-vpx.xml
tests/vmx2xmldata/vmx2xml-firmware-efi.vmx
tests/vmx2xmldata/vmx2xml-firmware-efi.xml
tests/vmx2xmldata/vmx2xml-floppy-device.vmx
tests/vmx2xmldata/vmx2xml-floppy-device.xml
tests/vmx2xmldata/vmx2xml-floppy-file.vmx
tests/vmx2xmldata/vmx2xml-floppy-file.xml
tests/vmx2xmldata/vmx2xml-graphics-vnc.vmx
tests/vmx2xmldata/vmx2xml-graphics-vnc.xml
tests/vmx2xmldata/vmx2xml-harddisk-ide-file.vmx
tests/vmx2xmldata/vmx2xml-harddisk-ide-file.xml
tests/vmx2xmldata/vmx2xml-harddisk-scsi-file.vmx
tests/vmx2xmldata/vmx2xml-harddisk-scsi-file.xml
tests/vmx2xmldata/vmx2xml-harddisk-transient.vmx
tests/vmx2xmldata/vmx2xml-harddisk-transient.xml
tests/vmx2xmldata/vmx2xml-minimal-64bit.vmx
tests/vmx2xmldata/vmx2xml-minimal-64bit.xml
tests/vmx2xmldata/vmx2xml-minimal.vmx
tests/vmx2xmldata/vmx2xml-minimal.xml
tests/vmx2xmldata/vmx2xml-parallel-device.vmx
tests/vmx2xmldata/vmx2xml-parallel-device.xml
tests/vmx2xmldata/vmx2xml-parallel-file.vmx
tests/vmx2xmldata/vmx2xml-parallel-file.xml
tests/vmx2xmldata/vmx2xml-scsi-driver.vmx
tests/vmx2xmldata/vmx2xml-scsi-driver.xml
tests/vmx2xmldata/vmx2xml-scsi-writethrough.vmx
tests/vmx2xmldata/vmx2xml-scsi-writethrough.xml
tests/vmx2xmldata/vmx2xml-serial-device.vmx
tests/vmx2xmldata/vmx2xml-serial-device.xml
tests/vmx2xmldata/vmx2xml-serial-file.vmx
tests/vmx2xmldata/vmx2xml-serial-file.xml
tests/vmx2xmldata/vmx2xml-serial-network-client.vmx
tests/vmx2xmldata/vmx2xml-serial-network-client.xml
tests/vmx2xmldata/vmx2xml-serial-network-server.vmx
tests/vmx2xmldata/vmx2xml-serial-network-server.xml
tests/vmx2xmldata/vmx2xml-serial-pipe-client-app.vmx
tests/vmx2xmldata/vmx2xml-serial-pipe-client-vm.vmx
tests/vmx2xmldata/vmx2xml-serial-pipe-server-app.vmx
tests/vmx2xmldata/vmx2xml-serial-pipe-server-vm.vmx
tests/vmx2xmldata/vmx2xml-serial-pipe.xml
tests/vmx2xmldata/vmx2xml-sharedfolder.vmx
tests/vmx2xmldata/vmx2xml-sharedfolder.xml
tests/vmx2xmldata/vmx2xml-smbios.vmx
tests/vmx2xmldata/vmx2xml-smbios.xml
tests/vmx2xmldata/vmx2xml-svga.vmx
tests/vmx2xmldata/vmx2xml-svga.xml

index 405b73cbfa6e9c34f1f9da18a5f3e4079b819cb2..35dbc1335eaec286b05dbc4e2ff376823fa95c5b 100644 (file)
@@ -1,3 +1,4 @@
 config.version = "8"
 virtualHW.version = "4"
 annotation = "Some |7Ctext|7C to test the |22escaping|22: |7C|7C|22|22|7C|7C|22|7C |45|73|63|61|70|65|64|21"
+displayName = "test"
index 9d99fd288bb454717b2ccea1646c6499203234c3..3e7a0e129ad03a47f1b97a4c9fb4a0f6b42cec9a 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <description>Some |text| to test the &quot;escaping&quot;: ||&quot;&quot;||&quot;| Escaped!</description>
   <memory unit='KiB'>32768</memory>
index dc789d257ec1c73aef901895997804fb27478569..3b60bd18f5e6381c9fd0a0090f53ddf15cd43534 100644 (file)
@@ -4,3 +4,4 @@ guestOS = "other"
 ide0:0.present = "true"
 ide0:0.deviceType = "atapi-cdrom"
 ide0:0.fileName = "/dev/scd0"
+displayName = "test"
index d8bba13385f591aa695167abb2c98e5fb6574df4..e5a242d1f4aae2163fe7cd816c20a99494be5a01 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index 36286cb20f32e4d40e0527ea557a6456f6a2fd73..7ea8fb96de2b558eb32fc5adbbeb33493333cb45 100644 (file)
@@ -2,3 +2,4 @@ config.version = "8"
 virtualHW.version = "4"
 ide0:0.present = "true"
 ide0:0.deviceType = "atapi-cdrom"
+displayName = "test"
index af4a5ff9f67aff9eee34648b2aad8723385e76ec..6af0ee0704599f40a9410f712c6a336497ce2b31 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index 62fdb3d18d382dc8f6c51ba1a9260d8f757879a9..c61b0eeb10fcb82188221d54a0571ac8fd25a5bd 100644 (file)
@@ -3,3 +3,4 @@ virtualHW.version = "4"
 ide0:0.present = "true"
 ide0:0.deviceType = "cdrom-image"
 ide0:0.fileName = "emptyBackingString"
+displayName = "test"
index b11fe272b631dda530d88f69aa7e5e0aec9f37bb..93670e7eb440eac4c4704f9eda2f0873892cb6ac 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index edd3999d0e83048a4a66f5e42ac9c108287afc0b..adc57f437434bf3de03bd65b888e82532c05de56 100644 (file)
@@ -3,3 +3,4 @@ virtualHW.version = "4"
 ide0:0.present = "true"
 ide0:0.deviceType = "cdrom-image"
 ide0:0.fileName = "cdrom.iso"
+displayName = "test"
index 7ca8ff729a5ceee7961b84192104de87fc62a17b..98548e9da8ed6b973a68b940ab2597220a4611e0 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index b2c4caf20f9216f07275ece112cc18650f1fd71e..0e249279602f713302420f1674af4d6a0b195315 100644 (file)
@@ -3,3 +3,4 @@ virtualHW.version = "4"
 ide0:0.present = "true"
 ide0:0.deviceType = "cdrom-raw"
 ide0:0.fileName = "auto detect"
+displayName = "test"
index 68ad26dc6f23e49281ead05ced32848287f22b4e..392d580ffa1ee963a12375673b5af6d7d8fedc63 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index 164811140ffde44049abdb1a895af121a4690a41..5ec66522c85b90ed06fd5899ae9200653aa15b21 100644 (file)
@@ -3,3 +3,4 @@ virtualHW.version = "4"
 ide0:0.present = "true"
 ide0:0.deviceType = "cdrom-raw"
 ide0:0.fileName = "/dev/scd0"
+displayName = "test"
index 679cdb154be65648c3c3a1b4b7bbdce035627546..c7cba73aa83d99b25b09ef4384ce9b432d7fa65b 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index 721068adede26f68c42ecd44449a39a155de154f..5991b71b16a999d99f0552e7561dd943a5119615 100644 (file)
@@ -4,3 +4,4 @@ scsi0.present = "true"
 scsi0:0.present = "true"
 scsi0:0.deviceType = "atapi-cdrom"
 scsi0:0.fileName = "/dev/scd0"
+displayName = "test"
index cf1275c82921dc851d9437c9af2baf45524be50a..9e5a985788a182a322a64bd6c137b5fd1031fd6e 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index 3c6036ab2b4cc34e803a7b7f8b71787e37d03038..c08f4cc8ff607edcf985b8e496102a7713c319c4 100644 (file)
@@ -4,3 +4,4 @@ scsi0.present = "true"
 scsi0:0.present = "true"
 scsi0:0.deviceType = "cdrom-image"
 scsi0:0.fileName = "emptyBackingString"
+displayName = "test"
index 20452522d85a31a5e1088dcb7fb79b190bfada47..3678ef38b00efafd6ab54fe1a6bca1df925215c0 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index 3422e0b6d917109da3801331099e0d47af31aba6..91acf931aab836ce8f0025dc68e26d3e2dd0d2f0 100644 (file)
@@ -4,3 +4,4 @@ scsi0.present = "true"
 scsi0:0.present = "true"
 scsi0:0.deviceType = "cdrom-image"
 scsi0:0.fileName = "cdrom.iso"
+displayName = "test"
index 5765232bc10600963ef2fbebff376d0692f747e3..e79927ada8c28b3242cb2eda95b637f3ef51f12c 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index fb7ea724ab0e317044d060beff279f4fb891b1da..7898304fef4ae205d688f451b973acfc4338a08f 100644 (file)
@@ -4,3 +4,4 @@ scsi0.present = "true"
 scsi0:0.present = "true"
 scsi0:0.deviceType = "scsi-passthru"
 scsi0:0.fileName = "/vmfs/devices/cdrom/mpx.vmhba32:C0:T0:L0"
+displayName = "test"
index 46e27bce71b25b1c3d0879c3c64a69700e5ab456..b851e73b3b162fe51503adad434dbab571113769 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index 0209b291e6ea10d07a8b710a071edc69572e412d..d92af1fd1d406243fccf9104e76722a7080c7fd8 100644 (file)
@@ -4,3 +4,4 @@ scsi0.present = "true"
 scsi0:0.present = "true"
 scsi0:0.deviceType = "cdrom-raw"
 scsi0:0.fileName = "auto detect"
+displayName = "test"
index 9d706b5d04d6e39586b543834ccfb9ee7214d5c5..497066972d9e247b00296a1dd8b4d2a3624dace7 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index 773b7432ea01f443ee9a785b5aa9f92e6c9ba926..42817946fcd88abe6b9655366c085b1a4a45859e 100644 (file)
@@ -4,3 +4,4 @@ scsi0.present = "true"
 scsi0:0.present = "true"
 scsi0:0.deviceType = "cdrom-raw"
 scsi0:0.fileName = "/dev/scd0"
+displayName = "test"
index 9052327dcdab701f2b8d1e3324a375bc5b236ef3..d7d881e4a6d2409d1673ca792dd2375a051a2197 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index a8e5db374652779c7196db3dbbcab040cce2caaa..bc17daa7725cbaf0ea20d058a55cace32c480a5e 100644 (file)
@@ -1,2 +1,3 @@
 config.version = "8"
 virtualHW.version = "4"
+displayName = "test"
index 7d458c5c8efbde2b7df6194d7be01b5aae4bfe28..19920f81f719ac303a7796dd64ebc3f80c4a5ace 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware' xmlns:vmware='http://libvirt.org/schemas/domain/vmware/1.0'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index 8b7a5b3bf309766b85449035f13cda6b8ee2aff9..2c80db33b06b061a2f1a93440ef3b925964c25cb 100644 (file)
@@ -5,3 +5,4 @@ ethernet0.networkName = "VM Network"
 ethernet0.connectionType = "bridged"
 ethernet0.addressType = "static"
 ethernet0.address = "00:50:56:11:22:33"
+displayName = "test"
index fac5cd7bd56f244313342d6a7bf39f7b981e48c8..84dc0d2ba2f34b6c0d1db8c0297bfd922eccd79a 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index bab8aa1784148407912be2031446d51cdcd0b0d8..9dca6bbf7f3076a9f1bd22be3f5f9fc73404434b 100644 (file)
@@ -6,3 +6,4 @@ ethernet0.connectionType = "custom"
 ethernet0.vnet = "vmnet7"
 ethernet0.addressType = "static"
 ethernet0.address = "00:50:56:11:22:33"
+displayName = "test"
index ce63c241279902d64981c4f83accc0b54366dead..a3c6f03f31cab0ac5f3b0dde8a0dc46524285372 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index eb7c4844dbddd414cb9caec4a4a006f3fd6d4db5..e31dc2c6743c0685625d3db2543d710133f0d621 100644 (file)
@@ -6,3 +6,4 @@ ethernet0.networkName = "VM Network"
 ethernet0.connectionType = "bridged"
 ethernet0.addressType = "static"
 ethernet0.address = "00:50:56:11:22:33"
+displayName = "test"
index 534d35e3529796cbe2eaaebe4d582f79d184d58a..6ab739a0ba9e16365927be8b45865c6fbf99ab82 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index f27e0a008f3c4a99edf6ef1b1e3f012f933d0175..15c374b001163fcf447cc9d1ca8f496050b46fd7 100644 (file)
@@ -6,3 +6,4 @@ ethernet0.connectionType = "bridged"
 ethernet0.addressType = "generated"
 ethernet0.generatedAddress = "00:0C:29:11:22:33"
 ethernet0.generatedAddressOffset = "0"
+displayName = "test"
index 3fbc013f216dbd27bd1b99b5f696896bf7f974a3..2d7cf93b5439fa1cfeb71548db2f3f09eb88c3df 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index 701c3851fb05ce43324ebfa31cdf3e0ce8555630..33aaf2b8829416805a161446a81c3fcc199ecff7 100644 (file)
@@ -4,3 +4,4 @@ ethernet0.present = "true"
 ethernet0.connectionType = "nat"
 ethernet0.addressType = "static"
 ethernet0.address = "00:50:56:11:22:33"
+displayName = "test"
index af721e305923bea43738ba0050fcb07b4ac7ad4c..f9939223bea4b93fdf9351c14a0393d5ab3625de 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index da46a70d465d4bcf2178afdc96ead70f4d30cf76..4d1bf8fe4100e6253ea395c57a9a589e67b06816 100644 (file)
@@ -6,3 +6,4 @@ ethernet0.connectionType = "bridged"
 ethernet0.checkMACAddress = "false"
 ethernet0.addressType = "static"
 ethernet0.address = "00:12:34:56:78:90"
+displayName = "test"
index ef324405d7d6eb953eb5caf05ce608cfcd2b3c1e..9cecc262fb1ec9c799c081fa2df362b244f37250 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index 8b7a5b3bf309766b85449035f13cda6b8ee2aff9..2c80db33b06b061a2f1a93440ef3b925964c25cb 100644 (file)
@@ -5,3 +5,4 @@ ethernet0.networkName = "VM Network"
 ethernet0.connectionType = "bridged"
 ethernet0.addressType = "static"
 ethernet0.address = "00:50:56:11:22:33"
+displayName = "test"
index fac5cd7bd56f244313342d6a7bf39f7b981e48c8..84dc0d2ba2f34b6c0d1db8c0297bfd922eccd79a 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index 1c3f0633650dba1315a909364f04b4e146b4af13..3306925c07c443662ecbf45713183052c6eb4f4a 100644 (file)
@@ -7,3 +7,4 @@ ethernet0.networkName = "VM Network"
 ethernet0.connectionType = "bridged"
 ethernet0.addressType = "static"
 ethernet0.address = "00:50:56:11:22:33"
+displayName = "test"
index 54c9283989bd04569e225f2cc3716a66c7ede35f..8ba8f3d465241f841a35051bc608fb56be00363c 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index b4d91727647927a02091cc031837cb3ea2137eae..6ffefe2f7623436b0ab420f1311d08ff83744d7a 100644 (file)
@@ -5,3 +5,4 @@ ethernet0.networkName = "VM Network"
 ethernet0.connectionType = "bridged"
 ethernet0.addressType = "vpx"
 ethernet0.generatedAddress = "00:50:56:87:65:43"
+displayName = "test"
index c75d52f5b231395ac03b9bab6ef71691abe4649f..3f10934359aef66801b93a29c8bf53008d46275f 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index dbb215a5db2ded96d059dac2e11faa0f57187f8c..93453b56f5c915cd0c3a52d25e5af8ef1fd19faf 100644 (file)
@@ -1,3 +1,4 @@
 config.version = "8"
 virtualHW.version = "13"
 firmware = "efi"
+displayName = "test"
index e21158cebfca3fd1bfa24b6164b3f27ed5c30931..fee707fe71af6c0c4f5af3076b31e58a55c74aed 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index 6c6358d468ca03b59f292ce10dd79c45d869877b..323a399b4e0bc04fbbe4dcd742f2e0dafeabbed4 100644 (file)
@@ -3,3 +3,4 @@ virtualHW.version = "4"
 floppy0.present = "true"
 floppy0.fileType = "device"
 floppy0.fileName = "/dev/fd0"
+displayName = "test"
index 3b1317249d9ac135a0591cfc19b523efa10fdc6d..a1264f98a8c807e18a69fb0fee5634150405f3b3 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index ff50117d16387ef3ff8665c7cd6f041a0a6da5dd..71b63a1b5d11bb288c32211be9f7a3f0ec0355ed 100644 (file)
@@ -6,3 +6,4 @@ floppy0.fileName = "floppy.flp"
 floppy1.present = "true"
 floppy1.fileType = "file"
 floppy1.fileName = "floppy"
+displayName = "test"
index 6699f15602dedf44d20467d8db0279d3ee478081..6ae11e7f542b20537b780a04d3504da28da7285a 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index bd3e55f7abc75415449a85364619deedf48f79bb..9cba21f4f15eac07a7006b0febcc3b34adfa4f94 100644 (file)
@@ -4,3 +4,4 @@ RemoteDisplay.vnc.enabled = "true"
 RemoteDisplay.vnc.port = "5903"
 RemoteDisplay.vnc.keymap = "de"
 RemoteDisplay.vnc.password = "password"
+displayName = "test"
index 3c575798f48e9d22fd0a5f44789f8b10378f1a42..15a976640353341666dbd5b7839528a4b2da2bc6 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index a8c71f189b106eefff0f65cea6f517a323d17e02..480b5cd354c61fabf97e91d51c2242220c9936fb 100644 (file)
@@ -3,3 +3,4 @@ virtualHW.version = "4"
 ide0:0.present = "true"
 ide0:0.deviceType = "ata-hardDisk"
 ide0:0.fileName = "harddisk.vmdk"
+displayName = "test"
index d452e6ed990812e574ac9294737d4f5faa538edc..9b2431baacad60f5252202ddf73f4432ec5c127b 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index 933707c984900418366c142b8c2514d7d9f225a1..b3f5a8c803153d1b3e91b6608958f7c352c33a3c 100644 (file)
@@ -4,3 +4,4 @@ scsi0.present = "true"
 scsi0:0.present = "true"
 scsi0:0.deviceType = "scsi-hardDisk"
 scsi0:0.fileName = "harddisk.vmdk"
+displayName = "test"
index 64b89c6530d30d6da851f614da8eaf812aad0513..0750d4f8c8700e40a5b4744a77aa370bb7189e9c 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index 68ef3827f78b5338f5b1b36029c551925e75255c..434a580f412dfdab4e2969dc302323806873bab8 100644 (file)
@@ -4,3 +4,4 @@ ide0:0.present = "true"
 ide0:0.deviceType = "ata-hardDisk"
 ide0:0.fileName = "harddisk.vmdk"
 ide0:0.mode = "independent-nonpersistent"
+displayName = "test"
index f61fb2177385a7965eb9f47a1b1f18166153e442..97c5653862642edc783044a35658178e392438b6 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index 73d3972591d1114f95da57e4183c124aecb32884..d83f2e26443b7b3ea65b85f8d1e304239579b67d 100644 (file)
@@ -1,3 +1,4 @@
 config.version = "8"
 virtualHW.version = "4"
 guestOS = "other-64"
+displayName = "test"
index 42245d4ba0a02eac30af307c76c21c9b51159327..d883116f277d3f265cfc58357760fb1dcf5e1cd6 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index a8e5db374652779c7196db3dbbcab040cce2caaa..bc17daa7725cbaf0ea20d058a55cace32c480a5e 100644 (file)
@@ -1,2 +1,3 @@
 config.version = "8"
 virtualHW.version = "4"
+displayName = "test"
index 122d59cd774f97ca3e30f729baddb5c7b23c2178..3d47fa972e743d6da61d4474e1f8e0f9c9dc32ee 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index ee2eb749b6c16fb247b1a1f3a41160efd789f646..4b499abaf00ca6b51eda3837a84d3292ce3dc70a 100644 (file)
@@ -3,3 +3,4 @@ virtualHW.version = "4"
 parallel0.present = "true"
 parallel0.fileType = "device"
 parallel0.fileName = "/dev/parallel0"
+displayName = "test"
index 3c69198b93df57c0c1fbc327ff39719f989e8f7e..bdf9cfd9d0c4e367ab4af8ed858b743e1c19a84c 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index e91906a9d74ec6766d5633a048b06971209090a3..6c34c6b4548a9ce16e60abebf04ac818bcdee039 100644 (file)
@@ -3,3 +3,4 @@ virtualHW.version = "4"
 parallel0.present = "true"
 parallel0.fileType = "file"
 parallel0.fileName = "parallel0.file"
+displayName = "test"
index d7ec0cf1a248b278531837a1ed89823dd08ee733..7fda5877c66e897f90b410ef33645e9759b61a08 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index 64d7c99d3af7514a991b8e886c1ec9fe60f8fe26..91a76d2dd18c6998322e07204e2146b3ca585046 100644 (file)
@@ -20,3 +20,4 @@ scsi2:0.fileName = "harddisk3.vmdk"
 scsi3:0.present = "true"
 scsi3:0.deviceType = "scsi-hardDisk"
 scsi3:0.fileName = "harddisk4.vmdk"
+displayName = "test"
index 1a057df428a98a0bc0251a4b2a19de4fe53815c4..e5b73420c3ce564147f6ac215c10f390f0d9e2ec 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index 54ac49c914afae87b5897cbd9e6fa592a14442ea..a4a61b5fdedd61774dcabb68a6997a9be449aba1 100644 (file)
@@ -6,3 +6,4 @@ scsi0:0.present = "true"
 scsi0:0.deviceType = "scsi-hardDisk"
 scsi0:0.fileName = "harddisk.vmdk"
 scsi0:0.writeThrough = "true"
+displayName = "test"
index 95accb104e537a9beb25974d5849d180fa4d7df9..5f6869852a63c9aaeb975d0e01c63b8551757225 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index 927f408fbb4bc648403376024135e49af29d349c..131c0de4986d63e023742c5888f61f38ec6df360 100644 (file)
@@ -5,3 +5,4 @@ serial0.fileType = "device"
 serial0.fileName = "/dev/ttyS0"
 serial1.present = "true"
 serial1.fileName = "/dev/ttyS1"
+displayName = "test"
index df25d66b98774b9a3df806eddf221b9cc4c827f4..165db89c8e2c015e3354ebb981033b349a768a84 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index 2c3bc396287b32ef4335005cfb6b85ed5fcc77df..e1ed2dd4dbc3baadbf505bbb0fa515d15873969f 100644 (file)
@@ -3,3 +3,4 @@ virtualHW.version = "4"
 serial0.present = "true"
 serial0.fileType = "file"
 serial0.fileName = "serial0.file"
+displayName = "test"
index 84618c321cec39e3d0d939bc0fb6b1f220c2b96f..40bf7ecddc5e1058fd29130070a2cf0957a58727 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index 18cfc57c612475f38d5c9f4580f305751692761c..fefc27a586149b69d75c69d3275bfdc71b4bedda 100644 (file)
@@ -4,3 +4,4 @@ serial0.present = "true"
 serial0.fileType = "network"
 serial0.fileName = "tcp://192.168.0.17:42001"
 serial0.network.endPoint = "client"
+displayName = "test"
index 2e096434f53944c6598812705cf6501e793c5d72..19ec90a0238eba3d38a68f058973bd729899c68d 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index d4a9c4131034a15ca9bfee5cac1a519816111d77..d7dd20f7f61110ce0e7998da016f5d5ec5ea9a05 100644 (file)
@@ -4,3 +4,4 @@ serial0.present = "true"
 serial0.fileType = "network"
 serial0.fileName = "telnets://0.0.0.0:42001"
 serial0.network.endPoint = "server"
+displayName = "test"
index 65950e8cea00e3d4e00d173e4f06d90408058ef0..229ca10fb275a0d154fe029bd008a2d8cefb922c 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index f104aab0999176573d3d77a635a589f2e37f06f4..164502f08b1af21b1750bea6682ce9b93c111984 100644 (file)
@@ -5,3 +5,4 @@ serial0.fileType = "pipe"
 serial0.fileName = "serial0.pipe"
 serial0.pipe.endPoint = "client"
 serial0.tryNoRxLoss = "true"
+displayName = "test"
index 3b487ee5e33e12862d2ebbe33e9b0d70c40c284f..1aeb9152d57724fa7eca451587c9a232565b8488 100644 (file)
@@ -4,3 +4,4 @@ serial0.present = "true"
 serial0.fileType = "pipe"
 serial0.fileName = "serial0.pipe"
 serial0.pipe.endPoint = "client"
+displayName = "test"
index 27ee3bc216934428ae6d724895ff7aafea8e9398..4a1bfe22a59effddcfcd8ea0a8ac952dd7b7c15f 100644 (file)
@@ -5,3 +5,4 @@ serial0.fileType = "pipe"
 serial0.fileName = "serial0.pipe"
 serial0.pipe.endPoint = "server"
 serial0.tryNoRxLoss = "true"
+displayName = "test"
index b99c627eb688ec996e39b799c28a118ca6b2e1ac..b8f57d70685ba29eca6931dc853df71a5915b78c 100644 (file)
@@ -4,3 +4,4 @@ serial0.present = "true"
 serial0.fileType = "pipe"
 serial0.fileName = "serial0.pipe"
 serial0.pipe.endPoint = "server"
+displayName = "test"
index bd425e603e188ab8db0b79ee989401d25f198684..59a5b978c246ffe103ec2a989d4788e934c9df15 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index e60fcd493b9cadbeae34234fe89531a544c735e8..6053c9dd89208caf3c6a0f8c18ba2de65e3c38e6 100644 (file)
@@ -7,3 +7,4 @@ sharedFolder0.enabled = "true"
 sharedFolder0.hostPath = "/path/to/shared"
 sharedFolder0.guestName = "shared"
 sharedFolder0.writeAccess = "true"
+displayName = "test"
index 7fa3203161f14dc7fd4c26584b34703fa75cb95c..f41ef7191237c28bc0ac47ea3fa5126cfada629c 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index 16258b0bea107284c6cffff8a7eafe88d79d9722..8fa9d3e08e7742634f1c7549bc41b1b661480e62 100644 (file)
@@ -1,3 +1,4 @@
 config.version = "8"
 virtualHW.version = "4"
 smbios.reflecthost = "true"
+displayName = "test"
index 677350263308ee0478c5df934e8ed5a613e7d3d7..53b5fd01b8fba0c86420a398f68d6fbc51fb3ed5 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>
index 081d6cee0d05459ddbece6b57ef24069541a25ee..7ed953424c63d08f096cb1132c62f43cc44663dc 100644 (file)
@@ -1,3 +1,4 @@
 config.version = "8"
 virtualHW.version = "4"
 svga.vramSize = "8388608"
+displayName = "test"
index da0f1a30e28d74352c38f3b904eb3d3a7852eada..96dff16d37f071357f7d559d4bef098555ef444e 100644 (file)
@@ -1,4 +1,5 @@
 <domain type='vmware'>
+  <name>test</name>
   <uuid>00000000-0000-0000-0000-000000000000</uuid>
   <memory unit='KiB'>32768</memory>
   <currentMemory unit='KiB'>32768</currentMemory>