fix syntax error

Signed-off-by: Georgina Kinge <georgina.kinge@ibm.com>
This commit is contained in:
Georgina Kinge 2022-10-05 19:56:57 +01:00
parent 8c3846d431
commit c1fff85805
2 changed files with 2 additions and 1 deletions

View File

@ -315,6 +315,7 @@ func (q *qemuAmd64) appendProtectionDevice(devices []govmmQemu.Device, firmware,
default:
return devices, "", fmt.Errorf("Unsupported guest protection technology: %v", q.protection)
}
}
// Add the SEV Object qemu parameters for sev guest protection
func (q *qemuAmd64) appendSEVObject(devices []govmmQemu.Device, firmware, firmwareVolume string, config sev.GuestPreAttestationConfig) ([]govmmQemu.Device, string, error) {