pub const DEFAULT_KERNEL_CMDLINE: &str = "reboot=k panic=1 nomodule 8250.nr_uarts=0 i8042.noaux \
i8042.nomux i8042.dumbkbd swiotlb=noforce";Expand description
Default guest kernel command line:
reboot=kshut down the guest on reboot, instead of well… rebooting;panic=1on panic, reboot after 1 second;nomoduledisable loadable kernel module support;8250.nr_uarts=0disable 8250 serial interface;i8042.noauxdo not probe the i8042 controller for an attached mouse (save boot time);i8042.nomuxdo not probe i8042 for a multiplexing controller (save boot time);i8042.dumbkbddo not attempt to control kbd state via the i8042 (save boot time).swiotlb=noforcedisable software bounce buffers (SWIOTLB)