summary refs log tree commit diff stats
path: root/results/scraper/launchpad/1880763
blob: 0722aa5eb53773dec4e4fd43fd5e62d025649ecd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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>