forked from mirror/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
049b4ad669
Kowshik reported that building qemu with GCC 12.2.1 for 'ppc64-softmmu' target is failing due to following build warnings: <snip> ../target/ppc/cpu_init.c:7018:13: error: 'ppc_restore_state_to_opc' defined but not used [-Werror=unused-function] 7018 | static void ppc_restore_state_to_opc(CPUState *cs, <snip> Fix this by wrapping these function definitions in 'ifdef CONFIG_TCG' so that they are only defined if qemu is compiled with '--enable-tcg' Reported-by: Kowshik Jois B S <kowsjois@linux.ibm.com> Fixes: |
2 years ago | |
---|---|---|
.. | ||
translate | 2 years ago | |
Kconfig | 3 years ago | |
arch_dump.c | 2 years ago | |
compat.c | 4 years ago | |
cpu-models.c | 2 years ago | |
cpu-models.h | 2 years ago | |
cpu-param.h | 3 years ago | |
cpu-qom.h | 2 years ago | |
cpu.c | 2 years ago | |
cpu.h | 2 years ago | |
cpu_init.c | 2 years ago | |
dfp_helper.c | 2 years ago | |
excp_helper.c | 2 years ago | |
fpu_helper.c | 2 years ago | |
gdbstub.c | 3 years ago | |
helper.h | 2 years ago | |
helper_regs.c | 2 years ago | |
helper_regs.h | 4 years ago | |
insn32.decode | 2 years ago | |
insn64.decode | 3 years ago | |
int_helper.c | 2 years ago | |
internal.h | 2 years ago | |
kvm-stub.c | 6 years ago | |
kvm.c | 2 years ago | |
kvm_ppc.h | 3 years ago | |
machine.c | 2 years ago | |
mem_helper.c | 3 years ago | |
meson.build | 3 years ago | |
misc_helper.c | 2 years ago | |
mmu-book3s-v3.c | 2 years ago | |
mmu-book3s-v3.h | 2 years ago | |
mmu-books.h | 3 years ago | |
mmu-hash32.c | 3 years ago | |
mmu-hash32.h | 3 years ago | |
mmu-hash64.c | 2 years ago | |
mmu-hash64.h | 3 years ago | |
mmu-radix64.c | 2 years ago | |
mmu-radix64.h | 3 years ago | |
mmu_common.c | 3 years ago | |
mmu_helper.c | 2 years ago | |
monitor.c | 2 years ago | |
power8-pmu-regs.c.inc | 2 years ago | |
power8-pmu.c | 2 years ago | |
power8-pmu.h | 2 years ago | |
spr_common.h | 3 years ago | |
tcg-stub.c | 4 years ago | |
timebase_helper.c | 2 years ago | |
trace-events | 3 years ago | |
trace.h | 4 years ago | |
translate.c | 2 years ago | |
user_only_helper.c | 3 years ago |