mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
d504297993
<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>
11 lines
306 B
Plaintext
11 lines
306 B
Plaintext
config.version = "8"
|
|
virtualHW.version = "4"
|
|
isolation.tools.hgfs.disable = "false"
|
|
sharedFolder.maxnum = "1"
|
|
sharedFolder0.present = "true"
|
|
sharedFolder0.enabled = "true"
|
|
sharedFolder0.hostPath = "/path/to/shared"
|
|
sharedFolder0.guestName = "shared"
|
|
sharedFolder0.writeAccess = "true"
|
|
displayName = "test"
|