Skip to content

Commit

Permalink
Revert "runtime: use 10 PCI segments for the Guest (#59)"
Browse files Browse the repository at this point in the history
This reverts 544bbe2 as it was already done in a more flexible way
earlier in 8ea33f3.
  • Loading branch information
sprt committed Dec 19, 2023
1 parent 1f2690c commit 2ae517a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/runtime/virtcontainers/clh.go
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,6 @@ func (clh *cloudHypervisor) enableProtection() error {
clh.vmconfig.Payload.SetHostData(snpZeroHostData)
}

clh.vmconfig.Platform.SetNumPciSegments(10)

return nil

default:
Expand Down

0 comments on commit 2ae517a

Please sign in to comment.