accel/tcg/cpu-exec: Unexport dump_drift_info()
commit7112ffd93abd075a60e3848d0b9ff4ecaf72a653
authorBernhard Beschow <shentey@gmail.com>
Fri, 20 May 2022 18:01:07 +0000 (20 20:01 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 11 Jun 2022 09:44:50 +0000 (11 11:44 +0200)
tree226afb32240e240ce88ba942a941e6f1c0680395
parent3d9641509ad88eb326f9ea5a9270c9f27e4ddc5f
accel/tcg/cpu-exec: Unexport dump_drift_info()

Commit 3a841ab53f165910224dc4bebabf1a8f1d04200c 'qapi: introduce
x-query-jit QMP command' basically moved the only function using
dump_drift_info() to cpu-exec.c. Therefore, dump_drift_info() doesn't
need to be exported any longer.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-Id: <20220520180109.8224-9-shentey@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
accel/tcg/cpu-exec.c
include/exec/cpu-all.h