[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] bootfdt: Add createdomain arguments to boot_domain
commit ac4151201b7fade448d2735878ce8e328ef05e5e Author: Alejandro Vallejo <alejandro.garciavallejo@xxxxxxx> AuthorDate: Tue Jul 22 13:59:44 2025 +0200 Commit: Stefano Stabellini <stefano.stabellini@xxxxxxx> CommitDate: Wed Jul 23 13:35:48 2025 -0700 bootfdt: Add createdomain arguments to boot_domain Add the arguments that create_domain() takes to boot_domain. This creates a consistent place to drop the outputs of the dom0less bindings. Not a functional change. Later patches use these fields as the outputs of the dom0less parsing functions. Signed-off-by: Alejandro Vallejo <alejandro.garciavallejo@xxxxxxx> Acked-by: Stefano Stabellini <stefano.stabellini@xxxxxxx> Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xxxxxxx> --- xen/include/xen/bootfdt.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xen/include/xen/bootfdt.h b/xen/include/xen/bootfdt.h index 6cf05b5cdd..f107099263 100644 --- a/xen/include/xen/bootfdt.h +++ b/xen/include/xen/bootfdt.h @@ -11,6 +11,8 @@ #include <asm/bootfdt.h> #endif +#include <public/domctl.h> + #define MIN_FDT_ALIGN 8 /* Default #address and #size cells */ @@ -119,6 +121,10 @@ struct boot_domain { struct boot_module *initrd; const char *cmdline; + + /* Input arguments to create_domain() */ + struct xen_domctl_createdomain create_cfg; + unsigned int create_flags; }; #define BOOTMOD_MAX_CMDLINE 1024 -- generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |