cloud-hypervisor/vmm
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
..
src vmm: Encompass guest payload configuration in PayloadConfig 2022-08-10 15:12:34 +01:00
Cargo.toml build: bump libc from 0.2.127 to 0.2.129 2022-08-10 09:11:29 +00:00