On Fri, Oct 09, 2015 at 05:13:20PM +0200, Fabio Fantoni wrote:
> In latest weeks building xen 4.6 with debug enable qemu trace was missed,
> today building xen 4.6.0 I found the cause.
> Even if debug ?= y in Config.mk, config/Tools.mk is not generate correctly,
> have this line:
> debug
In latest weeks building xen 4.6 with debug enable qemu trace was
missed, today building xen 4.6.0 I found the cause.
Even if debug ?= y in Config.mk, config/Tools.mk is not generate
correctly, have this line:
debug := @debug@
I not found the exact cause for doing the patch that f