diff options
Diffstat (limited to '')
| -rw-r--r-- | results/classifier/118/none/1130 | 59 | ||||
| -rw-r--r-- | results/classifier/118/none/1130533 | 94 |
2 files changed, 153 insertions, 0 deletions
diff --git a/results/classifier/118/none/1130 b/results/classifier/118/none/1130 new file mode 100644 index 00000000..f2bfae78 --- /dev/null +++ b/results/classifier/118/none/1130 @@ -0,0 +1,59 @@ +TCG: 0.699 +kernel: 0.642 +arm: 0.550 +architecture: 0.538 +device: 0.532 +graphic: 0.467 +boot: 0.449 +socket: 0.412 +peripherals: 0.394 +network: 0.385 +permissions: 0.382 +hypervisor: 0.373 +vnc: 0.364 +ppc: 0.354 +risc-v: 0.345 +performance: 0.342 +PID: 0.316 +user-level: 0.292 +VMM: 0.269 +mistranslation: 0.241 +virtual: 0.240 +semantic: 0.220 +x86: 0.219 +register: 0.207 +KVM: 0.184 +assembly: 0.139 +files: 0.127 +debug: 0.098 +i386: 0.071 + +error on run qemu-system-aarch64 -icount shift=1,align=off,sleep=on -smp 2 +Description of problem: +This issue happen with the most recent version. +* Compile parameters: +``` +./configure --target-list=aarch64-softmmu --prefix=pwd/release --disable-werror --enable-lto --enable-capstone --enable-system --enable-fdt --disable-xen --disable-kvm --enable-plugins +``` +* run: +``` +qemu-system-aarch64 -nographic -machine virt -cpu cortex-a57 -icount shift=1,align=off,sleep=on -smp 2 -vnc :2 -m 4080 -kernel /home/yuzy/mywork/linux/linux-5.15.30/arch/arm64/boot/Image.gz -initrd /home/yuzy/mywork/build/rootfs.cpio.gz +``` +* error occurred: +``` +** +ERROR:../accel/tcg/tcg-accel-ops.c:79:tcg_handle_interrupt: assertion failed: (qemu_mutex_iothread_locked()) +Aborted (core dumped) +``` +Steps to reproduce: +1. run qemu-system-aarch64 -machine virt -cpu cortex-a57 -icount shift=1,align=off,sleep=on -smp 2 -m 4080 -kernel Image.gz -initrd rootfs.cpio.gz +2. it will assertion failed: (qemu_mutex_iothread_locked()) +Additional information: +The following two situations are good: +``` +qemu-system-aarch64 -machine virt -cpu cortex-a57 -icount shift=1,align=off,sleep=on -smp 1 -m 4080 -kernel Image.gz -initrd rootfs.cpio.gz +``` +``` +qemu-system-aarch64 -machine virt -cpu cortex-a57 -smp 2 -m 4080 -kernel Image.gz -initrd rootfs.cpio.gz +``` +I assume the issues are: gic diff --git a/results/classifier/118/none/1130533 b/results/classifier/118/none/1130533 new file mode 100644 index 00000000..ce65f5f2 --- /dev/null +++ b/results/classifier/118/none/1130533 @@ -0,0 +1,94 @@ +graphic: 0.798 +peripherals: 0.792 +semantic: 0.751 +register: 0.738 +user-level: 0.734 +permissions: 0.730 +network: 0.699 +debug: 0.697 +virtual: 0.695 +architecture: 0.695 +mistranslation: 0.680 +performance: 0.671 +hypervisor: 0.665 +device: 0.651 +arm: 0.649 +ppc: 0.645 +socket: 0.645 +kernel: 0.643 +TCG: 0.642 +assembly: 0.612 +risc-v: 0.598 +PID: 0.590 +boot: 0.590 +files: 0.585 +vnc: 0.549 +i386: 0.526 +KVM: 0.509 +VMM: 0.500 +x86: 0.489 + +Documentation cannot be build since commit c70a01e449536c616c85ab820c6fbad7d7e9cf39 + +I tried to build git -based qemu and when documentation is processed I got this error : + +./qemu-options.texi:1526: unknown command `list' +./qemu-options.texi:1526: table requires an argument: the formatter for @item +./qemu-options.texi:1526: warning: @table has text but no @item + +Looks like commit c70a01e449536c616c85ab820c6fbad7d7e9cf39 is guilty ?! + +Or any modification related to documentation, I think. + +I'm using Archlinux and I'm trying to install any qemu-* package from AUR currently. It doesn't work and reverting the mentioned patch doesn't fix it: +http://git.qemu.org/?p=qemu.git;a=commitdiff;h=c70a01e449536c616c85ab820c6fbad7d7e9cf39;hp=6265c43b0c872015e4331d3a93ff99946f3edb01 + +Rationale: +I'm compling while writting this, but it looks to me that the new version of texinfo 5.0 (rewritten in Perl) trigged this bug. I'm not sure who to blaim. Maybe it a mistake in qemu, undefined behaviour of texinfo 4.0 or a bug in the new 5.0 release of texinfo. + +*totally impartial rant without good reason* +Good old C-Code fixes it! + +I vote a mistake in qemu patch. I was able to build qemu-git (I own the package qemu-git on AUR) with texinfo 5.0 before the documentation patch was added. + +Could be also a bug related to texinfo 5.0 upgrade, indeed ! + +Anyway, besides removing this patch, which are the options ? + +Please try this patch: +http://patchwork.ozlabs.org/patch/222212/ + +Tried it. You can add it, it works ! + +Patch is ok, with this little warning when applied. Nothing really bad. + +patching file qemu-options.hx +Hunk #1 succeeded at 2097 (offset 2 lines). + +git head is : http://git.qemu.org/?p=qemu.git;a=commit;h=73d4dc71f3a41131541c73b3ac2a8b160a51842b + +Besides this, it builds perfectly. + +Any hope to get it upstream ? + +Thanks ! + +On Fri, Feb 22, 2013 at 10:03:50AM -0000, FredBezies wrote: +> Patch is ok, with this little warning when applied. Nothing really bad. +> +> patching file qemu-options.hx +> Hunk #1 succeeded at 2097 (offset 2 lines). +> +> git head is : +> http://git.qemu.org/?p=qemu.git;a=commit;h=73d4dc71f3a41131541c73b3ac2a8b160a51842b +> +> Besides this, it builds perfectly. +> +> Any hope to get it upstream ? + +Yes, it will get merged. + + +This should have been fixed by this commit here: +http://git.qemu.org/?p=qemu.git;a=commitdiff;h=5d6768e3b8908a60f0 + |