diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:00 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:33 +0000 |
| commit | 9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch) | |
| tree | b765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/virtual/1792193 | |
| parent | b89a938452613061c0f1f23e710281cf5c83cb29 (diff) | |
| download | qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip | |
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/virtual/1792193')
| -rw-r--r-- | results/classifier/118/virtual/1792193 | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/results/classifier/118/virtual/1792193 b/results/classifier/118/virtual/1792193 new file mode 100644 index 000000000..e6a477939 --- /dev/null +++ b/results/classifier/118/virtual/1792193 @@ -0,0 +1,75 @@ +virtual: 0.881 +x86: 0.849 +architecture: 0.829 +graphic: 0.819 +user-level: 0.767 +device: 0.766 +debug: 0.754 +hypervisor: 0.744 +semantic: 0.721 +mistranslation: 0.700 +performance: 0.668 +kernel: 0.666 +files: 0.663 +ppc: 0.595 +KVM: 0.584 +permissions: 0.563 +peripherals: 0.539 +vnc: 0.530 +risc-v: 0.523 +i386: 0.518 +arm: 0.511 +PID: 0.508 +register: 0.503 +assembly: 0.485 +boot: 0.453 +VMM: 0.447 +network: 0.414 +socket: 0.411 +TCG: 0.339 + +AMD Athlon(tm) X2 Dual-Core QL-64 bug + +I upgrade my qemu 2.12.0-2 => 3.0.0-1. After that I can't load virtual machine with "-cpu host" option. Full command line is +qemu-system-x86_64 \ + -monitor stdio \ + -enable-kvm \ + -cpu host \ + -smp cpus=2 \ + -m 1G \ + -vga virtio \ + -display gtk,gl=on \ + -soundhw ac97 \ + -drive file=/ehdd/qemu/arch_hw_12_08_2018/arch_shrinked.raw,format=raw,if=virtio +I have Arch Linux on virtual machine. When I start QEMU, GRUB tries to load initial ramdisk and stops. System doesn't load. If I try to start virtual machine with "-cpu athlon" option then get the same bug. +I downgrade back to qemu 2.12.0-2 and virtual machine works fine, system loads. +My processor is AMD Athlon(tm) X2 Dual-Core QL-64. + +Hi Kirill, + That's a bit tricky to debug; could you build qemu from git and try and bisect between 2.12.0 and 3.0 to see which commit broke it? + +Yes I could, but it rebuilds too long. I will report results later, when find broke commit. + +I try to bisect git version. When I run git bisect bad v3.0.0 it says: +Bisecting: 1298 revisions left to test after this (roughly 10 steps) +error: Your local changes to the following files would be overwritten by checkout: + configure + po/bg.po + po/de_DE.po + po/fr_FR.po + po/hu.po + po/it.po + po/messages.po + po/tr.po + po/zh_CN.po +Please commit your changes or stash them before you switch branches. +Aborting +Something is wrong, isn't it? + +I can't do bisect, but I have installed qemu version 3.0.50 (v3.0.0-614-g19b599f766-dirty) from git and this works fine. + +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 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.] + |