mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-16 06:18:58 +00:00
Merge pull request #1034 from Pennyzct/hvc
qemu-arm64: refactor 'console=hvc0,hvc1' for kata-agent debugging
This commit is contained in:
@@ -33,7 +33,8 @@ var qemuPaths = map[string]string{
|
||||
}
|
||||
|
||||
var kernelParams = []Param{
|
||||
{"console", "ttyAMA0"},
|
||||
{"console", "hvc0"},
|
||||
{"console", "hvc1"},
|
||||
{"iommu.passthrough", "0"},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user