From 9e2658d62ebc23efe7df43fc0e306f129510d874 Mon Sep 17 00:00:00 2001 From: Claudio Fontana Date: Thu, 15 Oct 2020 16:32:17 +0200 Subject: accel/tcg: rename tcg-cpus functions to match module name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Claudio Fontana Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20201015143217.29337-4-cfontana@suse.de> Signed-off-by: Richard Henderson --- accel/tcg/tcg-cpus-icount.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'accel/tcg/tcg-cpus-icount.h') diff --git a/accel/tcg/tcg-cpus-icount.h b/accel/tcg/tcg-cpus-icount.h index cbcf76b413..b695939dfa 100644 --- a/accel/tcg/tcg-cpus-icount.h +++ b/accel/tcg/tcg-cpus-icount.h @@ -10,8 +10,8 @@ #ifndef TCG_CPUS_ICOUNT_H #define TCG_CPUS_ICOUNT_H -void handle_icount_deadline(void); -void prepare_icount_for_run(CPUState *cpu); -void process_icount_data(CPUState *cpu); +void icount_handle_deadline(void); +void icount_prepare_for_run(CPUState *cpu); +void icount_process_data(CPUState *cpu); #endif /* TCG_CPUS_ICOUNT_H */ -- cgit v1.2.3