mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
1f2bd1072a
This patch adds support for generating vmx files with shared folders enabled. Update test suite accordingly.
19 lines
529 B
Plaintext
19 lines
529 B
Plaintext
.encoding = "UTF-8"
|
|
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 = "sharedFolder"
|
|
memsize = "4"
|
|
numvcpus = "1"
|
|
floppy0.present = "false"
|
|
floppy1.present = "false"
|
|
isolation.tools.hgfs.disable = "false"
|
|
sharedFolder.maxNum = "1"
|
|
sharedFolder0.present = "true"
|
|
sharedFolder0.enabled = "true"
|
|
sharedFolder0.readAccess = "true"
|
|
sharedFolder0.writeAccess = "true"
|
|
sharedFolder0.hostPath = "/path/to/shared"
|
|
sharedFolder0.guestName = "shared"
|