tools/libxl: Modify libxl__arch_domain_init_hw_description...
authorMichal Orzel <michal.orzel@arm.com>
Fri, 15 Oct 2021 16:51:43 +0000 (17:51 +0100)
committerStefano Stabellini <stefano.stabellini@xilinx.com>
Fri, 15 Oct 2021 19:40:21 +0000 (12:40 -0700)
commit1b4047a9f2c6fe7331fcb283796eb1b1d1a5d827
tree688a81c5c6dc629e1ac2117a0945e4549d6acc73
parentd59168dc05a5f98b12a7e243268c7d1050c8676c
tools/libxl: Modify libxl__arch_domain_init_hw_description...

... to take a second argument of type libxl_domain_config*
rather than libxl_domain_build_info*.

We need to pass the whole libxl_domain_config
structure as this will be needed later on to modify
the libxl__prepare_dtb function to also take
libxl_domain_config.

Signed-off-by: Michal Orzel <michal.orzel@arm.com>
Signed-off-by: Bertrand Marquis <bertrand.marquis@arm.com>
Suggested-by: Ian Jackson <iwj@xenproject.org>
Reviewed-by: Ian Jackson <iwj@xenproject.org>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
tools/libs/light/libxl_arch.h
tools/libs/light/libxl_arm.c
tools/libs/light/libxl_dom.c
tools/libs/light/libxl_x86.c