Message ID | 1478617787-20713-4-git-send-email-ian.jackson@eu.citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 08/11/16 15:09, Ian Jackson wrote: > Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com> > CC: Andrew Cooper <andrew.cooper3@citrix.com> > --- > ts-xen-build | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/ts-xen-build b/ts-xen-build > index 80f6492..7cdd365 100755 > --- a/ts-xen-build > +++ b/ts-xen-build > @@ -109,6 +109,7 @@ END > if test -f xen/Kconfig; then > echo >>xen/.config CONFIG_EXPERT=y > echo >>xen/.config CONFIG_HVM_FEP=y > + echo >>xen/.config CONFIG_VERBOSE_DEBUG=y > fi > END > ); Overall, Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
diff --git a/ts-xen-build b/ts-xen-build index 80f6492..7cdd365 100755 --- a/ts-xen-build +++ b/ts-xen-build @@ -109,6 +109,7 @@ END if test -f xen/Kconfig; then echo >>xen/.config CONFIG_EXPERT=y echo >>xen/.config CONFIG_HVM_FEP=y + echo >>xen/.config CONFIG_VERBOSE_DEBUG=y fi END );
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com> CC: Andrew Cooper <andrew.cooper3@citrix.com> --- ts-xen-build | 1 + 1 file changed, 1 insertion(+)