Re: [Qemu-devel] [PATCH] mttcg: translate-all: Enable locking debug in a debug build

2016-11-28 Thread Alex Bennée
Pranith Kumar writes: > Enable tcg lock debug asserts in a debug build by default instead of > relying on DEBUG_LOCKING. None of the other DEBUG_* macros have > asserts, so this patch removes DEBUG_LOCKING and enable these asserts > in a debug build. > > CC: Richard Henderson > CC: Alex Bennée

[Qemu-devel] [PATCH] mttcg: translate-all: Enable locking debug in a debug build

2016-11-28 Thread Pranith Kumar
Enable tcg lock debug asserts in a debug build by default instead of relying on DEBUG_LOCKING. None of the other DEBUG_* macros have asserts, so this patch removes DEBUG_LOCKING and enable these asserts in a debug build. CC: Richard Henderson CC: Alex Bennée Signed-off-by: Pranith Kumar --- tr