diff options
Diffstat (limited to 'results/classifier/118/review/1885719')
| -rw-r--r-- | results/classifier/118/review/1885719 | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/results/classifier/118/review/1885719 b/results/classifier/118/review/1885719 new file mode 100644 index 00000000..a082376b --- /dev/null +++ b/results/classifier/118/review/1885719 @@ -0,0 +1,88 @@ +mistranslation: 0.922 +socket: 0.913 +register: 0.892 +network: 0.868 +graphic: 0.845 +kernel: 0.831 +semantic: 0.790 +device: 0.760 +ppc: 0.749 +arm: 0.712 +virtual: 0.706 +architecture: 0.683 +permissions: 0.657 +vnc: 0.637 +files: 0.624 +PID: 0.607 +debug: 0.558 +assembly: 0.525 +risc-v: 0.522 +x86: 0.509 +performance: 0.457 +VMM: 0.418 +i386: 0.385 +boot: 0.343 +TCG: 0.301 +KVM: 0.280 +hypervisor: 0.234 +peripherals: 0.161 +user-level: 0.101 +-------------------- +debug: 0.690 +x86: 0.622 +TCG: 0.228 +files: 0.132 +risc-v: 0.043 +kernel: 0.035 +virtual: 0.034 +PID: 0.023 +hypervisor: 0.023 +arm: 0.017 +semantic: 0.013 +device: 0.011 +register: 0.011 +ppc: 0.008 +user-level: 0.008 +i386: 0.007 +boot: 0.003 +network: 0.003 +socket: 0.002 +VMM: 0.002 +permissions: 0.002 +architecture: 0.002 +performance: 0.002 +vnc: 0.002 +assembly: 0.001 +peripherals: 0.001 +graphic: 0.001 +KVM: 0.000 +mistranslation: 0.000 + +qemu/target/nios2/helper.c:261:20: style:inconclusive: Found duplicate branches for 'if' and 'else' + +Source code is + + } else if (address >= 0x80000000) { + /* Kernel virtual page */ + return cpu_nios2_handle_virtual_page(cs, address, rw, mmu_idx); + } else { + /* User virtual page */ + return cpu_nios2_handle_virtual_page(cs, address, rw, mmu_idx); + } + +Which version of QEMU did you use here? Apparently it was an older version, since that code has been removed more than a year ago already: + + https://git.qemu.org/?p=qemu.git;a=commitdiff;h=0137c93ff8cbcebf + +Please make sure to use the latest release of QEMU when reporting bugs. Thanks! + +>Which version of QEMU did you use here? + +git trunk. I have no idea why Richard's patch isn't in my current version +and I am disinclined to find out why. + +Any further work by me on qemu looks somewhat doubtful. Have fun ! + + + + |