Add a new field to VmConfig representing the boot mechanism to be used to boot the VM. Three boot modes are added:
VM_BOOT_MODE_UNSPECIFIED: Boot mode not specified, use default
VM_BOOT_MODE_LEGACY: Legacy BIOS, when only MBR is supported
VM_BOOT_MODE_UEFI: UEFI capable BIOS
The optional capability boot_mode is also added in order to allow the device publish to the controller whether it supports different boot modes or not.
Add a new field to VmConfig representing the boot mechanism to be used to boot the VM. Three boot modes are added:
The optional capability boot_mode is also added in order to allow the device publish to the controller whether it supports different boot modes or not.