You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for the serial console. The existing add_serial_console function from the VMM glue code should be used. To add the serial device the following operations are needed:
add the device on the MMIO bus (on aarch64 we do not have Port I/O, and all devices must be added to the MMIO Bus)
specify the serial console configuration in the FDT
add the type of serial to the kernel command line.
When adding the configuration in the FDT special attention is required to set the same GSI number as the one that was used when registering the interrupt event in KVM with register_irqfd. Similarly, the same MMIO address needs to be used in the kernel command line and when calling register_mmio.
The text was updated successfully, but these errors were encountered:
Add support for the serial console. The existing add_serial_console function from the VMM glue code should be used. To add the serial device the following operations are needed:
When adding the configuration in the FDT special attention is required to set the same GSI number as the one that was used when registering the interrupt event in KVM with register_irqfd. Similarly, the same MMIO address needs to be used in the kernel command line and when calling register_mmio.
The text was updated successfully, but these errors were encountered: