image: support intel TDX direct linux boot under TDX OVMF

This commit is contained in:
Malte Poll 2023-02-21 11:24:04 +01:00 committed by Malte Poll
parent 79986a2b25
commit d104af6e51
3 changed files with 118 additions and 7 deletions

View file

@ -40,7 +40,7 @@ const (
gcpStateDiskPath = "/dev/disk/by-id/google-state-disk"
azureStateDiskPath = "/dev/disk/azure/scsi1/lun0"
awsStateDiskPath = "/dev/sdb"
qemuStateDiskPath = "/dev/vda"
qemuStateDiskPath = "/dev/vdb"
openstackStateDiskPath = "/dev/vdb"
)