diff options
Diffstat (limited to 'results/classifier/108/other/1854738')
| -rw-r--r-- | results/classifier/108/other/1854738 | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/results/classifier/108/other/1854738 b/results/classifier/108/other/1854738 new file mode 100644 index 000000000..325da6787 --- /dev/null +++ b/results/classifier/108/other/1854738 @@ -0,0 +1,59 @@ +other: 0.915 +semantic: 0.856 +files: 0.855 +graphic: 0.803 +PID: 0.799 +performance: 0.794 +device: 0.770 +permissions: 0.741 +network: 0.671 +debug: 0.631 +socket: 0.611 +vnc: 0.560 +KVM: 0.554 +boot: 0.533 + +ppc doesn't support for mttcg but ppc64 supported + +Currently ppc and ppc64abi32 doesn't suppport for mttcg, I am looking for support +``` + ppc) + gdb_xml_files="power-core.xml power-fpu.xml power-altivec.xml power-spe.xml" + ;; + ppc64) + TARGET_BASE_ARCH=ppc + TARGET_ABI_DIR=ppc + mttcg=yes + gdb_xml_files="power64-core.xml power-fpu.xml power-altivec.xml power-spe.xml power-vsx.xml" + ;; + ppc64le) + TARGET_ARCH=ppc64 + TARGET_BASE_ARCH=ppc + TARGET_ABI_DIR=ppc + mttcg=yes + gdb_xml_files="power64-core.xml power-fpu.xml power-altivec.xml power-spe.xml power-vsx.xml" + ;; + ppc64abi32) + TARGET_ARCH=ppc64 + TARGET_BASE_ARCH=ppc + TARGET_ABI_DIR=ppc + echo "TARGET_ABI32=y" >> $config_target_mak + gdb_xml_files="power64-core.xml power-fpu.xml power-altivec.xml power-spe.xml power-vsx.xml" + ;; +``` + +The QEMU project is currently considering to move its bug tracking to +another system. For this we need to know which bugs are still valid +and which could be closed already. Thus we are setting older bugs to +"Incomplete" now. + +If you still think this bug report here is valid, then please switch +the state back to "New" within the next 60 days, otherwise this report +will be marked as "Expired". Or please mark it as "Fix Released" if +the problem has been solved with a newer version of QEMU already. + +Thank you and sorry for the inconvenience. + + +[Expired for QEMU because there has been no activity for 60 days.] + |