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-05 21:01:13 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bfcf4be172
libvirt
/
tests
/
vmx2xmldata
/
firmware-efi.vmx
5 lines
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
vmx: convert firmware config for autoselection Convert the firmware key to a type of autoselected firmware. Only the 'efi' firmware is allowed for now, in case the key is present. It seems VMware (at least ESXi) does not write the key in VMX files when setting BIOS as firmware. Reviewed-by: Cole Robinson <crobinso@redhat.com> Signed-off-by: Pino Toscano <ptoscano@redhat.com>
2019-04-09 14:04:31 +00:00
config.version = "8"
virtualHW.version = "13"
firmware = "efi"
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