target/ppc: Move helper_regs.h functions out-of-line
commit8a05fd9a22aa16d8a076a5dc9af2b5ed3658243c
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 15 Mar 2021 18:45:59 +0000 (15 12:45 -0600)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 4 May 2021 01:41:24 +0000 (4 11:41 +1000)
tree93856d6fa204829fef2aead3a6ed2c61ea5c95d5
parent03b3542ac93cb196bf6a6d85e92fa68a894f5256
target/ppc: Move helper_regs.h functions out-of-line

Move the functions to a new file, helper_regs.c.

Note int_helper.c was relying on helper_regs.h to
indirectly include qemu/log.h.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210315184615.1985590-2-richard.henderson@linaro.org>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/helper_regs.c [copied from target/ppc/helper_regs.h with 90% similarity]
target/ppc/helper_regs.h
target/ppc/int_helper.c
target/ppc/meson.build