Hi Michal, > -----Original Message----- > Subject: [for-4.17 v2] xen/arm: domain_build: Always print the static shared > memory region > > At the moment, the information about allocating static shared memory > region is only printed during the debug build. This information can also > be helpful for the end user (which may not be the same as the person > building the package), so switch to printk(). Also drop XENLOG_INFO to be > consistent with other printk() used to print the domain information. > > Signed-off-by: Michal Orzel <michal.or...@amd.com> > --- > The other motivation for this patch is to be consistent with regards > to the format of the informative logs. We do not really use dprintk with > XENLOG_INFO unconditionally as it results in printing additionally filename > and line number which may be misleading for someone reading the boot log. > Such extra information is helpful on error conditions to make the process > of debugging easier. > > Rationale for taking this patch for 4.17: > Useful information printed always instead of only during the debug build.
Sorry for the late response. Release-acked-by: Henry Wang <henry.w...@arm.com> Kind regards, Henry > > Changes in v2: > - use different argumentation > - drop XENLOG_INFO > --- > xen/arch/arm/domain_build.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-)