mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 03:12:27 +00:00
When doing a direct kernel boot only have console=ttyS0 in the command line if we are explicitly testing the serial output. The default behaviour is `--serial null` so this output will not be visible but will trigger a KVM exit for every byte which is very costly when running under nested virtualization. Signed-off-by: Rob Bradford <robert.bradford@intel.com>