This website requires JavaScript.
Explore
Help
Sign In
External
/
libvirt
Watch
1
Star
0
Fork
0
You've already forked libvirt
mirror of
https://gitlab.com/libvirt/libvirt.git
synced
2024-11-03 20:01:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
62ca300530
libvirt
/
tests
/
vmx2xmldata
/
datacenterpath.vmx
4 lines
66 B
Plaintext
Raw
Normal View
History
Unescape
Escape
vmx: Expose datacenter path in domain XML Tool such as libguestfs need the datacenter path to get access to disk images. The ESX driver knows the correct datacenter path, but this information cannot be accessed using libvirt API yet. Also, it cannot be deduced from the connection URI in a robust way. Expose the datacenter path in the domain XML as <vmware:datacenterpath> node similar to the way the <qemu:commandline> node works. The new node is ignored while parsing the domain XML. In contrast to <qemu:commandline> it is output only.
2015-09-11 10:00:47 +00:00
config.version = "8"
virtualHW.version = "4"
tests: vmx: Add <name> element for all domain XMLs <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>
2020-10-07 17:00:04 +00:00
displayName = "test"
Reference in New Issue
Copy Permalink