cloud-hypervisor/src
Rob Bradford cef51a9de0 vmm: Encompass guest payload configuration in PayloadConfig
Introduce a new top level member of VmConfig called PayloadConfig that
(currently) encompasses the kernel, commandline and initramfs for the
guest to use.

In future this can be extended for firmware use. The existing
"--kernel", "--cmdline" and "initramfs" CLI parameters now fill the
PayloadConfig.

Any config supplied which uses the now deprecated config members have
those members mapped to the new version with a warning.

See: #4445

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2022-08-10 15:12:34 +01:00
..
bin ch-remote: Simplify ch-remote create from config file 2022-07-04 09:18:18 +02:00
main.rs vmm: Encompass guest payload configuration in PayloadConfig 2022-08-10 15:12:34 +01:00