Merge pull request #10981 from BbolroC/remove-sclp-console-s390x

runtime: Remove console=ttysclp0 for s390x
This commit is contained in:
Hyounggyu Choi 2025-03-05 21:43:57 +01:00 committed by GitHub
commit c3e3ef7b25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -114,8 +114,6 @@ func (q *qemuS390x) appendConsole(ctx context.Context, devices []govmmQemu.Devic
return devices, fmt.Errorf("Failed to append console %v", err)
}
q.kernelParams = append(q.kernelParams, Param{"console", "ttysclp0"})
serial := govmmQemu.SerialDevice{
Driver: virtioSerialCCW,
ID: id,