diff options
Diffstat (limited to 'results/classifier/118/none/1880763')
| -rw-r--r-- | results/classifier/118/none/1880763 | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/results/classifier/118/none/1880763 b/results/classifier/118/none/1880763 new file mode 100644 index 000000000..2e02b52ce --- /dev/null +++ b/results/classifier/118/none/1880763 @@ -0,0 +1,83 @@ +user-level: 0.583 +device: 0.544 +PID: 0.535 +register: 0.495 +hypervisor: 0.476 +architecture: 0.464 +semantic: 0.462 +performance: 0.456 +permissions: 0.452 +network: 0.437 +x86: 0.417 +socket: 0.402 +files: 0.380 +risc-v: 0.375 +vnc: 0.356 +i386: 0.347 +ppc: 0.330 +graphic: 0.317 +boot: 0.304 +kernel: 0.300 +arm: 0.298 +KVM: 0.273 +peripherals: 0.272 +VMM: 0.271 +TCG: 0.249 +virtual: 0.230 +debug: 0.215 +assembly: 0.190 +mistranslation: 0.179 + +Missing page crossing check in use_goto_tb() for rx target + +Currently the rx target doesn't have the page crossing check in its +use_goto_tb() function. +This is a required feature for stable system mode emulations that all +other targets implement. + +The QEMU project is currently moving 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 the bug has already been fixed in the latest upstream version of QEMU, +then please close this ticket as "Fix released". + +If it is not fixed yet and you think that this bug report here is still +valid, then you have two options: + +1) If you already have an account on gitlab.com, please open a new ticket +for this problem in our new tracker here: + + https://gitlab.com/qemu-project/qemu/-/issues + +and then close this ticket here on Launchpad (or let it expire auto- +matically after 60 days). Please mention the URL of this bug ticket on +Launchpad in the new ticket on GitLab. + +2) If you don't have an account on gitlab.com and don't intend to get +one, but still would like to keep this ticket opened, then please switch +the state back to "New" within the next 60 days (otherwise it will get +closed as "Expired"). We will then eventually migrate the ticket auto- +matically to the new system. + +Thank you and sorry for the inconvenience. + + +[Expired for QEMU because there has been no activity for 60 days.] + +For the record, this was fixed for 6.1 in + +commit f3f713cc151086ca39d4f97270594fd8c43e17e5 +Author: Richard Henderson <email address hidden> +Date: Sun Jun 20 16:37:12 2021 -0700 + + target/rx: Use translator_use_goto_tb + + Just use translator_use_goto_tb directly at the one call site, + rather than maintaining a local wrapper. + + Reviewed-by: Peter Maydell <email address hidden> + Signed-off-by: Richard Henderson <email address hidden> + + + |