Add missing libxml2-tools dependency
[archive/platform/upstream/libvirt.git] / tests / xml2vmxdata / xml2vmx-sharedfolder.vmx
1 .encoding = "UTF-8"
2 config.version = "8"
3 virtualHW.version = "4"
4 guestOS = "other"
5 uuid.bios = "56 4d 9b ef ac d9 b4 e0-c8 f0 ae a8 b9 10 35 15"
6 displayName = "sharedFolder"
7 memsize = "4"
8 numvcpus = "1"
9 floppy0.present = "false"
10 floppy1.present = "false"
11 isolation.tools.hgfs.disable = "false"
12 sharedFolder.maxNum = "1"
13 sharedFolder0.present = "true"
14 sharedFolder0.enabled = "true"
15 sharedFolder0.readAccess = "true"
16 sharedFolder0.writeAccess = "true"
17 sharedFolder0.hostPath = "/path/to/shared"
18 sharedFolder0.guestName = "shared"