Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1034 from Pennyzct/hvc
Browse files Browse the repository at this point in the history
qemu-arm64: refactor 'console=hvc0,hvc1' for kata-agent debugging
  • Loading branch information
Sebastien Boeuf authored Dec 17, 2018
2 parents 3148997 + c8c564b commit 658bd82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion virtcontainers/qemu_arm64.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ var qemuPaths = map[string]string{
}

var kernelParams = []Param{
{"console", "ttyAMA0"},
{"console", "hvc0"},
{"console", "hvc1"},
{"iommu.passthrough", "0"},
}

Expand Down

0 comments on commit 658bd82

Please # to comment.