mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-22 17:59:31 +00:00
fix syntax error
Signed-off-by: Georgina Kinge <georgina.kinge@ibm.com>
This commit is contained in:
parent
8c3846d431
commit
c1fff85805
@ -314,6 +314,7 @@ func (q *qemuAmd64) appendProtectionDevice(devices []govmmQemu.Device, firmware,
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
return devices, "", fmt.Errorf("Unsupported guest protection technology: %v", q.protection)
|
return devices, "", fmt.Errorf("Unsupported guest protection technology: %v", q.protection)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add the SEV Object qemu parameters for sev guest protection
|
// Add the SEV Object qemu parameters for sev guest protection
|
||||||
|
Loading…
Reference in New Issue
Block a user