mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-22 04:18:53 +00:00
fix syntax error
Signed-off-by: Georgina Kinge <georgina.kinge@ibm.com>
This commit is contained in:
@@ -100,7 +100,7 @@ type qemu struct {
|
||||
// if in memory dump progress
|
||||
memoryDumpFlag sync.Mutex
|
||||
stopped bool
|
||||
mu sync.Mutex
|
||||
mu sync.Mutex
|
||||
}
|
||||
|
||||
const (
|
||||
|
@@ -314,6 +314,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
|
||||
|
Reference in New Issue
Block a user