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:
|
5 days ago | |
---|---|---|
.. | ||
alpha | 1 week ago | |
arm | 1 week ago | |
avr | 1 week ago | |
hexagon | 4 months ago | |
hppa | 1 week ago | |
i386 | 7 days ago | |
loongarch | 7 days ago | |
m68k | 1 week ago | |
microblaze | 1 week ago | |
mips | 5 days ago | |
openrisc | 1 week ago | |
ppc | 5 days ago | |
riscv | 1 month ago | |
rx | 1 week ago | |
s390x | 1 week ago | |
sh4 | 1 week ago | |
sparc | 1 week ago | |
tricore | 3 months ago | |
xtensa | 2 months ago | |
Kconfig | 12 months ago | |
meson.build | 12 months ago |