[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 1/2] xen: add interface for obtaining .config from hypervisor
>>> On 28.01.19 at 12:40, <JBeulich@xxxxxxxx> wrote: >>>> On 17.01.19 at 15:57, <jgross@xxxxxxxx> wrote: >> @@ -83,3 +84,9 @@ subdir-$(CONFIG_UBSAN) += ubsan >> >> subdir-$(CONFIG_NEEDS_LIBELF) += libelf >> subdir-$(CONFIG_HAS_DEVICE_TREE) += libfdt >> + >> +config_data.c: ../.config >> + ( echo "const char xen_config_data[] ="; \ >> + cat $< | gzip | ../tools/bin2c; \ >> + echo ";"; \ >> + echo "unsigned int xen_config_data_sz = sizeof(xen_config_data) - 1;" >> ) > > $@ > > const here as well please. With this adjusted > Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> > (apart from the XSM changes) And I should have added "with Wei's comments also taken care of". Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |