OSDN Git Service

accel/tcg/cpu-exec: Unexport dump_drift_info()
authorBernhard Beschow <shentey@gmail.com>
Fri, 20 May 2022 18:01:07 +0000 (20:01 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 11 Jun 2022 21:50:35 +0000 (23:50 +0200)
commitc304d11f45777eba014c394e09f8a9aacf2a928d
tree8f73627981d700b612b6ddb05aecc9c817de30a7
parentb1f66fab45e795eca94f61674be1ef5ce223f65d
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