Merge pull request #1034 from Pennyzct/hvc

qemu-arm64: refactor 'console=hvc0,hvc1' for kata-agent debugging
This commit is contained in:
Sebastien Boeuf
2018-12-17 06:50:55 -08:00
committed by GitHub

View File

@@ -33,7 +33,8 @@ var qemuPaths = map[string]string{
}
var kernelParams = []Param{
{"console", "ttyAMA0"},
{"console", "hvc0"},
{"console", "hvc1"},
{"iommu.passthrough", "0"},
}