Home
last modified time | relevance | path

Searched hist:e129593f6fc98d4fa14d0241061b5f556c9a4347 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/i386/tcg/
H A Dtcg-cpu.cdiff e129593f6fc98d4fa14d0241061b5f556c9a4347 Wed Jan 10 02:30:48 CST 2024 Philippe Mathieu-Daudé <philmd@linaro.org> target/i386: Rename tcg_cpu_FOO() to include 'x86'

The tcg_cpu_FOO() names are x86 specific, so rename
them as x86_tcg_cpu_FOO() (as other names in this file)
to ease navigating the code.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Message-ID: <20240111120221.35072-5-philmd@linaro.org>