]> git.ipfire.org Git - thirdparty/qemu.git/commit
translate_all: DEBUG_FLUSH -> DEBUG_TB_FLUSH
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 27 Oct 2016 15:09:59 +0000 (16:09 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 31 Oct 2016 09:24:45 +0000 (10:24 +0100)
commit955939a2b51f72bea1c200b559ea39985df5a633
treea4526cb2bbfcc8e8ee2c42ddcba5a494c91e5464
parente8faee06f36eefea4df56d8f27f7d0e6cd44d0e8
translate_all: DEBUG_FLUSH -> DEBUG_TB_FLUSH

Make the debug define consistent with the others. The flush operation is
all about invalidating TranslationBlocks on flush events.

Also fix up the commenting on the other DEBUG for the benefit of
checkpatch.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Message-Id: <20161027151030.20863-3-alex.bennee@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
translate-all.c