mirror of https://gitlab.com/qemu-project/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.
![]() Currently when CONFIG_POWERNV is not enabled, the build fails, such as
with --without-default-devices:
$ ./configure --without-default-devices
$ make
[281/283] Linking target qemu-system-ppc64
FAILED: qemu-system-ppc64
cc -m64 @qemu-system-ppc64.rsp
/usr/bin/ld: libqemu-ppc64-softmmu.a.p/target_ppc_misc_helper.c.o: in function `helper_load_sprd':
.../target/ppc/misc_helper.c:335:(.text+0xcdc): undefined reference to `pnv_chip_find_core'
/usr/bin/ld: libqemu-ppc64-softmmu.a.p/target_ppc_misc_helper.c.o: in function `helper_store_sprd':
.../target/ppc/misc_helper.c:375:(.text+0xdf4): undefined reference to `pnv_chip_find_core'
collect2: error: ld returned 1 exit status
...
This is since target/ppc/misc_helper.c references PowerNV specific
'pnv_chip_find_core' call.
Split the PowerNV specific SPRD code out of the generic PowerPC code, by
moving the SPRD code to pnv.c
Fixes:
|
6 days ago | |
---|---|---|
.. | ||
translate | 6 months ago | |
Kconfig | ||
arch_dump.c | 9 months ago | |
compat.c | 9 months ago | |
cpu-models.c | 5 months ago | |
cpu-models.h | ||
cpu-param.h | 5 months ago | |
cpu-qom.h | ||
cpu.c | 5 months ago | |
cpu.h | 6 days ago | |
cpu_init.c | 1 week ago | |
cpu_init.h | ||
dfp_helper.c | ||
excp_helper.c | 4 months ago | |
fpu_helper.c | 4 months ago | |
gdbstub.c | ||
helper.h | 6 months ago | |
helper_regs.c | 4 months ago | |
helper_regs.h | 5 months ago | |
insn32.decode | ||
insn64.decode | ||
int_helper.c | ||
internal.h | 4 months ago | |
kvm.c | 6 days ago | |
kvm_ppc.h | 5 months ago | |
machine.c | 4 months ago | |
mem_helper.c | 4 months ago | |
meson.build | 6 months ago | |
misc_helper.c | 6 days ago | |
mmu-book3s-v3.c | 5 months ago | |
mmu-book3s-v3.h | ||
mmu-booke.c | ||
mmu-booke.h | ||
mmu-books.h | ||
mmu-hash32.c | 4 months ago | |
mmu-hash32.h | 5 months ago | |
mmu-hash64.c | 4 months ago | |
mmu-hash64.h | 2 months ago | |
mmu-radix64.c | 4 months ago | |
mmu-radix64.h | ||
mmu_common.c | 4 months ago | |
mmu_helper.c | 4 months ago | |
power8-pmu-regs.c.inc | ||
power8-pmu.c | 4 months ago | |
power8-pmu.h | ||
ppc-qmp-cmds.c | 3 months ago | |
spr_common.h | 6 months ago | |
tcg-excp_helper.c | 4 months ago | |
tcg-stub.c | ||
timebase_helper.c | 4 months ago | |
trace-events | ||
trace.h | ||
translate.c | 4 months ago | |
user_only_helper.c | 4 months ago |