Skip to content

Commit

Permalink
internal/cloud/gcp/compute: Add SEV_SNP_CAPABLE Guest OS Feature
Browse files Browse the repository at this point in the history
  • Loading branch information
travier committed Jul 27, 2023
1 parent 967570a commit 5385e5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/cloud/gcp/compute.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ var GuestOsFeaturesRHEL9 []*computepb.GuestOsFeature = []*computepb.GuestOsFeatu
{Type: common.ToPtr(computepb.GuestOsFeature_VIRTIO_SCSI_MULTIQUEUE.String())},
{Type: common.ToPtr(computepb.GuestOsFeature_SEV_CAPABLE.String())},
{Type: common.ToPtr(computepb.GuestOsFeature_GVNIC.String())},
{Type: common.ToPtr(computepb.GuestOsFeature_SEV_SNP_CAPABLE.String())},
}

// GuestOsFeaturesByDistro returns the the list of Guest OS Features, which
Expand Down

0 comments on commit 5385e5b

Please sign in to comment.