diff options
Diffstat (limited to 'results/classifier/118/i386/1605443')
| -rw-r--r-- | results/classifier/118/i386/1605443 | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/results/classifier/118/i386/1605443 b/results/classifier/118/i386/1605443 new file mode 100644 index 000000000..b2b695fe1 --- /dev/null +++ b/results/classifier/118/i386/1605443 @@ -0,0 +1,49 @@ +i386: 0.943 +arm: 0.862 +graphic: 0.828 +user-level: 0.768 +semantic: 0.715 +device: 0.704 +architecture: 0.688 +mistranslation: 0.607 +performance: 0.573 +debug: 0.568 +boot: 0.549 +register: 0.529 +PID: 0.520 +network: 0.513 +ppc: 0.500 +vnc: 0.471 +risc-v: 0.457 +permissions: 0.454 +socket: 0.445 +files: 0.438 +kernel: 0.417 +VMM: 0.341 +virtual: 0.313 +hypervisor: 0.283 +peripherals: 0.270 +TCG: 0.254 +x86: 0.251 +assembly: 0.219 +KVM: 0.130 + +QEMU epoll for i386-linux-user on arm host is broken in 2.6 + +I'm trying to get wine running on qemu-i386 on arm. + +I found that 2.5.1 is OK, but 2.6 is not. + +By bisecting, I found commit 928bed6a057cedd6110e634865e021a24029785a is the problem. + +I reverted this commit, and then epoll is OK now. + +It seems that the commit broke epoll of qemu-i386 on arm. + +Oh I have sent a patch to qemu-devel mailing list... + +(maybe the mail is rejected, as I'm using Yandex mail service...) + +This was fixed by commit d9fe91d8689b078ac, which went into the 2.7 release. + + |