]> git.ipfire.org Git - thirdparty/qemu.git/commit
trace: replace hand-crafted pattern_glob with g_pattern_match_simple
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 5 Dec 2019 12:25:17 +0000 (12:25 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 19 Dec 2019 08:20:16 +0000 (08:20 +0000)
commite66eae7a8b8da38daaf0e8a5ac72bd8ee343c2b5
treeb3d65a7b7c5d92653195cb40682ea822f83baee6
parentb7b18d2680ea148a4b5e17e935ef7a68b6d391c2
trace: replace hand-crafted pattern_glob with g_pattern_match_simple

We already use g_pattern_match elsewhere so remove the duplication.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20191205122518.10010-7-alex.bennee@linaro.org>
trace/control.c