]> git.ipfire.org Git - thirdparty/libvirt.git/commit
ch: use payload api to send kernel details
authorPraveen K Paladugu <prapal@linux.microsoft.com>
Tue, 10 Oct 2023 21:42:57 +0000 (16:42 -0500)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 20 Oct 2023 11:21:14 +0000 (13:21 +0200)
commit2c1f34a2bba3f62e5b2a588eed58dedde9f570ba
treedb8649d9c1a7105e9652530f2dd2e8de79d6f0f1
parent9df1e7d8148750ee9c1abae740f6f581192384dd
ch: use payload api to send kernel details

Starting with v28.0 cloud-hypervisor requires the use of "payload" api to pass
kernel, initramfs and cmdline options. Extend ch driver to use the new
api based on ch version.

Signed-off-by: Praveen K Paladugu <prapal@linux.microsoft.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/ch/ch_capabilities.c [new file with mode: 0644]
src/ch/ch_capabilities.h [new file with mode: 0644]
src/ch/ch_conf.h
src/ch/ch_driver.c
src/ch/ch_monitor.c
src/ch/ch_monitor.h
src/ch/ch_process.c
src/ch/meson.build