mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-10 17:14:35 +01: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