Re: [PATCH v1 05/18] x86: refactor xen cmdline into general framework

2022-07-25 Thread Jan Beulich
On 22.07.2022 15:12, Daniel P. Smith wrote: > On 7/19/22 09:26, Jan Beulich wrote: >> On 06.07.2022 23:04, Daniel P. Smith wrote: >>> --- a/xen/include/xen/bootinfo.h >>> +++ b/xen/include/xen/bootinfo.h >>> @@ -53,6 +53,17 @@ struct __packed boot_info { >>> >>> extern struct boot_info *boot_inf

Re: [PATCH v1 05/18] x86: refactor xen cmdline into general framework

2022-07-22 Thread Daniel P. Smith
On 7/19/22 09:26, Jan Beulich wrote: > On 06.07.2022 23:04, Daniel P. Smith wrote: >> --- a/xen/include/xen/bootinfo.h >> +++ b/xen/include/xen/bootinfo.h >> @@ -53,6 +53,17 @@ struct __packed boot_info { >> >> extern struct boot_info *boot_info; >> >> +static inline char *bootinfo_prepare_c

Re: [PATCH v1 05/18] x86: refactor xen cmdline into general framework

2022-07-19 Thread Jan Beulich
On 06.07.2022 23:04, Daniel P. Smith wrote: > --- a/xen/include/xen/bootinfo.h > +++ b/xen/include/xen/bootinfo.h > @@ -53,6 +53,17 @@ struct __packed boot_info { > > extern struct boot_info *boot_info; > > +static inline char *bootinfo_prepare_cmdline(struct boot_info *bi) > +{ > +bi->cmd