mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Initialize kernel_path and kernel_cmdline with standard direct boot defaults in the Guest constructor instead of None. This removes boilerplate from individual tests that use the common direct kernel boot configuration. Signed-off-by: Muminul Islam <muislam@microsoft.com>