Skip to content

Commit

Permalink
virtcontainers: Remove unnecessary kernel parameters for ppc64le
Browse files Browse the repository at this point in the history
Fixes: kata-containers#360

Signed-off-by: Nitesh Konkar <[email protected]>
  • Loading branch information
nitkon committed Jun 1, 2018
1 parent 2400978 commit 2796b19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions virtcontainers/qemu_ppc64le.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,8 @@ var kernelParams = []Param{
{"reboot", "k"},
{"console", "hvc0"},
{"console", "hvc1"},
{"iommu", "off"},
{"cryptomgr.notests", ""},
{"net.ifnames", "0"},
{"pci", "lastbus=0"},
}

var supportedQemuMachines = []govmmQemu.Machine{
Expand Down

0 comments on commit 2796b19

Please sign in to comment.